Home
last modified time | relevance | path

Searched refs:req (Results 26 – 50 of 110) sorted by relevance

12345

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php53 $req = HTTP\Sapi::createFromServerArray(array(
58 $this->server->httpRequest = $req;
75 $req = HTTP\Sapi::createFromServerArray(array(
79 $this->server->httpRequest = $req;
/plugin/data-au/
H A Dscript.js87 function (req) { argument
88 return req.term;
112 function (req) { argument
113 return extractLast(req.term);
/plugin/data/
H A Dscript.js87 function (req) { argument
88 return req.term;
112 function (req) { argument
113 return extractLast(req.term);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js379 var req = new this();
380 req.caching = !nocache;
381 req.onreadystatechange = function() {
382 if (req.readyState == 4) {
383 onready(req.responseJS, req.responseText);
388 req.loader = RegExp.$2? RegExp.$2 : null;
392 req.open(method, url, true);
393 req.send(content);
442 JsHttpRequest.LOADERS.form = { loader: function(req) { argument
443 JsHttpRequest.extend(req._errors, {
[all …]
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js273 var req=new this();
274 req.caching=!_37;
275 req.onreadystatechange=function(){
276 if(req.readyState==4){
277 _36(req.responseJS,req.responseText);
282 req.loader=RegExp.$2?RegExp.$2:null;
286 req.open(_39,url,true);
287 req.send(_35);
305 JsHttpRequest.LOADERS.form={loader:function(req){ argument
306 JsHttpRequest.extend(req._errors,{form_el_not_belong:"Element \"%\" does not belong to any form!",f…
[all …]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1218 nextTick: req.nextTick,
1710 return req(config);
1727 require = req;
1730 req.version = version;
1734 req.isBrowser = isBrowser;
1735 s = req.s = {
1741 req({});
1753 req[prop] = function () { function
1775 req.onError = function (err) {
2012 req.exec = function (text) {
[all …]
/plugin/jplayer/components/
H A Drequire.js1218 nextTick: req.nextTick,
1710 return req(config);
1727 require = req;
1730 req.version = version;
1734 req.isBrowser = isBrowser;
1735 s = req.s = {
1741 req({});
1753 req[prop] = function () { function
1775 req.onError = function (err) {
2012 req.exec = function (text) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js146 var req = new mxXmlRequest(this.baseUrl + url, data, method);
148 req.withCredentials = true;
150 req.setRequestHeaders = mxUtils.bind(this, function(request, params)
161 req.send(mxUtils.bind(this, function(req) argument
168 if (req.getStatus() >= 200 && req.getStatus() <= 299)
175 success(JSON.parse(req.getText()));
177 else if (!failOnAuth && (req.getStatus() === 401 || req.getStatus() === 400))
189 error(this.parseRequestText(req));
375 }), function(req) argument
469 NotionClient.prototype.parseRequestText = function(req) argument
[all …]
H A DDropboxClient.js119 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET');
121 req.send(mxUtils.bind(this, function(req) argument
123 if (req.getStatus() >= 200 && req.getStatus() <= 299)
125 this.authenticateStep2(req.getText(), success, error);
129 error(req);
146 …var req = new mxXmlRequest(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientI…
148 req.send(mxUtils.bind(this, function(req) argument
150 if (req.getStatus() >= 200 && req.getStatus() <= 299)
152 _token = JSON.parse(req.getText()).access_token;
164 if (req.getStatus() == 401) // (Unauthorized) [e.g, invalid refresh token]
H A DDrawioFileSync.js930 mxUtils.bind(this, function(req) argument
957 if (req.getStatus() >= 200 && req.getStatus() <= 299 &&
958 req.getText().length > 0)
962 var result = JSON.parse(req.getText());
1011 !failed && req.getStatus() != 401 && req.getStatus() != 503)
1274 if (req.getStatus() >= 200 && req.getStatus() <= 299)
1276 success(req.getText());
1280 error({code: req.getStatus(), message: 'Token Error ' + req.getStatus()});
1400 mxUtils.bind(this, function(req) argument
1406 if (req.getStatus() >= 200 && req.getStatus() <= 299)
[all …]
H A DDriveClient.js394 req.send(mxUtils.bind(this, function(req) argument
406 resp = JSON.parse(req.getText());
413 if (req.getStatus() >= 200 && req.getStatus() <= 299)
559 req.send(mxUtils.bind(this, function(req) argument
561 if (req.getStatus() >= 200 && req.getStatus() <= 299)
567 error(req);
651 req.send(mxUtils.bind(this, function(req) argument
653 if (req.getStatus() >= 200 && req.getStatus() <= 299)
661 if (req.getStatus() != 0)
1224 }), mxUtils.bind(this, function(e, req) argument
[all …]
H A DTrelloClient.js179 }), mxUtils.bind(this, function(err, req) argument
185 if (req.status == 401)
542 mxUtils.bind(this, function(req) argument
544 if (req.status == 401)
550 error(req);
665 mxUtils.bind(this, function(req) argument
667 if (req.status == 401)
673 error({message: req.responseText});
/plugin/fastwiki/
H A Daction.php270 foreach ($requests as $req)
271 curl_multi_add_handle($multicurl, $req[0]);
291 foreach ($requests as $idx=>$req) {
294 print $req[1] . "\n";
295 echo curl_multi_getcontent($req[0]);
296 curl_multi_remove_handle($multicurl, $req[0]);
/plugin/authgoogle/google/io/
H A DGoogle_REST.php29 * @param Google_HttpRequest $req
34 static public function execute(Google_HttpRequest $req) { argument
35 $httpRequest = Google_Client::$io->makeRequest($req);
/plugin/revealjs/plugin/notes-server/
H A Dindex.js40 app.get('/', function( req, res ) { argument
47 app.get( '/notes/:socketId', function( req, res ) { argument
51 socketId : req.params.socketId
/plugin/diagramsnet/lib/plugins/
H A Dupdate.js152 mxUtils.post(updateUrl, 'xml=' + encodeURIComponent(currentXml), function(req) argument
156 if (req.getStatus() >= 200 && req.getStatus() <= 300)
158 parseResponse(mxUtils.getXml(req.getDocumentElement()));
164 req.getStatus()});
/plugin/data-au/_test/
H A Ddb.test.php22 $req = new TestRequest();
23 $req->get(array(),'/doku.php?id=foo');
30 $req = new TestRequest();
31 $req->get(array(),'/doku.php?id=testpage');
/plugin/data/_test/
H A Ddb.test.php
/plugin/tindexmenu/
H A Dadmin.php19 var $req = 'fetch'; variable in admin_plugin_indexmenu
61 if (!isset($_REQUEST['req'])) return; // first time - nothing to do
62 $this->req=$_REQUEST['req'];
176 …ptln(' <a href="'.$this->repos['url'][$n]."$repo/lib/plugins/tindexmenu/ajax.php?req=send&amp…
H A Dajax.php34 $req=$_REQUEST['req'];
37 if ($req == 'send' and isset($_REQUEST['t'])) {
47 switch ($req) {
/plugin/indexmenu/
H A Dadmin.php
H A Dajax.php38 $req = $_REQUEST['req'];
41 if ($req == 'send' && isset($_REQUEST['t'])) {
51 if ($req === 'local') {
/plugin/actickets/
H A Dscript.js27 req = actickets.requests[r];
28 if (req.ticketId == ticket.ticketId && req.projectId == ticket.projectId) {
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js18 …f(xajaxConfig.debug)this.DebugMessage("Initializing Request Object..");var req=null;if(typeof XMLH…
19 req=new XMLHttpRequest();if(!req&&typeof ActiveXObject!="undefined"){try{req=new ActiveXObject("Msx…
20 catch(e){try{req=new ActiveXObject("Microsoft.XMLHTTP");}
21 catch(e2){try{req=new ActiveXObject("Msxml2.XMLHTTP.4.0");}
22 catch(e3){req=null;}
26 if(!req&&window.createRequest)
27 req=window.createRequest();if(!req)this.DebugMessage("Request Object Instantiation failed.");return…
/plugin/revealjs/plugin/multiplex/
H A Dindex.js32 app.get("/", function(req, res) { argument
45 app.get("/token", function(req,res) { argument

12345