Lines Matching full:types

18 …e''). The example shows you how to add simple values, how to declare a class, and how to use types.
31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after t…
40 -- Types and Type Hint
52types|type]] behaves by adding a type hint. Type hints are added by appending them to the type wit…
75 Variables are indicated with the ''?''. You can use a variable in any spot (except types or type hi…
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can…
144 * [[#Types & Aggregates]]
167 … used with any type, but is especially useful with the [[#types|ref]] and [[#types|page]] types as…
179 …nerated for any data block. This field is used when displaying values with the [[#types|ref]] type.
183 == Field Types ==
185 You can add a [[#types|type]] to a field by putting the type between ''['' and '']'' and placing it…
187 …sually, type hints change the way a type displays data. See [[#types]] for possible types and hint…
198 …urself. Note that the ''%%[[]]%%'' value can be used with the [[#types|ref]] or [[#types|page]] ty…
241 You can use types to make sure the data is interpreted in the correct way, and to create a better l…
245 [[#Types]] can only be added to variables. A variable in the subject position will always be typed …
247 Types are 'sticky'. This means that the first mentioned type for a certain variable will stick to t…
249 Types are propagated according to the following rules:
265 The following filters apply to all types of data:
291types|text]] type when comparing a left-sided variable to a right-sided literal, regardless of the…
540 ===== Types & Aggregates =====
542 Types and aggregates are used to control how data is stored and displayed.
544 Types are used with data entry to store data in the correct format. Types with queries are used for…
549 ==== Types ====
551 Types are normally indicated by putting them between ''['' and '']''. Type hints are noted after th…