Searched refs:send (Results 1 - 24 of 24) sorted by relevance

/yui3/src/get/tests/getfiles/
H A Ddelay.js15 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 Djsonp-tests.js43 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 Djsonp.js41 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 Dyql-debug.js62 * @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 Dyql.js60 * @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 Dserver.js144 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 Djsonp-debug.js7 * 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 Dio-xdr-debug.js174 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 Dio-nodejs-debug.js23 @returns {Object} This object contains only a `send` method that accepts a
71 send: function (transaction, uri, config) {
/yui3/build/io-queue/
H A Dio-queue-debug.js50 io.send(o.uri, o.cfg, o.id);
/yui3/src/jsonp/js/
H A Djsonp.js5 * 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 Dyql.js78 q.send();
81 Y.Assert.isTrue((counter === 2), 'Query did not send twice');
/yui3/src/io/js/
H A Dio-nodejs.js21 @returns {Object} This object contains only a `send` method that accepts a
69 send: function (transaction, uri, config) {
H A Dio-queue.js48 io.send(o.uri, o.cfg, o.id);
H A Dio-xdr.js172 o.c.send(uri, { id: o.id,
187 o.c.send(c.data);
190 o.c.send(uri, o, c);
H A Dio-base.js377 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 Dio-base-debug.js379 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 Dio.as26 ExternalInterface.addCallback("send", send);
32 public function send(uri:String, cfg:Object):void { function
/yui3/build/autocomplete-sources/
H A Dautocomplete-sources-debug.js170 source.send(query);
327 yqlRequest.send();
/yui3/src/autocomplete/js/
H A Dautocomplete-sources.js168 source.send(query);
325 yqlRequest.send();
/yui3/src/file/js/
H A Dfile-html5.js200 * @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 Dfile-html5-debug.js202 * @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 Dsimpleyui-debug.js10743 * '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 Dconcat.js10743 * '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...]

Completed in 129 milliseconds