Searched refs:isSpace (Results 1 – 15 of 15) sorted by relevance
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | tokenize.js | 6 function isSpace(ch) { function 58 while (pos < this.input.length && !isSpace(this.input.charCodeAt(pos))) ++pos
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | tokenize.js | 6 function isSpace(ch) { function 58 while (pos < this.input.length && !isSpace(this.input.charCodeAt(pos))) ++pos
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn_loose.es.js | 173 function isSpace(ch) { function 229 while (pos < this.input.length && !isSpace(this.input.charCodeAt(pos))) ++pos
|
| D | acorn_loose.js | 177 function isSpace(ch) { function 233 while (pos < this.input.length && !isSpace(this.input.charCodeAt(pos))) ++pos
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn_loose.es.js | 172 function isSpace(ch) { function 228 while (pos < this.input.length && !isSpace(this.input.charCodeAt(pos))) ++pos
|
| D | acorn_loose.js | 178 function isSpace(ch) { function 234 while (pos < this.input.length && !isSpace(this.input.charCodeAt(pos))) ++pos
|
| /plugin/asciidocjs/node_modules/clean-css/lib/tokenizer/ |
| D | tokenize.js | 97 var isSpace; 118 isSpace = character == Marker.SPACE || character == Marker.TAB; 470 …} else if ((isSpace || (isNewLineNix && !isNewLineWin)) && level == Level.RULE && seekingValue && … 488 … } else if (buffer.length > 0 || !isSpace && !isNewLineNix && !isNewLineWin && !isCarriageReturn) {
|
| /plugin/code3/src/ |
| D | tz.js | 826 var isSpace = PR_isSpaceChar(ch); 827 if (!(lastCh === ' ' && isSpace)) { 829 lastCh = isSpace ? ' ' : ch;
|
| /plugin/pdfjs/pdfjs/build/ |
| 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)) { 16361 if (!(0, _util.isSpace)(lastByte)) { 16592 if (divideBy === 10 && sign === 0 && ((0, _util.isSpace)(ch) || ch === -1)) { 18051 while ((0, _util.isSpace)(c)) { 18079 while ((0, _util.isSpace)(c)) { 31850 if (glyph.isSpace) { [all …]
|
| 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;
|
| D | pdf.worker.js.map | 1 …isSpace","num","DocumentInfoValidators","Title","Author","Subject","Keywords","Creator","Producer"…
|
| 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/ |
| D | pdfmake.js | 2893 function isSpace(charCode) { 2962 while (++index < length && isSpace(string.charCodeAt(index))) {} 2977 while (index-- && isSpace(string.charCodeAt(index))) {}
|
| D | pdfmake.min.js.map | 1 …isSpace","charCode","replaceHolders","placeholder","resIndex","PLACEHOLDER","sortedUniq","iteratee…
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 55117 if (!isSpace(e.keyEvent) || self.isActive()) { 55127 if (!isSpace(e.keyEvent) || !self.isActive()) { 55236 function isSpace(keyEvent) { function
|