Home
last modified time | relevance | path

Searched refs:charCode (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/
Dbase64.js24 exports.decode = function (charCode) { argument
41 if (bigA <= charCode && charCode <= bigZ) {
42 return (charCode - bigA);
46 if (littleA <= charCode && charCode <= littleZ) {
47 return (charCode - littleA + littleOffset);
51 if (zero <= charCode && charCode <= nine) {
52 return (charCode - zero + numberOffset);
56 if (charCode == plus) {
61 if (charCode == slash) {
/plugin/asciidocjs/node_modules/source-map/lib/
Dbase64.js24 exports.decode = function (charCode) { argument
41 if (bigA <= charCode && charCode <= bigZ) {
42 return (charCode - bigA);
46 if (littleA <= charCode && charCode <= littleZ) {
47 return (charCode - littleA + littleOffset);
51 if (zero <= charCode && charCode <= nine) {
52 return (charCode - zero + numberOffset);
56 if (charCode == plus) {
61 if (charCode == slash) {
/plugin/codehighlight/cp/engines/
Dopera.js37 charCode = evt.charCode;
39 …if((evt.ctrlKey || evt.metaKey) && evt.shiftKey && charCode!=90) { // shortcuts = ctrl||appleKey+…
40 CodePress.shortcuts(charCode?charCode:keyCode);
42 …else if(completeChars.indexOf('|'+String.fromCharCode(charCode)+'|')!=-1 && CodePress.autocomplete…
43 CodePress.complete(String.fromCharCode(charCode));
45 else if(chars.indexOf('|'+charCode+'|')!=-1||keyCode==13) { // syntax highlighting
54 else if((charCode==122||charCode==121||charCode==90) && evt.ctrlKey) { // undo and redo
55 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
176 else cCode = '['+String.fromCharCode(charCode).toLowerCase()+']';
Dgecko.js40 charCode = evt.charCode;
41 fromChar = String.fromCharCode(charCode);
43 …if((evt.ctrlKey || evt.metaKey) && evt.shiftKey && charCode!=90) { // shortcuts = ctrl||appleKey+…
44 CodePress.shortcuts(charCode?charCode:keyCode);
50 else if(chars.indexOf('|'+charCode+'|')!=-1||keyCode==13) { // syntax highlighting
59 else if((charCode==122||charCode==121||charCode==90) && evt.ctrlKey) { // undo and redo
60 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
63 else if(charCode==118 && evt.ctrlKey) { // handle paste
66 else if(charCode==99 && evt.ctrlKey) { // handle cut
201 else cCode = '['+String.fromCharCode(charCode).toLowerCase()+']';
Dmsie.js40 charCode = evt.keyCode;
41 fromChar = String.fromCharCode(charCode);
47 else if(chars.indexOf('|'+charCode+'|')!=-1||charCode==13) { // syntax highlighting
/plugin/codeprettify/code-prettify/src/
Dprettify.js374 function encodeEscape(charCode) { argument
375 if (charCode < 0x20) {
376 return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
378 var ch = String.fromCharCode(charCode);
Dnode_prettify.js326 function encodeEscape(charCode) { argument
327 if (charCode < 0x20) {
328 return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
330 var ch = String.fromCharCode(charCode);
Drun_prettify.js603 function encodeEscape(charCode) { argument
604 if (charCode < 0x20) {
605 return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
607 var ch = String.fromCharCode(charCode);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/dist/
Dsource-map.debug.js662 exports.decode = function (charCode) {
679 if (bigA <= charCode && charCode <= bigZ) {
680 return (charCode - bigA);
684 if (littleA <= charCode && charCode <= littleZ) {
685 return (charCode - littleA + littleOffset);
689 if (zero <= charCode && charCode <= nine) {
690 return (charCode - zero + numberOffset);
694 if (charCode == plus) {
699 if (charCode == slash) {
Dsource-map.js662 exports.decode = function (charCode) {
679 if (bigA <= charCode && charCode <= bigZ) {
680 return (charCode - bigA);
684 if (littleA <= charCode && charCode <= littleZ) {
685 return (charCode - littleA + littleOffset);
689 if (zero <= charCode && charCode <= nine) {
690 return (charCode - zero + numberOffset);
694 if (charCode == plus) {
699 if (charCode == slash) {
Dsource-map.min.js.map1charCode","bigA","bigZ","littleA","littleZ","zero","nine","plus","slash","littleOffset","numberOff…
/plugin/asciidocjs/node_modules/source-map/dist/
Dsource-map.debug.js671 exports.decode = function (charCode) {
688 if (bigA <= charCode && charCode <= bigZ) {
689 return (charCode - bigA);
693 if (littleA <= charCode && charCode <= littleZ) {
694 return (charCode - littleA + littleOffset);
698 if (zero <= charCode && charCode <= nine) {
699 return (charCode - zero + numberOffset);
703 if (charCode == plus) {
708 if (charCode == slash) {
Dsource-map.js671 exports.decode = function (charCode) {
688 if (bigA <= charCode && charCode <= bigZ) {
689 return (charCode - bigA);
693 if (littleA <= charCode && charCode <= littleZ) {
694 return (charCode - littleA + littleOffset);
698 if (zero <= charCode && charCode <= nine) {
699 return (charCode - zero + numberOffset);
703 if (charCode == plus) {
708 if (charCode == slash) {
Dsource-map.min.js.map1charCode","bigA","bigZ","littleA","littleZ","zero","nine","plus","slash","littleOffset","numberOff…
/plugin/grensladawritezor/fckeditor/editor/dialog/common/
Dfck_dialog_common.js68 var iCode = ( e.keyCode || e.charCode ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js75 var iCode = ( e.keyCode || e.charCode ) ;
/plugin/code3/src/
Dtz.js184 var charCode;
186 charCode = parseInt(entityName.substring(2), 16);
188 charCode = parseInt(entityName.substring(1), 10);
190 if (!isNaN(charCode)) {
191 decoded = String.fromCharCode(charCode);
/plugin/s5reloaded/ui/effects_support/
Dunittest.js54 charCode: 0 property
60 options.keyCode, options.charCode );
66 Event.simulateKey(element,'keypress',{charCode:command.charCodeAt(i)}); property
/plugin/pdfjs/pdfjs/web/
Dviewer.js7423 function isAlphabeticalScript(charCode) {
7424 return charCode < 0x2E80;
7427 function isAscii(charCode) {
7428 return (charCode & 0xFF80) === 0;
7431 function isAsciiAlpha(charCode) {
7432 return charCode >= 0x61 && charCode <= 0x7A || charCode >= 0x41 && charCode <= 0x5A;
7435 function isAsciiDigit(charCode) {
7436 return charCode >= 0x30 && charCode <= 0x39;
7439 function isAsciiSpace(charCode) {
7440 return charCode === 0x20 || charCode === 0x09 || charCode === 0x0D || charCode === 0x0A;
[all …]
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js32524 cmap.forEach(function (charCode, token) { argument
32540 map[charCode] = String.fromCodePoint.apply(String, str);
32712 for (var charCode = 0; charCode < 256; charCode++) {
32713 if (charCode in differences && widthsByGlyphName[differences[charCode]]) {
32714 widths[charCode] = widthsByGlyphName[differences[charCode]];
32718 if (charCode in encoding && widthsByGlyphName[encoding[charCode]]) {
32719 widths[charCode] = widthsByGlyphName[encoding[charCode]];
33874 for (var charCode in map) {
33875 if (map[charCode] === value) {
33876 return charCode | 0;
[all …]
/plugin/fckg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js127 var iCode = ( e.keyCode || e.charCode ) ;
/plugin/searchtablejs/
Dtablefilter.js971 var key=(evt.charCode)?evt.charCode:
/plugin/searchtablejs/TableFilter_EN/
Dtablefilter.js971 var key=(evt.charCode)?evt.charCode:
/plugin/dirtylittlehelper/mermaid/editor/docs/
Deditor.worker.js.map1charCode;\n let offset;\n if (leftoverHighSurrogate !== 0) {\n charCode =…
/plugin/jquery/
Dscript.js19 …lTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.whic…

1234