Home
last modified time | relevance | path

Searched refs:Identity (Results 1 – 25 of 55) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/dw2pdf/tpl/default/
H A DREADME.txt4 to easily customize them to your Corporate Identity.
/plugin/combo/action/
H A Dcache.php8 use ComboStrap\Identity; alias
170 if (!Identity::isManager()) {
H A Dcss.php8 use ComboStrap\Identity; alias
146 if (Identity::isAnonymous()) {
H A Didentity.php5 use ComboStrap\Identity; alias
38 if (!Identity::isLoggedIn()) {
39 $navigation = Identity::JS_NAVIGATION_ANONYMOUS_VALUE;
41 $navigation = Identity::JS_NAVIGATION_SIGNED_VALUE;
43 $JSINFO[Identity::JS_NAVIGATION_INDICATOR] = $navigation;
H A Dpageprotection.php11 use ComboStrap\Identity;
84 if (Identity::isLoggedIn()) {
128 if (Identity::isLoggedIn()) {
13 use ComboStrap\Identity; global() alias
H A Dqualitymessage.php5 use ComboStrap\Identity; alias
46 if (!Identity::isWriter()) {
H A Dslotmanagermenuitem.php6 use ComboStrap\Identity; alias
46 if (!Identity::isWriter()) {
H A Dsnippetsbootstrap.php11 use ComboStrap\Identity; alias
126 if (!Identity::isLoggedIn() && $disableBackend) {
212 !Identity::isLoggedIn()
H A Djs.php5 use ComboStrap\Identity; alias
46 if (Identity::isAnonymous()) {
H A Dlogin.php10 use ComboStrap\Identity; alias
32 const CANONICAL = Identity::CANONICAL;
55 $form->params["class"] = Identity::FORM_IDENTITY_CLASS . " " . self::FORM_LOGIN_CLASS;
234 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_LOGIN_CLASS);
H A Dmetamanager.php12 use ComboStrap\Identity; alias
52 if (!Identity::isWriter()) {
H A Dprofile.php4 use ComboStrap\Identity; alias
22 const CANONICAL = Identity::CANONICAL;
125 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . $deleteFormClassSuffix);
251 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_PROFILE_UPDATE_CLASS);
H A Dregistration.php11 use ComboStrap\Identity; alias
30 const CANONICAL = Identity::CANONICAL;
97 if (!Identity::isLoggedIn()) {
121 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_REGISTER_CLASS);
H A Dresend.php10 use ComboStrap\Identity; alias
57 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_RESEND_PWD_CLASS);
136 LogUtility::msg("The register field name($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, \ComboStrap\Identity::CANONICAL);
H A Drouter.php14 use ComboStrap\Identity;
532 if (Identity::isWriter() && $this->getConf(self::GO_TO_EDIT_MODE) == 1) {
766 if (!(Identity::isReader($targetPageId))) {
13 use ComboStrap\Identity; global() alias
H A Droutermessage.php6 use ComboStrap\Identity; alias
313 if (Identity::isWriter()) {
H A Dstaticresource.php11 use ComboStrap\Identity; alias
94 if (!Identity::isManager()) {
/plugin/combo/ComboStrap/
H A DMarkupPath.php1197 return Identity::isWriter($this->getWikiId());
H A DFetcherPage.php336 $isLoggedIn = Identity::isLoggedIn();
H A DFetcherRailBar.php331 && !Identity::isLoggedIn()
/plugin/combo/
H A Ddeleted.files69 class/Identity.php
/plugin/combo/lang/en/
H A Dsettings.php18 use ComboStrap\Identity; alias
242 * Identity
244 $lang[Identity::CONF_ENABLE_LOGO_ON_IDENTITY_FORMS] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If checked, the logo is shown on the identity forms (login, register, resend)");
245 $lang[action_plugin_combo_login::CONF_ENABLE_LOGIN_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If checked, the login form will be styled by Combo");
246 $lang[action_plugin_combo_registration::CONF_ENABLE_REGISTER_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the register form will be styled by Combo");
247 $lang[action_plugin_combo_resend::CONF_ENABLE_RESEND_PWD_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the resend form will be styled by Combo");
248 $lang[action_plugin_combo_profile::CONF_ENABLE_PROFILE_UPDATE_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the profile update form will be styled by Combo");
249 $lang[action_plugin_combo_profile::CONF_ENABLE_PROFILE_DELETE_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the profile delete form will be styled by Combo");
325 $lang[Identity
[all...]
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php11 use ComboStrap\Identity; alias
81 $user = Identity::getUser();
262 if (!Identity::isManager()) {
H A DQualityMessageHandler.php8 use ComboStrap\Identity; alias
64 if (!Identity::isWriter($id)) {

123