Lines Matching refs:are

11 …d running with some examples of how to enter and query. More advanced uses are discussed in the re…
13 … some simple data to your wiki, and start querying it. Most error messages are descriptive enough …
27 …the data block by adding a line like ''field: value''. The field and value are sometimes called th…
29 …r more classes to a data block by placing them in the opening tag. Classes are separated by spaces…
52 **Type hints**: You can change how a [[#types|type]] behaves by adding a type hint. Type hints are
56 **Comments** All lines that start with double dashes (i.e., ''%%--%%'') are ignored. Note that your…
61 Queries are written inside ''<table>'' or ''<list>'' tags. You query the data by describing what pa…
75 Variables are indicated with the ''?''. You can use a variable in any spot (except types or type hi…
79 …ypes for fields and values, and you can use them in the opening tag. Types are 'sticky': if you pu…
83 You can only compare variables that are used in a pattern.
85 … opening tag to change the caption of the column. Captions are not displayed by lists, but are sti…
120 …n. You can use an ''optional'' block to indicate that some of the patterns are optional, and need …
124 …e data is not allowed to match certain patterns. In this case, the results are not allowed to have…
160 The simplest form of data entry. Fields and values are also called predicates and objects. It is po…
173 Classes are not handled specially. This way of adding classes to the data is merely a convenience. …
185 …d placing it after the field name. This will change how the field's values are stored and displaye…
191 You can add comments by starting a line with ''%%--%%''. Comments are not used nor are they display…
202 …block's opening tag: ''<data #fragment identifier>''. Fragment identifiers are used in much the sa…
220 The query blocks are [[#optional]], [[#minus]], [[#union]].
225 Patterns are the basic building block of all queries. They are constructed according to the followi…
232 …* Subject literals must be enclosed in ''%%[[%%'' and ''%%]]%%'', and are interpreted as if it wer…
245 …]]. Literals can't be typed, but will be interpreted according to the variables they are used with.
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:
250 * variables in the subject position are always of type [[#type|ref]] (and the ref type will stick)
261 …ere must be at least one variable present. You can only use variables that are used in a pattern i…
291 The ''~>'' and ''!~>'' operators are special cases of ''^~'' and ''!^~'' that use the [[#types|text…
302 An optional block must contain at least a [[#patterns|pattern]]. Filters and other query blocks are
336 The query result blocks are: [[#sorting|sort]], [[#grouping|group]], [[#variable projection|fields]…
347 …etween parenthesis. Both full (ascending and descending) and abbreviated (asc and desc) are usable.
371 All elements except the variable itself are optional. If left out, a reasonable guess or default is…
377 … variables not mentioned in the projection are left out of consideration for determining what the …
382 Aggregation functions are used to process a variables captured values before display. These functio…
395are not displayed. Since the queries use so called 'set semantics', results that are equivalent wi…
408 The properties that can be specified, are explained in the following subsections.
414 Using ''%%sort%%'' you can specify whether all columns are sortable (''%%default%%'') or not (''%%n…
416 Using ''%%filter%%'' you can specify whether and how columns are filterable:
419 …ix matching). E.g.: if the values //EN//, //%%EN-US%%//, and //%%EN-GB%%// are present, filtering …
420 …ix matching). E.g.: if the values //10 David Street// and //David Street// are present, filtering …
422 By default, columns are not filterable.
425 The properties ''%%sort%%'' and ''%%filter%%'' are applied on each column. It is also possible to s…
446 …'' (this name is specified in the ''%%fields%%'' group). Thus, all columns are sortable and have t…
450 When multiple columns have the same name, settings are applied to all columns that have the given n…
470 By adding a ''%%*%%'' to the property name, we indicate that we are setting multiple columns at onc…
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…
546 Aggregates are used to process values after a query, but before they are displayed.
551 Types are normally indicated by putting them between ''['' and '']''. Type hints are noted after th…
558 Aggregates are used on displays of variables. They are attached to the variable with ''@'', for exa…