Home
last modified time | relevance | path

Searched refs:req (Results 1 – 25 of 110) sorted by last modified time

12345

/plugin/siteexport/
H A D.travis.yml17 - "mv req-travis.txt requirements.txt"
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js74332 stream.req.on('finish', onfinish);
74338 if (stream.req) onrequest();else stream.on('request', onrequest);
74353 if (stream.req) stream.req.removeListener('finish', onfinish);
/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/data/
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/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php195 $req = 0;
200 $req++;
203 if ($req > $argc) {
/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/edittable/lib/
H A Dhandsontable.full.js49894 function webpackContext(req) {
49895 return __webpack_require__(webpackContextResolve(req));
49897 function webpackContextResolve(req) {
49898 var id = map[req];
49900 throw new Error("Cannot find module '" + req + "'.");
49932 define(function (req)
49936 try { moment = req(id); } catch (e) {}
/plugin/pubmed2020/
H A Dsyntax.php366 list($base, $req) = $query;
367 list($cmd, $id) = explode(':', $req, 2);
/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...]
H A DAwsAuthV4.php48 return Middleware::mapRequest(static function (RequestInterface $req) use (
53 return $signer->signRequest($transport->sanitizeRequest($req), $credProvider()->wait());
/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/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/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/
H A DDAVServerTest.php232 function assertHTTPStatus($expectedStatus, HTTP\Request $req) { argument
234 $resp = $this->request($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/indexmenu/scripts/
H A Dindexmenu.js810 IndexmenuContextmenu.createTocMenu('call=indexmenu&req=toc&id=' + decodeURIComponent(id), 'picker_' + self.treeName, 't' + self.treeName);
876 let req, curns;
879 req = 'req=index&idx=' + node.dokuid + decodeURIComponent(this.config.jsajax);
883 req += '&nss=' + curns + '&max=1';
913 'call=indexmenu&'+req,
H A Dtoolbarindexwizard.js202 {call: 'indexmenu', req: 'local'},
/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/gemini/
H A Dcli.php147 $req = stream_get_line($conn, 1024, "\n");
148 $this->info(date('Y-m-d H:i:s') . "\t" . $peername . "\t" . trim($req));
150 $url_elems = parse_url(trim($req));
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js223 getDeskTicket(id, function(ticket, req) argument
327 getDeskTicket(id, function(ticket, req) argument
377 var err = req.status
381 err = JSON.parse(req.responseText);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1303 var req = new mxXmlRequest(EXPORT_URL, 'format=' + format +
1308 req.simulate(document, '_blank');
1328 var req = new mxXmlRequest(SAVE_URL, 'xml=' + encodeURIComponent(data) + '&filename=' +
1330 req.simulate(document, '_blank');

12345