Home
last modified time | relevance | path

Searched refs:isAdmin (Results 1 – 14 of 14) sorted by last modified time

/plugin/combo/action/
H A Dsvg.php55 $isAdmin = Identity::isAdmin();
58 if ($isAdmin || $isMember) {
H A Dwebcode.php47 $isAdmin = Identity::isAdmin();
48 if ($isAdmin) {
/plugin/combo/ComboStrap/
H A DIdentity.php148 public static function isAdmin() function in ComboStrap\\Identity
152 $isAdmin = $INFO['isadmin'] ?? null;
153 if ($isAdmin === null) {
156 return $isAdmin;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php98 public $isAdmin; variable in Google\\Service\\Directory\\User
461 public function setIsAdmin($isAdmin) argument
463 $this->isAdmin = $isAdmin;
470 return $this->isAdmin;
/plugin/schedule/
H A Dschedules.class.php75 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 ())
H A DscheduleRoot.class.php88 var $isAdmin; // if user member of schedule adminGroup variable in scheduleRoot
273 $this->isAdmin =
338 if (!$this->isAdmin)
376 if (!$this->isAdmin)
H A DajaxPOI.php23 $isAdmin = variable
31 elseif ($isAdmin) {
/plugin/tiledblog/
H A Dsyntax.php129 if (! $this->isAdmin ())
138 function isAdmin () { function in syntax_plugin_tiledblog
H A Dajax.php18 if (!$tiledblogPug->isAdmin ())
/plugin/database/
H A Ddatabase.php897 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');
1864 if (!$tab->isAdmin) {
[all …]
/plugin/authfacebook/lib/Helpers/
H A DFacebookPageTabHelper.php81 public function isAdmin() function in Facebook\\Helpers\\FacebookPageTabHelper
/plugin/glossary/syntax/
H A Ddiv.php96 function isAdmin () { function in syntax_plugin_glossary_div
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1597 public $isAdmin; variable in Google_User
1704 public function setIsAdmin($isAdmin) { argument
1705 $this->isAdmin = $isAdmin;
1708 return $this->isAdmin;
/plugin/git/
H A Dhelper.php405 $isAdmin = $this->isCurrentUserAnAdmin();
406 if ($isAdmin)