/third_party/typescript/tests/baselines/reference/ |
D | genericClassPropertyInheritanceSpecialization.js | 67 validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>; 73 …public validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValu… 133 this.validators = ko.observableArray();
|
D | genericClassPropertyInheritanceSpecialization.types | 164 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>>
|
D | infinitelyExpandingOverloads.types | 20 validators: KnockoutObservableBase2<Validator2<TValue>>; 21 >validators : KnockoutObservableBase2<Validator2<TValue>>
|
D | infinitelyExpandingOverloads.symbols | 39 validators: KnockoutObservableBase2<Validator2<TValue>>; 40 >validators : Symbol(Validatable2.validators, Decl(infinitelyExpandingOverloads.ts, 9, 32))
|
D | genericClassPropertyInheritanceSpecialization.symbols | 218 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…
|
D | infinitelyExpandingOverloads.js | 12 validators: KnockoutObservableBase2<Validator2<TValue>>;
|
D | infinitelyExpandingOverloads.errors.txt | 15 validators: KnockoutObservableBase2<Validator2<TValue>>;
|
D | reverseMappedTypeDeepDeclarationEmit.types | 15 //native validators
|
D | reverseMappedTypeDeepDeclarationEmit.symbols | 28 //native validators
|
/third_party/typescript/tests/cases/compiler/ |
D | genericClassPropertyInheritanceSpecialization.ts | 66 validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>; property 72 …public validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValu… property in ViewModel
|
D | infinitelyExpandingOverloads.ts | 11 validators: KnockoutObservableBase2<Validator2<TValue>>; property
|
/third_party/node/test/report/ |
D | test-report-uv-handles.js | 195 const validators = { variable 269 if (validators[entry.type]) validators[entry.type](entry);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 105 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/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 1903 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() 2082 …validators[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/ |
D | 09.EXT-REFERENCE-ARG.md | 9 *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/ |
D | MSVSSettings.py | 515 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/ |
D | MSVSSettings.py | 515 def _ValidateSettings(validators, settings, stderr): argument 527 if tool_name in validators: 528 tool_validators = validators[tool_name]
|
/third_party/python/Doc/howto/ |
D | descriptor.rst | 363 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/ |
D | SConstruct | 363 # Second, run the series of validators, to check for errors.
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V16.md | 945 …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)…
|
D | CHANGELOG_V17.md | 489 …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…
|
D | CHANGELOG_V13.md | 602 …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…
|
D | CHANGELOG_V14.md | 458 …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…
|
D | CHANGELOG_V11.md | 1646 …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/ |
D | CHANGELOG.md | 2174 * **Validators:** improves the error messages for validators ([65eb3385](https://github.com/clap-r…
|