Searched refs:getPath (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/inc/File/ |
| H A D | PageFile.php | 43 public function getPath($rev = '') function in dokuwiki\\File\\PageFile 61 : io_readWikiPage($this->getPath($rev), $this->id, $rev); // retrieve from attic 63 return io_readWikiPage($this->getPath(), $this->id, ''); 96 $pagefile = $this->getPath(); 236 $fileLastMod = $this->getPath(); 259 $cache = new CacheInstructions($this->id, $this->getPath()); 272 $oldfile = $this->getPath(); 275 $newfile = $this->getPath($date); 296 $createdDate = @filectime($this->getPath());
|
| H A D | MediaFile.php | 48 public function getPath() function in dokuwiki\\File\\MediaFile
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | FileInfo.php | 262 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 D | Zip.php | 162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) { 169 $output = $outdir.'/'.$fileinfo->getPath(); 321 $name = $fileinfo->getPath(); 425 $name = $fileinfo->getPath();
|
| H A D | Tar.php | 210 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) { 216 $output = $outdir.'/'.$fileinfo->getPath(); 555 $fileinfo->getPath(),
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 476 $extensions[] = Extension::createFromDirectory($file->getPath());
|