/yui3/src/get/tests/getfiles/ |
H A D | delay.js | 15 function send(res, code, content, type) { function 25 send(res, 200, DEFAULT_JS_CONTENT, EXT_TO_TYPE["js"]); 38 send(res, 200, content, contentType); 40 send(res, 500, "Error", "text/html"); 44 send(res, 404, "File Not Found", "text/html");
|
/yui3/src/jsonp/tests/ |
H A D | jsonp-tests.js | 43 name: "send", 194 "test multiple send() from an instance of Y.JSONPRequest": function () { 202 //console.log(Y.Object.keys(YUI.Env.JSONP), "test multiple send() from an instance of Y.JSONPRequest"); 213 service.send().send().send(); 223 // JSONPRequest + send 224 // JSONPRequest + send with config overrides (not yet implemented) 255 jsonp.send(); 263 jsonp.send(); [all...] |
/yui3/src/jsonp/tests/src/ |
H A D | jsonp.js | 41 name: "send", 192 "test multiple send() from an instance of Y.JSONPRequest": function () { 200 //console.log(Y.Object.keys(YUI.Env.JSONP), "test multiple send() from an instance of Y.JSONPRequest"); 211 service.send().send().send(); 221 // JSONPRequest + send 222 // JSONPRequest + send with config overrides (not yet implemented) 253 jsonp.send(); 261 jsonp.send(); [all...] |
/yui3/build/yql/ |
H A D | yql-debug.js | 62 * @method send 67 send: function() { 91 this._jsonp.send(); 134 return new Y.YQLRequest(sql, callback, params, opts).send();
|
/yui3/src/yql/js/ |
H A D | yql.js | 60 * @method send 65 send: function() { 89 this._jsonp.send(); 132 return new Y.YQLRequest(sql, callback, params, opts).send();
|
/yui3/src/loader/tests/server/ |
H A D | server.js | 144 res.send(res.body, 200); 148 res.send(fs.readFileSync(path.join(__dirname, 'index.html'), 'utf8')); 160 res.send(template); 167 res.send(js); 173 res.send(js);
|
/yui3/build/jsonp/ |
H A D | jsonp-debug.js | 7 * method Y.jsonp(url, callback) to instantiate and send a JSONP request.</p> 123 * @method send 128 send : function () { 219 * @param args* {any} additional args passed to send() 237 * @param args* {any} additional arguments to pass to send() 244 return req.send.apply(req, Y.Array(arguments, 2, true));
|
/yui3/build/io-xdr/ |
H A D | io-xdr-debug.js | 174 o.c.send(uri, { id: o.id, 189 o.c.send(c.data); 192 o.c.send(uri, o, c);
|
/yui3/build/io-nodejs/ |
H A D | io-nodejs-debug.js | 23 @returns {Object} This object contains only a `send` method that accepts a 71 send: function (transaction, uri, config) {
|
/yui3/build/io-queue/ |
H A D | io-queue-debug.js | 50 io.send(o.uri, o.cfg, o.id);
|
/yui3/src/jsonp/js/ |
H A D | jsonp.js | 5 * method Y.jsonp(url, callback) to instantiate and send a JSONP request.</p> 121 * @method send 126 send : function () { 217 * @param args* {any} additional args passed to send() 235 * @param args* {any} additional arguments to pass to send() 242 return req.send.apply(req, Y.Array(arguments, 2, true));
|
/yui3/src/yql/tests/ |
H A D | yql.js | 78 q.send(); 81 Y.Assert.isTrue((counter === 2), 'Query did not send twice');
|
/yui3/src/io/js/ |
H A D | io-nodejs.js | 21 @returns {Object} This object contains only a `send` method that accepts a 69 send: function (transaction, uri, config) {
|
H A D | io-queue.js | 48 io.send(o.uri, o.cfg, o.id);
|
H A D | io-xdr.js | 172 o.c.send(uri, { id: o.id, 187 o.c.send(c.data); 190 o.c.send(uri, o, c);
|
H A D | io-base.js | 377 return this.send(uri, config, transaction.id); 526 * Requests a transaction. `send()` is implemented as `Y.io()`. Each 603 * <dd>Object map of transaction headers to send to the server. The 621 * @method send 628 send: function(uri, config, id) { 684 return transaction.c.send(transaction, uri, config); 710 transaction.c.send(data); 848 <dd>Object map of transaction headers to send to the server. The 877 return transaction.send.apply(transaction, [url, config]);
|
/yui3/build/io-base/ |
H A D | io-base-debug.js | 379 return this.send(uri, config, transaction.id); 528 * Requests a transaction. `send()` is implemented as `Y.io()`. Each 605 * <dd>Object map of transaction headers to send to the server. The 623 * @method send 630 send: function(uri, config, id) { 686 return transaction.c.send(transaction, uri, config); 712 transaction.c.send(data); 850 <dd>Object map of transaction headers to send to the server. The 879 return transaction.send.apply(transaction, [url, config]); 921 * @return {Object} The transport object with a `send` metho [all...] |
/yui3/src/io/as/com/yui/util/ |
H A D | io.as | 26 ExternalInterface.addCallback("send", send); 32 public function send(uri:String, cfg:Object):void { function
|
/yui3/build/autocomplete-sources/ |
H A D | autocomplete-sources-debug.js | 170 source.send(query); 327 yqlRequest.send();
|
/yui3/src/autocomplete/js/ |
H A D | autocomplete-sources.js | 168 source.send(query); 325 yqlRequest.send();
|
/yui3/src/file/js/ |
H A D | file-html5.js | 200 * @param parameters {Object} (optional) A set of key-value pairs to send as variables along with the file upload HTTP request. 228 xhr.send(uploadData);
|
/yui3/build/file-html5/ |
H A D | file-html5-debug.js | 202 * @param parameters {Object} (optional) A set of key-value pairs to send as variables along with the file upload HTTP request. 230 xhr.send(uploadData);
|
/yui3/build/simpleyui/ |
H A D | simpleyui-debug.js | 10743 * 'monitored': specifies whether or not this event should send notifications about 17227 return this.send(uri, config, transaction.id); 17376 * Requests a transaction. `send()` is implemented as `Y.io()`. Each 17453 * <dd>Object map of transaction headers to send to the server. The 17471 * @method send 17478 send: function(uri, config, id) { 17534 return transaction.c.send(transaction, uri, config); 17560 transaction.c.send(data); 17698 <dd>Object map of transaction headers to send to the server. The 17727 return transaction.send [all...] |
/yui3/src/simpleyui/js/ |
H A D | concat.js | 10743 * 'monitored': specifies whether or not this event should send notifications about 17227 return this.send(uri, config, transaction.id); 17376 * Requests a transaction. `send()` is implemented as `Y.io()`. Each 17453 * <dd>Object map of transaction headers to send to the server. The 17471 * @method send 17478 send: function(uri, config, id) { 17534 return transaction.c.send(transaction, uri, config); 17560 transaction.c.send(data); 17698 <dd>Object map of transaction headers to send to the server. The 17727 return transaction.send [all...] |