Home
last modified time | relevance | path

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

/plugin/dokucrypt/
H A Dscript.js4 var encryptForSubmitInUse=false; variable
95 while(encryptForSubmitInUse!==false) {
98 encryptForSubmitInUse=true;
102 encryptForSubmitInUse=false; return(false);
106 encryptForSubmitInUse=false; return(false);
109 if(tosubmit===false) { encryptForSubmitInUse=false; return(false); }
111 encryptForSubmitInUse=false; return(true);
/plugin/dokucrypt2/
H A Dscript.js4 var encryptForSubmitInUse=false; variable
151 while(encryptForSubmitInUse!==false) {
154 encryptForSubmitInUse=true;
158 encryptForSubmitInUse=false; return(false);
162 encryptForSubmitInUse=false; return(false);
165 if(tosubmit===false) { encryptForSubmitInUse=false; return(false); }
167 encryptForSubmitInUse=false; return(true);