Lines Matching refs:ptext
227 var elem=null, atab=null, key="", ptext="";
241 if((ptext=verifyDecrypt(ctext,lock,false))===false) {
245 elem.textContent=ptext;
253 copyToClipboard(ptext).then(() => {
336 var ptext=null;
341 if(!(ptext=decryptTextString(ctext,key))) {
344 ptext=decryptTextString(ctext,key);
345 if(ptext) {
355 if(!(ptext=decryptTextString(ctext,xkey))) {
360 return(ptext);
363 var tagend=0, ptend=0, lock=null, ptext;
378 if(!(ptext=verifyDecrypt(data.substring(tagend+1,ptend),lock,key))) {
382 "COLLAPSED=" + collapsed + ">" + ptext + "</" + tag_pt + ">");
432 function encryptTextString(ptext,akey) { argument
442 if (ptext.length === 0) {
453 var plaintext = encode_utf8(ptext);