Home
last modified time | relevance | path

Searched refs:AUTH_NONE (Results 1 – 25 of 25) sorted by relevance

/plugin/aclregex/
Daction.php64 $event->result = AUTH_NONE;
65 return AUTH_NONE;
71 $event->result = AUTH_NONE;
72 return AUTH_NONE;
215 $event->result = AUTH_NONE;
216 return AUTH_NONE;
/plugin/sneakyindexfix/
Daction.php33 if($event->result !== AUTH_NONE) return;
52 if(!$auth) return AUTH_NONE;
92 if($acl[2] > AUTH_NONE) {
/plugin/anonprotect/
Daction.php46 $event->result = AUTH_NONE;
56 $rule = preg_replace('/(@ALL\\t)(\d)/', '${1}' . AUTH_NONE, $rule);
/plugin/elasticsearch/helper/
Dacl.php116 $localrules[$key] = $perm > AUTH_NONE;
117 } elseif ($key === '@ALL' && $perm > AUTH_NONE) {
/plugin/doodle4/
Dsyntax.php86 const AUTH_NONE = 0; define in syntax_plugin_doodle4
/plugin/doodle3/
Dsyntax.php64 const AUTH_NONE = 0; define in syntax_plugin_doodle3
/plugin/doodle2/
Dsyntax.php57 const AUTH_NONE = 0; define in syntax_plugin_doodle
/plugin/showinitpage/
Daction.php41 && auth_quickaclcheck($ID) == AUTH_NONE
/plugin/singlesearchresult/
Daction.php36 if($perm > AUTH_NONE) {
/plugin/subpages/
Dsyntax.php203 if (auth_quickaclcheck($pgid) > AUTH_NONE) {
217 if (auth_quickaclcheck($pgid) > AUTH_NONE) {
/plugin/aclplusregex/
Daction.php77 $previous = $event->result ?: AUTH_NONE;
136 $rules[$pattern] = max($rules[$pattern] ?? AUTH_NONE, $perm);
/plugin/sneakyindexfix/_test/
Dmain.test.php52 $this->assertEquals(AUTH_NONE, $perm);
/plugin/combo/action/
Dpageprotection.php164 $event->result = AUTH_NONE;
173 $event->result = AUTH_NONE;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
Dcheck_acl.php133 return AUTH_NONE;
138 return AUTH_NONE;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dcheck_acl.php149 return AUTH_NONE;
152 return AUTH_NONE;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
Dcheck_acl.php149 return AUTH_NONE;
152 return AUTH_NONE;
/plugin/daftdrafts/
Daction.php88 $daftdrafts->acl_add($id, '@ALL', AUTH_NONE);
/plugin/advanced/lang/en/config/
Dacl.txt16 | none | 0 | pages, namespaces | no permission---complete lock out | AUTH_NONE |
/plugin/davcard/
Dhelper.php842 return AUTH_NONE;
846 return AUTH_NONE;
/plugin/timetrack/
Dhelper.php721 if(auth_quickaclcheck($pageid) > AUTH_NONE && $this->isPageTracked($pageid)) {
959 if(auth_quickaclcheck($pageid) > AUTH_NONE) return true;
/plugin/404manager/
Daction.php446 if ($perm <= AUTH_NONE) {
/plugin/autlogin/
Daction.php107 if(auth_aclcheck($ID,$best,$groups) == AUTH_NONE)
Dadmin.php793 foreach(array(AUTH_NONE,AUTH_READ,AUTH_EDIT,AUTH_CREATE,AUTH_UPLOAD,AUTH_DELETE) as $perm){
/plugin/superacl/
Dadmin.php705 foreach(array(AUTH_NONE,AUTH_READ,AUTH_EDIT,AUTH_CREATE,AUTH_UPLOAD,AUTH_DELETE) as $perm){
/plugin/davcal/
Dhelper.php94 return AUTH_NONE;
98 return AUTH_NONE;