/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/ |
H A D | security-logger.php | 237 private static function populate_user() { 336 list($user, $name) = security_logger::populate_user(); 366 list($user, $name) = security_logger::populate_user(); 387 list($user, $name) = security_logger::populate_user(); 400 list($user, $name) = security_logger::populate_user(); 412 list($user, $name) = security_logger::populate_user(); 424 list($user, $name) = security_logger::populate_user();
|
/dports/www/py-dj32-django-auth-ldap/django-auth-ldap-4.0.0/tests/ |
H A D | tests.py | 566 backend.populate_user("alice") 603 signal=populate_user, 641 user = backend.populate_user("alice") 1212 alice = backend.populate_user("alice") 1237 alice = backend.populate_user("alice") 1262 alice = backend.populate_user("alice") 1287 alice = backend.populate_user("alice") 1334 alice = backend.populate_user("alice") 1335 bob = backend.populate_user("bob") 1368 alice = backend.populate_user("alice") [all …]
|
/dports/www/py-django-auth-ldap/django-auth-ldap-4.0.0/tests/ |
H A D | tests.py | 566 backend.populate_user("alice") 603 signal=populate_user, 641 user = backend.populate_user("alice") 1212 alice = backend.populate_user("alice") 1237 alice = backend.populate_user("alice") 1262 alice = backend.populate_user("alice") 1287 alice = backend.populate_user("alice") 1334 alice = backend.populate_user("alice") 1335 bob = backend.populate_user("bob") 1368 alice = backend.populate_user("alice") [all …]
|
/dports/www/py-dj32-django-auth-ldap/django-auth-ldap-4.0.0/docs/ |
H A D | users.rst | 52 :data:`django_auth_ldap.backend.populate_user`. This signal is sent after the 107 time—you can call :meth:`django_auth_ldap.backend.LDAPBackend.populate_user`. 110 :meth:`~django_auth_ldap.backend.LDAPBackend.populate_user` returns the 118 user = LDAPBackend().populate_user("alice")
|
H A D | reference.rst | 550 .. data:: populate_user 569 ``'populate_user'``, indicating which API was being called when the 598 .. method:: populate_user(username) 632 database until after the :data:`django_auth_ldap.backend.populate_user`
|
/dports/www/py-django-auth-ldap/django-auth-ldap-4.0.0/docs/ |
H A D | users.rst | 52 :data:`django_auth_ldap.backend.populate_user`. This signal is sent after the 107 time—you can call :meth:`django_auth_ldap.backend.LDAPBackend.populate_user`. 110 :meth:`~django_auth_ldap.backend.LDAPBackend.populate_user` returns the 118 user = LDAPBackend().populate_user("alice")
|
H A D | reference.rst | 550 .. data:: populate_user 569 ``'populate_user'``, indicating which API was being called when the 598 .. method:: populate_user(username) 632 database until after the :data:`django_auth_ldap.backend.populate_user`
|
/dports/www/py-dj32-django-auth-ldap/django-auth-ldap-4.0.0/django_auth_ldap/ |
H A D | backend.py | 72 populate_user = django.dispatch.Signal() variable 193 def populate_user(self, username): member in LDAPBackend 195 return ldap_user.populate_user() 403 def populate_user(self): member in _LDAPUser 626 populate_user.send(type(self.backend), user=self._user, ldap_user=self)
|
/dports/www/py-django-auth-ldap/django-auth-ldap-4.0.0/django_auth_ldap/ |
H A D | backend.py | 72 populate_user = django.dispatch.Signal() variable 193 def populate_user(self, username): member in LDAPBackend 195 return ldap_user.populate_user() 403 def populate_user(self): member in _LDAPUser 626 populate_user.send(type(self.backend), user=self._user, ldap_user=self)
|
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/netbox/api/ |
H A D | authentication.py | 35 user = ldap_backend.populate_user(token.user.username)
|
/dports/www/py-django-allauth/django-allauth-0.41.0/allauth/socialaccount/providers/ |
H A D | base.py | 96 adapter.populate_user(request, sociallogin, common_fields)
|
/dports/www/py-django-allauth/django-allauth-0.41.0/allauth/socialaccount/ |
H A D | adapter.py | 84 def populate_user(self, member in DefaultSocialAccountAdapter
|
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/orm/ |
H A D | test_lazy_relations.py | 616 def _u_ad_fixture(self, populate_user, dont_use_get=False): argument 639 if populate_user: 642 if populate_user:
|
/dports/devel/libstatgrab/libstatgrab-0.92.1/src/statgrab/ |
H A D | statgrab.c | 316 populate_user(void) { in populate_user() function 609 {"user.", populate_user, 0},
|
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/orm/ |
H A D | test_lazy_relations.py | 647 def _u_ad_fixture(self, populate_user, dont_use_get=False): argument 670 if populate_user: 673 if populate_user:
|
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/orm/ |
H A D | test_lazy_relations.py | 908 def _u_ad_fixture(self, populate_user, dont_use_get=False): argument 942 if populate_user: 945 if populate_user:
|
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/orm/ |
H A D | test_lazy_relations.py | 1021 def _u_ad_fixture(self, populate_user, dont_use_get=False): argument 1055 if populate_user: 1058 if populate_user:
|
/dports/www/py-dj32-django-auth-ldap/django-auth-ldap-4.0.0/ |
H A D | CHANGES | 285 (such as :func:`~django_auth_ldap.backend.LDAPBackend.populate_user`).
|
/dports/www/py-django-auth-ldap/django-auth-ldap-4.0.0/ |
H A D | CHANGES | 285 (such as :func:`~django_auth_ldap.backend.LDAPBackend.populate_user`).
|
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/orm/ |
H A D | test_lazy_relations.py | 1063 def _u_ad_fixture(self, populate_user, dont_use_get=False): argument 1097 if populate_user: 1100 if populate_user:
|
/dports/www/py-django-allauth/django-allauth-0.41.0/docs/ |
H A D | advanced.rst | 95 - ``populate_user(self, request, sociallogin, data)``: Hook that can
|