Home
last modified time | relevance | path

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

123

/plugin/combo/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 Danalytics.php27 use ComboStrap\Identity; alias
61 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 Dslotmanagermenuitem.php6 use ComboStrap\Identity; alias
46 if (!Identity::isWriter()) {
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 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 Dsnippetsbootstrap.php11 use ComboStrap\Identity; alias
126 if (!Identity::isLoggedIn() && $disableBackend) {
212 !Identity::isLoggedIn()
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 Dcache.php8 use ComboStrap\Identity; alias
170 if (!Identity::isManager()) {
H A Dpageprotection.php11 use ComboStrap\Identity;
84 if (Identity::isLoggedIn()) {
128 if (Identity::isLoggedIn()) {
13 use ComboStrap\Identity; global() alias
H A Dcss.php8 use ComboStrap\Identity; alias
146 if (Identity::isAnonymous()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DWindowsUpdate.php29 protected $identityType = Identity::class;
77 * @param Identity
79 public function setIdentity(Identity $identity)
84 * @return Identity
H A DIdentity.php20 class Identity extends \Google\Model class
62 class_alias(Identity::class, 'Google_Service_ContainerAnalysis_Identity');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DWindowsUpdate.php29 protected $identityType = Identity::class;
77 * @param Identity
79 public function setIdentity(Identity $identity)
84 * @return Identity
H A DIdentity.php20 class Identity extends \Google\Model class
62 class_alias(Identity::class, 'Google_Service_OnDemandScanning_Identity');
/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/
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');
/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php8 use ComboStrap\Identity; alias
64 if (!Identity::isWriter($id)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php41 use phpseclib3\System\SSH\Agent\Identity; alias
199 $identity = (new Identity($this->fsock))

123