Home
last modified time | relevance | path

Searched refs:dirname (Results 26 – 50 of 1489) sorted by path

12345678910>>...60

/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A Dbootstrap.php7 dirname(__DIR__).'\\src\\'.str_ireplace($prefix, '', $class).'.php');
/plugin/aimg/
H A Dsyntax.php34 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/ajaxloader/
H A Dajax.php15 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
H A Dhelper.php15 return confToHash(dirname(__FILE__).'plugin.info.txt');
/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…
/plugin/alphaindex/
H A Dsyntax.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
184 $ns = dirname(str_replace(':','/',$ID));
/plugin/amazon/
H A Dsyntax.php165 require_once(dirname(__FILE__).'/XMLParser.php');
/plugin/amazon_heavy/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/anchor/
H A Dsyntax.php
/plugin/anewssystem/
H A Daction.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
H A Dsyntax.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
29 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/animation/
H A Dsyntax.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/applet/
H A Dsyntax.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/arguments/
H A Dsyntax.php13 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/authdjango/
H A Dauth.php13 define('DOKU_AUTH', dirname(__FILE__));
/plugin/authfacebook/
H A Dauth.php10 define('DOKU_AUTH', dirname(__FILE__));
/plugin/authg2fa/
H A DTokenHelper.php4 require_once(dirname(__FILE__).'/GoogleAuthenticator.php');
H A Daction.php4 require_once(dirname(__FILE__).'/TokenHelper.php');
5 require_once(dirname(__FILE__).'/GoogleAuthenticator.php');
H A Dadmin.php11 require_once(dirname(__FILE__).'/GoogleAuthenticator.php');
12 require_once(dirname(__FILE__).'/TokenHelper.php');
H A Dauth.php5 require_once(dirname(__FILE__).'/GoogleAuthenticator.php');
6 require_once(dirname(__FILE__).'/TokenHelper.php');
/plugin/authgoogle/
H A Daction.php5 define('GOOGLE_API_DIR', dirname(__FILE__).'/google/');
H A Dauth.php4 define('GOOGLE_API_DIR', dirname(__FILE__).'/google/');
/plugin/authgoogle/google/
H A DGoogle_Client.php33 set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path());
37 if (file_exists(dirname(__FILE__) . '/local_config.php')) {
39 require_once (dirname(__FILE__) . '/local_config.php');
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php41 $storageDir = dirname($storageFile);
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php113 curl_setopt($ch, CURLOPT_CAINFO, dirname(__FILE__) . '/cacerts.pem');

12345678910>>...60