Home
last modified time | relevance | path

Searched refs:server (Results 101 – 125 of 659) sorted by relevance

12345678910>>...27

/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php37 function getHTTPHeaders(\Sabre\DAV\Server $server) { argument
39 $methods = $server->getAllowedMethods($server->getRequestUri());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php37 function getHTTPHeaders(\Sabre\DAV\Server $server) { argument
39 $methods = $server->getAllowedMethods($server->getRequestUri());
/plugin/webdav/_test/
H A Dwebdav.test.php18 $this->server = new DAVServerTest;
23 $response = $this->server->request(new HTTP\Request('PROPFIND', '/wiki'));
29 … $response = $this->server->request(new HTTP\Request('GET', '/wiki/pages/wiki/dokuwiki.txt'));
35 $response = $this->server->request(new HTTP\Request('GET', '/wiki/pages/wiki/foo.txt'));
61 $response = $this->server->request($request);
/plugin/xymon/xymon-script/
H A Ddokuwiki.rb100 server = SELF_SSL::XMLRPC_Client.new2(endpoint_url)
101 server.user = wiki_information[:user]
102 server.password = wiki_information[:password]
103 http=server.get_http()
138 status_page = server.call("wiki.getPage", "xymon:xymonstatus")
/plugin/gitlabapi/
H A DREADME.md16 - **server.default**: Set your default GitLab url without slash ending. You can override this setti…
17 - **token.default**: Fill your admin token. You can override this setting in `server.json` file.
54 There a JSON file `server.json` inside the root of plugin. You can add or change the servers and th…
56 For instance; you have a GitLab server namely `gitlab.home` and following JSON file:
67 Then you can add `server` parameter as follows:
70 <gitlab-api server="gitlab.home" project-path="ns/project" />
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DIDirectoryTest.php15 $server = new DAV\Server($tree);
17 $server->addPlugin($plugin);
19 $props = $server->getProperties('directory', array('{DAV:}resourcetype'));
/plugin/adminperm/
H A Daction.php42 if (!$INPUT->server->str('REMOTE_USER')) return; // no user available?
56 if (auth_isMember($cnf[$pname], $INPUT->server->str('REMOTE_USER'), $USERINFO['grps'])) {
78 if (!$INPUT->server->str('REMOTE_USER')) return; // no user available?
89 … if (auth_isMember($members, $INPUT->server->str('REMOTE_USER'), $INFO['userinfo']['grps'])) {
/plugin/gitlabproject/
H A Dsyntax.php32 function getServerFromJson($server) { argument
35 if(isset($json_data[$server])) {
36 return $json_data[$server];
51 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
52 if (count($server) != 0) {
53 $server_data = $this->getServerFromJson($server[2]);
H A DREADME.md17 * **server.default**: Set your default Gitlab url, without slash ending. You can override this sett…
18 * **token.default**: Fill your admin token. You can override this setting in `server.json` file.
43 Inside the root of the plugin, you will have a JSON file called: `server.json`. Inside you can add …
64 Then simply add `server` parameter:
67 <gitlab server="second" project="foo/bar" />
/plugin/instantpage/action/
H A DadjustPrefetchCaching.php31 if (substr($INPUT->server->str('SCRIPT_NAME'), -8) !== 'doku.php') {
42 return $INPUT->server->str('HTTP_PURPOSE') === 'prefetch'
43 || $INPUT->server->str('HTTP_X_MOZ') === 'prefetch';
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php48 $server = new DAV\Server($root); variable
51 $server->addPlugin(new DAV\Browser\Plugin());
53 $server->exec();
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php21 protected $server; variable in dokuwiki\\plugin\\webdav\\core\\Plugin\\DummyGetResponse
27 public function initialize(Server $server) argument
29 $server->on('method:GET', [$this, 'httpGet'], 200);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DMapGetToPropFindTest.php15 $this->server->addPlugin(new MapGetToPropFind());
28 $this->server->httpRequest = ($request);
29 $this->server->exec();
/plugin/farm/
H A Dsoapserver.php27 private $server = null; variable in farmSOAP
33 $this->server = $s;
230 $server = new SoapServer($wsdl, array('trace' => $trace, 'soap_version' => $soap_version)); variable
231 $server->setClass('farmSOAP', $server);
232 $server->handle();
/plugin/sympaauth/lang/en/
H A Dintro.txt1 ====== Authentication using a Sympa server ======
3 … you can set up or unset the authentication backend which uses the soap frontend of a sympa server.
6 type, and fill the field matching with the address of the sympa-soap server to use.
H A Dlogin.txt7 …and password as they are known by [[<http URL for sympa list server>|sympa mailing lists server]].
10 If you have lost your password or for the first login [[<http URL for sympa list server>/remindpass…
/plugin/fetchmedia/_test/
H A DfindMediaLinks.test.php61 …$text = 'Windows shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too. Please note…
63 Windows Shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too.';
64 … $actual_text = $plugin->replaceLinkInText($text, '\\\\server\\share\\file.pdf', 'wiki:file.pdf');
67 Windows Shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too.';
/plugin/photogallery/phpThumb/
H A DREADME.md9 otherwise low-color and simple resizing is used. Source image can be a physical file on the server
11 … GIFutil class by Fabien Ezber. AntiHotlinking feature prevents other people from using your server
12 …e their thumbnails, or link to your images from another server. The cache feature reduces server l…
/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());
223 $multiStatus = $this->server->xml->parse(
/plugin/captcha/
H A Daction.php159 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
191 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
230 empty($INPUT->server->str('http_credentials')) &&
231 empty($INPUT->server->str('REMOTE_USER'))
239 !empty($INPUT->server->str('REMOTE_USER'))
/plugin/botbouncer/lib/
H A Dmollom.php316 private static function doCall($method, $parameters = array(), $server = null, $counter = 0) argument
321 …if($server === null && $countServerList == 0) throw new Exception('No servers found, populate the …
340 if($server === null) $server = self::$serverList[$counter];
343 $server = str_replace(array('http://', 'https://'), '', $server);
391 @curl_setopt($curl, CURLOPT_URL, $server .'/'. self::$version);
619 …String->params->param->value->array->data->value as $server) self::$serverList[] = (string) $serve…
760 $server = (array) $servers;
763 foreach ($servers as $server) self::$serverList[] = $server;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php18 $this->server->httpRequest = $request;
19 $this->server->exec();
57 $result = $this->server->getProperties('/', ['{DAV:}supported-method-set']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php80 $multiStatus = $this->server->xml->parse(
133 $multiStatus = $this->server->xml->parse(
186 $multiStatus = $this->server->xml->parse(
234 $this->server->tree->getNodeForPath('calendars/user1/foo/bar.ics'),
H A DSharingPluginTest.php48 …$this->assertInstanceOf('Sabre\\CalDAV\\SharingPlugin', $this->server->getPlugin('caldav-sharing')…
66 $props = $this->server->getProperties('calendars/user1/cal1', array(
78 $props = $this->server->getProperties('calendars/user1/cal2', array(
98 $result = $this->server->updateProperties('calendars/user1/cal1', array(
112 $result = $this->server->updateProperties('calendars/user1/cal3', array(
199 $props = $this->server->getProperties('calendars/user1/cal1', array('{DAV:}resourcetype'));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DServerRunnerInterface.php17 * Runs the TCP server, accepts client connections, dispatches client connections to the server protocol handler.
24 * Runs the socket server to accept incoming client connections and dispatch them to the protocol handler.
26 * @param SocketServer $server
28 public function run(SocketServer $server): void;
27 run(SocketServer $server) global() argument

12345678910>>...27