Home
last modified time | relevance | path

Searched refs:defined (Results 126 – 150 of 3364) sorted by last modified time

12345678910>>...135

/plugin/bez/syntax/
H A Dstruct.php11 if(!defined('DOKU_INC')) die();
/plugin/bez/action/
H A Dmigration.php9 if(!defined('DOKU_INC')) die();
25 * Call our custom migrations when defined
H A Ddefault.php5 if(!defined('DOKU_INC')) die();
H A Dmaildebug.php8 if(!defined('DOKU_INC')) die();
H A Dstruct.php8 if(!defined('DOKU_INC')) die();
/plugin/bez/helper/
H A Ddb.php10 if(!defined('DOKU_INC')) die();
32 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t load sqlite.');
37 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t load PDO sqlite.');
45 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t init sqlite.');
/plugin/imagemapping/
H A DREADME23 * An external link in a polygon. The link is defined with an image,
H A Dsyntax.php
H A Daction.php
/plugin/sql/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
10 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/tagging/
H A Dsyntax.php10 if (!defined('DOKU_INC')) {
H A Dadmin.php3 if (!defined('DOKU_INC')) {
/plugin/tagging/helper/
H A Dquerybuilder.php260 if (php_sapi_name() !== 'cli' || defined('DOKU_UNITTEST')) {
/plugin/confmanager/
H A Dadmin.php3 if(!defined('DOKU_PLUGIN_ICONS')) define('DOKU_PLUGIN_ICONS',DOKU_BASE.'lib/plugins/confmanager/ico…
/plugin/caption/
H A Daction.php
/plugin/caption/syntax/
H A Dcaption.php
H A Dreference.php
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js78062 var defined = this.ENTITIES[entity];
78064 if (defined !== undefined) {
78065 return defined;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs8089 case 'NN': { /* defined name */
12543 /* no defined name can collide with a valid cell address A1:XFD1048576 ... except LOG10! */
13384 var w = sname; /* IE9 fails on defined names */ // eslint-disable-line no-unused-vars
16832 /* Update FilterDatabase defined name for the worksheet */
17768 console.error("Could not serialize defined name " + JSON.stringify(name));
21845 // The proper getComputedStyle implementation is the one defined in the element window
22519 case 'user-defined':
/plugin/gallery/
H A Dsyntax.php
/plugin/api/
H A Daction.php5 if (!defined('DOKU_INC')) die();
H A DREADME.md39 As they are defined as constant inside DokuWiki, you can't update them on the fly.
/plugin/authwordpress/
H A Dauth.php31 if (!defined('DOKU_INC')) {
/plugin/orphanswanted/
H A Dhelper.php14 if(!defined('DOKU_INC')) die();
15 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dsyntax.php18 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
19 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');

12345678910>>...135