Home
last modified time | relevance | path

Searched refs:defined (Results 26 – 50 of 3364) sorted by path

12345678910>>...135

/plugin/achart/
H A Dsyntax.php10 if (!defined('DOKU_INC')) die();
/plugin/acknowledge/
H A Dhelper.php37 if (defined('DOKU_UNITTEST')) throw new \RuntimeException('Could not load SQLite', 0, $exception);
/plugin/acknowledge/lang/en/
H A Dassign.txt11 Assignes are defined either by username or ''@'' prefixed group name. Multiple assignees are separated by commas '',''.
/plugin/aclauditor/
H A Dadmin.php8 if(!defined('DOKU_INC')) die();
10 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/');
H A Dhelper.php8 if(!defined('DOKU_INC')) die();
H A Dsyntax.php8 if(!defined('DOKU_INC')) die();
10 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/');
/plugin/aclinfo/
H A Dsyntax.php7 if(!defined('DOKU_INC')) die();
9 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/aclregex/
H A Daction.php11 if(!defined('DOKU_INC')) die();
/plugin/acmenu/
H A Daction.php
H A Dsyntax.php
/plugin/acronym/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/acronym4glossary/
H A Dsyntax.php10 if (!defined('DOKU_INC')) die();
12 if (!defined('DOKU_LF')) define('DOKU_LF', "\n");
13 if (!defined('DOKU_TAB')) define('DOKU_TAB', "\t");
14 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/acronymedit/
H A Dadmin.php2 if(!defined('DOKU_INC')) die();
3 if(!defined('DOKU_PLUGIN')) die();
4 if(!defined('ABBR_CONF')) define('ABBR_CONF',DOKU_INC.'/conf/acronyms.local.conf');
/plugin/actickets/
H A Dajax.php21 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
H A Dsyntax.php22 if (!defined('DOKU_INC')) die();
24 if (!defined('DOKU_LF')) define('DOKU_LF', "\n");
25 if (!defined('DOKU_TAB')) define('DOKU_TAB', "\t");
26 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/actionlink/
H A Dsyntax.php13 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
14 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/addnewpage/
H A Dsyntax.php16 if(!defined('DOKU_INC')) die();
/plugin/addressbook/
H A Daction.php10 if(!defined('DOKU_INC')) die();
H A Dsyntax.php12 if(!defined('DOKU_INC')) die();
/plugin/addressbook/helper/
H A Ddb.php11 if (!defined('DOKU_INC')) {
40 if (defined('DOKU_UNITTEST')) {
47 if (defined('DOKU_UNITTEST')) {
57 if (defined('DOKU_UNITTEST')) {
/plugin/adfs/phpsaml/
H A DCHANGELOG34 …ment suggested by Nils Engelbertz to prevent DDOS by expansion of internally defined entities (XEE)
H A DREADME.md42 SAML is an XML-based standard for web browser single sign-on and is defined by
439 information that could be defined. In the same way that a template exists
1322 that we defined in our SSO Request.
1535 Notice that in this demo, the `setting.php` file that could be defined at the base
1602 `setting_extended.php` file should be defined at the base folder of the toolkit.
1622 and `metadata.php`. As we said, we will use the endpoints that are defined
1628 The SAML workflow that take place is similar that the workflow defined in the
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php166 if (defined('ONELOGIN_CUSTOMPATH')) {
/plugin/adminhomepage/
H A Daction.php10 if (!defined('DOKU_INC'))
13 if (!defined('DOKU_PLUGIN'))
/plugin/admnote/action/
H A Dbuttons.php10 if (!defined('DOKU_INC')) {

12345678910>>...135