Searched +full:perm -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 15 of 15) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | common_basicinfo.test.php | 25 'perm' => 255, 55 'perm' => 8,
|
| H A D | common_mediainfo.test.php | 25 'perm' => 255,
|
| H A D | common_pageinfo.test.php | 29 'perm' => 255, 132 'perm' => 8,
|
| /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/ |
| H A D | ActionRouter.php | 216 $perm = $INFO['perm']; 218 $perm = auth_quickaclcheck($ID); 221 if ($perm < $action->minimumPermission()) {
|
| H A D | search.php | 213 $info['perm'] = auth_quickaclcheck(getNS($info['id']) . ':*'); 214 if (empty($opts['skipacl']) && $info['perm'] < AUTH_READ) { 280 $info['perm'] = auth_quickaclcheck(getNS($id) . ':*'); 281 if (empty($opts['skipacl']) && $info['perm'] < AUTH_READ) { 540 $item['perm'] = auth_quickaclcheck($item['id'] . ':*'); 542 $item['perm'] = auth_quickaclcheck($item['id']); //FIXME check namespace for media files 545 $item['perm'] = AUTH_DELETE; 552 …if (empty($opts['skipacl']) && !empty($opts['sneakyacl']) && $item['perm'] < AUTH_READ) return fal… 557 if (empty($opts['skipacl']) && $item['perm'] < AUTH_READ) return $return;
|
| H A D | auth.php | 773 $perm = -1; 794 if ($acl[2] > $perm) { 795 $perm = $acl[2]; 798 if ($perm > -1) { 800 return (int) $perm; 824 if ($acl[2] > $perm) { 825 $perm = $acl[2]; 829 if ($perm != -1) { 830 return (int) $perm;
|
| H A D | common.php | 181 $info['perm'] = auth_quickaclcheck($id); 184 if ($info['perm'] == AUTH_ADMIN) { 196 $info['perm'] = auth_aclcheck($id, '', null); 258 $info['writable'] = (is_writable($info['filepath']) && $info['perm'] >= AUTH_EDIT); 260 $info['writable'] = ($info['perm'] >= AUTH_CREATE); 412 if ($ACT != 'show' || $INFO['perm'] < AUTH_READ || isHiddenPage($ID) || !file_exists($file)) {
|
| H A D | infoutils.php | 345 msg('Your current permission for this page is ' . $INFO['perm'], 0);
|
| H A D | media.php | 1457 // FIXME old call: media_printfile($item,$item['perm'],'',true); 1462 // FIXME old call: media_printfile_thumbs($item,$item['perm'],false,true);
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Tar.php | 571 * @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); 661 $return['perm'] = OctDec(trim($header['perm'])); 700 $fileinfo->setMode($header['perm']);
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedPageProcessorTest.php | 37 'perm' => 8,
|
| /dokuwiki/lib/exe/ |
| H A D | mediamanager.php | 41 $AUTH = $INFO['perm']; // shortcut for historical reasons
|
| /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); 775 $item['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;
|