Searched refs:getPath (Results 1 – 7 of 7) sorted by relevance
40 public function getPath($rev = '') function in dokuwiki\\File\\PageFile58 : io_readWikiPage($this->getPath($rev), $this->id, $rev); // retrieve from attic60 return io_readWikiPage($this->getPath(), $this->id, '');93 $pagefile = $this->getPath();230 $oldfile = $this->getPath();233 $newfile = $this->getPath($date);254 $createdDate = @filectime($this->getPath());
50 public function getPath() function in dokuwiki\\File\\MediaFile
262 public function getPath() function in splitbrain\\PHPArchive\\FileInfo312 $filename = $this->getPath();348 if ($include && !preg_match($include, $this->getPath())) {351 if ($exclude && preg_match($exclude, $this->getPath())) {
162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {169 $output = $outdir.'/'.$fileinfo->getPath();321 $name = $fileinfo->getPath();425 $name = $fileinfo->getPath();
210 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {216 $output = $outdir.'/'.$fileinfo->getPath();555 $fileinfo->getPath(),
77 : ['t' => filemtime($this->mediaFile->getPath())];
476 $extensions[] = Extension::createFromDirectory($file->getPath());