Home
last modified time | relevance | path

Searched refs:Identity (Results 1 – 25 of 38) sorted by relevance

12

/template/strap/action/
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 Dsvg.php7 use ComboStrap\Identity; alias
55 $isAdmin = Identity::isAdmin();
56 $isMember = Identity::isMember("@" . Identity::CONF_DESIGNER_GROUP_NAME);
H A Dwebcode.php4 use ComboStrap\Identity; alias
47 $isAdmin = Identity::isAdmin();
52 $group = "@" . Identity::CONF_DESIGNER_GROUP_NAME;
53 $isMember = Identity::isMember($group);
H A Dqualitymessage.php5 use ComboStrap\Identity; alias
46 if (!Identity::isWriter()) {
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 Danalytics.php27 use ComboStrap\Identity; alias
61 if (!Identity::isWriter()) {
H A Dresend.php10 use ComboStrap\Identity; alias
57 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_RESEND_PWD_CLASS);
136 …er field name($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, \ComboStrap\Identity::CANONICAL);
H A Dslotmanagermenuitem.php6 use ComboStrap\Identity; alias
46 if (!Identity::isWriter()) {
H A Dmetamanager.php12 use ComboStrap\Identity; alias
52 if (!Identity::isWriter()) {
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 Djs.php5 use ComboStrap\Identity; alias
46 if (Identity::isAnonymous()) {
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 Dsnippetsbootstrap.php11 use ComboStrap\Identity; alias
126 if (!Identity::isLoggedIn() && $disableBackend) {
212 !Identity::isLoggedIn()
H A Dcache.php8 use ComboStrap\Identity; alias
170 if (!Identity::isManager()) {
H A Dpageprotection.php11 use ComboStrap\Identity; alias
84 if (Identity::isLoggedIn()) {
128 if (Identity::isLoggedIn()) {
H A Dcss.php8 use ComboStrap\Identity; alias
146 if (Identity::isAnonymous()) {
H A Ddocustom.php12 use ComboStrap\Identity; alias
120 $isAnonymous = Identity::isAnonymous();
H A Droutermessage.php6 use ComboStrap\Identity; alias
315 if (Identity::isWriter()) {
/template/strap/lang/en/
H A Dsettings.php19 use ComboStrap\Identity; alias
245 $lang[Identity::CONF_ENABLE_LOGO_ON_IDENTITY_FORMS] = PluginUtility::getDocumentationHyperLink(Iden…
246 …gin::CONF_ENABLE_LOGIN_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If c…
247 …::CONF_ENABLE_REGISTER_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If e…
248 …CONF_ENABLE_RESEND_PWD_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If e…
249 …_ENABLE_PROFILE_UPDATE_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If e…
250 …_ENABLE_PROFILE_DELETE_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If e…
326 $lang[Identity::CONF_DESIGNER_GROUP_NAME] = PluginUtility::getDocumentationHyperLink("designer", "S…
/template/strap/ComboStrap/
H A DIdentityFormsHelper.php144 $identityClass = Identity::FORM_IDENTITY_CLASS;
163 LogUtility::internalError("The style content should be not null", Identity::CANONICAL);
179 $formClass = Identity::FORM_IDENTITY_CLASS . " " . $formClass;
190 foreach (Identity::FIELD_SET_TO_DELETE as $type) {
277 if (!Identity::isReader($logoImagePath->getWikiId())) {
H A DIdentity.php22 class Identity class
220 Identity::becomeSuperUser($request, 'admin');
H A DExceptionReporter.php34 if (Identity::isManager()) {
/template/strap/ComboStrap/Api/
H A DQualityMessageHandler.php8 use ComboStrap\Identity; alias
64 if (!Identity::isWriter($id)) {
H A DMetaManagerHandler.php11 use ComboStrap\Identity; alias
81 $user = Identity::getUser();
262 if (!Identity::isManager()) {
/template/strap/conf/
H A Dmetadata.php22 use ComboStrap\Identity; alias
244 $meta[Identity::CONF_DESIGNER_GROUP_NAME] = array('string');
311 $meta[Identity::CONF_ENABLE_LOGO_ON_IDENTITY_FORMS] = array("onoff");

12