Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 701) sorted by last modified time

12345678910>>...29

/plugin/siteexport/action/
H A Dajax.php11 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
H A Dstartup.php11 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
H A Daggregate.php11 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
/plugin/siteexport/
H A Dadmin.php3 … define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FILE__).'/../../../').'/');
H A Dpreload.php3 …define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FILE__) . '/../../../') . '/…
50 if ($tplDir != realpath($tplDir)) { return; }
/plugin/siteexport/syntax/
H A Dtoctools.php10 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
/plugin/linkback/exe/
H A Dtrackback.php12 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../../') . '/');
H A Dpingback.php16 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../../') . '/');
/plugin/shell/
H A Dadmin.php16 $cwd = hsc(realpath(DOKU_INC));
/plugin/photogallery/inc/
H A Dpgdefines.php12 if(!defined('PHOTOGALLERY_PGFETCH_FILE')) define('PHOTOGALLERY_PGFETCH_FILE',realpath(__DIR__.'/../…
14 if(!defined('PHOTOGALLERY_IMAGES_FILE')) define('PHOTOGALLERY_IMAGES_FILE',realpath(__DIR__.'/../im…
/plugin/photogallery/
H A DpgFetch.php8 define('DOKU_INC', realpath(__DIR__.'/../../../').'/');
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php25 $docroot = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote(realpath(getenv('DOCUMEN…
38 $dirlimit = realpath($docroot.'/'.$imgdir);
57 $currentdir = realpath($docroot.'/'.$imgdir.@$_REQUEST['dir']);
71 if (preg_match('#^'.preg_quote($dirlimit).'#', realpath($currentdir.'/..'))) {
96 …echo '<i>No pictures in "'.htmlentities(str_replace(realpath($docroot), '', realpath($docroot.'/'.…
H A DphpThumb.demo.random.php48 return realpath($dirname.'/'.$possibleimages[$randkey]);
63 …omSRC = str_replace('\\', '/', preg_replace('#^'.realpath(@$_SERVER['DOCUMENT_ROOT']).'#i', '', re…
65 $randomSRC = str_replace(realpath(@$_SERVER['DOCUMENT_ROOT']), '', realpath($randomSRC));
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt75 * [bugfix: G33] realpath not working on some systems
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default19 …die('failed to include_once(phpthumb.functions.php) - realpath="'.realpath( __DIR__ .'/phpthumb.fu…
38realpath((@$_SERVER['DOCUMENT_ROOT'] && file_exists(@$_SERVER['DOCUMENT_ROOT'].$_SERVER['PHP_SELF'…
39 …['document_root'] = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote(realpath(geten…
218realpath() function requires that "the running script must have executable permissions on all dire…
H A DphpThumb.php123 die('failed to include_once("'.realpath( __DIR__ .'/phpthumb.class.php').'")');
144 …failed to include_once('. __DIR__ .'/phpThumb.config.php) - realpath="'.realpath( __DIR__ .'/phpTh…
152 …failed to include_once('. __DIR__ .'/phpThumb.config.php) - realpath="'.realpath( __DIR__ .'/phpTh…
H A Dphpthumb.class.php1314 return realpath($filename);
4205 $DebugOutput[] = 'realpath(.) = '.@realpath('.');
H A Dphpthumb.functions.php896 $dirname = rtrim(realpath($dirname), '/\\');
/plugin/nodetailsxhtml/syntax/
H A Dforcetoc.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dacronym.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dscripting.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/nodetailsxhtml/
H A Daction.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/templater/
H A Dsyntax.php
/plugin/mikioplugin/
H A Dcss.php42 $cssFile = platformSlashes(realpath($baseDir . $cssFileItem));
/plugin/bez/
H A Dcli.php3 $inc = realpath(__DIR__.'/../../..');

12345678910>>...29