Home
last modified time | relevance | path

Searched refs:defined (Results 226 – 250 of 3364) sorted by last modified time

12345678910>>...135

/plugin/combo/action/
H A Dwebcode.php10 if (!defined('DOKU_INC')) die();
H A Dcanonical.php11 if (!defined('DOKU_INC')) die();
H A Ddirectorylayout.php3 if (!defined('DOKU_INC')) die();
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md75 further defined and clarified by project maintainers.
H A DREADME.md762 variables defined in the data and any data variable prefixed with `@` that is unknown will be blank.
/plugin/combo/vendor/composer/
H A Dautoload_real.php31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
/plugin/combo/vendor/symfony/process/
H A DProcess.php89 * User-defined errors must use exit codes in the 64-113 range.
110 138 => 'User-defined 1',
112 140 => 'User-defined 2',
116 // 144 - not defined
128 // 156 - not defined
130 // 158 - not defined
156 if (null === $this->cwd && (\defined('ZEND_THREAD_SAFE') || '\\' === \DIRECTORY_SEPARATOR)) {
921 // given SIGTERM may not be defined and that "proc_terminate" uses the constant value and not the constant itself, we use the same here
1309 * @param callable|null $callback The user defined PHP callback
/plugin/combo/syntax/
H A Dcite.php13 if (!defined('DOKU_INC')) die();
/plugin/codify/
H A Dsyntax.php3 if(!defined('DOKU_INC')) die();
/plugin/structodt/syntax/
H A Dglobal.php12 if (!defined('DOKU_INC')) die();
H A Dserial.php12 if (!defined('DOKU_INC')) die();
H A Dtable.php12 if (!defined('DOKU_INC')) die();
/plugin/structodt/
H A Daction.php15 if(!defined('DOKU_INC')) die();
H A Dhelper.php21 if(!defined('DOKU_INC')) die();
/plugin/subpages/
H A Dsyntax.php3 if(!defined('DOKU_INC')) {
6 if(!defined('DOKU_PLUGIN')) {
/plugin/lastpages/
H A Dsyntax.php3 if(!defined('DOKU_INC')) {
6 if(!defined('DOKU_PLUGIN')) {
/plugin/dwtimeline/
H A Daction.php10 if(!defined('DOKU_INC')) die();
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md377 * `FIX(decision-table)`: do not navigate when clearing pre-defined hints ([#431](https://github.com…
/plugin/katex/action/
H A Dload.php13 if ( !defined( 'DOKU_INC' ) ) {
H A Dsetup.php13 if ( !defined( 'DOKU_INC' ) ) {
/plugin/katex/
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
/plugin/katex/syntax/
H A Dprotect.php13 if ( !defined( 'DOKU_INC' ) ) {
/plugin/bbcodeextensions/
H A Dcommon.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
/plugin/bbcodeextensions/syntax/
H A Danchor.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');

12345678910>>...135