Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 5 of 5) sorted by path

/dokuwiki/inc/File/
H A DMediaFile.php48 public function getPath()
40 public function getPath() global() function in dokuwiki\\File\\MediaFile
H A DPageFile.php43 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());
/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 DTar.php180 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
186 $output = $outdir.'/'.$fileinfo->getPath();
508 $fileinfo->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();