Home
last modified time | relevance | path

Searched refs:dirname (Results 126 – 150 of 1489) sorted by relevance

12345678910>>...60

/plugin/icalevents/vendor/bin/
H A Dphpcs18 if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
19 include_once dirname(__FILE__).'/../CodeSniffer/CLI.php';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcbf16 if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
17 include_once dirname(__FILE__).'/../CodeSniffer/CLI.php';
H A Dphpcs18 if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
19 include_once dirname(__FILE__).'/../CodeSniffer/CLI.php';
/plugin/upgrade/vendor/composer/
H A Dautoload_psr4.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
/plugin/elasticsearch/vendor/composer/
H A Dautoload_files.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_psr4.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
/plugin/dw2pdf/vendor/composer/
H A Dautoload_psr4.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
/plugin/publistx/
H A Dsyntax.php119 require_once(dirname(__FILE__).'/bib2tpl/bibtex_converter.php');
120 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
121 include(dirname(__FILE__).'/sanitiser.php');
153 return file_get_contents(dirname(__FILE__).'/'.$kind.'/'.$data[$kind]['ref']);
/plugin/linkmanager/
H A Dfunctions.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'../../../').'/');
11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',realpath(dirname(__FILE__).'../').'/');
21 $basename = preg_replace( '/^.+[\\\\\\/]/', '', dirname(__FILE__));
33 $ns = dirname(str_replace(':','/',$ID));
165 $ns = dirname(str_replace(':','/',$ID));
/plugin/composer/
H A Dsyntax.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
242 $dirname = dirname($pageFile);
243 $dirname = str_replace($conf['datadir'], "", $dirname);
246 'start_lvl' => substr_count($dirname, DIRECTORY_SEPARATOR),
257 $dirname
/plugin/publistf/
H A Dsyntax.php120 require_once(dirname(__FILE__).'/bib2tpl/bibtex_converter.php');
121 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
122 include(dirname(__FILE__).'/sanitiser.php');
156 return file_get_contents(dirname(__FILE__).'/'.$kind.'/'.$data[$kind]['ref']);
/plugin/database2/
H A Dadmin.php5 define( 'DOKU_INC', realpath( dirname( __FILE__ ) . '/../../' ) . '/' );
316 $libFile = dirname( __FILE__ ) . '/database2.php';
321 if ( is_file( dirname( __FILE__ ) . '/database2.dev.php' ) )
334 $libFile = dirname( __FILE__ ) . '/database2.dev.php';
/plugin/projects/lib/
H A Dcode_block.php7 require_once(dirname(__FILE__).'/../conf.php');
8 require_once(dirname(__FILE__).'/tools.php');
H A Dplugins.php3 require_once(dirname(__FILE__).'/../conf.php');
4 require_once(dirname(__FILE__).'/tools.php');
5 require_once(dirname(__FILE__).'/file_definition.php');
/plugin/recaptcha2/lib/
H A Dautoload.php26 $path = dirname(__FILE__).'/'.$class.'.php';
34 $path = dirname(__FILE__).'/../tests/'.$class.'.php';
/plugin/mediasyntax/tools/
H A Dupdate-website.sh6 echo $(dirname $0)
7 cd $(dirname $0)
/plugin/projects/syntax/
H A Drecipe.php7 require_once(dirname(__FILE__).'/../conf.php');
8 require_once(dirname(__FILE__).'/../lib/code_block.php');
H A Duse.php7 require_once(dirname(__FILE__).'/../conf.php');
8 require_once(dirname(__FILE__).'/../lib/tools.php');
/plugin/simplechat/
H A Dsyntax.php86 $dirname = DOKU_INC.'data/chats';
87 if( !is_dir( $dirname ) ) {
88 @mkdir($dirname, 0755 , true );
/plugin/sync/
H A Ddiff.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
15 require_once(dirname(__FILE__).'/admin.php');
/plugin/solr/
H A Dindex_all.php24 $ini_path = defined('DOKU_INC') ? DOKU_INC : realpath(dirname(__FILE__).'/../../../').'/';
31 require_once(dirname(__FILE__).'/AddDocument.php');
32 require_once(dirname(__FILE__).'/Pageinfo.php');
/plugin/statdisplay/pchart/
H A DICanvas.php3 require_once dirname(__FILE__).'/Color.php';
4 require_once dirname(__FILE__).'/Point.php';
5 require_once dirname(__FILE__).'/ShadowProperties.php';
/plugin/projects/plugins/target/
H A Dmedia.php3 require_once(dirname(__FILE__).'/../../lib/plugins.php');
4 require_once(dirname(__FILE__).'/../../lib/project_file.php');
/plugin/stars/
H A Dsyntax.php40 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
43 if(!defined('DOKU_PATH')) define('DOKU_PATH', dirname($_SERVER['PHP_SELF']));
/plugin/epub/scripts/
H A Dupdate_files.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
4 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');

12345678910>>...60