Home
last modified time | relevance | path

Searched refs:cls_ref (Results 1 – 4 of 4) sorted by relevance

/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/authn_context/
H A D__init__.py123 def _pick_by_class_ref(self, cls_ref, comparision_type="exact"): argument
126 _refs = self.db["key"][cls_ref]
174 for cls_ref in req_authn_context.authn_context_class_ref:
175 res += (self._pick_by_class_ref(cls_ref.text, _cmp))
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/authn_context/
H A D__init__.py121 def _pick_by_class_ref(self, cls_ref, comparision_type="exact"): argument
124 _refs = self.db["key"][cls_ref]
172 for cls_ref in req_authn_context.authn_context_class_ref:
173 res += (self._pick_by_class_ref(cls_ref.text, _cmp))
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/authn_context/
H A D__init__.py123 def _pick_by_class_ref(self, cls_ref, comparision_type="exact"): argument
126 _refs = self.db["key"][cls_ref]
174 for cls_ref in req_authn_context.authn_context_class_ref:
175 res += (self._pick_by_class_ref(cls_ref.text, _cmp))
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_MinimumVolumeClassifier_std.py42 cls_ref = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, variable
49 assert cls == 1-cls_ref[i], "wrong class"