Home
last modified time | relevance | path

Searched defs:is_authenticated (Results 1 – 25 of 149) sorted by relevance

123456

/dports/www/onionshare/onionshare-2.2/tests/
H A DSettingsGuiBaseTest.py15 def __init__(self, is_authenticated, supports_v3_onions): argument
19 def is_authenticated(self): member in OnionStub
/dports/www/py-django-tastypie/django-tastypie-0.14.4/tastypie/
H A Dauthentication.py88 def is_authenticated(self, request, **kwargs): member in Authentication
154 def is_authenticated(self, request, **kwargs): member in BasicAuthentication
227 def is_authenticated(self, request, **kwargs): member in ApiKeyAuthentication
298 def is_authenticated(self, request, **kwargs): member in SessionAuthentication
388 def is_authenticated(self, request, **kwargs): member in DigestAuthentication
485 def is_authenticated(self, request, **kwargs): member in OAuthAuthentication
551 def is_authenticated(self, request, **kwargs): member in MultiAuthentication
/dports/www/py-starlette/starlette-0.17.1/starlette/
H A Dauthentication.py112 def is_authenticated(self) -> bool: member in BaseUser
129 def is_authenticated(self) -> bool: member in SimpleUser
139 def is_authenticated(self) -> bool: member in UnauthenticatedUser
/dports/www/py-flask-login/Flask-Login-0.5.0/flask_login/
H A Dmixins.py28 def is_authenticated(self): member in UserMixin
64 def is_authenticated(self): member in AnonymousUserMixin
/dports/www/py-django-star-ratings/django-star-ratings-0.9.1/star_ratings/
H A Dcompat.py1 def is_authenticated(user): # pragma: no cover function
/dports/net-im/p5-DJabberd/DJabberd-0.85/lib/DJabberd/Connection/
H A DComponentIn.pm87 sub is_authenticated { subroutine
H A DComponentOut.pm131 sub is_authenticated { subroutine
/dports/deskutils/py-paperless/paperless-2.7.0/src/paperless/
H A Dmodels.py13 is_authenticated = True variable in User
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Interface/Connection/
H A DFake.pm40 sub is_authenticated { return 1; } subroutine
H A DLocal.pm38 sub is_authenticated { return 1; } subroutine
H A DOpenSSH.pm226 sub is_authenticated { subroutine
H A DSSH.pm174 sub is_authenticated { subroutine
H A DHTTP.pm89 sub is_authenticated { return 1; } subroutine
/dports/security/py-python-gvm/python-gvm-21.10.0/gvm/protocols/gmpv208/system/
H A Dauthentication.py27 def is_authenticated(self) -> bool: member in AuthenticationMixin
/dports/www/p5-CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.23/lib/CGI/Application/Plugin/Authentication/
H A DDisplay.pm40 sub is_authenticated { subroutine
/dports/www/drupal8/drupal-8.9.20/core/modules/search/tests/src/Functional/Rest/
H A DSearchPageResourceTestBase.php105 protected function getExpectedUnauthorizedEntityAccessCacheability($is_authenticated) {
/dports/www/drupal9/drupal-9.2.10/core/modules/search/tests/src/Functional/Rest/
H A DSearchPageResourceTestBase.php101 protected function getExpectedUnauthorizedEntityAccessCacheability($is_authenticated) {
/dports/devel/godot/godot-3.2.3-stable/platform/iphone/
H A Dgame_center.mm123 bool GameCenter::is_authenticated() { function
/dports/devel/godot-tools/godot-3.2.3-stable/platform/iphone/
H A Dgame_center.mm123 bool GameCenter::is_authenticated() { function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/remote/
H A Dremote_suggestions_fetcher_impl.cc270 bool is_authenticated, in StartRequest()
347 bool is_authenticated, in JsonRequestDone()
389 bool is_authenticated, in FetchFinished()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/remote/
H A Dremote_suggestions_fetcher_impl.cc270 bool is_authenticated, in StartRequest()
347 bool is_authenticated, in JsonRequestDone()
389 bool is_authenticated, in FetchFinished()
/dports/www/Stikked/Stikked-0.13.0/htdocs/application/libraries/
H A DAuth_ldap.php115 function is_authenticated() { function in Auth_Ldap
/dports/www/drupal8/drupal-8.9.20/core/modules/block/tests/src/Functional/Rest/
H A DBlockResourceTestBase.php162 protected function getExpectedUnauthorizedEntityAccessCacheability($is_authenticated) {
/dports/www/drupal9/drupal-9.2.10/core/modules/block/tests/src/Functional/Rest/
H A DBlockResourceTestBase.php158 protected function getExpectedUnauthorizedEntityAccessCacheability($is_authenticated) {
/dports/www/drupal9/drupal-9.2.10/core/modules/block_content/tests/src/Functional/Rest/
H A DBlockContentResourceTestBase.php186 protected function getExpectedUnauthorizedEntityAccessCacheability($is_authenticated) {

123456