Home
last modified time | relevance | path

Searched refs:acl (Results 101 – 125 of 148) sorted by relevance

123456

/plugin/adminhomepage/
H A Dstyle.css18 background: transparent url(images/acl.png) 0px 8px no-repeat;
/plugin/pdb/classes/
H A Dcache.php116 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
118 $new_acl = $acl.$p_acl;
/plugin/cache/
H A Dplugin_cache.php123 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
125 $new_acl = $acl.$p_acl;
/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/superacl/lang/nl/
H A Dhelp.txt14 Het lezen van [[doku>wiki:acl|documentatie over ACLs]] helpt om de mogelijkheden
/plugin/superacl/lang/no/
H A Dhelp.txt14 Å lese [[doku>wiki:acl|den offisielle dokumentasjonen for ACL]] kan hjelpe deg å fullt ut forstå …
/plugin/superacl/lang/fi/
H A Dhelp.txt13 [[doku>wiki:acl|Virallisen käyttöoikeus (ACL) dokumentaation]] lukeminen voi helpottaa
/plugin/superacl/lang/it/
H A Dhelp.txt12 Leggere la [[doku>wiki:acl|official documentation on ACL]] può aiutarti a capire pienamente come fu…
/plugin/superacl/lang/de/
H A Dhelp.txt11 …riffsbeschränkungen in DokuWiki funktionieren, sollten Sie die [[doku>wiki:acl|offizielle Dokument…
/plugin/superacl/lang/en/
H A Dhelp.txt14 Reading the [[doku>wiki:acl|official documentation on ACL]] might help
/plugin/superacl/lang/eo/
H A Dhelp.txt11 Legado de la [[doku>wiki:acl|oficiala dokumentaro pri ACL]] povus helpi vin bone kompreni kiel alir…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php356 * @param array $acl
359 function setACL(array $acl) { argument
/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'' |
/plugin/superacl/lang/es/
H A Dhelp.txt11 Consultar el [[doku>wiki:acl|official documentation on ACL]] puede ayudarle a entender completamen…
/plugin/superacl/lang/lv/
H A Dhelp.txt12 [[doku>wiki:acl|Officiālajos piekļuves tiesību noteikumu dokumentos]] var atrast izvērstu informāci…
/plugin/superacl/lang/ca/
H A Dhelp.txt11 Llegir la [[doku>wiki:acl|documentació oficial sobre ACL]] us pot ajudar a entendre del tot com fun…
/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/gl/
H A Dhelp.txt14 A lectura da [[doku>wiki:acl|documentación oficial do ACL]] pode servirche de
/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/fr/
H A Dhelp.txt10 La lecture de [[doku>wiki:acl|la documentation officielle des ACLs]] pourra vous permettre de compr…
/plugin/superacl/lang/hu/
H A Dhelp.txt12 A [[doku>wiki:acl|hivatalos ACL dokumentáció]] segíthet a DokuWiki hozzáférés-kezelés működésének m…
/plugin/superacl/lang/cs/
H A Dhelp.txt12 Pro detailnější nápovědu si přečtěte stránku [[doku>wiki:acl|oficiální dokumentaci ACL]], která Vám…
/plugin/permissioninfo/
H A Dadmin.php391 $acl = file($config_cascade['acl']['default']);
394 foreach($acl as $line) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php155 $acl = isset($_SESSION['dwfck_acl']) ? $_SESSION['dwfck_acl'] : 1;
157 if($open_access || $isadmin || $acl == 255 || ($openbrowser && $acl >= 8)) {

123456