Home
last modified time | relevance | path

Searched refs:client (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/
H A DDraft.php17 protected $client; variable in dokuwiki\\Draft
23 * @param string $client the client identification (username or ip or similar) for this draft
25 public function __construct($ID, $client) argument
28 $this->client = $client;
29 $this->cname = getCacheName("$client\n$ID", '.draft');
88 'client' => $this->client,
119 "Draft for page $this->id and user $this->client doesn't exist at $this->cname."
H A DAjax.php176 $client = $INPUT->server->str('REMOTE_USER');
177 if (!$client) $client = clientIP(true);
179 $draft = new Draft($id, $client);
/dokuwiki/_test/core/
H A DphpQuery-onefile.php5042 $client = $xhr;
5045 $client->setAuth(false);
5046 $client->setHeaders("If-Modified-Since", null);
5047 $client->setHeaders("Referer", null);
5048 $client->resetParameters();
5052 $client = new Zend_Http_Client();
5053 $client->setCookieJar();
5056 $client->setConfig(array(
5111 $client->setUri($options['url']);
5112 $client->setMethod(strtoupper($options['type']));
[all …]
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 …ibrary (IXR) is designed primarily for ease of use. It incorporates both client and server classes…