Lines Matching refs:components
76 var components = [duration, timing, delay, iteration, direction, fill, play, name];
92 return components;
131 return components;
143 var components = [image, position, size, repeat, attachment, origin, clip, color];
156 return components;
160 return components;
226 return components;
248 target.components = fourValues(target, compactable);
254 remainder.components = fourValues(remainder, compactable);
257 target.components[j].multiplex = true;
258 target.components[j].value = target.components[j].value.concat(remainder.components[j].value);
261 return target.components;
272 var components = [style, variant, weight, stretch, size, height, family];
293 return components;
299 return components;
381 return components;
415 var componentNames = compactable[property.name].components;
416 var components = [];
435 components.unshift(component);
438 return components;
469 var components = splitComponents[0];
472 for (i = 0, l = components.length; i < l; i++) {
473 components[i].multiplex = true;
476 components[i].value.push([Token.PROPERTY_VALUE, Marker.COMMA]);
477 Array.prototype.push.apply(components[i].value, splitComponents[j][i].value);
481 return components;
489 var components = [type, position, image];
493 return components;
523 return components;
531 var components = [prop, duration, timing, delay];
543 return components;
570 return components;
575 var components = [
576 _wrapDefault(descriptor.components[0], property, compactable),
577 _wrapDefault(descriptor.components[1], property, compactable),
578 _wrapDefault(descriptor.components[2], property, compactable)
583 var component = components[i];
596 return components;
630 return components;