Searched refs:shorthandName (Results 1 – 3 of 3) sorted by relevance
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/ |
| D | merge-into-shorthands.js | 61 var shorthandName; 65 for (shorthandName in candidates) { 66 if (undefined !== invalidatedBy && shorthandName == invalidatedBy.name) { 70 shorthandDescriptor = compactable[shorthandName]; 71 candidateComponents = candidates[shorthandName]; 72 if (invalidatedBy && invalidates(candidates, shorthandName, invalidatedBy)) { 73 delete candidates[shorthandName]; 85 if (!overridable(candidateComponents, shorthandName, validator)) { 94 replaceWithInheritBestFit(properties, candidateComponents, shorthandName, validator); 96 replaceWithShorthand(properties, candidateComponents, shorthandName, validator); [all …]
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | compactable.js | 1024 clonedDescriptor.componentOf = clonedDescriptor.componentOf.map(function (shorthandName) { argument 1025 return prefix + shorthandName;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …shorthandName, ifValue, elseValue) {\n super();\n this.index = index;\n this.…
|