Home
last modified time | relevance | path

Searched refs:dirname (Results 1 – 25 of 1489) sorted by path

12345678910>>...60

/plugin/404manager/
H A Daction.php66 require_once(dirname(__FILE__) . '/Message404.php');
113 require_once(dirname(__FILE__) . '/admin.php');
/plugin/404manager/conf/
H A Ddefault.php2 require_once(dirname(__FILE__) . '/../action.php');
/plugin/a2s/
H A DASCIIToSVG.php1704 $dir = dirname(__FILE__) . '/objects';
H A Dsyntax.php32 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/abc/
H A Dsyntax.php61 $entitiesFile = dirname(__FILE__).'/conf/entities.conf';
237 $filesArrABC = glob(dirname($fileBase)."/{".basename($fileBase)."*.abc}", GLOB_BRACE);
251 … $filesArrAll = glob(dirname($fileBase)."/{".basename($fileBase)."_".$o."*}", GLOB_BRACE);
/plugin/ac/
H A Daction.php24 return confToHash(dirname(__FILE__).'/plugin.info.txt');
H A Dsyntax.php21 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/aceeditor/
H A Dpreview.php22 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
/plugin/achart/
H A Daction.php37 $filename= dirname(__FILE__) . '/assets/locales/'.$conf['lang'].'.json';
40 …$JSINFO['chartlocale']= file_get_contents(dirname(__FILE__) . '/assets/locales/'.$localization.'.j…
/plugin/acronym/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/acronymedit/
H A Dadmin.php102 …if (is_writable( $filename ) || (is_writable(dirname( $filename ).'/.') && !file_exists( $filename…
/plugin/actickets/
H A Dajax.php21 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
/plugin/actionlink/
H A Dsyntax.php13 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/addnewpage/
H A Dsyntax.php139 $ns = preg_replace("/^\.(:|$)/", dirname(str_replace(':', '/', $ID)) . "$1", $ns);
/plugin/adfs/phpsaml/
H A DREADME.md712 require_once dirname(TOOLKIT_PATH.'/_toolkit_loader.php';
757 require_once dirname(TOOLKIT_PATH.'/_toolkit_loader.php';
899 require_once dirname(TOOLKIT_PATH.'/_toolkit_loader.php';
1097 require_once dirname(__DIR__).'/_toolkit_loader.php'; // Load Saml2 and external libs
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php157 $basePath = dirname(dirname(__DIR__)).'/';
H A DUtils.php57 bindtextdomain("phptoolkit", dirname(dirname(__DIR__)).'/locale');
/plugin/advanced/admin/
H A Dconfig.php34 return dirname(__FILE__) . '/../svg/cogs.svg';
H A Dexport.php25 return dirname(__FILE__) . '/../svg/export.svg';
H A Dimport.php28 return dirname(__FILE__) . '/../svg/export.svg';
/plugin/ahrefmenu/
H A Dadmin.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/aichat/vendor/composer/
H A Dautoload_classmap.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_namespaces.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_psr4.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));

12345678910>>...60