Home
last modified time | relevance | path

Searched refs:acl (Results 76 – 100 of 148) sorted by path

123456

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php134 $acl = new Plugin();
136 $server->addPlugin($acl);
152 $acl = new Plugin();
154 $server->addPlugin($acl);
179 $acl = new Plugin();
181 $server->addPlugin($acl);
205 $acl = array(
218 new MockACLNode('foo',$acl),
231 $acl = array(
248 new MockACLNode('foo',$acl),
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php13 $acl = new Acl([]);
14 $this->assertInstanceOf('Sabre\DAVACL\Xml\Property\ACL', $acl);
20 $acl = new Acl([]);
21 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl);
44 $acl = new Acl($privileges);
45 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/');
94 $acl = new Acl($privileges);
95 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/');
324 $acl = new Acl($privileges);
338 $this->assertEquals($expected, $acl->toHtml($html));
/plugin/davcard/action/
H A Dajax.php53 $acl = $this->hlp->checkAddressbookPermission($id);
54 if($acl > AUTH_READ)
58 elseif($acl < AUTH_READ)
/plugin/davcard/
H A Dhelper.php78 $acl = auth_quickaclcheck($id);
79 if($acl > AUTH_READ)
83 elseif($acl < AUTH_READ)
226 $acl = auth_quickaclcheck($id);
227 if($acl > AUTH_READ)
231 elseif($acl < AUTH_READ)
/plugin/davcard/syntax/
H A Dbook.php166 $acl = auth_quickaclcheck($id);
167 if($acl > AUTH_READ)
171 elseif($acl < AUTH_READ)
/plugin/dokutranslate/
H A Dadmin.php27 var $acl = null; variable in admin_plugin_dokutranslate
253 …pe="text" name="modgroup" class="edit" value="'.hsc(isset($this->acl[$ns]) ? $this->acl[$ns] : '')…
255 if(!isset($this->acl[$ns])){
317 $this->acl = parseModlist($AUTH_ACL);
345 foreach($this->acl as $where => $who){
/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/elasticsearch/helper/
H A Dacl.php31 $hlpACL = plugin_load('admin', 'acl');
40 $acl = $hlpACL->acl;
41 ksort($acl);
44 if (isset($acl[$id])) {
46 $this->addRule($acl[$id], $rules);
48 if (isset($acl[$id]['@ALL'])) return $rules;
56 if (!$ns && isset($acl['*'])) {
57 $this->addRule($acl['*'], $rules);
59 if (isset($acl['*']['
[all...]
/plugin/epub/scripts/
H A Depub_utils.php704 $acl = auth_quickaclcheck($id);
705 return $acl;
/plugin/etherpadlite/
H A DREADME.md11 …onfiguration of the etherpad lite server, the plugin will enforce dokuwiki acl permissions for pag…
/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/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist1 # acl.auth.php
/plugin/fckg/action/
H A Dmeta.php328 $acl = 255;
331 $acl = auth_quickaclcheck($ID);
333 $_SESSION['dwfck_acl'] = $acl;
335 if($this->getConf('openfb') || $acl == 255) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php87 if($acl[2] > AUTH_DELETE) $acl[2] = AUTH_DELETE; //no admins in the ACL!
88 if($acl[2] > $perm){
89 $perm = $acl[2];
112 if($acl[2] > AUTH_DELETE) $acl[2] = AUTH_DELETE; //no admins in the ACL!
113 if($acl[2] > $perm){
114 $perm = $acl[2];
245 $acl = $acl_file;
261 $len = count($acl);
267 $acl[$i] = "$id\t$rest";
271 $acl = str_replace('%USER%',$user,$acl); // fall-back, in case client not found
[all …]
H A Dcommands.php156 $acl = isset($_SESSION['dwfck_acl']) ? $_SESSION['dwfck_acl'] : 1;
158 if($open_access || $isadmin || $acl == 255 || ($openbrowser && $acl >= 8)) {
/plugin/iptrust2/
H A Daction.php115 $acl = preg_split('/\s+/',$match);
116 if($acl[2] > AUTH_DELETE) $acl[2] = AUTH_DELETE; //no admins in the ACL!
117 if(!isset($perms[$acl[1]])) $perms[$acl[1]] = $acl[2];
133 $acl = preg_split('/\s+/',$match);
134 if($acl[2] > AUTH_DELETE) $acl[2] = AUTH_DELETE; //no admins in the ACL!
135 if(!isset($perms[$acl[1]])) $perms[$acl[1]] = $acl[2];
/plugin/nodisp/
H A DREADME.md4 ``n`` is an acl level. Any acl permission less then ``n`` is
H A Daction.php30 $acl = auth_quickaclcheck($ID);
31 if($acl < $matches[1]) {
42 $acl = auth_quickaclcheck($ID);
43 if($acl < $matches[1]) {
54 $acl = auth_quickaclcheck($ID);
55 if($acl < $this->groupLevel($matches[1])) {
66 $acl = auth_quickaclcheck($ID);
67 if($acl < $this->groupLevel($matches[1])) {
80 $acl = auth_quickaclcheck($ID);
81 if($acl < $this->groupLevel($matches[1])) {
H A Dplugin.info.txt6 desc Hide text from brwosoer display or remove from output to browser depending on acl
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1acl/pix/group.png) 0px 1px no-repeat;padding:1px 0px 1px 18px;}div#acl_manager .acluser{background…
/plugin/pdb/classes/
H A Dcache.php116 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
118 $new_acl = $acl.$p_acl;
/plugin/permissioninfo/
H A Dadmin.php391 $acl = file($config_cascade['acl']['default']);
394 foreach($acl as $line) {
/plugin/pubchem/classes/
H A Dcache.php116 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
118 $new_acl = $acl.$p_acl;
119 io_saveFile(DOKU_CONF.'acl.auth.php', $new_acl);
120 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
/plugin/pubmed/classes/
H A Dcache.php116 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
118 $new_acl = $acl.$p_acl;
119 io_saveFile(DOKU_CONF.'acl.auth.php', $new_acl);
120 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
/plugin/pubmed2020/classes/
H A Dcache.php312 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
318 $new_acl = $acl.$p_acl;

123456