Home
last modified time | relevance | path

Searched refs:shorthand (Results 1 – 25 of 55) sorted by relevance

123

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Dfind-component-in.js3 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];
Dis-mergeable-shorthand.js3 function isMergeableShorthand(shorthand) { argument
4 if (shorthand.name != 'font') {
8 return shorthand.value[0][1].indexOf(Marker.INTERNAL) == -1;
Doverride-properties.js76 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 …]
Dpopulate-components.js12 if (descriptor && descriptor.shorthand) {
13 property.shorthand = true;
Dmerge-into-shorthands.js227 newProperty.shorthand = true;
414 newProperty.shorthand = true;
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dcompactable.js62 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 …]
Drestore-with-components.js6 if (descriptor && descriptor.shorthand) {
/plugin/asciidocjs/node_modules/clean-css/
DHistory.md50 …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 …]
DREADME.md110 * 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/
DFilter.ExtractStyleBlocks.Scope.txt19 The comma shorthand may be used; consider the above example, with
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy_optimise.php110 $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/
Dstyle.css99 * The "inline style" is defined for the shorthand (one word) syntax
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md113 `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/
Dwrap-for-optimizing.js182 shorthand: false,
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js31 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/
DREADME.md567 // 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/
DCHANGELOG.md21 Properly reject shorthand properties whose name is a keyword.
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js31 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/
Dexpression.js365 prop.shorthand = false
406 prop.shorthand = true
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js344 prop.shorthand = false
377 prop.shorthand = true
/plugin/asciidocjs/node_modules/constantinople/src/
Dindex.ts140 if (property.shorthand) {
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy_optimise.php149 $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/
Dindex.js138 if (property.shorthand) {
/plugin/asciidocjs/node_modules/yargs/
DREADME.md81 > Note: `hideBin` is a shorthand for [`process.argv.slice(2)`](https://nodejs.org/en/knowledge/comm…
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/
Dcore.js511 shorthand: { property

123