Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 25 of 34) sorted by relevance

12

/plugin/owncloud/ajax/
H A Dfilelist.php27 $fullpath = $conf['mediadir'].'/'.$dir; variable
40 if(file_exists($fullpath)){
41 $dircontent = scandir($fullpath);
47 if(is_dir($fullpath.'/'.$file)){
58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder));
68 $filesize = filesize_h(filesize($fullpath.'/'.$file));
69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file));
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A Dautoload.php13 $fullpath = __DIR__ . DIRECTORY_SEPARATOR . $filename; variable
15 if (file_exists($fullpath)) {
17 require_once $fullpath;
/plugin/backup/
H A Dadmin.php129 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
130 …$targetdir = $conf['mediaolddir'] . '/' . $this->stripPrefix($self, fullpath(dirname(mediaFN($conf…
315 $dir = fullpath($dir);
458 $media = fullpath(dirname(mediaFN('foo')));
459 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
481 $media = fullpath(dirname(mediaFN('foo')));
482 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
504 $media = fullpath(dirname(mediaFN('foo')));
505 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
/plugin/abc/
H A Dsyntax.php206 $realFileBaseLen = (strlen(fullpath($abcdir)) - strlen($abcdir)) + strlen($fileBase);
263 passthru(fullpath($this->getConf('abc2abc'))." $srcFile -e -t $trans > $abcFile");
277 …$epsCommand = fullpath($this->getConf('abc2ps'))." $abcFile ".$this->getConf('params4img')." -E -O…
289 $pngCommand = fullpath($conf['im_convert'])." $epsFile $imgFile";
309 $addFmt = ($fmt && file_exists($fmt)) ? " -F ".fullpath($fmt) : "";
310 …passthru(fullpath($this->getConf('abc2ps'))." $abcFile $addFmt ".$this->getConf('params4ps')." -O …
318 passthru(fullpath($this->getConf('ps2pdf'))." $psFile $pdfFile");
326 passthru(fullpath($this->getConf('abc2midi'))." $abcFile -o $midFile");
333 passthru(fullpath($this->getConf('abc2ps'))." -V 2>&1");
/plugin/odt/helper/
H A Ddwcssloader.php102 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
126 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
/plugin/feedaggregator/
H A Dsyntax.php82 $file = fullpath($conf['tmpdir'].'/feedaggregator.csv');
87 $data['html'] = io_readFile(fullpath($conf['cachedir'].'/feedaggregator/output.html'));
H A Daction.php49 $feeds = file(fullpath($conf['tmpdir'].'/feedaggregator.csv'));
60 $cacheDir = fullpath($conf['cachedir'].'/feedaggregator');
/plugin/farmer/admin/
H A Dinfo.php59 $this->line('confdir', fullpath(DOKU_CONF) . '/');
60 $this->line('savedir', fullpath($conf['savedir']) . '/');
H A Dsetup.php43 $farmdir = fullpath($farmdir);
/plugin/sphinxsearch-was/
H A DPageMapper.php16 $dataPath = fullpath($conf['savedir']);
18 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
H A Dxmlall.php31 $dataPath = fullpath($conf['savedir']);
33 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
/plugin/sphinxsearch/
H A DPageMapper.php16 $dataPath = fullpath($conf['savedir']);
18 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
H A Dxmlall.php31 $dataPath = fullpath($conf['savedir']);
33 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
/plugin/dlcount/
H A Daction.php132 * @param string $fullpath Path to MEDIA file
135 function metaFnFromFullPath($fullpath) { argument
138 $fn = str_replace($mediadir, '', $fullpath);
/plugin/farm/install/
H A Dpreload.php41 $cf = fullpath(dirname(__FILE__).'/../').'/lib/plugins/farm/config.php';
42 $vhf = fullpath(dirname(__FILE__).'/../').'/lib/plugins/farm/virtual_hosts.php';
/plugin/farmer/
H A Dhelper.php109 $path = fullpath($path) . '/';
110 $container = fullpath($container) . '/';
/plugin/dev/
H A Dcli.php145 $pdir = fullpath(DOKU_PLUGIN);
146 $tdir = fullpath(tpl_incdir() . '../');
268 $dir = fullpath(getcwd());
451 $dir = fullpath(getcwd());
461 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpunit'),
464 '--configuration', fullpath(__DIR__ . '/../../../_test/phpunit.xml'),
480 $dir = fullpath(getcwd());
483 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpcs'),
484 '--standard=' . fullpath(__DIR__ . '/../../../_test/phpcs.xml'),
492 $args[] = fullpath(
[all...]
/plugin/userspagecreate/
H A Daction.php129 if(!$conf['fullpath']){
/plugin/favoris/
H A Daction.php135 … if (!@file_exists(fullpath(wikiFN($page)))) $style="style=\"border:1px dashed red; margin:2px;\"";
/plugin/log404/
H A Dhelper.php114 return fullpath($conf['metadir'].DIRECTORY_SEPARATOR.'log404.csv');
/plugin/epub/scripts/
H A Depub_utils.php267 function epub_save_image($img,$fullpath){ argument
268 $command = "wget --quiet $img -O $fullpath";
271 if(!$retv && file_exists($fullpath)) {
H A Dcss3.php96 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
/plugin/logstats/
H A Daction.php178 $dir = fullpath($conf['metadir'].'/'.$dir);
/plugin/ckgedit/scripts/
H A Dcss6.php89 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
/plugin/letsencrypt/
H A Dhelper.php203 if($root) $certdir = fullpath("$root/../certs");

12