Home
last modified time | relevance | path

Searched refs:type_checker (Results 1 – 25 of 148) sorted by relevance

123456

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/type_check/
H A Drelate_tys.rs41 type_checker: &'me mut TypeChecker<'bccx, 'tcx>, field
56 type_checker: &'me mut TypeChecker<'bccx, 'tcx>, in new()
61 Self { type_checker, locations, category, universe_info } in new()
67 self.type_checker.param_env in param_env()
71 let universe = self.type_checker.infcx.create_next_universe(); in create_next_universe()
72 self.type_checker in create_next_universe()
82 self.type_checker.infcx.next_nll_region_var(origin) in next_existential_region_var()
86 self.type_checker in next_placeholder_region()
89 .placeholder_region(self.type_checker.infcx, placeholder) in next_placeholder_region()
93 self.type_checker.infcx.next_nll_region_var_in_universe( in generalize_existential()
[all …]
/dports/devel/py-jsonschema3/jsonschema-3.2.0/jsonschema/tests/
H A Dtest_types.py125 type_checker=Draft4Validator.TYPE_CHECKER.redefine(
142 type_checker = Draft4Validator.TYPE_CHECKER.redefine(
146 CustomValidator = extend(Draft4Validator, type_checker=type_checker)
154 type_checker = Draft4Validator.TYPE_CHECKER.redefine(
158 CustomValidator = extend(Draft4Validator, type_checker=type_checker)
173 type_checker = Draft4Validator.TYPE_CHECKER.redefine(
179 type_checker=type_checker,
H A Dtest_validators.py35 self.type_checker = TypeChecker()
39 type_checker=self.type_checker,
51 self.type_checker,
170 type_checker=self.type_checker,
266 type_checker=TypeChecker(),
284 type_checker=TypeChecker(),
304 type_checker=TypeChecker(),
323 type_checker=TypeChecker(),
1195 type_checker=self.Validator.TYPE_CHECKER.redefine(
1251 type_checker=self.Validator.TYPE_CHECKER.redefine(
[all …]
/dports/devel/py-jsonschema/jsonschema-4.2.1/jsonschema/tests/
H A Dtest_types.py122 type_checker=Draft202012Validator.TYPE_CHECKER.redefine(
142 type_checker = Draft202012Validator.TYPE_CHECKER.redefine(
148 type_checker=type_checker,
157 type_checker = Draft202012Validator.TYPE_CHECKER.redefine(
163 type_checker=type_checker,
179 type_checker = Draft202012Validator.TYPE_CHECKER.redefine(
195 type_checker=type_checker,
/dports/www/firefox/firefox-99.0/third_party/python/jsonschema/jsonschema/
H A Dvalidators.py164 type_checker=None, argument
224 if type_checker is not None:
237 type_checker = _types.TypeChecker(
242 if type_checker is None:
255 TYPE_CHECKER = type_checker
428 if type_checker is None:
440 type_checker=type_checker,
470 type_checker=_types.draft3_type_checker,
505 type_checker=_types.draft4_type_checker,
545 type_checker=_types.draft6_type_checker,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/jsonschema/jsonschema/
H A Dvalidators.py164 type_checker=None, argument
224 if type_checker is not None:
237 type_checker = _types.TypeChecker(
242 if type_checker is None:
255 TYPE_CHECKER = type_checker
428 if type_checker is None:
440 type_checker=type_checker,
470 type_checker=_types.draft3_type_checker,
505 type_checker=_types.draft4_type_checker,
545 type_checker=_types.draft6_type_checker,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/jsonschema/jsonschema/
H A Dvalidators.py164 type_checker=None, argument
224 if type_checker is not None:
237 type_checker = _types.TypeChecker(
242 if type_checker is None:
255 TYPE_CHECKER = type_checker
428 if type_checker is None:
440 type_checker=type_checker,
470 type_checker=_types.draft3_type_checker,
505 type_checker=_types.draft4_type_checker,
545 type_checker=_types.draft6_type_checker,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/jsonschema/jsonschema/
H A Dvalidators.py164 type_checker=None, argument
224 if type_checker is not None:
237 type_checker = _types.TypeChecker(
242 if type_checker is None:
255 TYPE_CHECKER = type_checker
428 if type_checker is None:
440 type_checker=type_checker,
470 type_checker=_types.draft3_type_checker,
505 type_checker=_types.draft4_type_checker,
545 type_checker=_types.draft6_type_checker,
[all …]
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/jsonschema/
H A Dvalidators.py164 type_checker=None, argument
224 if type_checker is not None:
237 type_checker = _types.TypeChecker(
242 if type_checker is None:
255 TYPE_CHECKER = type_checker
428 if type_checker is None:
440 type_checker=type_checker,
470 type_checker=_types.draft3_type_checker,
505 type_checker=_types.draft4_type_checker,
545 type_checker=_types.draft6_type_checker,
[all …]
/dports/devel/py-jsonschema3/jsonschema-3.2.0/jsonschema/
H A Dvalidators.py164 type_checker=None, argument
224 if type_checker is not None:
237 type_checker = _types.TypeChecker(
242 if type_checker is None:
255 TYPE_CHECKER = type_checker
428 if type_checker is None:
440 type_checker=type_checker,
470 type_checker=_types.draft3_type_checker,
505 type_checker=_types.draft4_type_checker,
545 type_checker=_types.draft6_type_checker,
[all …]
/dports/devel/py-jsonschema/jsonschema-4.2.1/jsonschema/
H A Dvalidators.py105 type_checker=_types.draft7_type_checker, argument
166 TYPE_CHECKER = type_checker
337 if type_checker is None:
338 type_checker = validator.TYPE_CHECKER
343 type_checker=type_checker,
373 type_checker=_types.draft3_type_checker,
409 type_checker=_types.draft4_type_checker,
450 type_checker=_types.draft6_type_checker,
491 type_checker=_types.draft7_type_checker,
536 type_checker=_types.draft201909_type_checker,
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/policy/
H A Dsingle_response.hpp27 using type_checker = detail::type_checker<response_type, Fun>; typedef in caf::policy::single_response
H A Dselect_any.hpp54 using type_checker typedef in caf::policy::select_any
55 = detail::type_checker<response_type, detail::decay_t<Fun>>;
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dresponse_handle.hpp70 policy_type::template type_checker<F>::check(); in await()
95 policy_type::template type_checker<F>::check(); in then()
120 policy_type::template type_checker<F>::check(); in receive()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/events/
H A Dvalidator.py255 type_checker = validator.TYPE_CHECKER.redefine(
259 return jsonschema.validators.extend(validator, type_checker=type_checker)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/jsonschema/jsonschema/
H A Dvalidators.pyi21 type_checker: Any | None = ...,
24 def extend(validator, validators=..., version: Any | None = ..., type_checker: Any | None = ...): .…
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/detail/
H A Dtyped_actor_util.hpp39 struct type_checker { struct
51 struct type_checker<message, F> { struct
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/common/
H A Dparameters.py140 type_checker = DEFAULT_TYPE_VALIDATORS.get(wanted)
144 type_checker = wanted
147 return type_checker, wanted
546 type_checker, wanted_element_type = _get_type_validator(wanted_type)
559 validated_parameters.append(type_checker(value, **kwargs))
607 type_checker, wanted_name = _get_type_validator(wanted_type)
619 parameters[param] = type_checker(value, **kwargs)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/plugins/plugin_utils/
H A Daction_module.py544 type_checker = self._CHECK_ARGUMENT_TYPES_DISPATCHER[wanted]
549 type_checker = wanted
552 return type_checker, wanted
555 type_checker, wanted_name = self._get_wanted_type(wanted, param)
567 validated_params.append(type_checker(value, **kwargs))
593 type_checker, wanted_name = self._get_wanted_type(wanted, k)
597 if wanted_name == 'str' and isinstance(type_checker, string_types):
605 param[k] = type_checker(value, **kwargs)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/plugin_utils/
H A Daction_module.py544 type_checker = self._CHECK_ARGUMENT_TYPES_DISPATCHER[wanted]
549 type_checker = wanted
552 return type_checker, wanted
555 type_checker, wanted_name = self._get_wanted_type(wanted, param)
567 validated_params.append(type_checker(value, **kwargs))
593 type_checker, wanted_name = self._get_wanted_type(wanted, k)
597 if wanted_name == 'str' and isinstance(type_checker, string_types):
605 param[k] = type_checker(value, **kwargs)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/internal/
H A Dextension_dict.py159 type_checker = type_checkers.GetTypeChecker(extension_handle)
162 type_checker.CheckValue(value))
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/
H A Denvironment.py27 import pysmt.type_checker
44 TypeCheckerClass = pysmt.type_checker.SimpleTypeChecker
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/internal/
H A Dextension_dict.py159 type_checker = type_checkers.GetTypeChecker(extension_handle)
162 type_checker.CheckValue(value))
/dports/finance/electrum/Electrum-4.1.5/packages/google/protobuf/internal/
H A Dextension_dict.py163 type_checker = type_checkers.GetTypeChecker(extension_handle)
166 type_checker.CheckValue(value))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/protobuf/internal/
H A Dextension_dict.py163 type_checker = type_checkers.GetTypeChecker(extension_handle)
166 type_checker.CheckValue(value))

123456