Searched defs:send (Results 1 - 3 of 3) 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/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/io/as/com/yui/util/
H A Dio.as26 ExternalInterface.addCallback("send", send);
32 public function send(uri:String, cfg:Object):void { function

Completed in 2645 milliseconds