Lines Matching full:be
15 …nerating codes for simple and unchangeable restraint, the web service will be more robust and deve…
16 … proposal). Take a long-term view, auto-generated parameter validation may be a step towards code-…
70 …will take the logical relation as "and". Simply put, commas in annotations can be treated as "and".
78 | const | must be constant | string, bool | sam…
79 | defined_only | must be defined value | enum | enu…
80 | not_nil | must not be empty | "true" | any…
95 | prefix | field prefix must be (case-sensitive) | string | str…
96 | suffix | suffix must be (case-sensitive) | string | str…
101 - Basic Regular Expression (BRE), the syntax of BRE can be found in [manual](https://www.gnu.org/so…
168 … compare more than one field. The referenced field must be within same struct. Identifier must be …
172 3. `$x['k']` indicates a reference to the key k of variable x (which must be map)
173 4. `$x[i]` indicates a reference to the i + 1 element of variable x (which must be list)
183 …ld A, we can use `len()` function: `vt.gt = "@len($A)"`. The arguments can be either literals or v…
191 The generated validating codes should be included in struct's `Validate() TApplicationException` me…