/plugin/owncloud/ajax/ |
H A D | filelist.php | 27 $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 D | autoload.php | 13 $fullpath = __DIR__ . DIRECTORY_SEPARATOR . $filename; variable 15 if (file_exists($fullpath)) { 17 require_once $fullpath;
|
/plugin/backup/ |
H A D | admin.php | 129 $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 D | syntax.php | 206 $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 D | dwcssloader.php | 102 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file)); 126 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
|
/plugin/feedaggregator/ |
H A D | syntax.php | 82 $file = fullpath($conf['tmpdir'].'/feedaggregator.csv'); 87 $data['html'] = io_readFile(fullpath($conf['cachedir'].'/feedaggregator/output.html'));
|
H A D | action.php | 49 $feeds = file(fullpath($conf['tmpdir'].'/feedaggregator.csv')); 60 $cacheDir = fullpath($conf['cachedir'].'/feedaggregator');
|
/plugin/farmer/admin/ |
H A D | info.php | 57 $this->line('confdir', fullpath(DOKU_CONF) . '/'); 58 $this->line('savedir', fullpath($conf['savedir']) . '/');
|
H A D | setup.php | 39 $farmdir = fullpath($farmdir);
|
/plugin/sphinxsearch-was/ |
H A D | PageMapper.php | 16 $dataPath = fullpath($conf['savedir']); 18 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
|
H A D | xmlall.php | 31 $dataPath = fullpath($conf['savedir']); 33 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
|
/plugin/sphinxsearch/ |
H A D | PageMapper.php | 16 $dataPath = fullpath($conf['savedir']); 18 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
|
H A D | xmlall.php | 31 $dataPath = fullpath($conf['savedir']); 33 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
|
/plugin/dlcount/ |
H A D | action.php | 132 * @param string $fullpath Path to MEDIA file 135 function metaFnFromFullPath($fullpath) { argument 138 $fn = str_replace($mediadir, '', $fullpath);
|
/plugin/farm/install/ |
H A D | preload.php | 41 $cf = fullpath(dirname(__FILE__).'/../').'/lib/plugins/farm/config.php'; 42 $vhf = fullpath(dirname(__FILE__).'/../').'/lib/plugins/farm/virtual_hosts.php';
|
/plugin/farmer/ |
H A D | helper.php | 109 $path = fullpath($path) . '/'; 110 $container = fullpath($container) . '/';
|
/plugin/dev/ |
H A D | cli.php | 145 $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 D | action.php | 129 if(!$conf['fullpath']){
|
/plugin/favoris/ |
H A D | action.php | 135 … if (!@file_exists(fullpath(wikiFN($page)))) $style="style=\"border:1px dashed red; margin:2px;\"";
|
/plugin/log404/ |
H A D | helper.php | 114 return fullpath($conf['metadir'].DIRECTORY_SEPARATOR.'log404.csv');
|
/plugin/epub/scripts/ |
H A D | epub_utils.php | 267 function epub_save_image($img,$fullpath){ argument 268 $command = "wget --quiet $img -O $fullpath"; 271 if(!$retv && file_exists($fullpath)) {
|
H A D | css3.php | 96 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
|
/plugin/logstats/ |
H A D | action.php | 178 $dir = fullpath($conf['metadir'].'/'.$dir);
|
/plugin/ckgedit/scripts/ |
H A D | css6.php | 89 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
|
/plugin/letsencrypt/ |
H A D | helper.php | 203 if($root) $certdir = fullpath("$root/../certs");
|