Home
last modified time | relevance | path

Searched refs:dirname (Results 76 – 100 of 1489) sorted by path

12345678910>>...60

/plugin/autolink3/
H A Dadmin.php9 if(!defined('DOKU_TINC')) define('DOKU_TINC',realpath(dirname(__FILE__).'/../../../').'/');
H A Dajax.php11 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
H A Dsys.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/autolink4/syntax/
H A Dallwords.php
H A Dregex.php
/plugin/autotooltip/
H A Dsyntax.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/autotranslation/
H A Dadmin.php96 $dir = dirname(wikiFN("$namespace:foo"));
H A Dhelper.php35 $this->LN = confToHash(dirname(__FILE__) . '/lang/langnames.txt');
/plugin/autoviewer/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/avatar/
H A Dmonsterid.php35 $file = dirname(__FILE__).'/parts/'.$part.'_'.$num.'.png';
/plugin/avbarchart/
H A Dsyntax.php17 define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/avtaskbox/
H A Dsyntax.php21 define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
118 $path = rtrim(dirname($_SERVER['PHP_SELF']), "/");
/plugin/backlinks-old/
H A Dsyntax.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/backlinks2/_test/
H A Dsyntax.test.php36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
H A Dsyntax_exclude.test.php36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
H A Dsyntax_include.test.php36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
H A Dsyntax_include_deep.test.php36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
/plugin/backup/
H A Dadmin.php101 $backups = glob(dirname(mediaFN("$ns:foo")) . '/*.tar*');
129 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
130 …$targetdir = $conf['mediaolddir'] . '/' . $this->stripPrefix($self, fullpath(dirname(mediaFN($conf…
282 io_mkdir_p(dirname($fn));
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/badbehaviour/
H A Daction.php10 define('BB2_CWD', dirname(__FILE__));
21 return confToHash(dirname(__FILE__).'/plugin.info.txt');
H A Dadmin.php4 define('BB2_CWD', dirname(__FILE__));
21 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/badbehaviour/bad-behavior/
H A Dcore.inc.php7 define('BB2_CORE', dirname(__FILE__));
/plugin/bahnde/
H A Dsyntax.php11 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/barcodes/
H A Dsyntax.php21 require dirname(__FILE__) . '/vendor/autoload.php';
/plugin/barcodes/vendor/composer/
H A Dautoload_classmap.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_namespaces.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);

12345678910>>...60