repo.or.cz
/
Samba
/
ekacnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s4:dsdb Add note explaining about the partition format upgrade
[Samba/ekacnet.git]
/
swat2
/
scripting
/
test.ejs
blob
8e7047f51c3ecf05a01191348b8b793fb1171905
1
2
/*
3
some test ejs code
4
*/
5
function showArray(name, array) {
6
write("<h3>Array: " + name + "</h3>\n");
7
for (v in array) {
8
write(name + "[" + v + "]=" + array[v] + "<br/>\n");
9
}
10
}