Searched refs:status (Results 1 - 25 of 29) sorted by relevance

12

/yui3/src/io/tests/js/
H A Drequests-tests.js11 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 Dtimeout-tests.js5 Y.Assert.areSame(0, o.status);
9 Y.Assert.areSame(0, o.status);
H A Devents-tests.js65 Y.Assert.areSame(500, t.status);
80 t.status = o.status;
108 t.status = o.status;
H A Dfacades-tests.js12 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 Dpjax.js37 @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 Dpjax-debug.js39 @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 Dtest-console.js18 m.category = 'status';
34 status: false
/yui3/build/file-flash/
H A Dfile-flash-debug.js142 * <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 Dtest-console.js44 status: false
61 msg.category = 'status';
/yui3/build/test-console/
H A Dtest-console-debug.js46 status: false
63 msg.category = 'status';
/yui3/src/file/js/
H A Dfile-flash.js140 * <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 Dfile-html5.js147 * <dt>status</dt>
148 * <dd>The status code reported by the XMLHttpRequest</dd>
154 status: xhr.status,
/yui3/src/io/js/
H A Dio-base.js12 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 Dtransports.js82 transaction.c = { status: 0, statusText: event };
H A Dio-nodejs.js103 status: data.statusCode,
H A Dio-upload-iframe.js150 o.status = 0;
262 o.status = 0;
H A Dio-xdr.js237 o.c = { status: 0, statusText: e };
/yui3/build/io-base/
H A Dio-base-debug.js14 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 Dio-nodejs-debug.js105 status: data.statusCode,
/yui3/build/file-html5/
H A Dfile-html5-debug.js149 * <dt>status</dt>
150 * <dd>The status code reported by the XMLHttpRequest</dd>
156 status: xhr.status,
/yui3/build/io-upload-iframe/
H A Dio-upload-iframe-debug.js152 o.status = 0;
264 o.status = 0;
/yui3/src/io/as/com/yui/util/
H A Dio.as125 o.c = { status: 0, statusText: e.type };
128 o.c = { status: 0, statusText: 'Security Violation.' };
/yui3/build/io-xdr/
H A Dio-xdr-debug.js239 o.c = { status: 0, statusText: e };
/yui3/src/pjax/tests/
H A Dpjax-test.js255 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 DFlashUploader.as401 this.log("The event status is " + (event as HTTPStatusEvent).status);
403 newEvent.message = (event as HTTPStatusEvent).status;

Completed in 106 milliseconds

12