Lines Matching refs:is

29is based on [[https://www.dokuwiki.org/plugin:json|JSON plugin]]. It adds a form with a button to …
31 … the server, or it can be downloaded via browser to the client machine. It is possible to generate…
33 Here is a [[https://dokuwiki-json-demo.1001beauty.si/|Dokuwiki JSON Demo Server]] with JSON databas…
37 Template is basically a dokuwiki page, which may have some ''@ ... @'' patterns, which will be repl…
40 …//filter// (see [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]) is evaluated to true, t…
41 | ''@%''''$''// path //''%@'' | Variable on path is type of string, number or boolean. Extract data…
42 | ::: | Variable on path is type of array. Extract json. |
43 | ::: | Variable on path is undefined. Extract ''null''. |
47 Syntax is similar as in [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]:\\
50 It is parsed with same parser as ''<json>'' elements, so rules for //attributes// and //inline_json…
53 …* **Select box** - Select box is generated from JSON data, if it contains array of similar data ob…
55 …utton, a command is sent to the server. If there are no errors, then new Document is generated fro…
58 If this attribute is omitted or it is empty string, then newly generated file will be stored to the…
61is undefined). If it is not specified, then current location is used. If a //docname// or //templa…
64 …he template file. If template is not specified, then [[https://www.dokuwiki.org/namespace_template…
70 This attribute is optional. It specifies the options inside the Select box. JSON data must be an ar…
72 …ns a comma separated list of ''key: path'' pairs, where key is number in sequence and path is a pa…
75 If this attribute is not specified, then Select box is not shown. Complete JSON data are passed to …