Home
last modified time | relevance | path

Searched refs:code2 (Results 1 – 11 of 11) sorted by relevance

/plugin/xcom/scripts/
DsafeFN_class.js196 var code,code2,code3,code4,j = 0;
201 if (code > 127) code2 = utf8str.charCodeAt(i++);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
207 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
208 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/ckgdoku/scripts/
DsafeFN_class.js200 var code,code2,code3,code4,j = 0;
205 if (code > 127) code2 = utf8str.charCodeAt(i++);
210 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
211 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
212 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/fckg/scripts/
DsafeFN_class.js200 var code,code2,code3,code4,j = 0;
205 if (code > 127) code2 = utf8str.charCodeAt(i++);
210 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
211 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
212 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
DsafeFN_class.js196 var code,code2,code3,code4,j = 0;
201 if (code > 127) code2 = utf8str.charCodeAt(i++);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
207 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
208 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
DsafeFN_class.js196 var code,code2,code3,code4,j = 0;
201 if (code > 127) code2 = utf8str.charCodeAt(i++);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
207 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
208 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
DsafeFN_class.js196 var code,code2,code3,code4,j = 0;
201 if (code > 127) code2 = utf8str.charCodeAt(i++);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
207 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
208 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/ckgedit/scripts/
DsafeFN_class.js200 var code,code2,code3,code4,j = 0;
205 if (code > 127) code2 = utf8str.charCodeAt(i++);
210 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
211 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
212 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/judge/helper/
Dnumbers.php40 $code2 = ord(substr($string, $offset, 1)) - 128;
41 $codetemp = $codetemp * 64 + $code2;
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js17542 var code2 = 0;
17546 code2 = code2 << 1 | t & 1;
17550 for (i = code2; i < size; i += skip) {
17710 var code2 = code1 >> 16;
17712 if (code2 > 0) {
17713 code2 = this.getBits(code2); property
17716 len = (code1 & 0xffff) + code2;
17719 code2 = code1 >> 16;
17721 if (code2 > 0) {
17722 code2 = this.getBits(code2); property
[all …]
Dpdf.worker.js.map1code2","t","hdr","blockLen","litCodeTable","distCodeTable","numLitCodes","numDistCodes","numCodeLe…
/plugin/openlayersmap/ol/
Dol.js.map1code2 = projCodes[j];\n const proj2 = getCachedProjection(code2);\n if (!getTransform(co…