Home
last modified time | relevance | path

Searched refs:client (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.
/dokuwiki/inc/
H A DAjax.php156 $draft = new Draft($ID, $INFO['client']);
176 $client = $INPUT->server->str('REMOTE_USER');
177 if (!$client) $client = clientIP(true);
179 $draft = new Draft($id, $client);
H A DDraft.php17 protected $client;
23 * @param string $client the client identification (username or ip or similar) for this draft
25 public function __construct($ID, $client)
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 does
16 protected $client; global() variable in dokuwiki\\Draft
24 __construct($ID, $client) global() argument
[all...]