Home
last modified time | relevance | path

Searched refs:realpath (Results 51 – 75 of 701) sorted by last modified time

12345678910>>...29

/plugin/bbcodeextensions/syntax/
H A Dhil.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/confightmlok/
H A Dcommon.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/confightmlok/syntax/
H A Dhtml.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dhtmlblock.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/upgrade/
H A Dhelper.php249 if (basename(realpath($file)) != basename($file)) {
/plugin/htmlokalt/syntax/
H A Dhtml.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dhtmlblock.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/htmlokalt/
H A Dcommon.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/statistics/
H A Dimg.php9 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
H A Dlog.php9 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
/plugin/statistics/inc/
H A DBrowscap.php223 $cache_dir = realpath($cache_dir);
/plugin/const/
H A Daction.php10 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/approve/
H A Dhelper.php282 $datadir = realpath($conf['datadir']); // path without ending "/"
/plugin/btable2/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dexport.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/openid/Auth/OpenID/
H A DFileStore.php62 $directory = realpath($directory);
/plugin/blogtng/exe/
H A Dpingback.php16 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../../') . '/');
H A Dtrackback.php14 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../../') . '/');
/plugin/orphanmedia2/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/acmenu/
H A Dsyntax.php197 $dir = realpath($conf["savedir"] . "/pages");
/plugin/virtualgroup/
H A Dadmin.php
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dmake.sh27 script_path=$(dirname "$(realpath -s "$0")")
28 repo=$(realpath "$script_path/../")
H A Drun-elasticsearch.sh21 script_path=$(dirname $(realpath -s $0))
H A Drun-repository.sh8 script_path=$(dirname $(realpath -s $0))
33 repo=$(realpath $(dirname $(realpath -s $0))/../)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dimports.sh43 export script_path=$(dirname $(realpath -s $0))

12345678910>>...29