Home
last modified time | relevance | path

Searched refs:dirname (Results 151 – 175 of 1489) sorted by path

12345678910>>...60

/plugin/bbs/
H A Dsyntax.php126 require_once( dirname(__FILE__).'/'.'uao.php' );
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php36 $this->dir = dirname(__FILE__) . "/";
/plugin/bibtex/
H A Dsyntax.php128 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php570 return file_get_contents(dirname(__FILE__).'/'.$kind.'/'.$uri);
/plugin/bliki/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
213 $parts = explode('/', 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/blogtng/tpl/default/
H A Dentry.php45 <?php $entry->tpl_comments(basename(dirname(__FILE__))) ?>
/plugin/bomfix/
H A Dsyntax.php5 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/bookmark/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/bookmarkme/
H A Daction.php168 if (@file_exists(dirname(__FILE__)."/bookmark.ini")) {
169 $bkm = (preg_split("/(\s|[\r\n])+/",@file_get_contents(dirname(__FILE__)."/bookmark.ini")));
177 $ip = dirname(__FILE__)."/img/";
/plugin/bootswrapper/exe/
H A Dhelp.php15 realpath(dirname(__FILE__) . '/../../../../'), # Default DokuWiki path
20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
21 require_once dirname(__FILE__) . '/../doku_inc.php';
52 $help_file = dirname(__FILE__) . '/help/' . $syntax . '.txt';
H A Dpopup.php15 realpath(dirname(__FILE__) . '/../../../../'), # Default DokuWiki path
20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
21 require_once dirname(__FILE__) . '/../doku_inc.php';
61 foreach (scandir(dirname(__FILE__) . '/../syntax/') as $file) {
138 <?php if (file_exists(dirname(__FILE__) . '/help/' . $tag . '.txt')): ?>
/plugin/botbouncer/
H A Daction.php20 return confToHash(dirname(__FILE__).'/plugin.info.txt');
71 include dirname(__FILE__).'/lib/botbouncer.php';
/plugin/botbouncer/admin/
H A Dclean.php47 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
H A Dstatistics.php20 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
/plugin/botbouncer/lib/
H A Dbotbouncer.php199 …if (is_file(dirname(__FILE__).'/mollom.php') && !empty($mollomPrivateKey) && !empty($mollomPublicK…
201 @include dirname(__FILE__).'/mollom.php';
/plugin/box2/
H A Dsyntax.php22 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/boxwh/boxwh/
H A Dsyntax.php20 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/btable/
H A Dexport.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/btable2/
H A Dexport.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php11 $input = file_get_contents(dirname(__FILE__) . '/input.txt');
51 $input = file_get_contents(dirname(__FILE__) . '/input.txt');

12345678910>>...60