Home
last modified time | relevance | path

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

123456

/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/sectiontoggle/
H A Daction.php79 $acl = auth_quickaclcheck($ID);
80 if($JSINFO['se_device'] == 'phone' || $acl < AUTH_EDIT) {
/plugin/sneakyindexfix/
H A Daction.php85 $acl = preg_split('/[ \t]+/', $match);
86 if(!$auth->isCaseSensitive() && $acl[1] !== '@ALL') {
87 $acl[1] = utf8_strtolower($acl[1]);
89 if(!in_array($acl[1], $groups)) {
92 if($acl[2] > AUTH_NONE) {
/plugin/sqlite/
H A DFunctions.php100 $acl = AUTH_NONE;
102 $acl = auth_quickaclcheck($pageid);
104 $aclcache[$pageid] = $acl;
105 return $acl;
/plugin/structgroup/helper/
H A Dauthgroup.php23 $acl = preg_split('/[ \t]+/',$line);
26 $grp = rawurldecode($acl[1]);
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh150 config_file="${dw_path}/conf/acl.auth.php"
/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 …]
H A Dajax.php27 $acl = plugin_load('admin','acl'); variable
28 $acl->handle();
34 $acl->_html_info();
53 echo $acl->_html_li_acl($item);
55 echo $acl->_html_list_acl($item);
/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/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/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/superacl/lang/es/
H A Dhelp.txt11 Consultar el [[doku>wiki:acl|official documentation on ACL]] puede ayudarle a entender completamen…
/plugin/superacl/lang/fi/
H A Dhelp.txt13 [[doku>wiki:acl|Virallisen käyttöoikeus (ACL) dokumentaation]] lukeminen voi helpottaa
/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/gl/
H A Dhelp.txt14 A lectura da [[doku>wiki:acl|documentación oficial do ACL]] pode servirche de
/plugin/superacl/lang/he/
H A Dhelp.txt12 קריאת [[doku>wiki:acl|התיעוד הרשמי ל-ACL ACL]] יכולה לעזור לך להבין באופן מלא כיצד בקרת הגישה עובדת…
/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/it/
H A Dhelp.txt12 Leggere la [[doku>wiki:acl|official documentation on ACL]] può aiutarti a capire pienamente come fu…
/plugin/superacl/lang/ja/
H A Dhelp.txt11 DokuWikiのアクセスコントロールについては、[[doku>wiki:acl|official documentation on ACL]] をお読み下さい。
/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/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/pl/
H A Dhelp.txt11 Więcej informacji na temat uprawnień w DokuWiki możesz znaleźć w [[doku>wiki:acl|oficjalnej dokumen…

123456