summaryrefslogtreecommitdiffstats
path: root/doc/antora/modules/unlang/nav.adoc
blob: 77be32885ec8a13c2d2c12dd4046b8d93ad05a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
* xref:index.adoc[Unlang Policy Language]

** xref:list.adoc[Attribute Lists]
** xref:attr.adoc[Attribute References]
** xref:return_codes.adoc[Return Codes]

** xref:keywords.adoc[Keywords]
*** xref:break.adoc[break]
*** xref:case.adoc[case]
*** xref:else.adoc[else]
*** xref:elsif.adoc[elsif]
*** xref:foreach.adoc[foreach]
*** xref:group.adoc[group]
*** xref:if.adoc[if]
*** xref:load-balance.adoc[load-balance]
*** xref:redundant-load-balance.adoc[redundant-load-balance]
*** xref:redundant.adoc[redundant]
*** xref:return.adoc[return]
*** xref:switch.adoc[switch]
*** xref:update.adoc[update]

** xref:module.adoc[Modules]
*** xref:module_method.adoc[Module Methods]
*** xref:module_builtin.adoc[Built-in Modules]

** xref:type/index.adoc[Data Types]
*** xref:type/index.adoc[List of Data Types]
*** xref:type/ip.adoc[IP Addresses]
*** xref:type/numb.adoc[Numbers]
*** xref:type/string/single.adoc[Single Quoted Strings]
*** xref:type/string/double.adoc[Double Quoted Strings]
*** xref:type/string/backticks.adoc[Backtick-quoted string]
*** xref:type/string/unquoted.adoc[Unquoted Strings]

** xref:condition/index.adoc[Conditional Expressions]
*** xref:condition/cmp.adoc[Comparisons]
*** xref:condition/operands.adoc[Operands]
*** xref:condition/return_code.adoc[The Return Code Operator]
*** xref:condition/eq.adoc[The '==' Operator]
*** xref:condition/and.adoc[The '&&' Operator]
*** xref:condition/or.adoc[The '||' Operator]
*** xref:condition/not.adoc[The '!' Operator]
*** xref:condition/para.adoc[The '( )' Operator]
*** xref:condition/regex.adoc[Regular Expressions]

** xref:xlat/index.adoc[String Expansion]
*** xref:xlat/alternation.adoc[Alternation Syntax]
*** xref:xlat/builtin.adoc[Built-in Expansions]
*** xref:xlat/character.adoc[Single Letter Expansions]
*** xref:xlat/attribute.adoc[Attribute References]
*** xref:xlat/module.adoc[Module References]