Searched refs:localPath (Results 1 – 10 of 10) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
| D | ExecStepConfig.php | 36 public $localPath; variable in Google\\Service\\OSConfig\\ExecStepConfig 83 public function setLocalPath($localPath) argument 85 $this->localPath = $localPath; 92 return $this->localPath;
|
| D | OSPolicyResourceFile.php | 31 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 D | LocalPath.php | 253 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 D | WikiFileSystem.php | 51 $localPath = $path->toLocalPath(); 52 return FileSystems::getContent($localPath);
|
| H A D | WikiPath.php | 1157 $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 D | MarkupCacheDependencies.php | 390 …list($wikiId, $localPath) = FetcherMarkupBuilder::getWikiIdAndLocalFileDokuwikiCompliant($executin… 391 $this->dependenciesCacheStore = new CacheParser($wikiId, $localPath, "deps.json");
|
| H A D | Snippet.php | 386 $localPath = WikiPath::createComboResource(Snippet::LIBRARY_BASE . ":$libraryName"); 388 $localPath->getExtension(); 393 return self::getOrCreateFromContext($localPath)
|
| /plugin/iconify/ |
| D | action.php | 34 $localPath = DOKU_INC . 'lib/plugins/iconify/local/iconify.min.js'; 36 if (file_exists($localPath)) {
|
| /plugin/gitbacked/action/ |
| D | editcommit.php | 182 $localPath = $this->computeLocalPath(); 202 if (substr($cf, 0, strlen($localPath)) === $localPath) { 206 … $page = str_replace('/', ':', substr($cf, strlen($localPath) + 1, -4));
|
| /plugin/minecraftrecipe/ |
| D | syntax.php | 264 $localPath = DOKU_PLUGIN . 'minecraftrecipe/images/item/' . strtolower($item) . '.png'; 266 if(file_exists($localPath)) {
|