Home
last modified time | relevance | path

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

/plugin/webdav/core/
DServer.php28 * @param string $base_uri
32 public function __construct($base_uri) argument
59 if ($base_uri) {
60 $this->server->setBaseUri($base_uri);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DURIDefinition.php77 $base_uri = $config->get('URI.Base');
78 if (!is_null($base_uri)) {
80 $this->base = $parser->parse($base_uri);
/plugin/webdav/
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/
DREADME.md99 'base_uri' => 'https://www.googleapis.com',
157 'base_uri' => 'https://YOUR_PROTECTED_RESOURCE',
205 'base_uri' => 'https://www.googleapis.com',
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md155 The `base_url` option has been renamed to `base_uri`.
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md205 The `base_url` option has been renamed to `base_uri`.
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md376 * Always set the Guzzle `base_uri` to support connecting to multiple ES hosts. [#1618](https://gith…