Home
last modified time | relevance | path

Searched refs:bAdmin (Results 1 – 16 of 16) sorted by relevance

/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DDomain.php20 private $bAdmin; variable in RainLoop\\Providers\\Domain
32 $this->bAdmin = $this->oDriver instanceof \RainLoop\Providers\Domain\DomainAdminInterface;
40 return $this->bAdmin;
69 return $this->bAdmin ? $this->oDriver->Save($oDomain) : false;
85 return $this->bAdmin ? $this->oDriver->SaveAlias($sName, $sAlias) : false;
95 return $this->bAdmin ? $this->oDriver->Delete($sName) : false;
106 return $this->bAdmin ? $this->oDriver->Disable($sName, $bDisabled) : false;
131 …return $this->bAdmin ? $this->oDriver->GetList($iOffset, $iLimit, $sSearch, $bIncludeAliases) : ar…
154 if ($this->bAdmin)
227 if ($this->bAdmin)
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DDomain.php20 private $bAdmin; variable in RainLoop\\Providers\\Domain
32 $this->bAdmin = $this->oDriver instanceof \RainLoop\Providers\Domain\DomainAdminInterface;
40 return $this->bAdmin;
69 return $this->bAdmin ? $this->oDriver->Save($oDomain) : false;
85 return $this->bAdmin ? $this->oDriver->SaveAlias($sName, $sAlias) : false;
95 return $this->bAdmin ? $this->oDriver->Delete($sName) : false;
106 return $this->bAdmin ? $this->oDriver->Disable($sName, $bDisabled) : false;
131 …return $this->bAdmin ? $this->oDriver->GetList($iOffset, $iLimit, $sSearch, $bIncludeAliases) : ar…
154 if ($this->bAdmin)
227 if ($this->bAdmin)
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DKeyPathHelper.php103 * @param bool $bAdmin
108 static public function TemplatesCache($bAdmin, $sPluginsHash) argument
110 return '/TemplatesCache/'.$sPluginsHash.'/'.($bAdmin ? 'Admin' : 'App').'/'.APP_VERSION.'/';
H A DServiceActions.php626 $bAdmin = false !== \strpos($this->sQuery, 'Admin');
637 $sResult = $this->compileTemplates($bAdmin);
658 $bAdmin = !empty($this->aPaths[2]) && 'Admin' === $this->aPaths[2];
677 $sResult = $this->Plugins()->CompileJs($bAdmin);
699 $bAdmin = !empty($this->aPaths[2]) && 'Admin' === $this->aPaths[2];
770 $aResult[] = $this->Plugins()->CompileCss($bAdmin);
1237 * @param bool $bAdmin = true
1242 private function localAppData($bAdmin = false, $sAdd = '') argument
1280 $sResult = $this->compileAppData($this->oActions->AppData($bAdmin,
1290 * @param bool $bAdmin = false
[all …]
H A DService.php312 '{{BaseAppThemeCssLink}}' => $this->oActions->ThemeLink($sTheme, $bAdmin),
323 'admin' => $bAdmin,
332 $bAdmin ? '1' : '0',
H A DActions.php1440 * @param bool $bAdmin = false
1471 'admin' => $bAdmin,
1501 ), $bAdmin ? array(
1509 * @param bool $bAdmin
1590 if (!$bAdmin)
1941 if (!$bAdmin)
2188 * @param bool $bAdmin = false
9176 * @param bool $bAdmin = false
9311 * @param bool $bAdmin = false
9624 * @param bool $bAdmin = false
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DKeyPathHelper.php103 * @param bool $bAdmin
108 static public function TemplatesCache($bAdmin, $sPluginsHash) argument
110 return '/TemplatesCache/'.$sPluginsHash.'/'.($bAdmin ? 'Admin' : 'App').'/'.APP_VERSION.'/';
H A DServiceActions.php626 $bAdmin = false !== \strpos($this->sQuery, 'Admin');
637 $sResult = $this->compileTemplates($bAdmin);
658 $bAdmin = !empty($this->aPaths[2]) && 'Admin' === $this->aPaths[2];
677 $sResult = $this->Plugins()->CompileJs($bAdmin);
699 $bAdmin = !empty($this->aPaths[2]) && 'Admin' === $this->aPaths[2];
770 $aResult[] = $this->Plugins()->CompileCss($bAdmin);
1237 * @param bool $bAdmin = true
1242 private function localAppData($bAdmin = false, $sAdd = '') argument
1280 $sResult = $this->compileAppData($this->oActions->AppData($bAdmin,
1290 * @param bool $bAdmin = false
[all …]
H A DService.php312 '{{BaseAppThemeCssLink}}' => $this->oActions->ThemeLink($sTheme, $bAdmin),
323 'admin' => $bAdmin,
332 $bAdmin ? '1' : '0',
H A DActions.php1440 * @param bool $bAdmin = false
1471 'admin' => $bAdmin,
1501 ), $bAdmin ? array(
1509 * @param bool $bAdmin
1590 if (!$bAdmin)
1941 if (!$bAdmin)
2188 * @param bool $bAdmin = false
9176 * @param bool $bAdmin = false
9311 * @param bool $bAdmin = false
9624 * @param bool $bAdmin = false
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Plugins/
H A DManager.php298 * @param bool $bAdmin
304 public function InitAppData($bAdmin, &$aAppData, $oAccount = null) argument
329 $oPlugin->FilterAppDataPluginSection($bAdmin, $bAuth, $aConfig);
338 $this->RunHook('filter.app-data', array($bAdmin, &$aAppData));
341 'IsAdmin' => $bAdmin,
H A DAbstractPlugin.php248 * @param bool $bAdmin
254 public function FilterAppDataPluginSection($bAdmin, $bAuth, &$aConfig) argument
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Plugins/
H A DManager.php298 * @param bool $bAdmin
304 public function InitAppData($bAdmin, &$aAppData, $oAccount = null) argument
329 $oPlugin->FilterAppDataPluginSection($bAdmin, $bAuth, $aConfig);
338 $this->RunHook('filter.app-data', array($bAdmin, &$aAppData));
341 'IsAdmin' => $bAdmin,
H A DAbstractPlugin.php248 * @param bool $bAdmin
254 public function FilterAppDataPluginSection($bAdmin, $bAuth, &$aConfig) argument
/dports/comms/thebridge/thebridge-1.09/src/
H A Dconference.h299 int bAdmin:1; member
H A Dconference.c1278 CmdLineCC.bAdmin = TRUE; in ConferenceInit()
1321 ChatCC.bAdmin = TRUE; in ConferenceInit()
2457 cc.bAdmin = TRUE; in StartCmdHandler()
3917 pCC->bAdmin = TRUE; in CmdAdmin()
3944 if(pCC->bAdmin) { in CmdAdmins()
3952 if(!pCC->bAdmin && pCC->bSysop) { in CmdAdmins()
4088 if(pCC->bAdmin) { in CmdUsers()
5369 if(pCC->bAdmin && cp != NULL && *cp) { in CmdList()
5411 if(pCC->bAdmin) { in CmdList()
6836 (!(pTbl->Flags & CMD_FLAG_ADMIN) || pCC->bAdmin) && in CmdHelp()
[all …]