Home
last modified time | relevance | path

Searched refs:dirname (Results 151 – 175 of 1489) sorted by relevance

12345678910>>...60

/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/dokugource/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
22 return confToHash(dirname(__FILE__).'/INFO');
/plugin/new_page_dialog/action/
H A Dnew.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
19 return confToHash(dirname(__FILE__).'../plugin.info.txt');
H A Dmeta.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
16 return confToHash(dirname(__FILE__).'../plugin.info.txt');
/plugin/npd/action/
H A Dnew.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
19 return confToHash(dirname(__FILE__).'../plugin.info.txt');
H A Dmeta.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
16 return confToHash(dirname(__FILE__).'../plugin.info.txt');
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php22 require_once dirname(__FILE__)."/../pfci18n.class.php";
23 require_once dirname(__FILE__)."/../pfcuserconfig.class.php";
24 require_once dirname(__FILE__)."/../pfcproxycommand.class.php";
H A Dchecknickchange.class.php22 require_once dirname(__FILE__)."/../pfci18n.class.php";
23 require_once dirname(__FILE__)."/../pfcuserconfig.class.php";
24 require_once dirname(__FILE__)."/../pfcproxycommand.class.php";
/plugin/projects/syntax/
H A Dcontent.php7 require_once(dirname(__FILE__).'/../conf.php');
8 require_once(dirname(__FILE__).'/../lib/code_block.php');
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php26 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../../../../../').…
211 $dir = dirname(__FILE__) ;
232 $dir = dirname(__FILE__) ;
424 $dir = dirname($_SERVER['SCRIPT_NAME']);
426 $dir = dirname($_SERVER['PHP_SELF']);
430 $dir = dirname('/'.$dir);
/plugin/nodetailsxhtml/
H A Daction.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
25 return is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt');
/plugin/schedule/
H A DajaxPOI.php13 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
17 require_once (realpath (dirname (__FILE__)).'/poiDB.class.php');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DVersion.php33 $version = new Version('5.7.27', dirname(dirname(__DIR__)));
/plugin/nodetailsxhtml/syntax/
H A Dscripting.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
24 return array_merge(is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt'), array(
H A Dforcetoc.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
24 return array_merge(is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt'), array(
/plugin/database2/
H A Dsyntax.php167 … if (in_array($INFO['user'], $ua) && is_file(dirname(__FILE__) . '/database2.dev.php')) {
168 $libFile = dirname(__FILE__) . '/database2.dev.php';
173 $libFile = dirname(__FILE__) . '/database2.php';
/plugin/daftdrafts/
H A Dhelper.php84 io_saveFile(dirname(__FILE__).'/daft.auth.php', join('', $daftAcl));
105 $daftAcl = file(dirname(__FILE__).'/daft.auth.php');
116 io_saveFile(dirname(__FILE__).'/daft.auth.php', join('',$newDaftAcl));
/plugin/discussion/
H A Dconvert.php9 define('DOKU_INC', realpath(dirname(__FILE__).'/../../../').'/');
15 if (@file_exists(dirname(__FILE__).'/convert_completed'))
36 io_saveFile(dirname(__FILE__).'/convert_completed', '');
/plugin/statistics/
H A Dhelper.php31 require dirname(__FILE__) . '/inc/StatisticsQuery.class.php';
45 require dirname(__FILE__) . '/inc/StatisticsLogger.class.php';
59 require dirname(__FILE__) . '/inc/StatisticsGraph.class.php';
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php54 $this->fs->ensureDirectoryExists(dirname($destination));
62 if (!file_exists(dirname(__DIR__) . '/Resources/require.js')) {
69 $assets->add(new FileAsset(dirname(__DIR__) . '/Resources/require.js'));
175 $this->fs->ensureDirectoryExists(dirname($destination));
/plugin/geourl/
H A Dcode.php18 $gu_file = dirname(__FILE__).'/local_pref.php';
40 $gu_file = dirname(__FILE__).'/local_pref.php';
/plugin/components/lib/
H A Dajax_manager.php3 require_once dirname(__FILE__) . '/component_manager.php';
4 require_once dirname(__FILE__) . '/ajax.php';
/plugin/judge/
H A Daction.php196 define('DBFILE', dirname(__FILE__) . '/submissions.sqlite');
212 define('DBFILE', dirname(__FILE__) . '/submissions.sqlite');
247 define('DOKU_INC', dirname(__FILE__) . '/../../../../');
254 include_once dirname(__FILE__) . '/helper/jdatetime.class.php';
315 define('DBFILE', dirname(__FILE__) . '/submissions.sqlite');
/plugin/freechat/phpfreechat/src/commands/
H A Dwho2.class.php23 require_once(dirname(__FILE__)."/who.class.php");
41 require_once dirname(__FILE__)."/join.class.php";
H A Dhelp.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");
23 $dh = opendir(dirname(__FILE__));

12345678910>>...60