Home
last modified time | relevance | path

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

123

/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/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/webdavclient/
H A Dhelper.php83 $resp = $this->client->sendRequest($path, $data, 'PUT');
112 $resp = $this->client->sendRequest($path, $data, 'PUT');
141 $resp = $this->client->sendRequest($path, '', 'DELETE');
288 $resp = $this->client->sendRequest($path, $data, 'PUT');
318 $resp = $this->client->sendRequest($path, $data, 'PUT');
347 $resp = $this->client->sendRequest($path, '', 'DELETE');
843 $resp = $this->client->sendRequest($conn['uri']);
1072 $resp = $this->client->sendRequest($conn['uri'], $data, 'REPORT');
1201 $resp = $this->client->sendRequest($conn['uri'], $data, 'REPORT');
/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/xlsx2dw/packages/exceljs/
H A Dexceljs.js70346 resolvePromise(checkNative(algo).then(function (resp) {
70347 if (resp) return browserPbkdf2(password, salt, iterations, keylen, algo);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1resp","status","responseURL","_process_loading","collections","_load_collections","linksStore","in…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14310 gantt.on_load = function (resp, type) { argument
14311 if(resp.xmlDoc && resp.xmlDoc.status === 404){ // work if we don't have a file at current url
14312 …this.assert(false, "Failed to load the data from <a href='" + resp.xmlDoc.responseURL + "' target=…
14313 + resp.xmlDoc.responseURL + "</a>, server returns 404");
14321 var raw = resp.xmlDoc.responseText;
14323 var data = this[type].parse(raw, resp);

123