Home
last modified time | relevance | path

Searched refs:dirname (Results 1026 – 1050 of 1489) sorted by relevance

1...<<41424344454647484950>>...60

/plugin/bahnde/
H A Dsyntax.php11 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/contact/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/tfslink/syntax/
H A Dworkitemlink.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/givemeyouremail/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/revealjs/syntax/
H A Dtheme.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/chessdiagram/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/daftdrafts/
H A Daction.php117 $daftAuthorizationList = file(dirname(__FILE__).'/daft.auth.php');
/plugin/tile/
H A Dsyntax.php10 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../').'/');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssImportFilter.php66 if ('.' != $sourceDir = dirname($sourcePath)) {
/plugin/barcodes/
H A Dsyntax.php21 require dirname(__FILE__) . '/vendor/autoload.php';
/plugin/blogtng/exe/
H A Dpingback.php16 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../../') . '/');
/plugin/mikioplugin/syntax/
H A Dcard.php13 require_once dirname(__FILE__).'/core.php';
/plugin/translator/
H A Dhelper.php75 return array_merge(confToHash(dirname(__FILE__).'/info.txt'), array(
1237 if ( !file_exists( dirname(__FILE__).'/.translationcheck' ) ) {
1241 $checkDate = implode('', file( dirname(__FILE__).'/.translationcheck' ) );
1242 $hash = confToHash(dirname(__FILE__).'/info.txt');
1251 $file = dirname(__FILE__).'/.translationcheck';
1258 $hash = confToHash(dirname(__FILE__).'/info.txt');
/plugin/translator/syntax/
H A Dlabel.php29 return array_merge(confToHash(dirname(__FILE__).'/../info.txt'), array(
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php11 require_once dirname(__FILE__) . "/../../ClassLoader.php";
/plugin/googleads/
H A Dadmin.php11 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/goto/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/javadoc/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/csstimeline/
H A Dfeed.php9 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
/plugin/swiftmail/Swift/
H A DFile.php12 require_once dirname(__FILE__) . "/ClassLoader.php";
/plugin/news/scripts/
H A Dnewsfeed.php4 if(strpos(dirname(__FILE__), 'lib/exe')) {
/plugin/nsrelation/
H A Dsyntax.php41 return confToHash(dirname(__FILE__).'/info.txt');
/plugin/freechat/phpfreechat/src/commands/
H A Dprivmsg.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");
/plugin/shorturl/
H A Dhelper.php31 $this->savedir = dirname(__FILE__);
/plugin/sidebar/
H A Daction.php22 return confToHash(dirname(__FILE__).'/INFO.txt');

1...<<41424344454647484950>>...60