Searched refs:props (Results 1 - 12 of 12) sorted by relevance
| /yui3/src/charts/js/ |
| H A D | BottomAxisLayout.js | 133 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 D | LeftAxisLayout.js | 134 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 D | RightAxisLayout.js | 135 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 D | TopAxisLayout.js | 133 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 D | Axis.js | 849 * @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 D | ChartBase.js | 937 props = { 961 for(i in props)
|
| /yui3/src/base/tests/benchmark/ |
| H A D | mix-benchmark.js | 52 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 D | VMLShape.js | 293 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 D | charts-base-debug.js | 577 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 D | graphics-vml-debug.js | 698 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 D | datatable-core-tests.js | 11 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 D | datatable-core.js | 9 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