Home
last modified time | relevance | path

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

12345

/plugin/actickets/
H A Dscript.js27 req = actickets.requests[r];
28 if (req.ticketId == ticket.ticketId && req.projectId == ticket.projectId) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js2255 var req = factories[i]();
2256 if (req) {
23284 req = reqHandler.request({
23304 req.on('error', function(err) {
23313 req.end();
H A Dfabric.min.js1 …n new XMLHttpRequest}];for(var i=factories.length;i--;){try{var req=factories[i]();if(req){return …
15req=reqHandler.request({hostname:oURL.hostname,port:oURL.port,path:oURL.path,method:"GET"},functio…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js20879 var req = this._binding.write(flushFlag,
20887 req.buffer = chunk;
20888 req.callback = callback;
H A Dpdfmake.min.js.map1req","init_done","write_in_progress","pending_close","bufferSet","msg","zstream","zlib_deflate","z…
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php78 foreach ($request as $key => $req) {
79 $this->add($req, $key);
/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/authgoogle/google/service/
H A DGoogle_BatchRequest.php45 foreach($this->requests as $key => $req) {
47 $body .= $req->toBatchString($key) . "\n";
H A DGoogle_MediaFileUpload.php212 public function nextChunk(Google_HttpRequest $req, $chunk=false) { argument
214 $this->resumeUri = $this->getResumeUri($req);
224 'content-type' => $req->getRequestHeader('content-type'),
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php40 * @param RequestInterface $req
/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/bugzillaint/
H A Dscript.js28 var req = jQuery.extend( {call:'plugin_bugzillaint_fetch'}, requests.shift() );
29 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', req )
/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/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)
/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/components/lib/
H A Dajax.php114 foreach ($params as $var => $req) {
132 } else if ($req) $this->error(400);
/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/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-au/
H A Dscript.js87 function (req) { argument
88 return req.term;
112 function (req) { argument
113 return extractLast(req.term);
/plugin/data/_test/
H A Ddb.test.php
/plugin/data/
H A Dscript.js87 function (req) { argument
88 return req.term;
112 function (req) { argument
113 return extractLast(req.term);
/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/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/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php232 function assertHTTPStatus($expectedStatus, HTTP\Request $req) { argument
234 $resp = $this->request($req);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jar ... fileupload.FileUploadException javax.servlet.http.HttpServletRequest req int sizeThreshold long sizeMax String path } org/apache ...

12345