Home
last modified time | relevance | path

Searched refs:armour_cg_outletter (Results 1 – 2 of 2) sorted by relevance

/plugin/dokucrypt/
H A Dscript.js1738 function armour_cg_outletter(l) { function
1757 armour_cg_outletter(String.fromCharCode(charBase + ((((b[i] >> 4) & 0xF)) + r) % 24));
1759 armour_cg_outletter(String.fromCharCode(charBase + ((((b[i] & 0xF)) + r) % 24)));
1766 armour_cg_outletter("Z");
/plugin/dokucrypt2/
H A Dscript.js1810 function armour_cg_outletter(l) { function
1829 armour_cg_outletter(String.fromCharCode(charBase + ((((b[i] >> 4) & 0xF)) + r) % 24));
1831 armour_cg_outletter(String.fromCharCode(charBase + ((((b[i] & 0xF)) + r) % 24)));
1838 armour_cg_outletter("Z");