Home
last modified time | relevance | path

Searched refs:_get_identity (Results 1 – 7 of 7) sorted by relevance

/dports/www/py-pyramid/pyramid-1.7.3/pyramid/
H A Dauthentication.py215 def _get_identity(self, request): member in RepozeWho1AuthenticationPolicy
235 identity = self._get_identity(request)
269 identity = self._get_identity(request)
288 identity = self._get_identity(request)
364 identity = self._get_identity(request)
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Daccount_creator.c76 static char* _get_identity(const LinphoneAccountCreator *creator) { in _get_identity() function
116 char *identity_str = _get_identity(creator); in linphone_account_creator_create_proxy_config()
758 char *identity = _get_identity(creator); in linphone_account_creator_create_account_linphone()
868 char *identity = _get_identity(creator); in linphone_account_creator_is_account_activated_linphone()
910 char *identity = _get_identity(creator); in linphone_account_creator_is_phone_number_used_linphone()
1124 char *identity = _get_identity(creator); in linphone_account_creator_update_password_linphone()
/dports/comms/libconcord/concordance-1.2/libconcord/
H A Dlibconcord.cpp771 int _get_identity(lc_callback cb, void *cb_arg, uint32_t cb_stage) in _get_identity() function
796 return _get_identity(cb, cb_arg, LC_CB_STAGE_GET_IDENTITY); in get_identity()
819 err = _get_identity(NULL, NULL, 0); in reset_remote()
/dports/comms/concordance/concordance-1.2/libconcord/
H A Dlibconcord.cpp771 int _get_identity(lc_callback cb, void *cb_arg, uint32_t cb_stage) in _get_identity() function
796 return _get_identity(cb, cb_arg, LC_CB_STAGE_GET_IDENTITY); in get_identity()
819 err = _get_identity(NULL, NULL, 0); in reset_remote()
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/
H A DPath.py449 def _get_identity(self): return self.rel_table[R_IDENTITY.code]('') member in _GLUECLAMP_
/dports/devel/py-jsonpickle/jsonpickle-2.0.0/tests/
H A Djsonpickle_test.py42 def _get_identity(self): member in ThingWithProps
46 identity = property(_get_identity)
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/umath/
H A Dufunc_object.c2434 _get_identity(PyUFuncObject *ufunc, npy_bool *reorderable) { in _get_identity() function
3000 PyObject *identity = _get_identity(ufunc, &reorderable); in PyUFunc_GeneralizedFunction()
3650 identity = _get_identity(ufunc, &reorderable); in PyUFunc_Reduce()
6104 return _get_identity(ufunc, &reorderable); in ufunc_get_identity()