Home
last modified time | relevance | path

Searched refs:dirname (Results 1126 – 1150 of 1489) sorted by relevance

1...<<41424344454647484950>>...60

/plugin/siteexport/action/
H A Dstartup.php11 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
H A Daggregate.php11 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
/plugin/siteexport/syntax/
H A Dtoctools.php10 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php398 if (!is_dir(dirname($value))) {
401 dirname($value),
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md7 * Add new `lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml`
/plugin/graphviz/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/imagebox/
H A Dsyntax.php7 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/svgimg2/
H A Dhelper.php20 return array_merge(confToHash(dirname(__FILE__).'/info.txt'), array(
/plugin/google_adsense2/
H A Dadmin.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/form/
H A Dsyntax.php55 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/conflictmerger/tests/
H A Dmerge.test.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
/plugin/osm/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/swiftmail/Swift/Connection/
H A DRotator.php11 require_once dirname(__FILE__) . "/../ClassLoader.php";
/plugin/wikicalendar/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/wikipediasnippet/
H A Dsyntax.php33 $langCorrectionsFile = dirname(__FILE__).'/conf/langCorrections.conf';
/plugin/autolink3/
H A Dadmin.php9 if(!defined('DOKU_TINC')) define('DOKU_TINC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/owncloud/ajax/
H A Dfilelist.php10 if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__).'/../../../../');
/plugin/numbering/
H A Daction.php7 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/rack/
H A Dsyntax.php41 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/xcom/scripts/
H A Dxml.php2 define('DOKU_INC', realpath(dirname(__FILE__)) . '/../../../../');
/plugin/a2s/
H A Dsyntax.php32 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/advanced/admin/
H A Dimport.php28 return dirname(__FILE__) . '/../svg/export.svg';
/plugin/cacherevisionseraser/
H A Dadmin.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
36 @include(dirname(__FILE__).'/configs.php');
512 if (file_exists(dirname(__FILE__).'/configs.php')) {
642 $wcnf = fopen(dirname(__FILE__).'/configs.php', 'w');
/plugin/dw2pdf/
H A Daction.php181 if (!@is_dir(dirname(wikiFN($pdfnamespace . ':dummy')))) {

1...<<41424344454647484950>>...60