Searched refs:props (Results 1 - 12 of 12) sorted by relevance

/yui3/src/charts/js/
H A DBottomAxisLayout.js133 props = this._labelRotationProps,
134 rot = props.rot,
135 absRot = props.absRot,
136 sinRadians = props.sinRadians,
137 cosRadians = props.cosRadians,
188 props = host._titleRotationProps,
194 props.labelWidth = labelWidth;
195 props.labelHeight = labelHeight;
200 props.x = x;
201 props
[all...]
H A DLeftAxisLayout.js134 props = this._labelRotationProps,
135 rot = props.rot,
136 absRot = props.absRot,
137 sinRadians = props.sinRadians,
138 cosRadians = props.cosRadians,
189 props = host._titleRotationProps,
195 props.labelWidth = labelWidth;
196 props.labelHeight = labelHeight;
201 props.x = x;
202 props
[all...]
H A DRightAxisLayout.js135 props = this._labelRotationProps,
136 rot = props.rot,
137 absRot = props.absRot,
138 sinRadians = props.sinRadians,
139 cosRadians = props.cosRadians,
190 props = host._titleRotationProps,
196 props.labelWidth = labelWidth;
197 props.labelHeight = labelHeight;
202 props.x = x;
203 props
[all...]
H A DTopAxisLayout.js133 props = this._labelRotationProps,
134 rot = props.rot,
135 absRot = props.absRot,
136 sinRadians = props.sinRadians,
137 cosRadians = props.cosRadians,
188 props = host._titleRotationProps,
194 props.labelWidth = labelWidth;
195 props.labelHeight = labelHeight;
200 props.x = x;
201 props
[all...]
H A DAxis.js849 * @param {Object} props properties to be applied to the text field.
852 _rotate: function(label, props)
854 var rot = props.rot,
855 x = props.x,
856 y = props.y,
860 transformOrigin = props.transformOrigin || [0, 0],
877 textAlpha = props.textAlpha;
887 offsetRect = matrix.getContentRect(props.labelWidth, props.labelHeight);
891 this._simulateRotateWithTransformOrigin(matrix, rot, transformOrigin, props
[all...]
H A DChartBase.js937 props = {
961 for(i in props)
/yui3/src/base/tests/benchmark/
H A Dmix-benchmark.js52 var props = [
66 var hash = Y.Array.hash(props);
69 var o = Y.mix({}, s, true, props);
77 var o = _wlarr({}, s, props);
81 var o = _wlarrcheck({}, s, props);
85 var o = _wlarrcheck2({}, s, props);
/yui3/src/graphics/js/
H A DVMLShape.js293 var props,
305 props = {};
317 props.stroked = true;
318 props.color = stroke.color;
319 props.weight = stroke.weight;
320 props.endcap = linecap;
321 props.opacity = stroke.opacity;
334 props.joinstyle = linejoin;
341 props.miterlimit = Math.max(linejoin, 1);
342 props
[all...]
/yui3/build/charts-base/
H A Dcharts-base-debug.js577 props = this._labelRotationProps,
578 rot = props.rot,
579 absRot = props.absRot,
580 sinRadians = props.sinRadians,
581 cosRadians = props.cosRadians,
632 props = host._titleRotationProps,
638 props.labelWidth = labelWidth;
639 props.labelHeight = labelHeight;
644 props.x = x;
645 props
[all...]
/yui3/build/graphics-vml/
H A Dgraphics-vml-debug.js698 var props,
710 props = {};
722 props.stroked = true;
723 props.color = stroke.color;
724 props.weight = stroke.weight;
725 props.endcap = linecap;
726 props.opacity = stroke.opacity;
739 props.joinstyle = linejoin;
746 props.miterlimit = Math.max(linejoin, 1);
747 props
[all...]
/yui3/src/datatable/tests/
H A Ddatatable-core-tests.js11 props = Y.Object.keys(Y.DataTable.Core.prototype),
17 for (i = props.length - 1; i >= 0; --i) {
18 Y.Assert.isNotUndefined(instance[props[i]]);
/yui3/src/datatable/tests/src/
H A Ddatatable-core.js9 props = Y.Object.keys(Y.DataTable.Core.prototype),
15 for (i = props.length - 1; i >= 0; --i) {
16 Y.Assert.isNotUndefined(instance[props[i]]);

Completed in 34 milliseconds