Searched refs:removeEmpty (Results 1 – 7 of 7) sorted by relevance
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | optimize.js | 18 function removeEmpty(tokens) { function 28 removeEmpty(token[2]); 127 if (levelOptions.removeEmpty) { 128 removeEmpty(tokens);
|
| /plugin/asciidocjs/node_modules/clean-css/lib/options/ |
| D | optimization-level.js | 22 removeEmpty: true, property 44 removeEmpty: true, property
|
| /plugin/asciidocjs/node_modules/clean-css/ |
| D | README.md | 104 * `removeEmpty` flag in level 1 optimizations controlling removal of rules and nested blocks; 105 * `removeEmpty` flag in level 2 optimizations controlling removal of rules and nested blocks; 359 removeEmpty: true, // controls removing empty rules and nested blocks; defaults to `true` 410 removeEmpty: true, // controls removing empty rules and nested blocks; defaults to `true`
|
| D | History.md | 1063 … [#157](https://github.com/jakubpawlowicz/clean-css/issues/157) - gets rid of `removeEmpty` option.
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | optimize.js | 677 …if (token[0] == Token.COMMENT && token[1].length === 0 || levelOptions.removeEmpty && (token[1].le…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js.unc | 1586 $removeEmpty: { 2549 if (!CKEDITOR.dtd.$removeEmpty[this.getName()]) return !1; 2627 …if (!1 === b || CKEDITOR.dtd.$removeEmpty[this.getName()] || this.is("a")) a(this, this.getNext(),… 3281 …(d) || b(d) ? !0 : !a && k(d) || d.type == CKEDITOR.NODE_ELEMENT && d.is(CKEDITOR.dtd.$removeEmpty) 3567 if (L && CKEDITOR.dtd.$removeEmpty[t.getName()]) { 3573 … if (!CKEDITOR.dtd.$removeEmpty[z.nodeName.toLowerCase()]) { 3608 if (L && CKEDITOR.dtd.$removeEmpty[t.getName()]) { 3614 … if (!CKEDITOR.dtd.$removeEmpty[z.nodeName.toLowerCase()]) { 4925 … q.$removeEmpty[c.name] && !c.children.length ? l(c, d, a) : m(c) || l(c, d, a); 6341 …["data-cke-survive"] ? !1 : "a" == a.name && a.attributes.href || CKEDITOR.dtd.$removeEmpty[a.name] [all …]
|
| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | mathjax-sre.js | 663 …th===a.length)return b.push(this.evaluate_(c.number)),b;a=sre.BaseUtil.removeEmpty(a.replace(/\s/g…
|