Home
last modified time | relevance | path

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

123456

/plugin/superacl/lang/pt-br/
H A Dhelp.txt11 A leitura da [[doku>wiki:acl|documentação oficial sobre ACL]] pode ajudar a compreender melhor como…
/plugin/superacl/lang/ro/
H A Dhelp.txt11 Consultarea [[doku>wiki:acl|official documentation on ACL]] vă poate ajuta să înţelegeţi deplin cum…
/plugin/superacl/lang/zh/
H A Dhelp.txt12 参阅 [[doku>wiki:acl|official documentation on ACL]] 能帮助您完整地理解 DokuWiki 中的访问控制是如何工作的。
/plugin/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.
H A Daction.php388 …$acl = (($JSINFO['tmplftacl'] >= 0) && $JSINFO['tmplftacl'] <= $JSINFO['tmplft_aclgen']) ? true: …
389 if(!$acl) return;
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/userhomepage/
H A Daction.php229 function acl(&$event, $param) { function in action_plugin_userhomepage
239 $acl = new admin_plugin_acl();
357 $acl->deleteACL($line['where'], $line['who']);
358 $acl->addOrUpdateACL($line['where'], $line['who'], $line['perm']);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md102 * #599: Support for `acl-principal-prop-set` ACL `REPORT`.
413 * #646: Nicer HTML output for the `{DAV:}acl` property.
944 * Added: Addressbooks or backends can now specify custom acl rules when creating
1484 * Added: Support for {DAV:}acl-restrictions property from RFC3744.
1681 * Fixed: Bug in serializing {DAV:}acl property.
1683 * Added: deserializer for {DAV:}acl property.
/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 DPlugin.php674 $acl = $this->server->getPlugin('acl');
675 if ($acl) {
676 $acl->checkPrivileges($uri, '{' . self::NS_CALDAV . '}read-free-busy');
H A DSharedCalendar.php112 $acl = [];
117 $acl[] = [
122 $acl[] = [
129 $acl[] = [
134 $acl[] = [
141 $acl[] = [
146 $acl[] = [
151 $acl[] = [
173 return $acl;
187 $acl = [];
[all …]
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/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php120 $acl = parent::getACL();
121 $acl[] = [
126 $acl[] = [
131 return $acl;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php769 $acl = $this->server->getPlugin('acl');
773 … $acl && $acl->checkPrivileges($outboxPath, '{' . self::NS_CALDAV . '}schedule-send-freebusy');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php116 '{DAV:}acl',
117 '{DAV:}acl-restrictions',
118 '{DAV:}inherited-acl-set',
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php126 $acl = $this->server->getPlugin('acl');
129 if ($acl) {
130 $acl->checkPrivileges($path, '{DAV:}share');
275 $aclPlugin = $this->server->getPlugin('acl');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DACLTrait.php74 * @param array $acl
77 function setACL(array $acl) { argument
H A DIACL.php55 * @param array $acl
58 function setACL(array $acl); argument
H A DPlugin.php201 if (!in_array($priv, $acl)) {
273 * @param array $acl
276 function setDefaultAcl(array $acl) { argument
278 $this->defaultAcl = $acl;
595 $acl = $node->getACL();
597 $acl[] = [
603 return $acl;
624 $acl = $this->getACL($node);
630 foreach ($acl as $ace) {
1176 $newAcl = $acl->getPrivileges();
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php27 protected $acl; variable in Sabre\\DAVACL\\FS\\Collection
40 * @param array $acl ACL rules.
43 function __construct($path, array $acl, $owner = null) { argument
46 $this->acl = $acl;
70 return new self($path, $this->acl, $this->owner);
74 return new File($path, $this->acl, $this->owner);
107 return $this->acl;
H A DFile.php25 protected $acl; variable in Sabre\\DAVACL\\FS\\File
38 * @param array $acl ACL rules.
41 function __construct($path, array $acl, $owner = null) { argument
44 $this->acl = $acl;
76 return $this->acl;
H A DHomeCollection.php80 $acl = [
97 $acl,
/plugin/xcom/lang/en/
H A Dfunctions.txt117 ==== plugin.acl.addAcl ====
119 ^Name |''plugin.acl.addAcl'' |
123 ==== plugin.acl.delAcl ====
125 ^Name |''plugin.acl.delAcl'' |

123456