Home
last modified time | relevance | path

Searched refs:req (Results 51 – 75 of 110) sorted by relevance

12345

/plugin/authgoogle/google/service/
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'),
H A DGoogle_BatchRequest.php45 foreach($this->requests as $key => $req) {
47 $body .= $req->toBatchString($key) . "\n";
/plugin/remotescript/
H A Dscript.js63 var req = new RemoteScript();
64 req.caching = !nocache;
65 req.onreadystatechange = function() {
66 if (req.readyState == 4) {
67 onready(_from_utf8(req.responseJS), _from_utf8(req.responseText));
71 req.method = 'GET';
72 req.open(null, url, true);
73 req.send(content);
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js291 var req = new XMLHttpRequest();
293 req.open('GET', file['@microsoft.graph.downloadUrl']);
296 req.onreadystatechange = function()
304 var cnt = req.responseText;
329 if (isPng && req.overrideMimeType)
331 req.overrideMimeType('text/plain; charset=x-user-defined');
334 req.send();
/plugin/components/lib/
H A Dajax.php114 foreach ($params as $var => $req) {
132 } else if ($req) $this->error(400);
/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/js/diagramly/
H A DGitHubFile.js62 mxUtils.get(this.meta.download_url, mxUtils.bind(this, function(req) argument
64 fn((req.getStatus() >= 200 && req.getStatus() <= 299) ? this.meta.download_url : null);
H A DApp.js2104 mxUtils.bind(this, function(req) argument
2108 if (req.getStatus() >= 200 && req.getStatus() <= 299)
2110 var value = req.getText();
5917 if (req.getStatus() >= 200 && req.getStatus() <= 299)
6547 var req = new XMLHttpRequest();
6548 req.open('GET', url, true);
6552 req.responseType = 'blob';
6565 if (req.status >= 200 && req.status <= 299)
6590 req.onerror = error;
6591 req.send();
[all …]
H A DEditorUi.js2049 return req;
2234 if (req.getStatus() >= 200 && req.getStatus() <= 300)
6372 if (req.getStatus() >= 200 && req.getStatus() <= 299)
11024 if (req.getStatus() >= 200 && req.getStatus() <= 299)
12252 req.send(mxUtils.bind(this, function(req) argument
12256 if (req.getStatus() >= 200 && req.getStatus() <= 299)
14334 var db = req.result;
14361 var db = req.result;
14526 req.onerror = error;
14633 success(req.result);
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php48 return Middleware::mapRequest(static function (RequestInterface $req) use (
53 return $signer->signRequest($transport->sanitizeRequest($req), $credProvider()->wait());
/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/authfacebook/lib/
H A DFacebookBatchRequest.php78 foreach ($request as $key => $req) {
79 $this->add($req, $key);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php195 $req = 0;
200 $req++;
203 if ($req > $argc) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/siteexport/
H A D.travis.yml17 - "mv req-travis.txt requirements.txt"
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php232 function assertHTTPStatus($expectedStatus, HTTP\Request $req) { argument
234 $resp = $this->request($req);
/plugin/jplayer/components/
H A Drequire-built.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/dropbox/
H A DDropbox-sdk.min.js9req=e,this.xhr=this.req.xhr,this.text="HEAD"!=this.req.method&&(""===this.xhr.responseType||"text"…
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php40 * @param RequestInterface $req
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1298 '&p=' + pg + '&c=' + count, mxUtils.bind(this, function(req) argument
1302 if (req.getStatus() >= 200 && req.getStatus() <= 299)
1305 if (req.getText() != null && req.getText().length > 0)
1309 var res = JSON.parse(req.getText());
/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js97 {call: 'tfslink', req: 'projectcollections'},
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js881 http.createServer(function(req, res) { argument
883 if (compatMode && path.extname(url.parse(req.url).pathname) == '.html') {
886 mount(req, res);
/plugin/tindexmenu/
H A Dindexmenu-full.js670 var node, req, curns, selft = this;
674 req = 'req=index&idx=' + node.dokuid
703 req += '&nss=' + curns + '&max=1';
706 Ajax.runAJAX(encodeURI(req));
/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,
/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 )

12345