Lines Matching refs:is

9 The structure page will be displayed as is, whereas the data page is displayed as the final
14 This is also my first dokuwiki plugin and I'm not very experienced with php, so this plugin very
23 - "var" is optional. If set, the result of this replacement will be stored in a variable by that
25 - "x" is the "pass" during which the placeholder should be replaced. This will be 0 most of the
27 replaced. If you don't get the point, the list-command is a common case where using different
36 VAR - This is your basic placeholder replacement. Takes one parameter that will be replaced b…
38 LOOK - This is a map lookup. You can define an array in the structure page and use a variable
41 LOOKRANGE - This is similar to look, but with this command, the map doesn't have to contain the
42 exact index. The map-indices is allowed to have gaps and the index specified in
43 LOOKRANGE is rounded down to the nearest valid key.
48 IF - If param1 evaluates to "true" as far as php is concerned, param2 will be printed,
49 otherwise param3 is. Please note that in this case only param2 or param3 will even be
66 one ([ @0 | @1 | @2 | ] specifies the structure of each row. The final parameter (5) is
71 Note that if the pass of these commands is less or equal to the pass of the list-command
72 … itself, they will be evaluated BEFORE the list is expanded, otherwise (like in the sample)
74 NOINCLUDE - the content of this command is completely ignored and will not show up in the final pag…
79 data is declared with simple key-value pairs, one per line:
82 When declaring a variable for a LIST command, VALUE is a list of rows,
83 where is row a is enclosed in regular brakets:
97 In this case, this is a simple array, the index 0 will map to a, the index
119 When the data page is displayed, everything between [VARIABLES] and
120 [ENDVARIABLES] is evaluated but not printed.