Home
last modified time | relevance | path

Searched refs:perm (Results 26 – 50 of 66) sorted by last modified time

123

/plugin/filelist/
H A Dsyntax.php
/plugin/displaywikipage/
H A Dcode.php22 $perm = auth_quickaclcheck(trim(strtolower($wikipagename), ":"));
24 if (@file_exists(wikiFN($wikipagename)) && $perm >= AUTH_READ) {
25 if ($perm >= AUTH_READ) {
28 if ($perm >= AUTH_EDIT) {
36 if ($perm >= AUTH_CREATE) {
/plugin/tagsections/
H A Dhelper.php113 $perm = auth_quickaclcheck($page);
114 if (!$perm < AUTH_READ) {
/plugin/booking/
H A Daction.php58 $perm = auth_quickaclcheck($id);
59 if ($perm < AUTH_READ) {
63 if ($perm == AUTH_ADMIN) $this->issuperuser = true;
/plugin/tagadd/
H A Daction.php31 $perm = auth_quickaclcheck($ID);
32 if ($perm > AUTH_READ)
49 $perm = auth_quickaclcheck($ID);
50 if ($perm > AUTH_READ) {
/plugin/pycode/
H A Dsyntax.php632 $perm = $INFO["perm"];
638 if ($perm >= AUTH_EDIT) {
/plugin/metaeditor/
H A Daction.php46 $perm = auth_quickaclcheck($pageid);
47 if($perm == AUTH_ADMIN)
/plugin/denyactions/action/
H A Dact.php34 $perm = auth_quickaclcheck($ID);
35 if($perm < AUTH_EDIT){
H A Drev.php24 $perm = auth_quickaclcheck($ID);
25 if($perm < AUTH_EDIT){
/plugin/404manager/
H A Daction.php417 $perm = auth_quickaclcheck($ID);
419 $perm = auth_aclcheck($ID, '', null);
422 if ($perm >= AUTH_EDIT) {
442 $perm = auth_quickaclcheck($targetPage);
444 $perm = auth_aclcheck($targetPage, '', null);
446 if ($perm <= AUTH_NONE) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php75 $perm = -1;
99 if($acl[2] > $perm) {
100 $perm = $acl[2];
103 if($perm > -1) {
105 return (int) $perm;
129 if($acl[2] > $perm) {
130 $perm = $acl[2];
134 if($perm != -1) {
135 return (int) $perm;
/plugin/sneakyindexfix/_test/
H A Dmain.test.php50 $perm = auth_quickaclcheck('private:*');
52 $this->assertEquals(AUTH_NONE, $perm);
62 $perm = auth_quickaclcheck('private:*');
64 $this->assertEquals(AUTH_READ, $perm);
74 $perm = auth_quickaclcheck('private:*');
76 $this->assertEquals(AUTH_READ, $perm);
/plugin/sneakyindexfix/
H A Daction.php71 $perm = -1;
/plugin/database/
H A Ddatabase.php322 $perm = $INFO['perm']; // the permissions of the current user
335 $auditTrail->add('perm = '.$perm);
338 if ($perm >= $requiredLevel)
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php68 $perm = -1;
88 if($acl[2] > $perm){
89 $perm = $acl[2];
92 if($perm > -1){
94 return $perm;
113 if($acl[2] > $perm){
114 $perm = $acl[2];
119 return $perm;
/plugin/actionlink/
H A Dsyntax.php139 if($INFO['perm'] == AUTH_ADMIN){
/plugin/news/
H A Dhelper.php42 function set_permission($perm) { argument
43 $this->has_permission = $perm;
H A Daction.php36 $perm = $this->helper->has_permission();
37 if($perm == 2 && $INFO['perm'] != 1) { //INFO['perm'] = 1 when logging out
/plugin/news/syntax/
H A Dbutton.php57 if(isset($INFO['perm']) && $INFO['perm'] < 2) return;
93 if(isset($INFO['perm']) && $INFO['perm'] < 2) return;
/plugin/singlesearchresult/
H A Daction.php33 $perm = auth_quickaclcheck($pageid);
35 $perm = auth_aclcheck($pageid, '', null);
38 if($perm > AUTH_NONE) {
/plugin/mediasyntax/
H A Dhelper.php231 $perm = auth_quickaclcheck($page);
235 if ($perm >= AUTH_READ) {
/plugin/permissioninfo/
H A Dadmin.php196 foreach($acldata as $item => $perm)
206 if($p & $perm)
/plugin/projects/action/
H A Daction.php60 $perm = auth_quickaclcheck($ID);
63 if ($perm < AUTH_READ) {
107 if ($perm >= AUTH_DELETE)
145 if ($perm <= AUTH_READ) return;
195 if ($perm < AUTH_ADMIN) return;
217 $perm = auth_quickaclcheck($ID);
226 if ($perm <= AUTH_READ) {
257 if ($perm <= AUTH_READ) {
295 if ($perm <= AUTH_READ) {
342 if ($perm < AUTH_EDIT) {
[all …]
/plugin/daftdrafts/
H A Daction.php52 $INFO['perm'] = $this->_auth_quickaclcheck($id);
/plugin/mindmap/
H A Dsyntax.php356 'perm' => 16,

123