Home
last modified time | relevance | path

Searched refs:charcode (Results 1 – 12 of 12) sorted by relevance

/plugin/openid/Auth/OpenID/
DHMAC.php39 $charcode = (int)base_convert($hexcode, 16, 10);
40 $raw .= chr($charcode);
/plugin/fedauth/Auth/OpenID/
DHMAC.php39 $charcode = (int)base_convert($hexcode, 16, 10);
40 $raw .= chr($charcode);
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js32374 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 …]
Dpdf.worker.js.map1charcode","charToGlyph","widthCode","isInFont","mapSpecialUnicodeValues","operatorListId","fontCha…
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js20256 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) {
Dindex.mjs19085 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) {
Dindex.cjs19094 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/
Dasciidoctor.js20256 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/
Dasciidoctor.js20259 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/
Deditor.worker.js.map1 … return false;\n }\n }\n // Any other charcode\n else {\n…
Djson.worker.js.map1 … return false;\n }\n }\n // Any other charcode\n else {\n…
Dbundle.js.map1 … return false;\n }\n }\n // Any other charcode\n else {\n…