Home
last modified time | relevance | path

Searched refs:defined (Results 26 – 50 of 3364) sorted by last modified time

12345678910>>...135

/plugin/siteexport/
H A Dhelper.php11 if(!defined('DOKU_INC')) die();
170 print $this->locale_xhtml((defined('DOKU_SITEEXPORT_MANAGER') ? 'manager' : '') . 'intro');
289 if ( !defined('DOKU_SITEEXPORT_MANAGER') ) {
H A Dadmin.php2 if(!defined('DOKU_INC')) {
5 if(!defined('DOKU_PLUGIN')) {
H A Dpreload.php2 if (!defined('DOKU_INC')) {
56 if (!defined('SITEEXPORT_TPL')) define('SITEEXPORT_TPL', $tempREQUEST['template']);
61 if (!defined('DOKU_REL')) define('DOKU_REL', getBaseURL(false));
62 if (!defined('DOKU_URL')) define('DOKU_URL', getBaseURL(true));
63 if (!defined('DOKU_BASE')) {
72 …if (!defined('DOKU_TPL')) define('DOKU_TPL', (empty($tempREQUEST['base']) ? DOKU_BASE : $tempREQUE…
73 if (!defined('DOKU_TPLINC')) define('DOKU_TPLINC', $tplDir);
/plugin/siteexport/inc/
H A Dfilewriter.php3 if (!defined('DOKU_PLUGIN')) die('meh');
H A Dfunctions.php3 if (!defined('DOKU_PLUGIN')) die('meh');
H A Dhttpproxy.php20 if (!defined('DOKU_INC')) die('meh');
H A Dpdfgenerator.php3 if (!defined('DOKU_PLUGIN')) die('meh');
H A Dsettings.php3 if (!defined('DOKU_PLUGIN')) die('meh');
H A Dtoc.php3 if (!defined('DOKU_PLUGIN')) die('meh');
/plugin/siteexport/action/
H A Dmove.php10 if (!defined('DOKU_INC')) die('Not inside DokuWiki');
H A Dpdfstyles.php10 if(!defined('DOKU_INC')) die();
H A Dsendfile.php11 if (!defined('DOKU_INC')) die();
13 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
H A Daggregate.php11 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
/plugin/siteexport/renderer/
H A Dpdf.php9 if (!defined('DOKU_INC')) die();
10 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
/plugin/siteexport/syntax/
H A Daggregate.php10 if (!defined('DOKU_INC')) die();
11 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
H A Dsiteexport.php10 if (!defined('DOKU_INC')) die();
11 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
H A Dtoc.php11 if (!defined('DOKU_INC')) die();
12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
H A Dtoctools.php10 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
11 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
/plugin/linkback/exe/
H A Dtrackback.php11 if (!defined('DOKU_INC'))
H A Dpingback.php15 if (!defined('DOKU_INC'))
/plugin/linkback/
H A Dsyntax.php46 if (defined('IS_BLOG_MAINPAGE'))
/plugin/struct/helper/
H A Ddb.php48 if ($throw || defined('DOKU_UNITTEST')) throw new StructException('no sqlite');
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/shell/
H A Dshell.php3 if (!defined('DOKU_INC')) define('DOKU_INC', __DIR__ . '/../../../');
/plugin/geophp/vendor/composer/
H A DClassLoader.php436 * Finds the path to the file where the class is defined.
461 if (false === $file && defined('HHVM_VERSION')) {

12345678910>>...135