Home
last modified time | relevance | path

Searched refs:dirname (Results 76 – 100 of 1489) sorted by last modified time

12345678910>>...60

/plugin/mikioplugin/syntax/
H A Dtabgroup.php12 require_once(dirname(__FILE__).'/core.php');
H A Dtext.php11 require_once(dirname(__FILE__).'/core.php');
/plugin/mikioplugin/
H A Daction.php15 require_once dirname(__FILE__) . '/inc/polyfill-array-key-first.php';
21 foreach (glob(dirname($pattern) . '/*', GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
40 $baseDir = str_replace('\\', '/', DOKU_BASE . 'lib/plugins' . str_replace(dirname(dirname(__FILE__)), '', dirname(__FILE__)) . '/');
65 $stylesList = glob_recursive(str_replace('\\', '/', 'lib/plugins' . str_replace(dirname(dirname(__FILE__)), '', dirname(__FILE__)) . '/styles/*'));
H A Dcss.php10 require(dirname(__FILE__) . '/inc/polyfill-ctype.php');
13 require(dirname(__FILE__) . '/inc/stemmechanics/lesserphp/lessc.inc.php');
38 $baseDir = platformSlashes(dirname(__FILE__) . '/');
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A Dbootstrap.php7 dirname(__DIR__).'\\src\\'.str_ireplace($prefix, '', $class).'.php');
/plugin/aichat/vendor/composer/
H A Dautoload_namespaces.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
H A Dautoload_psr4.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_classmap.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
/plugin/sql/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/caption/syntax/
H A Dcaption.php35 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
H A Dreference.php19 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1508 function dirname(p/*:string*/)/*:string*/ { function
1509 …if(p.charAt(p.length - 1) == "/") return (p.slice(0,-1).indexOf("/") === -1) ? p : dirname(p.slice…
1979 var dad = dirname(data[i][0]);
1982 while(dirname(dad) && !fullPaths[dirname(dad)]) dad = dirname(dad);
1995 dad = dirname(data[i][0]);
2017 for(j=i+1;j < data.length; ++j) if(dirname(cfb.FullPaths[j])==nm) break;
2019 for(j=i+1;j < data.length; ++j) if(dirname(cfb.FullPaths[j])==dirname(nm)) break;
2023 if(dirname(cfb.FullPaths[i+1]||"") == dirname(nm)) elt.R = i + 1;
/plugin/gallery/
H A Dsyntax.php
/plugin/orphanswanted/
H A Dsyntax.php18 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php570 return file_get_contents(dirname(__FILE__).'/'.$kind.'/'.$uri);
/plugin/imapmarkers/syntax/
H A Dmap.php17 include(dirname(__FILE__) . "/imapmarkers_simple_html_dom.php");
/plugin/translation/
H A Dadmin.php117 $dir = dirname(wikiFN("$namespace:foo"));
H A Dhelper.php
/plugin/bureaucracy/helper/
H A Dactiontemplate.php139 $path = dirname(wikiFN($id));
/plugin/addnewpage/
H A Dsyntax.php139 $ns = preg_replace("/^\.(:|$)/", dirname(str_replace(':', '/', $ID)) . "$1", $ns);
/plugin/gitbacked/action/
H A Deditcommit.php16 require_once dirname(__FILE__).'/../lib/Git.php';
17 require_once dirname(__FILE__).'/../lib/GitBackedUtil.php';
/plugin/gitbacked/lib/
H A DGit.php241 if ($parent = realpath(dirname($repo_path))) {
/plugin/dw2pdf/vendor/composer/
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