Home
last modified time | relevance | path

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

123

/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/stopforumspam/_test/
H A DResponseCheckerTest.php21 $resp = new Response();
22 $json = json_encode($resp);
38 $resp = new Response(null, new ResponseCategory(10, 25.0), null);
39 $json = json_encode($resp);
49 $resp = new Response(null, new ResponseCategory(10, 9.7), null);
50 $json = json_encode($resp);
61 $json = json_encode($resp);
71 $resp = new Response(new ResponseCategory(10, 9.7), null, null);
72 $json = json_encode($resp);
83 $json = json_encode($resp);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
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 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 DOneDriveLibrary.js32 this.ui.oneDrive.saveFile(this, mxUtils.bind(this, function(resp) argument
34 this.desc = resp;
38 success(resp);
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 DNotionClient.js345 }), 'POST', mxUtils.bind(this, function(resp) argument
347 if (resp.results.length == 0)
359 fn(true, resp.results[0].id);
393 success(resp, data);
678 var files = resp.results;
715 if (resp.has_more)
717 nextCursor = resp.next_cursor;
768 null, 'GET', mxUtils.bind(this, function(resp) argument
771 var dbs = resp.results;
817 if (resp.has_more)
[all …]
H A DDriveComment.js29 mxUtils.bind(this, function(resp) argument
31 success(resp.replyId); //pass comment id
/plugin/sfauth/
H A Dhelper.php179 return $resp;
235 if($resp === false) return false;
238 $resp = $json->decode($resp);
239 $resp['access_token'] = 'OAuth ' . $resp['access_token'];
241 $this->authdata = $resp;
267 $resp = $json->decode($resp);
268 $this->authdata = $resp;
301 if(!$resp) return false;
304 'name' => $resp['Name'],
305 'mail' => $resp['Email'],
[all …]
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php16 $resp = ""; variable
33 $resp .= trim($matches[1]) . $suffix_header . ";;" ;
34 $resp .= cleanID($matches[1]). $suffix_anchor . "@@" ;
39 $resp = rtrim($resp,'@'); variable
40 echo rawurlencode($resp);
/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/xcom/scripts/
H A Dxcom_save.php145 if(!$resp) {
172 while(!($resp = call_user_func_array(array($client,"query"),$params))){
173 if($resp) echo "resp=$resp\n";
221 $resp = $client->query('dokuwiki.login',$user,$pwd);
231 $this->msg('localdw', false," $resp\n");
232 preg_match('/(\d+)-\d+-\d+/',$resp,$matches);
234 $this->msg('logoff',false, " $resp\n");
239 $resp =$this->xcom_get_data( 'dokuwiki.getVersion',$this->remoteClient,false,false);
240 $this->msg('remotedw', false," $resp\n");
241 preg_match('/(\d+)-\d+-\d+/',$resp,$matches);
[all …]
H A Dxml.php35 $resp = ""; variable
63 while(!($resp = call_user_func_array(array($client,"query"),$params))){ variable
73 $resp = print_r($resp,1); variable
75 $retv = "retv: $_retv resp: $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/scrape/
H A Dsyntax.php91 $resp = $http->get($data['url']);
93 if (!$resp) {
109 $resp = utf8_encode($resp); // we just assume it to be latin1
114 $R->doc .= $this->cleanHTML($data, $resp);
119 $R->preformatted($resp);
129 private function cleanHTML($data, $resp)
135 $doc->html($resp);
123 display_html($data, $resp, & $R) global() argument
/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/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js221 if (resp == "ok")
235 if (resp =="ok")
245 if (resp =="ok")
264 if (resp =="ok")
288 if (resp == "ok")
321 if (resp == "connected" || resp == "notchanged")
326 if (resp == "ok" || resp == "notchanged" || resp == "changed" || resp == "connected")
361 if (resp == "ok")
386 if (resp == "ok" || resp == "ko")
393 if (resp == "ok" || resp == "ko")
[all …]
/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/recaptcha/
H A Dhelper.php31 $resp = recaptcha_check_answer ($this->getConf('privatekey'),
36 return $resp;
/plugin/recaptcha2/
H A Dhelper.php33 $resp = $recaptcha->verify($_POST['g-recaptcha-response'], $_SERVER['REMOTE_ADDR']);
34 return $resp;
H A Daction.php131 $resp = $helper->check();
133 if (!$resp->isSuccess()) {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js599 options.success = function(resp) { argument
600 var serverAttrs = options.parse ? model.parse(resp, options) : resp;
639 options.success = function(resp) {
642 var serverAttrs = options.parse ? model.parse(resp, options) : resp;
677 options.success = function(resp) {
709 parse: function(resp, options) { argument
710 return resp;
1061 options.success = function(resp) {
1092 parse: function(resp, options) { argument
1093 return resp;
[all …]
/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/mtg/
H A Dsyntax.php74 $resp = file_get_contents($url);
75 $obj = json_decode($resp, true);
/plugin/linkback/action/
H A Dakismet.php77 $resp = $this->_submitData('comment-check', $data);
78 if ($resp == 'true')

123