Lines Matching refs:ptext
171 var elem=null, atab=null, key="", ptext="";
185 if((ptext=verifyDecrypt(ctext,lock,false))===false) {
189 elem.innerHTML=ptext;
266 var ptext=null;
271 if(!(ptext=decryptTextString(ctext,key))) {
274 ptext=decryptTextString(ctext,key);
275 if(ptext) {
285 if(!(ptext=decryptTextString(ctext,xkey))) {
290 return(ptext);
293 var tagend=0, ptend=0, lock=null, ptext;
308 if(!(ptext=verifyDecrypt(data.substring(tagend+1,ptend),lock,key))) {
312 "COLLAPSED=" + collapsed + ">" + ptext + "</" + tag_pt + ">");
360 function encryptTextString(ptext,akey) { argument
370 if (ptext.length === 0) {
381 var plaintext = encode_utf8(ptext);