Lines Matching refs:shorthand
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)) {
451 if (right.shorthand) {