Searched refs:perm (Results  1 – 10 of 10) sorted by relevance
| /dokuwiki/inc/lang/ca-valencia/ | 
| H A D | denied.txt | 3 Disculpe, pero no té permís per a continuar.
 | 
| /dokuwiki/lib/plugins/acl/ | 
| H A D | admin.php | 149                     foreach ($opt as $who => $perm) {158                         $lines[] = "$where\t$who\t$perm\n";
 471         $perm = auth_aclcheck($check, $user, $groups);
 475         if ($perm) {
 477                 if ($perm >= AUTH_DELETE) $names[] = $this->getLang('acl_perm16');
 478                 if ($perm >= AUTH_UPLOAD) $names[] = $this->getLang('acl_perm8');
 479                 if ($perm >= AUTH_CREATE) $names[] = $this->getLang('acl_perm4');
 481             if ($perm >= AUTH_EDIT) $names[] = $this->getLang('acl_perm2');
 482             if ($perm >= AUTH_READ) $names[] = $this->getLang('acl_perm1');
 504         if ($perm == AUTH_ADMIN) {
 [all …]
 
 | 
| /dokuwiki/inc/lang/gl/ | 
| H A D | subscr_form.txt | 3 Esta páxina permíteche xestionar as túas subscricións para a páxina e nome de espazo actuais.
 | 
| /dokuwiki/inc/ | 
| H A D | ActionRouter.php | 216             $perm = $INFO['perm'];218             $perm = auth_quickaclcheck($ID);
 221         if ($perm < $action->minimumPermission()) {
 
 | 
| H A D | auth.php | 770     $perm = -1;791             if ($acl[2] > $perm) {
 792                 $perm = $acl[2];
 795         if ($perm > -1) {
 797             return (int) $perm;
 821                 if ($acl[2] > $perm) {
 822                     $perm = $acl[2];
 826             if ($perm != -1) {
 827                 return (int) $perm;
 
 | 
| /dokuwiki/lib/plugins/acl/lang/gl/ | 
| H A D | help.txt | 7 O formulario de enriba permíteche ver e modificares os permisos do usuario ou grupo seleccionado.
 | 
| /dokuwiki/lib/plugins/popularity/lang/gl/ | 
| H A D | intro.txt | 3 Esta ferramenta recolle datos anónimos verbo do teu wiki e permíteche enviarllos aos desenvolvedore…
 | 
| /dokuwiki/vendor/splitbrain/php-archive/src/ | 
| H A D | Tar.php | 571      * @param int $perm577     protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '')  argument
 602         $perm  = sprintf("%6s ", decoct($perm));
 606         $data_first = pack("a100a8a8a8a12A12", $name, $perm, $uid, $gid, $size, $mtime);
 
 | 
| /dokuwiki/inc/Remote/ | 
| H A D | ApiCore.php | 298             $perm = auth_quickaclcheck($pages[$idx]);299             if ($perm < AUTH_READ || isHiddenPage($pages[$idx]) || !page_exists($pages[$idx])) {
 303             $page = new Page($pages[$idx], 0, 0, '', null, $perm);
 
 | 
| /dokuwiki/vendor/geshi/geshi/src/ | 
| H A D | geshi.php | 3775                 $perm = $value !== GESHI_NEVER;3777                     $this->enable_highlighting($perm);
 3786                         $this->lexic_permissions[$flag][$key] = $perm;
 3789                     $this->lexic_permissions[$flag] = $perm;
 
 |