Home
last modified time | relevance | path

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

/plugin/aclregex/
H A 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/
H A Daction.php33 if($event->result !== AUTH_NONE) return;
52 if(!$auth) return AUTH_NONE;
92 if($acl[2] > AUTH_NONE) {
/plugin/elasticsearch/helper/
H A Dacl.php117 $localrules[$key] = $perm > AUTH_NONE;
118 } elseif ($key === '@ALL' && $perm > AUTH_NONE) {
/plugin/doodle3/
H A Dsyntax.php64 const AUTH_NONE = 0; define in syntax_plugin_doodle3
/plugin/doodle4/
H A Dsyntax.php86 const AUTH_NONE = 0; define in syntax_plugin_doodle4
/plugin/doodle2/
H A Dsyntax.php57 const AUTH_NONE = 0; define in syntax_plugin_doodle
/plugin/showinitpage/
H A Daction.php41 && auth_quickaclcheck($ID) == AUTH_NONE
/plugin/singlesearchresult/
H A Daction.php36 if($perm > AUTH_NONE) {
/plugin/subpages/
H A Dsyntax.php203 if (auth_quickaclcheck($pgid) > AUTH_NONE) {
217 if (auth_quickaclcheck($pgid) > AUTH_NONE) {
/plugin/sneakyindexfix/_test/
H A Dmain.test.php52 $this->assertEquals(AUTH_NONE, $perm);
/plugin/aclplusregex/
H A Daction.php77 $previous = $event->result ?: AUTH_NONE;
92 * Important: there's a difference between a return value of 0 = AUTH_NONE and false = no match found
136 $rules[$pattern] = max($rules[$pattern] ?? AUTH_NONE, $perm);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php133 return AUTH_NONE;
138 return AUTH_NONE;
/plugin/combo/action/
H A Dpageprotection.php164 $event->result = AUTH_NONE;
173 $event->result = AUTH_NONE;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php149 return AUTH_NONE;
152 return AUTH_NONE;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php149 return AUTH_NONE;
152 return AUTH_NONE;
/plugin/sqlite/
H A DFunctions.php100 $acl = AUTH_NONE;
/plugin/daftdrafts/
H A Daction.php88 $daftdrafts->acl_add($id, '@ALL', AUTH_NONE);
/plugin/advanced/lang/en/config/
H A Dacl.txt16 | none | 0 | pages, namespaces | no permission---complete lock out | AUTH_NONE |
/plugin/davcard/
H A Dhelper.php842 return AUTH_NONE;
846 return AUTH_NONE;
/plugin/timetrack/
H A Dhelper.php721 if(auth_quickaclcheck($pageid) > AUTH_NONE && $this->isPageTracked($pageid)) {
959 if(auth_quickaclcheck($pageid) > AUTH_NONE) return true;
/plugin/404manager/
H A Daction.php446 if ($perm <= AUTH_NONE) {
/plugin/autlogin/
H A Daction.php107 if(auth_aclcheck($ID,$best,$groups) == AUTH_NONE)
H A Dadmin.php793 foreach(array(AUTH_NONE,AUTH_READ,AUTH_EDIT,AUTH_CREATE,AUTH_UPLOAD,AUTH_DELETE) as $perm){
/plugin/superacl/
H A Dadmin.php705 foreach(array(AUTH_NONE,AUTH_READ,AUTH_EDIT,AUTH_CREATE,AUTH_UPLOAD,AUTH_DELETE) as $perm){
/plugin/davcal/
H A Dhelper.php101 return AUTH_NONE;
105 return AUTH_NONE;