Home
last modified time | relevance | path

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

/dokuwiki/inc/File/
H A DPageFile.php40 public function getPath($rev = '') function in dokuwiki\\File\\PageFile
58 : io_readWikiPage($this->getPath($rev), $this->id, $rev); // retrieve from attic
60 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());
H A DMediaFile.php50 public function getPath() function in dokuwiki\\File\\MediaFile
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php262 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 DZip.php162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
169 $output = $outdir.'/'.$fileinfo->getPath();
321 $name = $fileinfo->getPath();
425 $name = $fileinfo->getPath();
H A DTar.php210 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
216 $output = $outdir.'/'.$fileinfo->getPath();
555 $fileinfo->getPath(),
/dokuwiki/inc/Ui/Media/
H A DDisplay.php77 : ['t' => filemtime($this->mediaFile->getPath())];
/dokuwiki/lib/plugins/extension/
H A DInstaller.php476 $extensions[] = Extension::createFromDirectory($file->getPath());