Home
last modified time | relevance | path

Searched refs:isLoggedIn (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DIdentity.php44 public static function isLoggedIn(): bool function in ComboStrap\\Identity
226 return !self::isLoggedIn();
H A DFetcherPage.php336 $isLoggedIn = Identity::isLoggedIn();
337 return $privateRailbar === 1 && !$isLoggedIn;
H A DFetcherRailBar.php331 && !Identity::isLoggedIn()
/plugin/combo/action/
H A Didentity.php38 if (!Identity::isLoggedIn()) {
H A Dsnippetsbootstrap.php126 if (!Identity::isLoggedIn() && $disableBackend) {
212 !Identity::isLoggedIn()
H A Dpageprotection.php84 if (Identity::isLoggedIn()) {
128 if (Identity::isLoggedIn()) {
H A Dregistration.php97 if (!Identity::isLoggedIn()) {
/plugin/webdav/vendor/sabre/http/
H A DREADME.md128 For instance, you may want to add an `isLoggedIn` method to the Request
152 function isLoggedIn() {
174 And that's it, we now have an `isLoggedIn` method, without having to mess
/plugin/davcal/vendor/sabre/http/
H A DREADME.md128 For instance, you may want to add an `isLoggedIn` method to the Request
152 function isLoggedIn() {
174 And that's it, we now have an `isLoggedIn` method, without having to mess