Home
last modified time | relevance | path

Searched refs:req (Results 1 – 25 of 110) sorted by relevance

12345

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxPostTest.php24 $this->assertHTTPStatus(501, $req);
35 $this->assertHTTPStatus(501, $req);
47 $this->assertHTTPStatus(501, $req);
60 $req->setBody('foo');
62 $this->assertHTTPStatus(400, $req);
83 $req->setBody(implode("\r\n",$body));
85 $this->assertHTTPStatus(400, $req);
106 $req->setBody(implode("\r\n",$body));
108 $this->assertHTTPStatus(400, $req);
130 $req->setBody(implode("\r\n",$body));
[all …]
/plugin/sphinxsearch-was/
H A Dsphinxapi.php991 $req .= pack("N", 0);
994 $req .= pack("N", 1);
1025 $req .= sphPackU64($id);
1034 $req .= pack("N", $val);
1047 $this->_reqs[] = $req;
1070 $len = 4 + strlen($req);
1314 $len = strlen($req);
1382 $len = strlen($req);
1482 $req .= sphPackU64($id);
1487 $req .= pack("N", $vv);
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php1030 $req .= pack ( "N", 0 );
1034 $req .= pack ( "N", 1 );
1067 $req .= sphPackU64 ( $id );
1084 $this->_reqs[] = $req;
1109 $len = 4+strlen($req);
1347 $len = strlen($req);
1417 $len = strlen($req);
1522 $req .= sphPackU64 ( $id );
1528 $req .= pack ( "N", $vv );
1536 $len = strlen($req);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js53 req.send(mxUtils.bind(this, function(req) argument
55 if (req.getStatus() >= 200 && req.getStatus() <= 299)
61 error(req);
80 req.send(mxUtils.bind(this, function(req) argument
82 if (req.getStatus() >= 200 && req.getStatus() <= 299)
215 if ((req.getStatus() >= 200 && req.getStatus() <= 299) ||
410 this.executeRequest(req, mxUtils.bind(this, function(req) argument
436 this.executeRequest(req, mxUtils.bind(this, function(req) argument
670 this.executeRequest(req, mxUtils.bind(this, function(req) argument
945 this.executeRequest(req, mxUtils.bind(this, function(req) argument
[all …]
H A DGitHubClient.js131 req.send(mxUtils.bind(this, function(req) argument
133 if (req.getStatus() >= 200 && req.getStatus() <= 299)
139 error(req);
277 if ((req.getStatus() >= 200 && req.getStatus() <= 299) ||
393 this.executeRequest(req, mxUtils.bind(this, function(req) argument
446 this.executeRequest(req, mxUtils.bind(this, function(req) argument
633 this.executeRequest(req, mxUtils.bind(this, function(req) argument
635 success(req);
961 this.executeRequest(req, mxUtils.bind(this, function(req) argument
1100 this.executeRequest(req, mxUtils.bind(this, function(req) argument
[all …]
H A DOneDriveFile.js203 OneDriveFile.prototype.isConflict = function(req) argument
205 return req != null && (req.getStatus() == 412 || req.getStatus() == 409);
221 …oneDrive.executeRequest(this.ui.oneDrive.getItemURL(this.getId()), mxUtils.bind(this, function(req) argument
223 if (req.getStatus() >= 200 && req.getStatus() <= 299)
225 success(JSON.parse(req.getText()));
281 this.ui.oneDrive.executeRequest(url + '?select=etag,file' , mxUtils.bind(this, function(req) argument
283 if (req.getStatus() >= 200 && req.getStatus() <= 299)
285 success(JSON.parse(req.getText()));
289 error(this.ui.oneDrive.parseRequestText(req));
409 }), mxUtils.bind(this, function(err, req) argument
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRetryMiddleware.php82 private function onFulfilled(RequestInterface $req, array $options) argument
84 return function ($value) use ($req, $options) {
88 $req,
94 return $this->doRetry($req, $options, $value);
103 private function onRejected(RequestInterface $req, array $options) argument
105 return function ($reason) use ($req, $options) {
109 $req,
115 return $this->doRetry($req, $options);
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js273 var req=new this();
274 req.caching=!_37;
276 if(req.readyState==4){
277 _36(req.responseJS,req.responseText);
286 req.open(_39,url,true);
287 req.send(_35);
368 req.status=null;
370 req.status=xr.status;
375 if(!req.status){
382 return req._error("js_invalid",req.responseText);
[all …]
H A DJsHttpRequest-script-xml.js273 var req=new this();
274 req.caching=!_37;
276 if(req.readyState==4){
277 _36(req.responseJS,req.responseText);
286 req.open(_39,url,true);
287 req.send(_35);
422 req.status=null;
424 req.status=xr.status;
429 if(!req.status){
436 return req._error("js_invalid",req.responseText);
[all …]
H A DJsHttpRequest.js273 var req=new this();
274 req.caching=!_37;
276 if(req.readyState==4){
277 _36(req.responseJS,req.responseText);
286 req.open(_39,url,true);
287 req.send(_35);
368 req.status=null;
370 req.status=xr.status;
375 if(!req.status){
382 return req._error("js_invalid",req.responseText);
[all …]
H A DJsHttpRequest-script.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.script={loader:function(req){ argument
306 JsHttpRequest.extend(req._errors,{script_only_get:"Cannot use SCRIPT loader: it supports only GET m…
[all …]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js379 var req = new this();
380 req.caching = !nocache;
382 if (req.readyState == 4) {
383 onready(req.responseJS, req.responseText);
392 req.open(method, url, true);
393 req.send(content);
443 JsHttpRequest.extend(req._errors, {
495 req.status = null;
502 if (!req.status) return;
508 return req._error('js_invalid', req.responseText)
[all …]
H A DJsHttpRequest-script-xml.js379 var req = new this();
380 req.caching = !nocache;
382 if (req.readyState == 4) {
383 onready(req.responseJS, req.responseText);
392 req.open(method, url, true);
393 req.send(content);
442 JsHttpRequest.extend(req._errors, {
553 req.status = null;
560 if (!req.status) return;
566 return req._error('js_invalid', req.responseText)
[all …]
H A DJsHttpRequest.js380 var req = new this();
381 req.caching = !nocache;
383 if (req.readyState == 4) {
384 onready(req.responseJS, req.responseText);
393 req.open(method, url, true);
394 req.send(content);
444 JsHttpRequest.extend(req._errors, {
496 req.status = null;
503 if (!req.status) return;
509 return req._error('js_invalid', req.responseText)
[all …]
H A DJsHttpRequest-script.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);
441 JsHttpRequest.LOADERS.script = { loader: function(req) { argument
442 JsHttpRequest.extend(req._errors, {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php72 $req = $this->_createPsr7Request($request, $connection);
76 $res = $client->send($req, $options);
112 $req = new Psr7\Request(
122 if (Request::GET === $req->getMethod()) {
123 $req = $req->withMethod(Request::POST);
128 $req = $req->withMethod(Request::POST);
131 $req = $req
[all...]
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js273 var req=new this();
274 req.caching=!_37;
276 if(req.readyState==4){
277 _36(req.responseJS,req.responseText);
286 req.open(_39,url,true);
287 req.send(_35);
368 req.status=null;
370 req.status=xr.status;
375 if(!req.status){
382 return req._error("js_invalid",req.responseText);
[all …]
/plugin/groupmail/
H A Drecaptchalib.php48 $req = "";
50 $req .= $key . '=' . urlencode( stripslashes($value) ) . '&';
53 $req=substr($req,0,strlen($req)-1);
54 return $req;
69 $req = _recaptcha_qsencode ($data);
74 $http_request .= "Content-Length: " . strlen($req) . "\r\n";
77 $http_request .= $req;
/plugin/recaptcha/lib/
H A Drecaptchalib.php50 $req = "";
52 $req .= $key . '=' . urlencode( stripslashes($value) ) . '&';
55 $req=substr($req,0,strlen($req)-1);
56 return $req;
71 $req = _recaptcha_qsencode ($data);
76 $http_request .= "Content-Length: " . strlen($req) . "\r\n";
79 $http_request .= $req;
/plugin/contactmodern/
H A Drecaptchalib.php48 $req = "";
50 $req .= $key . '=' . urlencode( stripslashes($value) ) . '&';
53 $req=substr($req,0,strlen($req)-1);
54 return $req;
69 $req = _recaptcha_qsencode ($data);
74 $http_request .= "Content-Length: " . strlen($req) . "\r\n";
77 $http_request .= $req;
/plugin/epub/
H A Dadmin.php14 private $req; variable in admin_plugin_epub
48 $this->req = print_r($_REQUEST,true) . $msg . "which=$which\n";
49 $this->req .= print_r($epub_deletions,true);
50 $this->req = str_replace("\n","<br />",$this->req);
86 echo $this->req . "<br />";
/plugin/livepreview/
H A Dscript.js210 var req = new RemoteScript;
211 req.onreadystatechange = function() {
212 if (req.readyState == 4) {
213 if (req.responseJS) {
214 tooltipShow(href, req.responseJS);
216 tooltipShow(href, '<br />'+req.responseText);
220 req.loader = 'script';
221 req.cache = false;
222 req.open ("GET",['livepreview','getpreview']);
223 req.send ({'src' : href});
/plugin/bureaucracy-au/script/
H A Duser.js45 ajaxsource(request, response, function (req) { argument
46 return req.term
65 ajaxsource(request, response, function (req) { argument
66 return extractLast(req.term)
/plugin/bureaucracyau/script/
H A Duser.js45 ajaxsource(request, response, function (req) { argument
46 return req.term
65 ajaxsource(request, response, function (req) { argument
66 return extractLast(req.term)
/plugin/bureaucracy/script/
H A Duser.js45 ajaxsource(request, response, function (req) { argument
46 return req.term
65 ajaxsource(request, response, function (req) { argument
66 return extractLast(req.term)

12345