Home
last modified time | relevance | path

Searched refs:dirname (Results 151 – 175 of 1489) sorted by last modified time

12345678910>>...60

/plugin/upgrade/vendor/composer/
H A Dautoload_psr4.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
/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 Dhelper.php31 require dirname(__FILE__) . '/inc/StatisticsQuery.class.php';
45 require dirname(__FILE__) . '/inc/StatisticsLogger.class.php';
59 require dirname(__FILE__) . '/inc/StatisticsGraph.class.php';
H A Dlog.php9 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
/plugin/statistics/inc/
H A DBrowscap.php234 $this->cacheDir = dirname($cache_dir);
H A DStatisticsBrowscap.class.php2 require dirname(__FILE__) . '/Browscap.php';
H A DStatisticsLogger.class.php3 require dirname(__FILE__) . '/StatisticsBrowscap.class.php';
122 include(dirname(__FILE__) . '/searchengines.php');
H A DStatisticsGraph.class.php3 require dirname(__FILE__) . '/pchart/pData.php';
4 require dirname(__FILE__) . '/pchart/pChart.php';
5 require dirname(__FILE__) . '/pchart/GDCanvas.php';
6 require dirname(__FILE__) . '/pchart/PieChart.php';
45 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
133 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
204 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
237 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
297 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
347 $Chart->setFontProperties(dirname(__FILE_
[all...]
/plugin/statistics/inc/pchart/
H A DpChart.php25 $file = dirname(__FILE__).'/'.$name.'.php';
/plugin/farmer/
H A Dhelper.php90 $animal = basename(dirname($path));
/plugin/const/
H A Daction.php10 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
50 require_once(dirname(__FILE__) . "/class.evalmath.php");
/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/odt/action/
H A Dexport.php237 if(!@is_dir(dirname(wikiFN($docnamespace . ':dummy')))) {
414 $depends['files'][] = dirname(__FILE__) . '/../renderer/page.php';
415 $depends['files'][] = dirname(__FILE__) . '/../renderer/book.php';
416 $depends['files'][] = dirname(__FILE__) . '/../plugin.info.txt';
/plugin/openid/Auth/
H A DOpenID.php218 $parent_dir = dirname($dir_name);
/plugin/extranet/
H A Daction.php98 $event->data['file'] = dirname(__FILE__).'/images/restricted.png';
/plugin/blogtng/tpl/default/
H A Dentry.php45 <?php $entry->tpl_comments(basename(dirname(__FILE__))) ?>
/plugin/blogtng/exe/
H A Dpingback.php16 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../../') . '/');
H A Dtrackback.php14 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../../') . '/');
/plugin/blogtng/helper/
H A Dsqlite.php37 if(!$this->db->init('blogtng', dirname(__FILE__) . '/../db/')) {
/plugin/orphanmedia2/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
25 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/do/
H A Dhelper.php32 if (!$this->db->init('do', dirname(__FILE__) . '/db/')) {

12345678910>>...60