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

/yui3/src/test/js/
H A DObjectAssert.js44 * @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 DYUIBridge.as74 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 DYUIBridge.as79 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 DYUIBridge.as79 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 Dtest-debug.js3151 * @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 Dtransition-debug.js204 propertyName: prop,
401 name = Transition._toCamel(event.propertyName),
416 propertyName: name,
/yui3/build/transition-native/
H A Dtransition-native-debug.js203 propertyName: prop,
406 name = Transition._toCamel(event.propertyName),
421 propertyName: name,
/yui3/src/transition/js/
H A Dtransition-native.js202 propertyName: prop,
399 name = Transition._toCamel(event.propertyName),
414 propertyName: name,
H A Dtransition-timer.js72 propertyName: name,
/yui3/build/transition-timer/
H A Dtransition-timer-debug.js74 propertyName: name,
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js18277 propertyName: prop,
18474 name = Transition._toCamel(event.propertyName),
18489 propertyName: name,
19659 propertyName: name,
/yui3/src/simpleyui/js/
H A Dconcat.js18277 propertyName: prop,
18474 name = Transition._toCamel(event.propertyName),
18489 propertyName: name,
19659 propertyName: name,

Completed in 233 milliseconds