Searched full:validations (Results 1 – 25 of 87) sorted by relevance
1234
20 validations:29 validations:38 validations:45 validations:53 validations:64 validations:
22 validations:54 validations:64 validations:73 validations:81 validations:
30 validations:37 validations:
17 validations:23 validations:33 validations:39 validations:45 validations:51 validations:
17 validations:23 validations:29 validations:
13 validations:47 validations:
14 validations:
15 validations:
16 validations:
212 vector<EvalString> ins, outs, validations; in ParseEdge() local293 // Add all validations, counting how many as we go. in ParseEdge()301 validations.push_back(validation); in ParseEdge()377 edge->validations_.reserve(validations.size()); in ParseEdge()378 for (std::vector<EvalString>::iterator v = validations.begin(); in ParseEdge()379 v != validations.end(); ++v) { in ParseEdge()
23 * More validations for libpng transformations.
4 …ks) with a specific version of typescript. These are used for extended validations of a given type…
14 // Explicit empty prefix, tests some validations code paths also.
10 // Explicit empty prefix, tests some validations code paths also.
52 // Validate in TS as simple validations would usually be interpreted as more special assignments
790 Validations may be taked on the end with +|@ _validation1_ _validation2_+.791 (See <<validations,the reference on validations>>.)1050 [[validations]] anchor1051 Validations subsection1056 Validations listed on the build line cause the specified files to be1062 Validations are added to the build graph regardless of whether the output1070 Validations are designed to handle rules that perform error checking but
1 //! Provides validations for unsafe code. Currently checks if unsafe functions are missing
8 // Validate in TS as simple validations would usually be interpreted as more special assignments
18 // The following options (stored in Compiler) tell the validator what to validate. Some validations
135 s.iter().filter(|&&byte| !super::validations::utf8_is_cont_byte(byte)).count() in char_count_general_case()