Home
last modified time | relevance | path

Searched refs:localPath (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DExecStepConfig.php36 public $localPath; variable in Google\\Service\\OSConfig\\ExecStepConfig
83 public function setLocalPath($localPath) argument
85 $this->localPath = $localPath;
92 return $this->localPath;
DOSPolicyResourceFile.php31 public $localPath; variable in Google\\Service\\OSConfig\\OSPolicyResourceFile
66 public function setLocalPath($localPath) argument
68 $this->localPath = $localPath;
75 return $this->localPath;
/plugin/combo/ComboStrap/
H A DLocalPath.php253 public function relativize(LocalPath $localPath): LocalPath argument
272 if (!$localPath->isAbsolute() || $localPath->isShortName()) {
273 $localPath = $localPath->toCanonicalAbsolutePath();
276 if (strpos($actualPath->toAbsoluteId(), $localPath->toAbsoluteId()) === 0) {
277 if ($actualPath->toAbsoluteId() === $localPath->toAbsoluteId()) {
281 …$relativePath = substr($actualPath->toAbsoluteId(), strlen($localPath->toAbsoluteId()) + $sepChara…
290 return $realPath->relativize($localPath);
292 if ($localPath->isSymlink()) {
293 $localPath = $localPath->toCanonicalAbsolutePath();
294 $this->relativize($localPath);
[all …]
H A DWikiFileSystem.php51 $localPath = $path->toLocalPath();
52 return FileSystems::getContent($localPath);
H A DWikiPath.php1157 $localPath = LocalPath::createFromPathString($conf['mediadir']);
1160 $localPath = LocalPath::createFromPathString($conf['datadir']);
1163 $localPath = WikiPath::getDriveRoots()[$this->drive];
1168 $localPath = $localPath->resolve($name);
1170 return $localPath;
H A DMarkupCacheDependencies.php390 …list($wikiId, $localPath) = FetcherMarkupBuilder::getWikiIdAndLocalFileDokuwikiCompliant($executin…
391 $this->dependenciesCacheStore = new CacheParser($wikiId, $localPath, "deps.json");
H A DSnippet.php386 $localPath = WikiPath::createComboResource(Snippet::LIBRARY_BASE . ":$libraryName");
388 $localPath->getExtension();
393 return self::getOrCreateFromContext($localPath)
/plugin/iconify/
Daction.php34 $localPath = DOKU_INC . 'lib/plugins/iconify/local/iconify.min.js';
36 if (file_exists($localPath)) {
/plugin/gitbacked/action/
Deditcommit.php182 $localPath = $this->computeLocalPath();
202 if (substr($cf, 0, strlen($localPath)) === $localPath) {
206 … $page = str_replace('/', ':', substr($cf, strlen($localPath) + 1, -4));
/plugin/minecraftrecipe/
Dsyntax.php264 $localPath = DOKU_PLUGIN . 'minecraftrecipe/images/item/' . strtolower($item) . '.png';
266 if(file_exists($localPath)) {