Home
last modified time | relevance | path

Searched refs:isSpace (Results 1 – 8 of 8) sorted by relevance

/plugin/code3/src/
H A Dtz.js826 var isSpace = PR_isSpaceChar(ch);
827 if (!(lastCh === ' ' && isSpace)) {
829 lastCh = isSpace ? ' ' : ch;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js1400 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 Dpdf.js231 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 Dpdf.worker.js.map1isSpace","num","DocumentInfoValidators","Title","Author","Subject","Keywords","Creator","Producer"…
H A Dpdf.js.map1isSpace(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 Dpdfmake.js2893 function isSpace(charCode) {
2962 while (++index < length && isSpace(string.charCodeAt(index))) {}
2977 while (index-- && isSpace(string.charCodeAt(index))) {}
H A Dpdfmake.min.js.map1isSpace","charCode","replaceHolders","placeholder","resIndex","PLACEHOLDER","sortedUniq","iteratee…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js55117 if (!isSpace(e.keyEvent) || self.isActive()) {
55127 if (!isSpace(e.keyEvent) || !self.isActive()) {
55236 function isSpace(keyEvent) { function