Home
last modified time | relevance | path

Searched refs:dirname (Results 251 – 275 of 1489) sorted by relevance

1...<<11121314151617181920>>...60

/plugin/glossary/syntax/
H A Dspan.php10 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
15 require_once (dirname (__FILE__).'/../glossary.class.php');
/plugin/translation2/
H A Daction.php20 return confToHash(dirname(__FILE__).'/INFO.txt');
95 … $img = DOKU_BASE . 'lib/plugins/' . basename(dirname(__FILE__)) . '/flags/' . $lang . '.gif';
/plugin/translator/
H A Daction.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
21 return array_merge(confToHash(dirname(__FILE__).'/info.txt'), array(
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php198 false === is_dir(dirname($streamName))) {
202 [dirname($streamName), basename($streamName)]
/plugin/authg2fa/
H A Daction.php4 require_once(dirname(__FILE__).'/TokenHelper.php');
5 require_once(dirname(__FILE__).'/GoogleAuthenticator.php');
/plugin/avtaskbox/
H A Dsyntax.php21 define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
118 $path = rtrim(dirname($_SERVER['PHP_SELF']), "/");
/plugin/freechat/phpfreechat/misc/
H A Di18n_update.php3 require_once(dirname(__FILE__)."/../src/pfci18n.class.php");
/plugin/freechat/phpfreechat/src/commands/
H A Djoin2.class.php23 require_once(dirname(__FILE__)."/join.class.php");
H A Dwhois2.class.php23 require_once(dirname(__FILE__)."/whois.class.php");
H A Dprivmsg2.class.php23 require_once(dirname(__FILE__)."/privmsg.class.php");
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav2 php -S 0.0.0.0:8080 `dirname $0`/sabredav.php
/plugin/progrecss/lang/en/
H A Dsettings.php8 require_once(realpath(dirname(__FILE__). '/../common.php'));
/plugin/progrecss/lang/ru/
H A Dsettings.php8 require_once(realpath(dirname(__FILE__). '/../common.php'));
/plugin/progrecss/lang/es/
H A Dsettings.php8 require_once(realpath(dirname(__FILE__). '/../common.php'));
/plugin/swiftmail/Swift/
H A DConnectionException.php12 require_once dirname(__FILE__) . "/ClassLoader.php";
H A DFileException.php12 require_once dirname(__FILE__) . "/ClassLoader.php";
H A DBadResponseException.php12 require_once dirname(__FILE__) . "/ClassLoader.php";
/plugin/sphinxsearch-was/
H A Dindexer.php2 $ssPluginRoot = dirname(__FILE__);
/plugin/progrecss/lang/de/
H A Dsettings.php8 require_once(realpath(dirname(__FILE__). '/../common.php'));
/plugin/sphinxsearch/
H A Dindexer.php2 $ssPluginRoot = dirname(__FILE__);
/plugin/swiftmail/Swift/Message/
H A DMimeException.php12 require_once dirname(__FILE__) . "/../ClassLoader.php";
/plugin/ckgedit/ckeditor/
H A Dschemes.php6 $SCHEMES = realpath(dirname(__FILE__).'/../../../../').'/conf/scheme.conf';
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php23 require_once dirname(__FILE__)."/../pfccontainerinterface.class.php";
71 if (is_writable(dirname($filename)))
87 if (is_writable(dirname($filename)))
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php22 require_once dirname(__FILE__)."/pfci18n.class.php";
23 require_once dirname(__FILE__)."/pfcuserconfig.class.php";
257 require_once dirname(__FILE__).'/pfcjson.class.php';
/plugin/ajaxpeon/
H A Dhelper.php89 foreach($file_list["dir"] as $dirname=>$dirvalue){
90 …$changes_ar["ns"][$dirnm.$dirname.":"]=$this->get_changes_list($dirvalue,$dirnm.$dirname.":",$chan…

1...<<11121314151617181920>>...60