Home
last modified time | relevance | path

Searched +full:server +(+path:plugin +path:sync) -(+path:plugin +path:sync +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php10 * This plugin all WebDAV-sync capabilities to the Server.
24 * Reference to server object
26 * @var DAV\Server
28 protected $server; variable in Sabre\\DAV\\Sync\\Plugin
36 * using \Sabre\DAV\Server::getPlugin
51 * @param DAV\Server $server
54 function initialize(DAV\Server $server) { argument
56 $this->server = $server;
192 $this->server->httpResponse->setStatus(207);
194 $this->server->httpResponse->setBody(
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php10 * This plugin all WebDAV-sync capabilities to the Server.
24 * Reference to server object
26 * @var DAV\Server
28 protected $server; variable in Sabre\\DAV\\Sync\\Plugin
36 * using \Sabre\DAV\Server::getPlugin
51 * @param DAV\Server $server
54 function initialize(DAV\Server $server) { argument
56 $this->server = $server;
192 $this->server->httpResponse->setStatus(207);
194 $this->server->httpResponse->setBody(
[all …]
/plugin/sync/
H A Dadmin.php33 … $this->client = new IXR_Client($this->profiles[$this->profno]['server'], false, 80, $timeout);
36 … $this->client = new dokuwiki\Remote\IXR\Client($this->profiles[$this->profno]['server']);
253 $srv = parse_url($opts['server']);
283 echo '<label for="sync__server">'.$this->getLang('server').'</label> ';
284 …echo '<input type="text" name="prf[server]" id="sync__server" class="edit" value="'.hsc($this->pro…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php18 $this->server->addPlugin(new Plugin());
47 $result = $this->server->getProperties('/coll', ['{DAV:}supported-report-set']);
53 $result = $this->server->getProperties('/coll', ['{DAV:}supported-report-set']);
60 $result = $this->server->getProperties('/coll', ['{DAV:}sync-token']);
66 $result = $this->server->getProperties('/coll', ['{DAV:}sync-token']);
72 $result = $this->server->getProperties('/normalcoll', ['{DAV:}sync-token']);
100 $multiStatus = $this->server->xml->parse($response->getBodyAsString());
163 $multiStatus = $this->server->xml->parse($response->getBodyAsString());
223 $multiStatus = $this->server->xml->parse(
274 $multiStatus = $this->server->xml->parse(