Home
last modified time | relevance | path

Searched refs:acl (Results 26 – 50 of 148) sorted by path

123456

/plugin/bez/mdl/
H A DAcl.php7 protected $acl = array(); variable in dokuwiki\\plugin\\bez\\mdl\\Acl
15 $this->acl = array_fill_keys($columns, BEZ_PERMISSION_DELETE);
17 $this->acl = array_fill_keys($columns, BEZ_PERMISSION_VIEW);
19 $this->acl = array_fill_keys($columns, BEZ_PERMISSION_NONE);
27 if (!array_key_exists($column, $this->acl)) {
31 if ($this->acl[$column] < $perm) {
32 $this->acl[$column] = $perm;
42 $this->acl[$column] = BEZ_PERMISSION_NONE;
48 return $this->acl[$col];
52 return $this->acl;
[all...]
H A DEntity.php25 protected $acl; variable in dokuwiki\\plugin\\bez\\mdl\\Entity
110 $fields = $this->acl->get_list();
137 $this->acl = new Acl($this->model->get_level(), $this->get_acl_columns());
141 return $this->acl->acl_of($field);
H A DTask.php148 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
149 $this->acl->grant('plan_date', BEZ_PERMISSION_CHANGE);
150 $this->acl->grant('start_time', BEZ_PERMISSION_CHANGE);
151 $this->acl->grant('finish_time', BEZ_PERMISSION_CHANGE);
152 $this->acl->grant('all_day_event', BEZ_PERMISSION_CHANGE);
153 $this->acl->grant('task_program_id', BEZ_PERMISSION_CHANGE);
154 $this->acl->grant('cost', BEZ_PERMISSION_CHANGE);
158 $this->acl->grant('assignee', BEZ_PERMISSION_CHANGE);
159 $this->acl->grant('participants', BEZ_PERMISSION_CHANGE);
163 $this->acl
[all...]
H A DTask_comment.php54 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
64 $this->acl->grant('id', BEZ_PERMISSION_DELETE);
65 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
H A DThread.php82 $this->acl->grant('title', BEZ_PERMISSION_CHANGE);
83 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
84 $this->acl->grant('type', BEZ_PERMISSION_CHANGE);
91 $this->acl->grant('coordinator', BEZ_PERMISSION_CHANGE);
92 $this->acl->grant('label_id', BEZ_PERMISSION_CHANGE);
93 $this->acl->grant('private', BEZ_PERMISSION_CHANGE);
100 $this->acl->revoke(self::get_select_columns(), BEZ_AUTH_LEADER);
106 $this->acl->grant('title', BEZ_PERMISSION_CHANGE);
107 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
108 $this->acl
[all...]
H A DThread_comment.php67 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
69 $this->acl->grant('type', BEZ_PERMISSION_CHANGE);
81 $this->acl->grant('id', BEZ_PERMISSION_DELETE);
83 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
89 $this->acl->grant('id', BEZ_PERMISSION_DELETE);
91 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
92 $this->acl->grant('type', BEZ_PERMISSION_CHANGE);
/plugin/cache/
H A Dplugin_cache.php123 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
125 $new_acl = $acl.$p_acl;
/plugin/ckgdoku/action/
H A Dmeta.php652 $acl = 255;
655 $acl = auth_quickaclcheck($ID);
657 $_SESSION['dwfck_acl'] = $acl;
659 if($this->getConf('openfb') || $acl == 255) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php93 $acl[1] = utf8_strtolower($acl[1]);
98 if($acl[2] > AUTH_DELETE) $acl[2] = AUTH_DELETE; //no admins in the ACL!
99 if($acl[2] > $perm) {
100 $perm = $acl[2];
123 $acl[1] = utf8_strtolower($acl[1]);
128 if($acl[2] > AUTH_DELETE) $acl[2] = AUTH_DELETE; //no admins in the ACL!
130 $perm = $acl[2];
276 $acl = $acl_file;
292 $len = count($acl);
302 $acl = str_replace('%USER%',$user,$acl); // fall-back, in case client not found
[all …]
H A Dcommands.php155 $acl = isset($_SESSION['dwfck_acl']) ? $_SESSION['dwfck_acl'] : 1;
157 if($open_access || $isadmin || $acl == 255 || ($openbrowser && $acl >= 8)) {
/plugin/ckgdoku/scripts/
H A Dadd_v_animal.sh22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
42 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
H A Daddanimal.sh28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
49 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
/plugin/ckgedit/action/
H A Dmeta.php689 $acl = 255;
692 $acl = auth_quickaclcheck($ID);
694 $_SESSION['dwfck_acl'] = $acl;
696 if($this->getConf('openfb') || $acl == 255) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php93 $acl[1] = utf8_strtolower($acl[1]);
98 if($acl[2] > AUTH_DELETE) $acl[2] = AUTH_DELETE; //no admins in the ACL!
99 if($acl[2] > $perm) {
100 $perm = $acl[2];
123 $acl[1] = utf8_strtolower($acl[1]);
128 if($acl[2] > AUTH_DELETE) $acl[2] = AUTH_DELETE; //no admins in the ACL!
130 $perm = $acl[2];
277 $acl = $acl_file;
293 $len = count($acl);
303 $acl = str_replace('%USER%',$user,$acl); // fall-back, in case client not found
[all …]
H A Dcommands.php154 $acl = isset($_SESSION['dwfck_acl']) ? $_SESSION['dwfck_acl'] : 1;
156 if($open_access || $isadmin || $acl == 255 || ($openbrowser && $acl >= 8)) {
/plugin/ckgedit/scripts/
H A Dadd_v_animal.sh22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
42 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
H A Daddanimal.sh28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
49 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
/plugin/daftdrafts/
H A Dhelper.php33 'desc' => 'Add an ACL Line into the acl.auth.php',
39 'desc' => 'Remove an ACL Line into the acl.auth.php',
56 if ( empty($acl_config) ) $acl_config = file(DOKU_CONF.'acl.auth.php');
/plugin/davcal/action/
H A Dajax.php53 $acl = $this->hlp->checkCalendarPermission($id);
54 if($acl > AUTH_READ)
58 elseif($acl < AUTH_READ)
/plugin/davcal/
H A Dhelper.php597 $acl = auth_aclcheck($page, $user, $groups);
598 if($acl >= AUTH_READ)
600 $write = $acl > AUTH_READ;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php278 $acl = [
302 $acl[] = [
307 $acl[] = [
314 return $acl;
327 $acl = [
347 $acl[] = [
352 $acl[] = [
359 return $acl;
368 * @param array $acl
371 function setACL(array $acl) { argument
H A DCalendarHome.php356 * @param array $acl
359 function setACL(array $acl) { argument
H A DCalendarObject.php263 * @param array $acl
266 function setACL(array $acl) { argument
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php146 * @param array $acl
149 function setACL(array $acl) { argument
H A DNode.php166 * @param array $acl
169 function setACL(array $acl) { argument

123456