Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DMetadataOptions.php25 public $acl; variable in Google\\Service\\Storagetransfer\\MetadataOptions
62 public function setAcl($acl) argument
64 $this->acl = $acl;
71 return $this->acl;
/plugin/bez/mdl/
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);
H A DThread.php81 $this->acl->grant('title', BEZ_PERMISSION_CHANGE);
82 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
83 $this->acl->grant('type', BEZ_PERMISSION_CHANGE);
90 $this->acl->grant('coordinator', BEZ_PERMISSION_CHANGE);
91 $this->acl->grant('label_id', BEZ_PERMISSION_CHANGE);
92 $this->acl->grant('private', BEZ_PERMISSION_CHANGE);
99 $this->acl->revoke(self::get_select_columns(), BEZ_AUTH_LEADER);
105 $this->acl->grant('title', BEZ_PERMISSION_CHANGE);
106 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
107 $this->acl
[all...]
/plugin/evesso/
H A Daction.php63 $acl = preg_split("/\s/", $value);
64 if ($this->startsWith($acl[1], "@eve%2d")) {
66 if ($acl[2] != 0) {
74 $acl = preg_split("/\s/", $value);
75 if ($this->startsWith($acl[1], "@eve%2d") && $acl[2] != 0) {
77 $apa->addOrUpdateACL($acl[0], rawurldecode($acl[1]), 0); //Scope, User/Group
79 …$apa->_acl_del($acl[0], rawurldecode($acl[1])); // first make sure we won't end up with 2 lines ma…
80 $apa->_acl_add($acl[0], rawurldecode($acl[1]), 0); //Scope, User/Group
82 $AUTH_ACL[$index] = $acl[0] . ' ' . $acl[1] . ' ' . '0';
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php267 $acl = [
291 $acl[] = [
296 $acl[] = [
303 return $acl;
316 $acl = [
336 $acl[] = [
341 $acl[] = [
348 return $acl;
H A DSharingPlugin.php285 $acl = $this->server->getPlugin('acl');
288 if ($acl) {
289 $acl->checkPrivileges($path, '{DAV:}write');
329 $acl = $this->server->getPlugin('acl');
332 if ($acl) {
333 $acl->checkPrivileges($path, '{DAV:}share');
357 $acl = $this->server->getPlugin('acl');
360 if ($acl) {
361 $acl->checkPrivileges($path, '{DAV:}share');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php78 $acl = [
100 $acl,
161 * @param array $acl
164 function setACL(array $acl) { argument
/plugin/superacl/
H A Dadmin.php22 var $acl = null; variable in admin_plugin_superacl2
109 $this->_acl_add($scope, $this->who, (int) $_REQUEST['acl']);
117 unset($_REQUEST['acl'][$where][$who]);
480 $acl = preg_split('/\s+/',$line);
483 $acl[1] = rawurldecode($acl[1]);
484 $acl_config[$acl[0]][$acl[1]] = $acl[2];
487 $ug = $acl[1];
498 $this->acl = $acl_config;
550 foreach($this->acl as $where => $set){
645 if(isset($this->acl[$check][auth_nameencode($this->who,true)])){
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DHomeCollectionTest.php53 $acl = [
66 $this->assertEquals($acl, $child->getACL());
89 $acl = [
98 $acl,
H A DFileTest.php15 protected $acl = [ variable in Sabre\\DAVACL\\FS\\FileTest
26 $this->sut = new File($this->path, $this->acl, $this->owner);
50 $this->acl,
H A DCollectionTest.php10 $this->sut = new Collection($this->path, $this->acl, $this->owner);
27 $this->assertEquals($this->acl, $child->getACL());
39 $this->assertEquals($this->acl, $child->getACL());
/plugin/tplmod/
H A Dscript.js36 var acl = ((JSINFO['tmplftacl'] >= 0) && (JSINFO['tmplftacl'] <= JSINFO['tmplft_aclgen'])) ? true:…
95 if(acl && JSINFO['tmplft_template'] == 'bootstrap3') { var regex;
107 if(acl && JSINFO['tmplft_pagetools']) {
137 if (acl && typeof xcludes != 'undefined') {
142 if(acl && regex) {
147 if(acl && JSINFO['tmplft_sitetools']) {
166 if(acl && JSINFO['tmplft_search'] ) jQuery("form#dw__search").hide();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php120 $acl = parent::getACL();
121 $acl[] = [
126 $acl[] = [
131 return $acl;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php120 $acl = parent::getACL();
121 $acl[] = [
126 $acl[] = [
131 return $acl;
/plugin/sqlite/
H A DFunctions.php100 $acl = AUTH_NONE;
102 $acl = auth_quickaclcheck($pageid);
104 $aclcache[$pageid] = $acl;
105 return $acl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItem.php56 public function setAcl(ItemAcl $acl) argument
58 $this->acl = $acl;
65 return $this->acl;
/plugin/elasticsearch/_test/
H A Dacl.test.php13 protected $acl = [ variable in helper_plugin_elasticsearch_test
132 $AUTH_ACL = $this->acl;
147 $AUTH_ACL = $this->acl;
/plugin/autlogin/
H A Dadmin.php23 var $acl = null; //from transl.php variable in admin_plugin_autlogin
330 if(!empty($this->acl))
955 if(!empty($this->acl))
1035 $acl_config[$acl[0]][$acl[1]] = $acl[2];
1057 $acl_config[$acl[0]][$acl[1]] = $acl[2];
1077 $acl_config[$acl[0]][$acl[1]][$acl[2]] = $acl[3];
1079 $this->acl = $acl_config;
1175 if(!empty($this->acl))
1337 if(!empty($this->acl))
1385 $ug = $acl[0];
[all …]
/plugin/randominc/
H A Daction.php96 if (($acl = $this->_acl_read_check($page)) != 'NONE') { $expire = true; }
100 if (($acl = $this->_acl_read_check($page)) != 'NONE') { $depends[] = $file; }
102 $acl = 'NONE';
106 $key .= '#'.$page.'|'.$acl;
/plugin/aclplusregex/_test/
H A Dacl.test.php
/plugin/404manager/_test/
H A Dmanager.test.php55 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
82 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
123 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
166 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
210 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
261 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
310 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
/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/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

123456