Searched refs:charcode (Results 1 – 12 of 12) sorted by relevance
| /plugin/openid/Auth/OpenID/ |
| D | HMAC.php | 39 $charcode = (int)base_convert($hexcode, 16, 10); 40 $raw .= chr($charcode);
|
| /plugin/fedauth/Auth/OpenID/ |
| D | HMAC.php | 39 $charcode = (int)base_convert($hexcode, 16, 10); 40 $raw .= chr($charcode);
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 32374 charcode, 32380 for (charcode in differences) { 32381 glyphName = differences[charcode]; 32387 encoding[charcode] = glyphName; 32392 for (charcode in encoding) { 32393 glyphName = encoding[charcode]; 32433 if (baseEncodingName && code === +charcode) { 32436 if (baseEncoding && (glyphName = baseEncoding[charcode])) { 32437 toUnicode[charcode] = String.fromCharCode(glyphsUnicodeMap[glyphName]); 32442 toUnicode[charcode] = String.fromCodePoint(code); [all …]
|
| D | pdf.worker.js.map | 1 …charcode","charToGlyph","widthCode","isInFont","mapSpecialUnicodeValues","operatorListId","fontCha…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | opal.js | 20256 var charcode = string.charCodeAt(i); 20257 if (!(charcode >= 0xD800 && charcode <= 0xDBFF)) { 20274 var charcode = string.charCodeAt(i); 20276 if (charcode >= 0xDC00 && charcode <= 0xDFFF) { 20280 else if (charcode >= 0xD800 && charcode <= 0xDBFF) {
|
| D | index.mjs | 19085 var charcode = string.charCodeAt(i); 19086 if (!(charcode >= 0xD800 && charcode <= 0xDBFF)) { 19101 var charcode = string.charCodeAt(i); 19103 if (charcode >= 0xDC00 && charcode <= 0xDFFF) { 19107 else if (charcode >= 0xD800 && charcode <= 0xDBFF) {
|
| D | index.cjs | 19094 var charcode = string.charCodeAt(i); 19095 if (!(charcode >= 0xD800 && charcode <= 0xDBFF)) { 19110 var charcode = string.charCodeAt(i); 19112 if (charcode >= 0xDC00 && charcode <= 0xDFFF) { 19116 else if (charcode >= 0xD800 && charcode <= 0xDBFF) {
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 20256 var charcode = string.charCodeAt(i); 20257 if (!(charcode >= 0xD800 && charcode <= 0xDBFF)) { 20274 var charcode = string.charCodeAt(i); 20276 if (charcode >= 0xDC00 && charcode <= 0xDFFF) { 20280 else if (charcode >= 0xD800 && charcode <= 0xDBFF) {
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 20259 var charcode = string.charCodeAt(i); 20260 if (!(charcode >= 0xD800 && charcode <= 0xDBFF)) { 20277 var charcode = string.charCodeAt(i); 20279 if (charcode >= 0xDC00 && charcode <= 0xDFFF) { 20283 else if (charcode >= 0xD800 && charcode <= 0xDBFF) {
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | editor.worker.js.map | 1 … return false;\n }\n }\n // Any other charcode\n else {\n…
|
| D | json.worker.js.map | 1 … return false;\n }\n }\n // Any other charcode\n else {\n…
|
| D | bundle.js.map | 1 … return false;\n }\n }\n // Any other charcode\n else {\n…
|