Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 25 of 58) sorted by path

123

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe5292 resp ond
16479 resp ons
25955 resp onse
29469 Ġt resp
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php32 * @param Google_HttpRequest $resp
37 $method = $resp->getRequestMethod();
46 if ($resp->getRequestHeader("authorization")) {
57 * @param Google_HttpRequest $resp
64 if (false == self::isRequestCacheable($resp)) {
68 $code = $resp->getResponseHttpCode();
75 $etag = $resp->getResponseHeader("etag");
89 $pragma = $resp->getResponseHeader('pragma');
98 $vary = $resp->getResponseHeader('vary');
108 * @param Google_HttpRequest $resp
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php528 $resp = $httpHandler(
536 return (string) $resp->getBody();
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php408 $resp = $this->jwtDecode($idToken, $publicKey, $allowed_algs);
409 if (!property_exists($resp, 'aud')) {
412 if ($resp->aud != $this->getAudience()) {
416 return $resp;
575 * @param ResponseInterface $resp the response.
579 public function parseTokenResponse(ResponseInterface $resp) argument
581 $body = (string)$resp->getBody();
582 if ($resp->hasHeader('Content-Type') &&
583 $resp->getHeaderLine('Content-Type') == 'application/x-www-form-urlencoded'
/plugin/authradius/
H A Dauth.php101 $resp = pack('CCa16a8a24', 1 , 1, $peer_Challenge, $reserved, $ntresp);
103 …t_vendor_attr($this->radius, RADIUS_VENDOR_MICROSOFT, RADIUS_MICROSOFT_MS_CHAP2_RESPONSE, $resp)) {
/plugin/authsplit/
H A DREADME145 is enabled, only the SECONDARY auth plugin would really know which users resp.
/plugin/badbehaviour/
H A Dadmin.php82 $resp = bb2_get_response($code);
91 echo $resp['log'];
112 $resp = bb2_get_response($code);
114 $ip,$resp['log'],$resp['explanation'],hsc($key));
123 $resp = bb2_get_response($fields[6]);
131 echo '<td>'.$resp['log'].'</td>';
/plugin/chat/
H A Dscript.js231 this.getUpdateTimeFromResponse = function(resp) { argument
232 …var time = resp.substring(0, resp.indexOf('\n')).replace(/(.*<!--AJAXCHAT_MTIME:)([0-9]+)(-->.*)/,…
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php27 $resp = ""; variable
44 $resp .= trim($matches[1]) . $suffix_header . ";;" ;
45 $resp .= cleanID($matches[1]). $suffix_anchor . "@@" ;
50 $resp = rtrim($resp,'@'); variable
51 echo rawurlencode($resp);
/plugin/ckgedit/ckeditor/
H A Dget_headers.php35 $resp = ""; variable
52 $resp .= trim($matches[1]) . $suffix_header . ";;" ;
53 $resp .= cleanID($matches[1]). $suffix_anchor . "@@" ;
58 $resp = rtrim($resp,'@'); variable
59 echo rawurlencode($resp);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py100 resp = server.getresponse()
103 if resp.status == 201:
104 location = resp.getheader('Location', None)
107 return resp.status, resp.reason, location
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php234 $resp = $this->request($req);
235 …$this->assertEquals((int)$expectedStatus, (int)$resp->status,'Incorrect HTTP status received: ' . …
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js4237 this.handleError(resp, (resp != null) ? mxResources.get('errorSavingFile') : null);
4723 else if (resp != null)
4725 this.handleError(resp);
4991 this.handleError(resp);
5706 }), function(resp) argument
6300 this.handleError(resp);
6338 this.handleError(resp);
6354 this.handleError(resp);
6369 this.handleError(resp);
6384 this.handleError(resp);
[all …]
H A DDialogs.js577 }, function(resp) argument
579 editorUi.handleError(resp, null, function()
5919 file.save(true, function(resp) argument
5924 }, function(resp) argument
5928 editorUi.handleError(resp, (resp != null) ? mxResources.get('errorSavingFile') : null);
H A DDrawioFile.js1953 this.autosave(this.autosaveDelay, this.maxAutosaveDelay, mxUtils.bind(this, function(resp) argument
2167 this.save(rev, mxUtils.bind(this, function(resp) argument
2173 success(resp);
2175 }), mxUtils.bind(this, function(resp) argument
2179 error(resp);
H A DDriveClient.js288 if (resp != null && resp.error != null)
423 var data = (resp != null && resp.error != null) ? ((resp.error.data != null) ?
424 resp.error.data : resp.error.errors) : null;
430 if (error != null && resp != null && resp.error != null && (resp.error.code == -1 ||
437 else if (resp != null && resp.error != null && (resp.error.code == 401 ||
458 … else if (resp != null && resp.error != null && resp.error.code != 412 && resp.error.code != 404 &&
763 if (resp != null && resp.error == null && resp.expires_in > 0)
829 if (resp != null && resp.user != null)
996 resp.title = resp.originalFilename;
1000 resp.headRevisionId = resp.id;
[all …]
H A DDriveComment.js29 mxUtils.bind(this, function(resp) argument
31 success(resp.replyId); //pass comment id
H A DDriveFile.js79 if (resp != null && resp.items != null)
196 if (resp != false)
210 this.desc = resp;
222 success(resp);
228 success(resp);
233 error(resp);
379 this.desc = resp;
463 this.desc = resp;
468 success(resp);
578 }))(resp.items[i]);
[all …]
H A DDriveLibrary.js32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp) argument
34 this.desc = resp;
38 success(resp);
H A DDropboxFile.js101 promise.then(mxUtils.bind(this, function(resp) argument
107 for (var i = resp.entries.length - 1; i >= 0; i--)
122 }))(resp.entries[i]);
H A DEditorUi.js3881 var e = (resp != null && resp.error != null) ? resp.error : resp;
3884 if (resp != null && resp.stack != null && resp.message != null)
3891 (resp.message == '' && resp.name != null) ? resp.name : resp.message,
3892 resp.filename, resp.lineNumber, resp.columnNumber, resp, 'INFO');
3954 ((resp != null && resp.error != null && ((resp.error.errors != null &&
3956 (resp.error.data != null && resp.error.data.length > 0 &&
5037 }), function(resp) argument
12638 resp.xml = data;
14238 respMsg.resp = resp;
14480 if (drawMsg.resp != null && drawMsg.resp.length > 0 && drawMsg.resp[0] != null)
[all …]
H A DElectronApp.js88 var resp = e.data;
91 if (resp.error)
93 callbacks.error(resp.msg, resp.e);
97 callbacks.callback(resp.data);
100 delete App.filesWorkerReqInfo[resp.reqId];
1398 }, mxUtils.bind(this, function(resp) argument
1404 this.stat = resp.stat;
1608 var error = mxUtils.bind(this, function(resp) argument
1618 if (resp != null)
1870 }), mxUtils.bind(this, function(resp) argument
[all …]
H A DMenus.js121 for (var i = 0; i < resp.items.length; i++)
134 for (var i = 0; i < resp.items.length; i++)
2499 function(resp) argument
2501 editorUi.handleError(resp, (resp != null) ? mxResources.get('errorLoadingFile') : null);
2757 mxUtils.bind(this, function(resp) argument
2759 … this.editorUi.handleError(resp, (resp != null) ? mxResources.get('errorRenamingFile') : null);
2821 file.desc = resp;
2831 editorUi.handleError(resp);
2833 }), mxUtils.bind(this, function(resp) argument
2835 editorUi.handleError(resp);
[all …]

123