| /plugin/annotations/ |
| H A D | action.php | 158 $isAdmin = auth_isadmin(); 165 'isAdmin' => $isAdmin, 309 $isAdmin = auth_isadmin(); 324 $this->actionEditAnnotation($helper, $id, $payload, $user, $isAdmin); 327 $this->actionEditReply($helper, $id, $payload, $user, $isAdmin); 330 $this->actionDeleteAnnotation($helper, $id, $payload, $user, $isAdmin); 333 $this->actionDeleteReply($helper, $id, $payload, $user, $isAdmin); 339 $this->actionClearResolved($helper, $id, $isAdmin); 342 $this->actionClearOrphaned($helper, $id, $isAdmin); 425 * @param bool $isAdmin [all …]
|
| H A D | helper.php | 740 * @param bool $isAdmin 743 public function canEditAnnotation(array $annotation, $user, $isAdmin) argument 748 return $isAdmin || (($annotation['author'] ?? '') === $user); 756 * @param bool $isAdmin 759 public function canEditReply(array $reply, $user, $isAdmin) argument 764 return $isAdmin || (($reply['author'] ?? '') === $user); 771 * @param bool $isAdmin 774 public function canClear($isAdmin) argument 776 return (bool) $isAdmin;
|
| H A D | DESIGN.md | 171 Payload: `{ enabled, pageId, stats, user, isAdmin, token, annotations? }`. 172 `user`, `isAdmin` and `token` are included because stock `JSINFO` exposes no 202 calls them. `isAdmin` is DokuWiki's `auth_isadmin()` (superuser / admin group).
|
| H A D | script.js | 119 _isAdmin = !!(annInfo.isAdmin);
|
| /plugin/combo/action/ |
| H A D | svg.php | 55 $isAdmin = Identity::isAdmin(); 58 if ($isAdmin || $isMember) {
|
| H A D | webcode.php | 47 $isAdmin = Identity::isAdmin(); 48 if ($isAdmin) {
|
| /plugin/combo/ComboStrap/ |
| H A D | Identity.php | 148 public static function isAdmin() function in ComboStrap\\Identity 152 $isAdmin = $INFO['isadmin'] ?? null; 153 if ($isAdmin === null) { 156 return $isAdmin;
|
| /plugin/schedule/ |
| D | ajaxPOI.php | 23 $isAdmin = variable 31 elseif ($isAdmin) {
|
| D | scheduleRoot.class.php | 88 var $isAdmin; // if user member of schedule adminGroup variable in scheduleRoot 273 $this->isAdmin = 338 if (!$this->isAdmin) 376 if (!$this->isAdmin)
|
| D | schedules.class.php | 75 function isAdmin () { function in schedules 76 return $this->scheduleRoot->isAdmin; 153 return $this->isAdmin () || in_array ($member, $this->userGroups); 157 if ($this->isAdmin ()) 166 if ($this->isAdmin ()) 195 if (!$this->isAdmin ()) 1040 if ($this->isAdmin ()) { 1057 if ($this->isAdmin ()) 1505 … $availableGroup = ($this->isAdmin () || $this->printProp)? $this->allGroups : $this->userGroups; 1581 if ($this->isAdmin ())
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
| D | User.php | 98 public $isAdmin; variable in Google\\Service\\Directory\\User 461 public function setIsAdmin($isAdmin) argument 463 $this->isAdmin = $isAdmin; 470 return $this->isAdmin;
|
| /plugin/authfacebook/lib/Helpers/ |
| D | FacebookPageTabHelper.php | 81 public function isAdmin() function in Facebook\\Helpers\\FacebookPageTabHelper
|
| /plugin/tiledblog/ |
| D | syntax.php | 129 if (! $this->isAdmin ()) 138 function isAdmin () { function in syntax_plugin_tiledblog
|
| D | ajax.php | 18 if (!$tiledblogPug->isAdmin ())
|
| /plugin/database/ |
| D | database.php | 897 var $isAdmin; variable in Table 933 $this->isAdmin=true; 936 $this->isAdmin=false; 940 if ($this->isAdmin) { 983 $this->isAdmin=false; 1420 if ($p_tableObj->isAdmin) { 1681 if ($tab->isAdmin) $title = getMyLang('prompt_col'); 1738 if ($tab->isAdmin) $title = getMyLang('prompt_col'); 1799 if ($tableObj->isAdmin) $title = getMyLang('prompt_col'); 1861 if ($tab->isAdmin) $prompt=getMyLang('btn_lst_cre_new_col'); [all …]
|
| /plugin/glossary/syntax/ |
| D | div.php | 96 function isAdmin () { function in syntax_plugin_glossary_div
|
| /plugin/git/ |
| D | helper.php | 405 $isAdmin = $this->isCurrentUserAnAdmin(); 406 if ($isAdmin)
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_DirectoryService.php | 1597 public $isAdmin; variable in Google_User 1704 public function setIsAdmin($isAdmin) { argument 1705 $this->isAdmin = $isAdmin; 1708 return $this->isAdmin;
|