Searched refs:status (Results 1 - 25 of 29) sorted by relevance
12
| /yui3/src/io/tests/js/ |
| H A D | requests-tests.js | 11 Y.Assert.areSame(200, t.status); 16 t.status = o.status; 75 // status of 0. 76 Y.Assert.areSame(0, t.status); 83 t.status = o.status; 101 Y.Assert.areSame(200, t.status); 109 t.status = o.status; [all...] |
| H A D | timeout-tests.js | 5 Y.Assert.areSame(0, o.status); 9 Y.Assert.areSame(0, o.status);
|
| H A D | events-tests.js | 65 Y.Assert.areSame(500, t.status); 80 t.status = o.status; 108 t.status = o.status;
|
| H A D | facades-tests.js | 12 Y.Assert.isUndefined(o.data.status); 22 Y.Assert.isNumber(o.data.status); 43 status: undefined, 69 o2.c.status = 200; 78 o2.c.status = 500;
|
| /yui3/src/pjax/js/ |
| H A D | pjax.js | 37 @param {Number} status HTTP status code for the Ajax response. 54 @param {Number} status HTTP status code for the Ajax response. 205 status : res.status, 223 status : res.status,
|
| /yui3/build/pjax/ |
| H A D | pjax-debug.js | 39 @param {Number} status HTTP status code for the Ajax response. 56 @param {Number} status HTTP status code for the Ajax response. 207 status : res.status, 225 status : res.status,
|
| /yui3/src/common/tests/assets/ |
| H A D | test-console.js | 18 m.category = 'status'; 34 status: false
|
| /yui3/build/file-flash/ |
| H A D | file-flash-debug.js | 142 * <dt>status</dt> 143 * <dd>The status code reported by the Flash player instance.</dd> 148 this.fire("uploaderror", {originEvent: event, statusText: event.text, status: event.status});
|
| /yui3/src/test-console/js/ |
| H A D | test-console.js | 44 status: false 61 msg.category = 'status';
|
| /yui3/build/test-console/ |
| H A D | test-console-debug.js | 46 status: false 63 msg.category = 'status';
|
| /yui3/src/file/js/ |
| H A D | file-flash.js | 140 * <dt>status</dt> 141 * <dd>The status code reported by the Flash player instance.</dd> 146 this.fire("uploaderror", {originEvent: event, statusText: event.text, status: event.status});
|
| H A D | file-html5.js | 147 * <dt>status</dt> 148 * <dd>The status code reported by the XMLHttpRequest</dd> 154 status: xhr.status,
|
| /yui3/src/io/js/ |
| H A D | io-base.js | 12 XHR_PROPS = ['status', 'statusText', 'responseText', 'responseXML'], 184 transaction.c = { status: 0, statusText: transaction.e }; 254 * transaction. Response status and data are accessible, if 288 * Signals an HTTP response with status in the 2xx range. 306 * Signals an HTTP response with status outside of the 2xx range. 459 * or failure, based on the response HTTP status code, and fires the 469 var status; 471 // an XHR object's status property, after a request is aborted. 473 status = transaction.c.status; [all...] |
| H A D | transports.js | 82 transaction.c = { status: 0, statusText: event };
|
| H A D | io-nodejs.js | 103 status: data.statusCode,
|
| H A D | io-upload-iframe.js | 150 o.status = 0; 262 o.status = 0;
|
| H A D | io-xdr.js | 237 o.c = { status: 0, statusText: e };
|
| /yui3/build/io-base/ |
| H A D | io-base-debug.js | 14 XHR_PROPS = ['status', 'statusText', 'responseText', 'responseXML'], 186 transaction.c = { status: 0, statusText: transaction.e }; 256 * transaction. Response status and data are accessible, if 290 * Signals an HTTP response with status in the 2xx range. 308 * Signals an HTTP response with status outside of the 2xx range. 461 * or failure, based on the response HTTP status code, and fires the 471 var status; 473 // an XHR object's status property, after a request is aborted. 475 status = transaction.c.status; [all...] |
| /yui3/build/io-nodejs/ |
| H A D | io-nodejs-debug.js | 105 status: data.statusCode,
|
| /yui3/build/file-html5/ |
| H A D | file-html5-debug.js | 149 * <dt>status</dt> 150 * <dd>The status code reported by the XMLHttpRequest</dd> 156 status: xhr.status,
|
| /yui3/build/io-upload-iframe/ |
| H A D | io-upload-iframe-debug.js | 152 o.status = 0; 264 o.status = 0;
|
| /yui3/src/io/as/com/yui/util/ |
| H A D | io.as | 125 o.c = { status: 0, statusText: e.type }; 128 o.c = { status: 0, statusText: 'Security Violation.' };
|
| /yui3/build/io-xdr/ |
| H A D | io-xdr-debug.js | 239 o.c = { status: 0, statusText: e };
|
| /yui3/src/pjax/tests/ |
| H A D | pjax-test.js | 255 Assert.areSame(404, e.status, 'HTTP status should be passed on the event facade.'); 287 Assert.areSame(200, e.status, 'HTTP status should be passed on the event facade.');
|
| /yui3/src/uploader/as/ |
| H A D | FlashUploader.as | 401 this.log("The event status is " + (event as HTTPStatusEvent).status); 403 newEvent.message = (event as HTTPStatusEvent).status;
|
Completed in 106 milliseconds
12