Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 25 of 120) sorted by relevance

12345

/plugin/combo/ComboStrap/Web/
H A DUrlEndpoint.php32 return Url::createEmpty()->setPath(self::LIB_EXE_FETCH_PHP);
37 return Url::createEmpty()->setPath(self::LIB_EXE_DETAIL_PHP);
52 ->setPath("support");
59 return Url::createEmpty()->setPath(self::DOKU_PHP);
80 return Url::createEmpty()->setPath(self::LIB_EXE_RUNNER_PHP);
85 return Url::createEmpty()->setPath(self::LIB_EXE_AJAX_PHP);
90 return Url::createEmpty()->setPath(self::LIB_EXE_CSS_PHP);
H A DUrlRewrite.php106 $url->setPath(self::MEDIA_PREFIX . "/$webUrlPath");
119 $url->setPath("/_detail/$webUrlPath");
146 $url->setPath(self::EXPORT_PATH_PREFIX . "/$exportFormat/$webUrlPath");
157 $url->setPath($webUrlPath);
160 $url->setPath("$path/$urlId");
192 $url->setPath("$urlPathBaseDir$path");
194 $url->setPath("$urlPathBaseDir/$path");
/plugin/jplayer/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php32 private function setPath($path) function in Symfony\\Component\\Process\\Tests\\ExecutableFinderTest
44 $this->setPath(\dirname(\PHP_BINARY));
60 $this->setPath('');
74 $this->setPath('');
89 $this->setPath('');
126 $this->setPath('');
151 $this->setPath(sys_get_temp_dir());
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php32 * @param string $path The path of the file, can also be set later through setPath()
37 $this->setPath($path);
77 $file->setPath($path);
88 $file->setPath($as);
270 public function setPath($path) function in splitbrain\\PHPArchive\\FileInfo
333 $this->setPath($filename);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNested.php19 $this->setPath($path);
27 public function setPath(string $path): self function in Elastica\\Aggregation\\Nested
H A DReverseNested.php21 $this->setPath($path);
30 public function setPath(string $path): self function in Elastica\\Aggregation\\ReverseNested
/plugin/swiftmail/Swift/
H A DFile.php51 $this->setPath($path);
59 public function setPath($path) function in Swift_File
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php40 $this->setPath($path);
101 public function setPath(string $path) function in Elastica\\Request
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php47 $cookie->setPath($cookieArray['path']);
89 public function setPath($path) function in Facebook\\WebDriver\\Cookie
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CloudStoragePath.php30 public function setPath($path) function in Google\\Service\\DLP\\GooglePrivacyDlpV2CloudStoragePath
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DCustomHttpPattern.php48 public function setPath($path) function in Google\\Service\\ServiceNetworking\\CustomHttpPattern
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Volume.php48 public function setPath($path) function in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1Volume
H A DVolume.php33 public function setPath($path) function in Google\\Service\\ContainerAnalysis\\Volume
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayApiConfigFile.php48 public function setPath($path) function in Google\\Service\\Apigateway\\ApigatewayApiConfigFile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DSecretVersion.php34 public function setPath($path) function in Google\\Service\\CloudFunctions\\SecretVersion
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DCustomHttpPattern.php48 public function setPath($path) function in Google\\Service\\ServiceUsage\\CustomHttpPattern
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DGcsData.php48 public function setPath($path) function in Google\\Service\\Storagetransfer\\GcsData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCacheInvalidationRule.php48 public function setPath($path) function in Google\\Service\\Compute\\CacheInvalidationRule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DCustomHttpPattern.php48 public function setPath($path) function in Google\\Service\\ServiceConsumerManagement\\CustomHttpPattern
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DVolume.php48 public function setPath($path) function in Google\\Service\\CloudBuild\\Volume
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DCustomHttpPattern.php48 public function setPath($path) function in Google\\Service\\ServiceManagement\\CustomHttpPattern
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DPipe.php48 public function setPath($path) function in Google\\Service\\TrafficDirectorService\\Pipe
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2DirectoryMetadata.php40 public function setPath($path) function in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata
H A DBuildBazelRemoteExecutionV2OutputDirectory.php26 public function setPath($path) function in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2OutputDirectory
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DNonCompliantFile.php52 public function setPath($path) function in Google\\Service\\OnDemandScanning\\NonCompliantFile

12345