Home
last modified time | relevance | path

Searched refs:perm (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/inc/lang/ca-valencia/
Ddenied.txt3 Disculpe, pero no té permís per a continuar.
/dokuwiki/lib/plugins/acl/
Dadmin.php149 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/
Dsubscr_form.txt3 Esta páxina permíteche xestionar as túas subscricións para a páxina e nome de espazo actuais.
/dokuwiki/inc/
DActionRouter.php216 $perm = $INFO['perm'];
218 $perm = auth_quickaclcheck($ID);
221 if ($perm < $action->minimumPermission()) {
Dauth.php770 $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/
Dhelp.txt7 O formulario de enriba permíteche ver e modificares os permisos do usuario ou grupo seleccionado.
/dokuwiki/lib/plugins/popularity/lang/gl/
Dintro.txt3 Esta ferramenta recolle datos anónimos verbo do teu wiki e permíteche enviarllos aos desenvolvedore…
/dokuwiki/vendor/splitbrain/php-archive/src/
DTar.php571 * @param int $perm
577 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/
DApiCore.php298 $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/
Dgeshi.php3775 $perm = $value !== GESHI_NEVER;
3777 $this->enable_highlighting($perm);
3786 $this->lexic_permissions[$flag][$key] = $perm;
3789 $this->lexic_permissions[$flag] = $perm;