| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/ |
| D | find-component-in.js | 3 function findComponentIn(shorthand, longhand) { argument 6 …return findInDirectComponents(shorthand, comparator) || findInSubComponents(shorthand, comparator); 15 function findInDirectComponents(shorthand, comparator) { argument 16 return shorthand.components.filter(comparator)[0]; 19 function findInSubComponents(shorthand, comparator) { argument 24 if (!compactable[shorthand.name].shorthandComponents) { 28 for (i = 0, l = shorthand.components.length; i < l; i++) { 29 shorthandComponent = shorthand.components[i];
|
| D | is-mergeable-shorthand.js | 3 function isMergeableShorthand(shorthand) { argument 4 if (shorthand.name != 'font') { 8 return shorthand.value[0][1].indexOf(Marker.INTERNAL) == -1;
|
| D | override-properties.js | 76 if (compactable[property.name].shorthand) { 154 function overridingFunction(shorthand, validator) { argument 155 for (var i = 0, l = shorthand.components.length; i < l; i++) { 156 …if (!anyValue(validator.isUrl, shorthand.components[i]) && anyValue(validator.isFunction, shorthan… 296 if (right.shorthand && isComponentOf(right, left)) { 317 } else if (right.shorthand && overridesNonComponentShorthand(right, left)) { 331 overriddenComponents = left.shorthand ? 346 …} else if (withMerging && left.shorthand && !right.shorthand && isComponentOf(left, right, true)) { 392 } else if (withMerging && left.shorthand && right.shorthand && left.name == right.name) { 424 } else if (withMerging && left.shorthand && right.shorthand && isComponentOf(left, right)) { [all …]
|
| D | populate-components.js | 12 if (descriptor && descriptor.shorthand) { 13 property.shorthand = true;
|
| D | merge-into-shorthands.js | 227 newProperty.shorthand = true; 414 newProperty.shorthand = true;
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | compactable.js | 62 shorthand: true, property 199 shorthand: true property 299 shorthand: true, property 316 shorthand: true property 390 shorthand: true property 406 shorthand: true property 450 shorthand: true, property 470 shorthand: true property 517 shorthand: true property 533 shorthand: true property [all …]
|
| D | restore-with-components.js | 6 if (descriptor && descriptor.shorthand) {
|
| /plugin/asciidocjs/node_modules/clean-css/ |
| D | History.md | 50 …tps://github.com/jakubpawlowicz/clean-css/issues/1008) - edge case in breaking up `font` shorthand. 107 * Improves longhand-into-shorthand merging mechanism in complex cases as with `border-*` shorthands. 121 …(https://github.com/jakubpawlowicz/clean-css/issues/934) - smarter longhand into shorthand merging. 211 * Re-enables `background-(clip|origin|size)` merging with `background` shorthand. 340 * Fixed issue [#743](https://github.com/jakubpawlowicz/clean-css/issues/743) - background shorthand… 366 * Fixed issue [#695](https://github.com/jakubpawlowicz/clean-css/issues/695) - shorthand overriding… 510 … [#577](https://github.com/jakubpawlowicz/clean-css/issues/577) - `background-clip` into shorthand. 511 …#579](https://github.com/jakubpawlowicz/clean-css/issues/579) - `background-origin` into shorthand. 569 …[#541](https://github.com/jakubpawlowicz/clean-css/issues/541) - `outline-style:auto` in shorthand. 605 * Fixed issue [#526](https://github.com/jakubpawlowicz/clean-css/issues/526) - shorthand overriding… [all …]
|
| D | README.md | 110 * new `font` shorthand and `font-*` longhand optimizers; 111 * removal of `optimizeFont` flag in level 1 optimizations due to new `font` shorthand optimizer; 113 * new `animation` shorthand and `animation-*` longhand optimizers; 162 backgroundClipMerging: true, // controls background-clip merging into shorthand 163 backgroundOriginMerging: true, // controls background-origin merging into shorthand 164 backgroundSizeMerging: true, // controls background-size merging into shorthand
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Filter.ExtractStyleBlocks.Scope.txt | 19 The comma shorthand may be used; consider the above example, with
|
| /plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
| D | class.csstidy_optimise.php | 110 $temp = csstidy_optimise::shorthand($this->value); // FIXME - move 221 function shorthand($value) function in csstidy_optimise 625 $return[$key] = csstidy_optimise::shorthand(trim($return[$key].$important));
|
| /plugin/tooltip/ |
| D | style.css | 99 * The "inline style" is defined for the shorthand (one word) syntax
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | CHANGELOG.md | 113 `arguments` and `eval` can now be used in shorthand properties. 148 Properly reject shorthand properties whose name is a keyword.
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/ |
| D | wrap-for-optimizing.js | 182 shorthand: false,
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | expression.js | 31 if (this.options.ecmaVersion >= 6 && (prop.computed || prop.method || prop.shorthand)) 477 prop.shorthand = false 534 prop.shorthand = true
|
| /plugin/sequencediagram/bower_components/lodash/doc/ |
| D | README.md | 567 // The `_.property` iteratee shorthand. 710 // The `_.matches` iteratee shorthand. 714 // The `_.matchesProperty` iteratee shorthand. 718 // The `_.property` iteratee shorthand. 756 // The `_.matches` iteratee shorthand. 760 // The `_.matchesProperty` iteratee shorthand. 764 // The `_.property` iteratee shorthand. 843 // The `_.matches` iteratee shorthand. 847 // The `_.matchesProperty` iteratee shorthand. 851 // The `_.property` iteratee shorthand. [all …]
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/ |
| D | CHANGELOG.md | 21 Properly reject shorthand properties whose name is a keyword.
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | expression.js | 31 if (this.options.ecmaVersion >= 6 && (prop.computed || prop.method || prop.shorthand)) 528 prop.shorthand = false 598 prop.shorthand = true
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | expression.js | 365 prop.shorthand = false 406 prop.shorthand = true
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | expression.js | 344 prop.shorthand = false 377 prop.shorthand = true
|
| /plugin/asciidocjs/node_modules/constantinople/src/ |
| D | index.ts | 140 if (property.shorthand) {
|
| /plugin/pagecss/vendor/csstidy-2.2.1/ |
| H A D | class.csstidy_optimise.php | 149 $temp = $this->shorthand($this->value); // FIXME - move 250 public function shorthand($value) { function in csstidy_optimise 742 $return[$key] = $this->shorthand(trim($return[$key] . $important));
|
| /plugin/asciidocjs/node_modules/constantinople/lib/ |
| D | index.js | 138 if (property.shorthand) {
|
| /plugin/asciidocjs/node_modules/yargs/ |
| D | README.md | 81 > Note: `hideBin` is a shorthand for [`process.argv.slice(2)`](https://nodejs.org/en/knowledge/comm…
|
| /plugin/asciidocjs/node_modules/babel-types/lib/definitions/ |
| D | core.js | 511 shorthand: { property
|