Searched refs:isSpace (Results 1 – 8 of 8) sorted by relevance
/plugin/code3/src/ |
H A D | tz.js | 826 var isSpace = PR_isSpaceChar(ch); 827 if (!(lastCh === ' ' && isSpace)) { 829 lastCh = isSpace ? ' ' : ch;
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 1400 exports.isSpace = isSpace; 2186 function isSpace(ch) { 13181 } while ((0, _util.isSpace)(ch)); 16021 if (!(0, _util.isSpace)(ch)) { 16131 while ((0, _util.isSpace)(ch)) { 18051 while ((0, _util.isSpace)(c)) { 18079 while ((0, _util.isSpace)(c)) { 31850 if (glyph.isSpace) { 34862 this.isSpace = isSpace; 48459 } else if (!(0, _util.isSpace)(ch)) { [all …]
|
H A D | pdf.js | 231 exports.isSpace = isSpace; 1017 function isSpace(ch) { 15558 var spacing = (glyph.isSpace ? wordSpacing : 0) + charSpacing; 15657 var spacing = (glyph.isSpace ? wordSpacing : 0) + charSpacing; 21689 var spacing = (glyph.isSpace ? wordSpacing : 0) + charSpacing;
|
H A D | pdf.worker.js.map | 1 …isSpace","num","DocumentInfoValidators","Title","Author","Subject","Keywords","Creator","Producer"…
|
H A D | pdf.js.map | 1 …isSpace(ch) {\n return (ch === 0x20 || ch === 0x09 || ch === 0x0D || ch === 0x0A);\n}\n\n/**\n * …
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 2893 function isSpace(charCode) { 2962 while (++index < length && isSpace(string.charCodeAt(index))) {} 2977 while (index-- && isSpace(string.charCodeAt(index))) {}
|
H A D | pdfmake.min.js.map | 1 …isSpace","charCode","replaceHolders","placeholder","resIndex","PLACEHOLDER","sortedUniq","iteratee…
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 55117 if (!isSpace(e.keyEvent) || self.isActive()) { 55127 if (!isSpace(e.keyEvent) || !self.isActive()) { 55236 function isSpace(keyEvent) { function
|