Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DExecStepConfig.php36 public $localPath; variable in Google\\Service\\OSConfig\\ExecStepConfig
83 public function setLocalPath($localPath) argument
85 $this->localPath = $localPath;
92 return $this->localPath;
H A 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()) + $sepCharacter);
290 return $realPath->relativize($localPath);
292 if ($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($executingPath);
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)