Home
last modified time | relevance | path

Searched refs:defined (Results 201 – 225 of 3364) sorted by path

12345678910>>...135

/plugin/authsaml/
H A Daction.php20 if (! defined('DOKU_INC'))
23 if (! defined('DOKU_LF'))
25 if (! defined('DOKU_TAB'))
27 if (! defined('DOKU_PLUGIN'))
H A Dauth.php16 if (! defined('DOKU_INC'))
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php15 if (! defined('DOKU_INC'))
18 if (! defined('DOKU_LF'))
20 if (! defined('DOKU_TAB'))
22 if (! defined('DOKU_PLUGIN'))
H A Dauth.php12 if (! defined('DOKU_INC'))
/plugin/authsmartcard/
H A Dauth.php10 if(!defined('DOKU_INC')) die();
/plugin/authsmartcard/auth/
H A Dindex.php9 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../../');
/plugin/authsmf20/
H A Daction.php12 if (!defined('DOKU_INC')) {
H A Dauth.php21 if (!defined('DOKU_INC')) {
/plugin/authsplit/
H A Dauth.php10 if(!defined('DOKU_INC')) die();
553 /* We're always interested in the users defined in the secondary auth
576 /* We're always interested in the users defined in the secondary auth plugin. */
596 /* Groups are always defined in the secondary auth plugin. */
617 /* Groups are always defined in the secondary auth plugin. */
/plugin/authsqlite/
H A Dauth.php3 if(!defined('DOKU_INC')) die();
335 else if(defined('DOKU_FARM') && strpos($query, '%{animal}') !== false) {
/plugin/authucenter/
H A Dauth.php10 if(!defined('DOKU_INC')) die();
11 if(!defined('DOKU_PLUGIN_AUTHUCENTER_INC')) define('DOKU_PLUGIN_AUTHUCENTER_INC', dirname(__FILE__)…
/plugin/authucenter/lib/api/
H A Duc.php36 if(!defined('IN_UC')) {
/plugin/authucenter/lib/uc_client/
H A Dclient.php10 if(!defined('UC_API')) {
26 !defined('MAGIC_QUOTES_GPC') && define('MAGIC_QUOTES_GPC', get_magic_quotes_gpc());
89 !defined('MAGIC_QUOTES_GPC') && define('MAGIC_QUOTES_GPC', get_magic_quotes_gpc());
/plugin/authucenter/lib/uc_client/control/
H A Dapp.php10 !defined('IN_UC') && exit('Access Denied');
H A Dcache.php10 !defined('IN_UC') && exit('Access Denied');
H A Ddomain.php10 !defined('IN_UC') && exit('Access Denied');
H A Dfeed.php10 !defined('IN_UC') && exit('Access Denied');
H A Dfriend.php10 !defined('IN_UC') && exit('Access Denied');
H A Dmail.php10 !defined('IN_UC') && exit('Access Denied');
H A Dpm.php10 !defined('IN_UC') && exit('Access Denied');
H A Dtag.php10 !defined('IN_UC') && exit('Access Denied');
H A Duser.php10 !defined('IN_UC') && exit('Access Denied');
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php10 !defined('IN_UC') && exit('Access Denied');
/plugin/authucenter/lib/uc_client/model/
H A Dapp.php10 !defined('IN_UC') && exit('Access Denied');
H A Dbase.php10 !defined('IN_UC') && exit('Access Denied');

12345678910>>...135