Home
last modified time | relevance | path

Searched refs:validators (Results 1 – 25 of 31) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DgenericClassPropertyInheritanceSpecialization.js67 validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>;
73 …public validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValu…
133 this.validators = ko.observableArray();
DgenericClassPropertyInheritanceSpecialization.types164 validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>;
165 >validators : KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>
176 …public validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValu…
177 >validators : KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>
DinfinitelyExpandingOverloads.types20 validators: KnockoutObservableBase2<Validator2<TValue>>;
21 >validators : KnockoutObservableBase2<Validator2<TValue>>
DinfinitelyExpandingOverloads.symbols39 validators: KnockoutObservableBase2<Validator2<TValue>>;
40 >validators : Symbol(Validatable2.validators, Decl(infinitelyExpandingOverloads.ts, 9, 32))
DgenericClassPropertyInheritanceSpecialization.symbols218 validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>;
219 >validators : Symbol(Contract.validators, Decl(genericClassPropertyInheritanceSpecialization.ts, 63…
236 …public validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValu…
237 >validators : Symbol(ViewModel.validators, Decl(genericClassPropertyInheritanceSpecialization.ts, 6…
DinfinitelyExpandingOverloads.js12 validators: KnockoutObservableBase2<Validator2<TValue>>;
DinfinitelyExpandingOverloads.errors.txt15 validators: KnockoutObservableBase2<Validator2<TValue>>;
DreverseMappedTypeDeepDeclarationEmit.types15 //native validators
DreverseMappedTypeDeepDeclarationEmit.symbols28 //native validators
/third_party/typescript/tests/cases/compiler/
DgenericClassPropertyInheritanceSpecialization.ts66 validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>; property
72 …public validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValu… property in ViewModel
DinfinitelyExpandingOverloads.ts11 validators: KnockoutObservableBase2<Validator2<TValue>>; property
/third_party/node/test/report/
Dtest-report-uv-handles.js195 const validators = { variable
269 if (validators[entry.type]) validators[entry.type](entry);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp105 const ValidatorArray& validators) in validateResults() argument
118 for (const auto& validator : validators) in validateResults()
293 inline constexpr Iteration() : variants{}, validators{} {} in Iteration()
294 …constexpr Iteration(const VariantArray& v, const ValidatorArray& f) : variants{v}, validators{f} {} in Iteration()
297 ValidatorArray validators; member
906 …st auto status = validateResults(timedResult.result, pipelines, timedResult.elapsed, i.validators); in testInstance()
1091 …st auto status = validateResults(timedResult.result, pipelines, timedResult.elapsed, i.validators); in testInstance()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp1903 const std::vector<const PropValidator*>& validators) in queryAndValidateProps() argument
1914 DE_ASSERT(props.size() == validators.size()); in queryAndValidateProps()
2065 DE_ASSERT(validators.size() == propValues.size()); in queryAndValidateProps()
2074 …message << "\t" << glu::getProgramResourcePropertyName(props[propNdx]) << ":\t" << validators[prop… in queryAndValidateProps()
2082validators[propNdx]->validate(programDefinition, targetResourceName, propValues[propNdx], implemen… in queryAndValidateProps()
2230 std::vector<const PropValidator*> validators; in iterate() local
2238 validators.push_back(allProperties[propNdx].validator); in iterate()
2244 …arget.interface, targetResources[targetResourceNdx].c_str(), programDefinition, props, validators); in iterate()
2282 std::vector<const PropValidator*> validators; in iterate() local
2290 validators.push_back(allProperties[propNdx].validator); in iterate()
[all …]
/third_party/jerryscript/docs/
D09.EXT-REFERENCE-ARG.md9 *Note*: For commonly used validators, `arg.h` provides helpers to create the `jerryx_arg_t`s.
208 …- return value - a `jerry_value_t` representing `undefined` if all validators passed or an `Error`…
294 …- return value - a `jerry_value_t` representing `undefined` if all validators passed or an `Error`…
329 …- return value - a `jerry_value_t` representing `undefined` if all validators passed or an `Error`…
358 …- return value - a `jerry_value_t` representing `undefined` if all validators passed or an `Error`…
/third_party/node/tools/gyp/pylib/gyp/
DMSVSSettings.py515 def _ValidateSettings(validators, settings, stderr): argument
527 if tool_name in validators:
528 tool_validators = validators[tool_name]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSSettings.py515 def _ValidateSettings(validators, settings, stderr): argument
527 if tool_name in validators:
528 tool_validators = validators[tool_name]
/third_party/python/Doc/howto/
Ddescriptor.rst363 Custom validators need to inherit from :class:`Validator` and must supply a
367 Custom validators
439 Here's how the data validators can be used in a real class:
/third_party/vixl/
DSConstruct363 # Second, run the series of validators, to check for errors.
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md945 …github.com/nodejs/node/commit/2d409ed29e)] - **dns**: refactor and use validators (Voltrex) [#4002…
1043 * \[[`4b117fbc81`](https://github.com/nodejs/node/commit/4b117fbc81)] - **console**: use validators
1474 …https://github.com/nodejs/node/commit/5afdc1f4c0)] - **lib**: simplify validators (Voltrex) [#3975…
1478 * \[[`c68415cba2`](https://github.com/nodejs/node/commit/c68415cba2)] - **lib**: use validators (Vo…
2128 …ithub.com/nodejs/node/commit/2268d1cf4c)] - **lib**: refactor to reuse validators (Rongjian Zhang)…
DCHANGELOG_V17.md489 …com/nodejs/node/commit/5195479919)] - **stream**: refactor to use more validators (Mohammed Keyvan…
1550 …github.com/nodejs/node/commit/7c77db0243)] - **dns**: refactor and use validators (Voltrex) [#4002…
DCHANGELOG_V13.md602 …hub.com/nodejs/node/commit/897b1d2e5e)] - **lib**: move isLegalPort to validators, refactor (James…
661 …/commit/eaf6723804)] - **vm**: refactor value validation with internal/validators.js (Denys Otrish…
DCHANGELOG_V14.md458 …https://github.com/nodejs/node/commit/338189ff6f)] - **lib**: simplify validators (Voltrex) [#3975…
460 * \[[`dbaf4988bc`](https://github.com/nodejs/node/commit/dbaf4988bc)] - **lib**: use validators (Vo…
3471 …/github.com/nodejs/node/commit/6ce3293cc4)] - **events**: use internal/validators in event\_target…
DCHANGELOG_V11.md1646 …js/node/commit/7df59f824b)] - **vm**: reuse validateString of internal/validators (ZYSzys) [#25074…
2620 …e/commit/e836128703)] - **(SEMVER-MAJOR)** **lib**: introduce internal/validators (Michaël Zasso) …
/third_party/rust/crates/clap/
DCHANGELOG.md2174 * **Validators:** improves the error messages for validators ([65eb3385](https://github.com/clap-r…

12