Searched refs:code2 (Results 1 – 11 of 11) sorted by relevance
| /plugin/xcom/scripts/ |
| D | safeFN_class.js | 196 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/ |
| D | safeFN_class.js | 200 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/ |
| D | safeFN_class.js | 200 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/ |
| D | safeFN_class.js | 196 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/ |
| D | safeFN_class.js | 196 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/ |
| D | safeFN_class.js | 196 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/ |
| D | safeFN_class.js | 200 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/ |
| D | numbers.php | 40 $code2 = ord(substr($string, $offset, 1)) - 128; 41 $codetemp = $codetemp * 64 + $code2;
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 17542 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 …]
|
| D | pdf.worker.js.map | 1 …code2","t","hdr","blockLen","litCodeTable","distCodeTable","numLitCodes","numDistCodes","numCodeLe…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …code2 = projCodes[j];\n const proj2 = getCachedProjection(code2);\n if (!getTransform(co…
|