Home
last modified time | relevance | path

Searched refs:perm (Results 26 – 50 of 66) sorted by path

123

/plugin/distributedacl/
H A Daction.php100 $perm = $permarr[$c[1]];
102 $newconfacl .= sprintf ( "%-30s %-40s %3d %s", $aclfor, $user, $perm, "# distributedACL autogenerated for $aclfor #\n" );
/plugin/dokusioc/
H A Daction.php54 … } elseif (($action->data === 'show' || $action->data === 'index') && $INFO['perm'] && !defined(
74 … print_r(array($action->data, $INFO['perm'], defined('DOKU_MEDIADETAIL'), $INFO['exists'],
97 if (!$INFO['perm']) {
/plugin/elasticsearch/helper/
H A Dacl.php90 foreach ($rules as $key => $perm) {
92 $type = $perm ? 'groups_include' : 'groups_exclude';
94 $type = $perm ? 'users_include' : 'users_exclude';
113 foreach ($rule as $key => $perm) {
117 $localrules[$key] = $perm > AUTH_NONE;
118 } elseif ($key === '@ALL' && $perm > AUTH_NONE) {
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php283 * @param int $perm
287 public function addData($name, $data, $uid = 0, $gid = 0, $perm = 0666, $mtime = 0) { argument
297 $perm,
441 * @param int $perm
446 protected function writeFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') { argument
470 $perm = sprintf("%6s ", decoct($perm));
474 $data_first = pack("a100a8a8a8a12A12", $name, $perm, $uid, $gid, $size, $mtime);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php68 $perm = -1;
88 if($acl[2] > $perm){
89 $perm = $acl[2];
92 if($perm > -1){
94 return $perm;
113 if($acl[2] > $perm){
114 $perm = $acl[2];
119 return $perm;
/plugin/filelist/
H A Dsyntax.php
/plugin/freesync/
H A Dhelper.php157 $perm = auth_quickaclcheck($pages[$idx]);
158 if($perm >= AUTH_READ) {
160 "lperms" => $perm,
/plugin/gcalendar/inc/
H A Dgcal_read.php52 $perm = auth_quickaclcheck(cleanID($wikipage));
53 if ($perm < AUTH_READ) continue; # to next page
/plugin/google_adsense2/
H A Dcode.php184 $perm = auth_quickaclcheck($id);
185 if ($perm < AUTH_READ) return false;
/plugin/ifauthex/
H A Dsyntax.php33 private function pushInnerPermission($perm) { argument
34 array_push($this->_nestedRenderPermission, $perm && $this->innermostShouldRender());
/plugin/include/
H A Daction.php275 $perm = auth_quickaclcheck($data['name']);
279 'writable' => (page_exists($data['name']) ? (is_writable($fn) && $perm >= AUTH_EDIT) : $perm >= AUTH_CREATE),
/plugin/jsonrpc/
H A Djsonrpc.php179 $perm = auth_quickaclcheck($pages[$idx]);
180 if($perm >= AUTH_READ) {
183 $page['perms'] = $perm;
/plugin/loglog/
H A Dstyle.css17 background: transparent url(pix/perm.png) left center no-repeat;
/plugin/mediasyntax/
H A Dhelper.php231 $perm = auth_quickaclcheck($page);
235 if ($perm >= AUTH_READ) {
/plugin/menupopup/
H A Dsyntax.php222 function incl_editButton($id, $file, $perm){ argument
226 …if (($perm >= AUTH_EDIT) && (is_writable($file))) $ret = '<div class="secedit">'.html_btn('edit', …
227 } elseif ($perm >= AUTH_CREATE){
/plugin/metaeditor/
H A Daction.php46 $perm = auth_quickaclcheck($pageid);
47 if($perm == AUTH_ADMIN)
/plugin/mindmap/
H A Dsyntax.php356 'perm' => 16,
/plugin/news/
H A Daction.php36 $perm = $this->helper->has_permission();
37 if($perm == 2 && $INFO['perm'] != 1) { //INFO['perm'] = 1 when logging out
H A Dhelper.php42 function set_permission($perm) { argument
43 $this->has_permission = $perm;
/plugin/news/syntax/
H A Dbutton.php57 if(isset($INFO['perm']) && $INFO['perm'] < 2) return;
93 if(isset($INFO['perm']) && $INFO['perm'] < 2) return;
/plugin/noticeboard/
H A Daction.php99 if($INFO['perm'] < 2){
195 if($_POST['noticeboard_delete'] && $INFO['perm'] >= 2){
204 if(($act=='save' && $_REQUEST['noticeboard_category']) && $INFO['perm'] > 1){
H A Dsyntax.php71 if($INFO['perm'] >= 2){
297 if($INFO['perm'] >= 2){
/plugin/noticeboard/noticeboard/
H A Daction.php99 if($INFO['perm'] < 2){
195 if($_POST['noticeboard_delete'] && $INFO['perm'] >= 2){
204 if(($act=='save' && $_REQUEST['noticeboard_category']) && $INFO['perm'] > 1){
H A Dsyntax.php71 if($INFO['perm'] >= 2){
297 if($INFO['perm'] >= 2){
/plugin/permissioninfo/
H A Dadmin.php196 foreach($acldata as $item => $perm)
206 if($p & $perm)

123