Home
last modified time | relevance | path

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

123

/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/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/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/booking/
H A Daction.php58 $perm = auth_quickaclcheck($id);
59 if ($perm < AUTH_READ) {
63 if ($perm == AUTH_ADMIN) $this->issuperuser = true;
/plugin/404manager/
H A Daction.php417 $perm = auth_quickaclcheck($ID);
419 $perm = auth_aclcheck($ID, '', null);
422 if ($perm >= AUTH_EDIT) {
442 $perm = auth_quickaclcheck($targetPage);
444 $perm = auth_aclcheck($targetPage, '', null);
446 if ($perm <= AUTH_NONE) {
/plugin/ajaxedit/
H A Daction.php27 $perm = auth_quickaclcheck($ID);
28 if ($perm > AUTH_READ)
/plugin/tagadd/
H A Daction.php31 $perm = auth_quickaclcheck($ID);
32 if ($perm > AUTH_READ)
49 $perm = auth_quickaclcheck($ID);
50 if ($perm > AUTH_READ) {
/plugin/discussion/
H A Dhelper.php114 $perm = auth_quickaclcheck($id);
115 if ($perm < AUTH_READ) continue; // skip if no permission
137 'perm' => $perm,
/plugin/tagsections/
H A Dhelper.php113 $perm = auth_quickaclcheck($page);
114 if (!$perm < AUTH_READ) {
/plugin/ifauthex/
H A Dsyntax.php33 private function pushInnerPermission($perm) { argument
34 array_push($this->_nestedRenderPermission, $perm && $this->innermostShouldRender());
/plugin/deeplautotranslate/
H A Daction.php272 $perm = auth_quickaclcheck($lang_id);
274 if (($exists and $perm < AUTH_EDIT) or (!$exists and $perm < AUTH_CREATE)) {
493 $perm = auth_quickaclcheck($ID);
494 if (($INFO['exists'] and $perm < AUTH_EDIT) or (!$INFO['exists'] and $perm < AUTH_CREATE)) return false;
530 $perm = auth_quickaclcheck($ID);
531 if ($perm < AUTH_EDIT) return false;
/plugin/bloglinks/
H A Daction.php105 $perm = auth_quickaclcheck($ID);
114 'perm' => $perm,
/plugin/google_adsense2/
H A Dcode.php184 $perm = auth_quickaclcheck($id);
185 if ($perm < AUTH_READ) return false;
/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/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/metaeditor/
H A Daction.php46 $perm = auth_quickaclcheck($pageid);
47 if($perm == AUTH_ADMIN)
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php524 * @param int $perm
530 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') argument
555 $perm = sprintf("%6s ", decoct($perm));
559 $data_first = pack("a100a8a8a8a12A12", $name, $perm, $uid, $gid, $size, $mtime);
614 $return['perm'] = OctDec(trim($header['perm']));
653 $fileinfo->setMode($header['perm']);
/plugin/news/
H A Dhelper.php42 function set_permission($perm) { argument
43 $this->has_permission = $perm;
/plugin/loglog/
H A Dstyle.css17 background: transparent url(pix/perm.png) left center no-repeat;
/plugin/sneakyindexfix/
H A Daction.php71 $perm = -1;
/plugin/superacl/lang/gl/
H A Dhelp.txt8 O formulario de enriba permíteche ver e modificar os permisos do
/plugin/noticeboard/
H A Dsyntax.php71 if($INFO['perm'] >= 2){
297 if($INFO['perm'] >= 2){
/plugin/noticeboard/noticeboard/
H A Dsyntax.php71 if($INFO['perm'] >= 2){
297 if($INFO['perm'] >= 2){
/plugin/tag/
H A Dhelper.php268 $perm = auth_quickaclcheck($page);
272 if ($isDraft && $perm < AUTH_CREATE) continue;
315 'perm' => $perm,
/plugin/freesync/
H A Dhelper.php157 $perm = auth_quickaclcheck($pages[$idx]);
158 if($perm >= AUTH_READ) {
160 "lperms" => $perm,

123