Home
last modified time | relevance | path

Searched refs:base_uri (Results 1 – 6 of 6) sorted by relevance

/plugin/webdav/core/
H A DServer.php28 * @param string $base_uri
32 public function __construct($base_uri) argument
59 if ($base_uri) {
60 $this->server->setBaseUri($base_uri);
/plugin/webdav/
H A Dserver.php60 $base_uri = DOKU_REL . 'lib/plugins/webdav/server.php/'; variable
63 $server = new dokuwiki\plugin\webdav\core\Server($base_uri);
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md99 'base_uri' => 'https://www.googleapis.com',
157 'base_uri' => 'https://YOUR_PROTECTED_RESOURCE',
205 'base_uri' => 'https://www.googleapis.com',
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md155 The `base_url` option has been renamed to `base_uri`.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md376 * Always set the Guzzle `base_uri` to support connecting to multiple ES hosts. [#1618](https://github.com/ruflin/Elastica/pull/1618)