Searched refs:propertyName (Results 1 - 12 of 12) sorted by relevance
| /yui3/src/test/js/ |
| H A D | ObjectAssert.js | 44 * @param {String} propertyName The name of the property to test.
51 hasKey: function (propertyName, object, message) {
52 YUITest.ObjectAssert.ownsOrInheritsKey(propertyName, object, message);
70 * @param {String} propertyName The name of the property to test.
76 inheritsKey: function (propertyName, object, message) {
78 if (!(propertyName in object && !object.hasOwnProperty(propertyName))){
79 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Property '" + propertyName + "' not found on object instance."));
94 if (!(propertyName in object && !object.hasOwnProperty(properties[i]))){
102 * @param {String} propertyName Th [all...] |
| /yui3/src/swf/as/com/yahoo/util/ |
| H A D | YUIBridge.as | 74 public function getProperty (instanceId:String, propertyName:String) : Object { 75 if (_instances[instanceId] && _instances[instanceId].hasOwnProperty(propertyName)) { 76 return _instances[instanceId][propertyName]; 83 public function setProperty (instanceId:String, propertyName:String, propertyValue:Object) : void { 84 if (_instances[instanceId] && _instances[instanceId].hasOwnProperty(propertyName)) { 85 _instances[instanceId][propertyName] = propertyValue;
|
| /yui3/src/uploader/as/com/yahoo/util/ |
| H A D | YUIBridge.as | 79 public function getProperty (instanceId:String, propertyName:String) : Object { 80 if (_instances[instanceId] && _instances[instanceId].hasOwnProperty(propertyName)) { 81 return _instances[instanceId][propertyName]; 88 public function setProperty (instanceId:String, propertyName:String, propertyValue:Object) : void { 89 if (_instances[instanceId] && _instances[instanceId].hasOwnProperty(propertyName)) { 90 _instances[instanceId][propertyName] = propertyValue;
|
| /yui3/src/uploader-deprecated/as/com/yahoo/util/ |
| H A D | YUIBridge.as | 79 public function getProperty (instanceId:String, propertyName:String) : Object { 80 if (_instances[instanceId] && _instances[instanceId].hasOwnProperty(propertyName)) { 81 return _instances[instanceId][propertyName]; 88 public function setProperty (instanceId:String, propertyName:String, propertyValue:Object) : void { 89 if (_instances[instanceId] && _instances[instanceId].hasOwnProperty(propertyName)) { 90 _instances[instanceId][propertyName] = propertyValue;
|
| /yui3/build/test/ |
| H A D | test-debug.js | 3151 * @param {String} propertyName The name of the property to test. 3158 hasKey: function (propertyName, object, message) { 3159 YUITest.ObjectAssert.ownsOrInheritsKey(propertyName, object, message); 3177 * @param {String} propertyName The name of the property to test. 3183 inheritsKey: function (propertyName, object, message) { 3185 if (!(propertyName in object && !object.hasOwnProperty(propertyName))){ 3186 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Property '" + propertyName + "' not found on object instance.")); 3201 if (!(propertyName in object && !object.hasOwnProperty(properties[i]))){ 3209 * @param {String} propertyName Th [all...] |
| /yui3/build/transition/ |
| H A D | transition-debug.js | 204 propertyName: prop, 401 name = Transition._toCamel(event.propertyName), 416 propertyName: name,
|
| /yui3/build/transition-native/ |
| H A D | transition-native-debug.js | 203 propertyName: prop, 406 name = Transition._toCamel(event.propertyName), 421 propertyName: name,
|
| /yui3/src/transition/js/ |
| H A D | transition-native.js | 202 propertyName: prop, 399 name = Transition._toCamel(event.propertyName), 414 propertyName: name,
|
| H A D | transition-timer.js | 72 propertyName: name,
|
| /yui3/build/transition-timer/ |
| H A D | transition-timer-debug.js | 74 propertyName: name,
|
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 18277 propertyName: prop, 18474 name = Transition._toCamel(event.propertyName), 18489 propertyName: name, 19659 propertyName: name,
|
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 18277 propertyName: prop, 18474 name = Transition._toCamel(event.propertyName), 18489 propertyName: name, 19659 propertyName: name,
|
Completed in 233 milliseconds