Searched refs:client (Results 1 – 4 of 4) sorted by relevance
17 protected $client; variable in dokuwiki\\Draft23 * @param string $client the client identification (username or ip or similar) for this draft25 public function __construct($ID, $client) argument28 $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."
176 $client = $INPUT->server->str('REMOTE_USER');177 if (!$client) $client = clientIP(true);179 $draft = new Draft($id, $client);
5042 $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 …]
11 …ibrary (IXR) is designed primarily for ease of use. It incorporates both client and server classes…