Home
last modified time | relevance | path

Searched refs:client (Results 526 – 539 of 539) sorted by path

1...<<2122

/plugin/syntaxhighlighter4/
H A Dplugin.info.txt6 desc Alternative to GeSHi server-side code highlighting with client-side SyntaxHighlighter 4 by A…
/plugin/tplmod/
H A Daction.php41 $client = $INPUT->str('tplmod_client');
42 $ar[$client] = $ln;
58 $client = $_SERVER['REMOTE_USER'];
60 if(isset($ar[$client])) {
61 $lan = $ar[$client];
87 … $_form.= '<input type="textbox" name="tplmod_client" disabled value="' . $client .'"/></label>';
107 $client = $_SERVER['REMOTE_USER'];
109 if(isset($ar[$client])) {
110 $ln = $ar[$client];
H A Dscript.js207 function tplmod_setui_lang(m,client,dw_val_obj) { argument
210 params += "&tplmod_client=" + client;
/plugin/tuxquote/
H A Dquotes.txt3303 The client who pays the least complains the most. <BR> -- Drew's Law
4093 When your client's hopping mad Put his picture in the ad. If he still should prove refractory, add …
/plugin/unameban/
H A Daction.php32 $client = $_SERVER['REMOTE_USER'];
35 if($fields[0] == $client){
38 hsc($client), strftime($conf['dformat'],$fields[1]),
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md194 * #512: The client now has it's own `User-Agent`.
210 * #703: PropPatch in client is not correctly encoded.
214 fixes issues when using sabre/dav as a client.
228 * #691: Workaround for broken Windows Phone client.
302 * #703: PropPatch in client is not correctly encoded.
306 fixes issues when using sabre/dav as a client.
330 * #691: Workaround for broken Windows Phone client.
390 request in the client.
554 * #691: Workaround for broken Windows Phone client.
1451 CalDAV client, using Sabre_CalDAV_Schedule_IMip.
[all …]
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md28 * The client now sets a default `User-Agent` header identifying this library.
40 * The async client wouldn't `wait()` for new http requests being started
83 * #47 #35: When re-using the client and doing any request after a `HEAD`
84 request, the client discards the body.
145 * #14: The client now only follows http and https urls.
167 * Fixed: Potential security problem in the client.
187 * Added: Asynchronous HTTP client. See examples/asyncclient.php.
209 * Added: Ability to catch and retry http requests in the client when a curl
219 * Fixed: Doing a GET request with the client uses the last used HTTP method
234 * Added: A very simple HTTP client.
H A DREADME.md196 $client = new HTTP\Client();
197 $response = $client->send($request);
202 The client emits 3 event using [`sabre/event`][5]. `beforeRequest`,
206 $client = new HTTP\Client();
207 $client->on('beforeRequest', function($request) {
214 $client->on('afterRequest', function($request, $response) {
259 $client = new Client();
263 $client->sendAsync(
275 $client->wait();
314 $client = new Client();
[all …]
/plugin/webdavclient/
H A Dhelper.php15 protected $client = null; variable in helper_plugin_webdavclient
28 $this->client = new DokuHTTPClient();
84 if($this->client->status == 201)
113 if($this->client->status == 204)
142 if($this->client->status == 204)
289 if($this->client->status == 201)
319 if($this->client->status == 204)
844 if(($this->client->status >= 400) || ($this->client->status < 200))
1123 $this->client->http = '1.1';
1214 if(($this->client->status >= 400) || ($this->client->status < 200))
[all …]
/plugin/xcom/scripts/
H A Dxcom_save.php158 private function xcom_get_data($task,$client,$use_buffer=false, $params="") { argument
172 while(!($resp = call_user_func_array(array($client,"query"),$params))){
181 $this->data_buffer = $client->getResponse();
185 return $client->getResponse();
218 $client = new IXR_Client($url);
219 $client->debug = $debug; // enable for debugging
221 $resp = $client->query('dokuwiki.login',$user,$pwd);
222 $ok = $client->getResponse();
224 if($ok) return $client;
H A Dxml.php23 if($client)
27 if(!xcom_lock($params[1], true, $client)) {
71 $retv = $client->getResponse();
78 xcom_lock($params[1], false, $client);
118 $client = new IXR_Client($url);
119 $client->debug = $debug; // enable for debugging
120 $client->query('dokuwiki.login',$user,$pwd);
121 $ok = $client->getResponse();
122 if($ok) return $client;
127 function xcom_lock($page, $lock, $client) { argument
[all …]
/plugin/xtern/ca/
H A Dcacert.pem13 ## an Apache+mod_ssl webserver for SSL client authentication.
/plugin/yql/
H A Dsyntax.php140 $client = new DokuHTTPClient();
141 $result = $client->sendRequest($yql_query_url);
144 … $this->render_error($renderer, 'YQL: Error: the request to the server failed: '.$client->error);
149 $json_result = $json_parser->decode($client->resp_body);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1client\n\t\t\tconst needDbDelete = !clientSideDelete(id);\n\t\t\tif (!needDbDelete) {\n\t\t\t\tret…

1...<<2122