hash function naming

This commit is contained in:
udo
2022-01-19 22:38:48 +00:00
parent 08496afa11
commit c17c72d59f
18 changed files with 71 additions and 52 deletions
+4
View File
@@ -0,0 +1,4 @@
void hello()
{
}
+1 -1
View File
@@ -6,7 +6,7 @@ RENDER()
p.set(context->params);
<>
<link rel="stylesheet" href='style.css'></link>
<link rel="stylesheet" href='style.css?v=<?= time() ?>'></link>
<h1>
<a href="index.uce">UCE Test</a>:
Index
+9 -2
View File
@@ -14,6 +14,7 @@ h1 {
font-size: 200%;
padding-top: 8px;
padding-bottom: 8px;
font-family: monospace;
}
body {
@@ -25,11 +26,17 @@ body {
font-family: Tahoma, Helvetica, Arial;
font-size: 1.2em;
box-sizing: border-box;
background: #24f;
background: #139;
color: white;
line-height: 150%;
}
body > * {
background: rgba(255,255,255,0.1);
padding: 32px;
margin: 16px;
}
form > div, label {
display: block;
padding-top: 8px;
@@ -69,7 +76,7 @@ pre {
overflow: auto;
padding: 8px;
border: 2px solid rgba(0,0,0,0.2);
background: rgba(100,100,100,0.15);
background: rgba(255,255,255,0.1);
font-family: monospace;
white-space: pre-wrap;
}