Home
last modified time | relevance | path

Searched refs:dirname (Results 876 – 900 of 1489) sorted by relevance

1...<<31323334353637383940>>...60

/plugin/odp/
H A Dsyntax.php20 return confToHash(dirname(__FILE__).'/info.txt');
/plugin/hidepages/
H A Dsyntax.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/diagram/syntax/
H A Dsplitter.php22 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php2 define("DOKU_INC", realpath(dirname(__FILE__).'/../../../../') . '/');
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php6 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) .'/../../../../') . '/');
/plugin/authorstats/
H A Dhelper.php74 foreach (glob(dirname($pattern) . "/*", GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
/plugin/spreadout/
H A Dsyntax.php5 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/bbcodeextensions/syntax/
H A Dclassspan.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dclassdiv.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/mikioplugin/syntax/
H A Dpagenation.php11 require_once(dirname(__FILE__).'/core.php');
/plugin/randominc/
H A Dsyntax.php14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
52 $ns = dirname(str_replace(':','/',$ID));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php242 if (!is_dir(dirname($target))) {
243 mkdir(dirname($target), 0777, true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php317 $testDirectory = dirname($this->filename) . DIRECTORY_SEPARATOR;
397 "'" . dirname($this->filename) . "'",
/plugin/gitbacked/action/
H A Deditcommit.php16 require_once dirname(__FILE__).'/../lib/Git.php';
17 require_once dirname(__FILE__).'/../lib/GitBackedUtil.php';
/plugin/datatables/
H A Daction.php
/plugin/pagestat/syntax/
H A Dedit.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/freechat/phpfreechat/misc/
H A Dgenerate-doc.inc.php9 $f = ($f != NULL) ? $f : dirname(__FILE__).'/../src/pfcglobalconfig.class.php';
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php50 $dir = dirname(mediaFN($this->info['id'] . ':fake'));
/plugin/fbcomments/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php40 $sourceRoot = dirname($source);
/plugin/qrcode/syntax/
H A Dqrcode.php29 define('DOKU_INC', realpath(dirname( __FILE__ ).'/../../../').'/');
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php52 $dir = \dirname($key);
/plugin/stopforumspam/
H A Daction.php27 $logpath = dirname(DOKU_CONF) . "/data/spamlogger";
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php75 if (!is_dir($dir = dirname($path)) && false === @mkdir($dir, 0777, true)) {
/plugin/navpath/
H A Dsyntax.php24 return confToHash(dirname(__FILE__) . '/plugin.info.txt');

1...<<31323334353637383940>>...60