Home
last modified time | relevance | path

Searched refs:dirname (Results 1051 – 1075 of 1489) sorted by relevance

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

/plugin/twcheckliste/
H A Dsyntax.php10 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/linkbonus/syntax/
H A Dexternal.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dbase.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/eventline/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',(dirname(__FILE__).'/../../').'/');
/plugin/sphinxsearch-was/
H A Dxmlall.php12 if (!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__) . '/../../../');
/plugin/datedifference/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/googlemaps/syntax/
H A Dgooglemap.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/magnifier/
H A Dsyntax.php21 return array_merge(confToHash(dirname(__FILE__).'/plugin.info.txt'), array());
/plugin/explain/
H A Dsyntax.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/pagetitle/
H A Daction.php29 $legacyFile = dirname(__FILE__).'/syntax.php';
/plugin/zoom/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php41 $storageDir = dirname($storageFile);
/plugin/sphinxsearch/
H A Dxmlall.php12 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
/plugin/custombuttons/
H A Dadmin.php153 $files = glob(dirname(__FILE__).'/ico/*.png');
/plugin/owncloud/tpl/
H A Ddetail.php62 $dir = dirname($path);
/plugin/sympaauth/files/
H A Dsympa.class.php21 define('DOKU_AUTH', dirname(__FILE__));
/plugin/footer/
H A Daction.php98 $path = dirname(wikiFN($ID));
/plugin/popupviewer/
H A Daction.php19 return array_merge(confToHash(dirname(__FILE__).'/plugin.info.txt'), array(
/plugin/elasticsearch/helper/
H A Dclient.php11 require_once dirname(__FILE__) . '/../vendor/autoload.php';
H A Ddocparser.php9 require_once dirname(__FILE__) . '/../vendor/autoload.php';
/plugin/extranet/
H A Daction.php98 $event->data['file'] = dirname(__FILE__).'/images/restricted.png';
/plugin/mikioplugin/syntax/
H A Dcarousel.php12 require_once(dirname(__FILE__) . '/core.php');
/plugin/translation3/
H A Dhelper.php118 $LN = confToHash(dirname(__FILE__).'/lang/langnames.txt');
185 $LN = confToHash(dirname(__FILE__).'/lang/langnames.txt');
/plugin/nstoc/
H A Dsyntax.php5 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
210 $localdir = realpath(dirname(__FILE__)) . '/';
/plugin/qna/
H A Daction.php37 $fromConf = dirname(__FILE__) . '/style/' . $this->getConf('style') . '.less';
38 $inUse = dirname(__FILE__) . '/all.less';

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