Home
last modified time | relevance | path

Searched refs:getPath (Results 26 – 50 of 245) sorted by last modified time

12345678910

/plugin/combo/ComboStrap/
H A DFetcherMarkup.php950 $snippetGuid = $snippet->getPath()->toUriString();
H A DHttpRequest.php99 $path = $this->url->getPath();
H A DIconDownloader.php613 public function getPath(): WikiPath function in ComboStrap\\IconDownloader
H A DSnippet.php472 $path = $this->getPath();
476 public function getPath(): Path function in ComboStrap\\Snippet
779 self::JSON_URI_PROPERTY => $this->getPath()->toUriString(),
845 $internalPath = $this->getPath();
H A DSvgImageLink.php206 $imagePath = $this->mediaMarkup->getPath();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriInterface.php40 public function getPath(); function
H A DUri.php187 public function getPath() function in OAuth\\Common\\Http\\Uri\\Uri
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php74 $uri->setPath($uri->getPath() . $path);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php70 if ('/' === $uri->getPath()) {
73 $baseUri .= $uri->getPath();
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php262 public function getPath() function in splitbrain\\PHPArchive\\FileInfo
312 $filename = $this->getPath();
348 if ($include && !preg_match($include, $this->getPath())) {
351 if ($exclude && preg_match($exclude, $this->getPath())) {
H A DTar.php180 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
186 $output = $outdir.'/'.$fileinfo->getPath();
508 $fileinfo->getPath(),
H A DZip.php162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
169 $output = $outdir.'/'.$fileinfo->getPath();
321 $name = $fileinfo->getPath();
425 $name = $fileinfo->getPath();
/plugin/upgrade/
H A Dhelper.php178 $this->log('info', $file->getPath());
/plugin/odt/ODT/
H A DODTExport.php238 $params->ZIP->addFile($tempDir.'/'.$fileInfo->getPath(), $fileInfo);
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php170 public function getPath() function in RL\\PhpMathPublisher\\PhpMathPublisher
/plugin/advanced/admin/
H A Dimport.php237 $fileinfo->getPath(),
238 $fileinfo->getPath(),
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php196 if (null !== $dsn->getPath()) {
197 $data['path'] = $dsn->getPath();
H A DRequest.php109 public function getPath(): string function in Elastica\\Request
H A DSearch.php313 public function getPath(): string
340 $path = $this->getPath();
376 $path = $this->getPath();
311 public function getPath(): string global() function in Elastica\\Search
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnectionInterface.php52 public function getPath(): ?string; function
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php166 'path' => \ltrim($connection->getPath(), '/'),
178 $action = $request->getPath();
H A DHttp.php60 $baseUri = $this->_scheme.'://'.$connection->getHost().':'.$connection->getPort().'/'.$connection->getPath();
63 $requestPath = $request->getPath();
H A DHttpAdapter.php131 $baseUri = $this->_scheme.'://'.$connection->getHost().':'.$connection->getPort().'/'.$connection->getPath();
134 $requestPath = $request->getPath();
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php97 public function getPath(): ?string function in Nyholm\\Dsn\\Configuration\\Dsn
H A DPath.php53 public function getPath(): string function in Nyholm\\Dsn\\Configuration\\Path
79 $this->getPath().

12345678910