fix: get unrestraint default value
This commit is contained in:
parent
68d6b1cd14
commit
5f5cb9aa08
205 changed files with 2893 additions and 552 deletions
|
|
@ -270,7 +270,7 @@ class _ToString:
|
|||
):
|
||||
isfollower = not variable.isoptiondescription() and variable.isfollower()
|
||||
if not isfollower and self.is_inaccessible_user_data(variable):
|
||||
uncalculated = variable.value.default(uncalculated=True)
|
||||
uncalculated = variable.unrestraint.value.default(uncalculated=True)
|
||||
if uncalculated and not isinstance(uncalculated, Calculation):
|
||||
if isinstance(uncalculated, list):
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -273,33 +273,6 @@
|
|||
"private ports (greater than 49152) are allowed"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": {
|
||||
"path": "manual.socks_proxy.version",
|
||||
"name": "version",
|
||||
"description": "SOCKS host version used by proxy.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "v5"
|
||||
},
|
||||
"variable_type": "choice",
|
||||
"choices": {
|
||||
"name": "Choices",
|
||||
"values": [
|
||||
"v4",
|
||||
"v5"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -106,10 +106,5 @@
|
|||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: 8080 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.version[0m │ SOCKS host version used by proxy. │
|
||||
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
|
||||
│ │ • v4 │
|
||||
│ │ • v5 [1m← (default)[0m │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -32,11 +32,6 @@
|
|||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: 8080 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.version[0m │ SOCKS host version used by proxy. │
|
||||
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
|
||||
│ │ • v4 │
|
||||
│ │ • v5 [1m← (default)[0m │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;96mDeleted variables[0m
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"mode": "standard"
|
||||
"mode": "basic"
|
||||
},
|
||||
"children": {
|
||||
"address": {
|
||||
|
|
@ -172,19 +172,8 @@
|
|||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"mode": "basic",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.address",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "Proxy address"
|
||||
}
|
||||
},
|
||||
"variable_type": "domainname",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
|
|
@ -210,14 +199,7 @@
|
|||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.port",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "Proxy port"
|
||||
}
|
||||
"values": "8080"
|
||||
},
|
||||
"variable_type": "port",
|
||||
"validators": {
|
||||
|
|
@ -238,7 +220,7 @@
|
|||
"name": "socks_proxy",
|
||||
"description": "SOCKS Proxy",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
"mode": "basic"
|
||||
},
|
||||
"children": {
|
||||
"address": {
|
||||
|
|
@ -253,19 +235,8 @@
|
|||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"mode": "basic",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.address",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "Proxy address"
|
||||
}
|
||||
},
|
||||
"variable_type": "domainname",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
|
|
@ -291,14 +262,7 @@
|
|||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.port",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "Proxy port"
|
||||
}
|
||||
"values": "8080"
|
||||
},
|
||||
"variable_type": "port",
|
||||
"validators": {
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual.https_proxy
|
||||
[34m▌ [0m[1;7m standard [0m [1;7m [0m[1;3;7mhidden[0m[1;7m [0m
|
||||
[34m▌ [0m[1;7m basic [0m [1;7m [0m[1;3;7mhidden[0m[1;7m [0m
|
||||
[34m▌ [0m[1mHidden[0m: when the variable [32m"Also use this proxy for HTTPS"[0m
|
||||
[34m▌ [0m[1m([0mmanual.use_for_https[1m)[0m has the value [32m"true"[0m.
|
||||
|
||||
|
|
@ -67,12 +67,9 @@
|
|||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.https_proxy.address[0m │ Proxy address. │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ [1;7m domainname [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "Proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.port[0m │ Proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
|
|
@ -82,9 +79,7 @@
|
|||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "Proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
│ │ [1mDefault[0m: 8080 │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;92mSOCKS Proxy[0m
|
||||
|
|
@ -92,18 +87,15 @@
|
|||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual.socks_proxy
|
||||
[34m▌ [0m[1;7m standard [0m
|
||||
[34m▌ [0m[1;7m basic [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.socks_proxy.address[0m │ Proxy address. │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ [1;7m domainname [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "Proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.port[0m │ Proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
|
|
@ -113,9 +105,7 @@
|
|||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "Proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
│ │ [1mDefault[0m: 8080 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.version[0m │ SOCKS host version used by proxy. │
|
||||
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
|
||||
|
|
|
|||
|
|
@ -1,46 +1,11 @@
|
|||
[1;4;96mModified variables[0m
|
||||
[1;4;96mNew variable[0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.https_proxy.address[0m │ Proxy address. │
|
||||
│ [1;7m [0m[1;7;9mbasic[0m[1;7m [0m [1;7m [0m[1;4;7mstandard[0m[1;7m [0m [1;7m domainname [0m [1;7m [0m │ [1mValidators[0m: │
|
||||
│ [1;7mstandard [0m [1;7m mandatory [0m │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: [4mthe value of the variable [0m │
|
||||
│ │ [4m"Proxy address" [0m │
|
||||
│ │ [4m(manual.http_proxy.address).[0m │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.port[0m │ Proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: [9m8080[0m │
|
||||
│ │ [4mthe value of the variable "Proxy [0m │
|
||||
│ │ [4mport" (manual.http_proxy.port).[0m │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.address[0m │ Proxy address. │
|
||||
│ [1;7m [0m[1;7;9mbasic[0m[1;7m [0m [1;7m [0m[1;4;7mstandard[0m[1;7m [0m [1;7m domainname [0m [1;7m [0m │ [1mValidators[0m: │
|
||||
│ [1;7mstandard [0m [1;7m mandatory [0m │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: [4mthe value of the variable [0m │
|
||||
│ │ [4m"Proxy address" [0m │
|
||||
│ │ [4m(manual.http_proxy.address).[0m │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.port[0m │ Proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: [9m8080[0m │
|
||||
│ │ [4mthe value of the variable "Proxy [0m │
|
||||
│ │ [4mport" (manual.http_proxy.port).[0m │
|
||||
│ [1mmanual.socks_proxy.version[0m │ SOCKS host version used by proxy. │
|
||||
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
|
||||
│ │ • v4 │
|
||||
│ │ • v5 [1m← (default)[0m │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
"address": {
|
||||
"path": "manual.http_proxy.address",
|
||||
"name": "address",
|
||||
"description": "HTTP proxy address.",
|
||||
"description": "Proxy address.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
"port": {
|
||||
"path": "manual.http_proxy.port",
|
||||
"name": "port",
|
||||
"description": "HTTP proxy port.",
|
||||
"description": "Proxy port.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
"address": {
|
||||
"path": "manual.https_proxy.address",
|
||||
"name": "address",
|
||||
"description": "HTTPS proxy address.",
|
||||
"description": "Proxy address.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
|
|
@ -182,7 +182,7 @@
|
|||
"path": "manual.http_proxy.address",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy address"
|
||||
"description": "Proxy address"
|
||||
}
|
||||
},
|
||||
"variable_type": "domainname",
|
||||
|
|
@ -197,7 +197,7 @@
|
|||
"port": {
|
||||
"path": "manual.https_proxy.port",
|
||||
"name": "port",
|
||||
"description": "HTTPS proxy port.",
|
||||
"description": "Proxy port.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
"path": "manual.http_proxy.port",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy port"
|
||||
"description": "Proxy port"
|
||||
}
|
||||
},
|
||||
"variable_type": "port",
|
||||
|
|
@ -244,7 +244,7 @@
|
|||
"address": {
|
||||
"path": "manual.socks_proxy.address",
|
||||
"name": "address",
|
||||
"description": "SOCKS proxy address.",
|
||||
"description": "Proxy address.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
|
|
@ -263,7 +263,7 @@
|
|||
"path": "manual.http_proxy.address",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy address"
|
||||
"description": "Proxy address"
|
||||
}
|
||||
},
|
||||
"variable_type": "domainname",
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
"port": {
|
||||
"path": "manual.socks_proxy.port",
|
||||
"name": "port",
|
||||
"description": "SOCKS proxy port.",
|
||||
"description": "Proxy port.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
|
|
@ -297,7 +297,7 @@
|
|||
"path": "manual.http_proxy.port",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy port"
|
||||
"description": "Proxy port"
|
||||
}
|
||||
},
|
||||
"variable_type": "port",
|
||||
|
|
|
|||
|
|
@ -31,12 +31,12 @@
|
|||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.http_proxy.address[0m │ HTTP proxy address. │
|
||||
│ [1mmanual.http_proxy.address[0m │ Proxy address. │
|
||||
│ [1;7m domainname [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.http_proxy.port[0m │ HTTP proxy port. │
|
||||
│ [1mmanual.http_proxy.port[0m │ Proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
|
|
@ -66,15 +66,15 @@
|
|||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.https_proxy.address[0m │ HTTPS proxy address. │
|
||||
│ [1mmanual.https_proxy.address[0m │ Proxy address. │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy address" │
|
||||
│ │ "Proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.port[0m │ HTTPS proxy port. │
|
||||
│ [1mmanual.https_proxy.port[0m │ Proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy port" │
|
||||
│ │ "Proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
@ -97,15 +97,15 @@
|
|||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.socks_proxy.address[0m │ SOCKS proxy address. │
|
||||
│ [1mmanual.socks_proxy.address[0m │ Proxy address. │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy address" │
|
||||
│ │ "Proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.port[0m │ SOCKS proxy port. │
|
||||
│ [1mmanual.socks_proxy.port[0m │ Proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy port" │
|
||||
│ │ "Proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.version[0m │ SOCKS host version used by proxy. │
|
||||
|
|
|
|||
|
|
@ -3,77 +3,44 @@
|
|||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.http_proxy.address[0m │ [9mProxy address.[0m │
|
||||
│ [1;7m domainname [0m [1;7m basic [0m [1;7m mandatory [0m │ [4mHTTP proxy address.[0m │
|
||||
│ │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ [1mmanual.https_proxy.address[0m │ Proxy address. │
|
||||
│ [1;7m [0m[1;7;9mbasic[0m[1;7m [0m [1;7m [0m[1;4;7mstandard[0m[1;7m [0m [1;7m domainname [0m [1;7m [0m │ [1mValidators[0m: │
|
||||
│ [1;7mstandard [0m [1;7m mandatory [0m │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.http_proxy.port[0m │ [9mProxy port.[0m │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [4mHTTP proxy port.[0m │
|
||||
│ │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: 8080 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.address[0m │ [9mProxy address.[0m │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [4mHTTPS proxy address.[0m │
|
||||
│ │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: [9mthe value of the variable [0m │
|
||||
│ │ [9m"Proxy address" [0m │
|
||||
│ │ [9m(manual.http_proxy.address).[0m │
|
||||
│ │ [4mthe value of the variable "HTTP [0m │
|
||||
│ │ [4mproxy address" [0m │
|
||||
│ │ [1mDefault[0m: [4mthe value of the variable [0m │
|
||||
│ │ [4m"Proxy address" [0m │
|
||||
│ │ [4m(manual.http_proxy.address).[0m │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.port[0m │ [9mProxy port.[0m │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [4mHTTPS proxy port.[0m │
|
||||
│ │ [1mValidators[0m: │
|
||||
│ [1mmanual.https_proxy.port[0m │ Proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: [9mthe value of the variable [0m │
|
||||
│ │ [9m"Proxy port" [0m │
|
||||
│ │ [9m(manual.http_proxy.port).[0m │
|
||||
│ │ [4mthe value of the variable "HTTP [0m │
|
||||
│ │ [4mproxy port" [0m │
|
||||
│ │ [4m(manual.http_proxy.port).[0m │
|
||||
│ │ [1mDefault[0m: [9m8080[0m │
|
||||
│ │ [4mthe value of the variable "Proxy [0m │
|
||||
│ │ [4mport" (manual.http_proxy.port).[0m │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.address[0m │ [9mProxy address.[0m │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [4mSOCKS proxy address.[0m │
|
||||
│ │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ [1mmanual.socks_proxy.address[0m │ Proxy address. │
|
||||
│ [1;7m [0m[1;7;9mbasic[0m[1;7m [0m [1;7m [0m[1;4;7mstandard[0m[1;7m [0m [1;7m domainname [0m [1;7m [0m │ [1mValidators[0m: │
|
||||
│ [1;7mstandard [0m [1;7m mandatory [0m │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: [9mthe value of the variable [0m │
|
||||
│ │ [9m"Proxy address" [0m │
|
||||
│ │ [9m(manual.http_proxy.address).[0m │
|
||||
│ │ [4mthe value of the variable "HTTP [0m │
|
||||
│ │ [4mproxy address" [0m │
|
||||
│ │ [1mDefault[0m: [4mthe value of the variable [0m │
|
||||
│ │ [4m"Proxy address" [0m │
|
||||
│ │ [4m(manual.http_proxy.address).[0m │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.port[0m │ [9mProxy port.[0m │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [4mSOCKS proxy port.[0m │
|
||||
│ │ [1mValidators[0m: │
|
||||
│ [1mmanual.socks_proxy.port[0m │ Proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: [9mthe value of the variable [0m │
|
||||
│ │ [9m"Proxy port" [0m │
|
||||
│ │ [9m(manual.http_proxy.port).[0m │
|
||||
│ │ [4mthe value of the variable "HTTP [0m │
|
||||
│ │ [4mproxy port" [0m │
|
||||
│ │ [4m(manual.http_proxy.port).[0m │
|
||||
│ │ [1mDefault[0m: [9m8080[0m │
|
||||
│ │ [4mthe value of the variable "Proxy [0m │
|
||||
│ │ [4mport" (manual.http_proxy.port).[0m │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
340
tests/result_tutorial/084/doc.json
Normal file
340
tests/result_tutorial/084/doc.json
Normal file
|
|
@ -0,0 +1,340 @@
|
|||
{
|
||||
"proxy_mode": {
|
||||
"path": "proxy_mode",
|
||||
"name": "proxy_mode",
|
||||
"description": "Configure Proxy Access to the Internet.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "No proxy"
|
||||
},
|
||||
"variable_type": "choice",
|
||||
"choices": {
|
||||
"name": "Choices",
|
||||
"values": [
|
||||
"No proxy",
|
||||
"Auto-detect proxy settings for this network",
|
||||
"Use system proxy settings",
|
||||
"Manual proxy configuration",
|
||||
"Automatic proxy configuration URL"
|
||||
]
|
||||
}
|
||||
},
|
||||
"manual": {
|
||||
"type": "family",
|
||||
"informations": {
|
||||
"path": "manual",
|
||||
"name": "manual",
|
||||
"description": "Manual proxy configuration",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "disabled",
|
||||
"ori_name": "disabled",
|
||||
"access_control": true,
|
||||
"annotation": {
|
||||
"message": "when the variable {0} hasn't the value \"Manual proxy configuration\".",
|
||||
"path": {
|
||||
"path": "proxy_mode"
|
||||
},
|
||||
"description": "Configure Proxy Access to the Internet"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mode": "basic"
|
||||
},
|
||||
"children": {
|
||||
"http_proxy": {
|
||||
"type": "family",
|
||||
"informations": {
|
||||
"path": "manual.http_proxy",
|
||||
"name": "http_proxy",
|
||||
"description": "HTTP Proxy",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
"children": {
|
||||
"address": {
|
||||
"path": "manual.http_proxy.address",
|
||||
"name": "address",
|
||||
"description": "HTTP proxy address.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "basic",
|
||||
"type": "variable",
|
||||
"variable_type": "domainname",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"type domainname",
|
||||
"the domain name can be an IP"
|
||||
]
|
||||
}
|
||||
},
|
||||
"port": {
|
||||
"path": "manual.http_proxy.port",
|
||||
"name": "port",
|
||||
"description": "HTTP proxy port.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "8080"
|
||||
},
|
||||
"variable_type": "port",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"well-known ports (1 to 1023) are allowed",
|
||||
"registred ports (1024 to 49151) are allowed",
|
||||
"private ports (greater than 49152) are allowed"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"use_for_https": {
|
||||
"path": "manual.use_for_https",
|
||||
"name": "use_for_https",
|
||||
"description": "Also use this proxy for HTTPS.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": true
|
||||
},
|
||||
"variable_type": "boolean"
|
||||
},
|
||||
"https_proxy": {
|
||||
"type": "family",
|
||||
"informations": {
|
||||
"path": "manual.https_proxy",
|
||||
"name": "https_proxy",
|
||||
"description": "HTTPS Proxy",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "hidden",
|
||||
"ori_name": "hidden",
|
||||
"access_control": true,
|
||||
"annotation": {
|
||||
"message": "when the variable {0} has the value \"true\".",
|
||||
"path": {
|
||||
"path": "manual.use_for_https"
|
||||
},
|
||||
"description": "Also use this proxy for HTTPS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mode": "standard"
|
||||
},
|
||||
"children": {
|
||||
"address": {
|
||||
"path": "manual.https_proxy.address",
|
||||
"name": "address",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.address",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy address"
|
||||
}
|
||||
},
|
||||
"variable_type": "domainname",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"type domainname",
|
||||
"the domain name can be an IP"
|
||||
]
|
||||
}
|
||||
},
|
||||
"port": {
|
||||
"path": "manual.https_proxy.port",
|
||||
"name": "port",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.port",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy port"
|
||||
}
|
||||
},
|
||||
"variable_type": "port",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"well-known ports (1 to 1023) are allowed",
|
||||
"registred ports (1024 to 49151) are allowed",
|
||||
"private ports (greater than 49152) are allowed"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"socks_proxy": {
|
||||
"type": "family",
|
||||
"informations": {
|
||||
"path": "manual.socks_proxy",
|
||||
"name": "socks_proxy",
|
||||
"description": "SOCKS Proxy",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
"children": {
|
||||
"address": {
|
||||
"path": "manual.socks_proxy.address",
|
||||
"name": "address",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.address",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy address"
|
||||
}
|
||||
},
|
||||
"variable_type": "domainname",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"type domainname",
|
||||
"the domain name can be an IP"
|
||||
]
|
||||
}
|
||||
},
|
||||
"port": {
|
||||
"path": "manual.socks_proxy.port",
|
||||
"name": "port",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.port",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy port"
|
||||
}
|
||||
},
|
||||
"variable_type": "port",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"well-known ports (1 to 1023) are allowed",
|
||||
"registred ports (1024 to 49151) are allowed",
|
||||
"private ports (greater than 49152) are allowed"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": {
|
||||
"path": "manual.socks_proxy.version",
|
||||
"name": "version",
|
||||
"description": "SOCKS host version used by proxy.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "v5"
|
||||
},
|
||||
"variable_type": "choice",
|
||||
"choices": {
|
||||
"name": "Choices",
|
||||
"values": [
|
||||
"v4",
|
||||
"v5"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
121
tests/result_tutorial/084/doc.sh
Normal file
121
tests/result_tutorial/084/doc.sh
Normal file
|
|
@ -0,0 +1,121 @@
|
|||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mproxy_mode[0m │ Configure Proxy Access to the │
|
||||
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ Internet. │
|
||||
│ │ [1mChoices[0m: │
|
||||
│ │ • No proxy [1m← (default)[0m │
|
||||
│ │ • Auto-detect proxy settings for │
|
||||
│ │ this network │
|
||||
│ │ • Use system proxy settings │
|
||||
│ │ • Manual proxy configuration │
|
||||
│ │ • Automatic proxy configuration URL │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;96mManual proxy configuration[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual
|
||||
[34m▌ [0m[1;7m basic [0m [1;7m [0m[1;3;7mdisabled[0m[1;7m [0m
|
||||
[34m▌ [0m[1mDisabled[0m: when the variable [32m"Configure Proxy Access to the Internet"[0m
|
||||
[34m▌ [0m[1m([0mproxy_mode[1m)[0m hasn't the value [32m"Manual proxy configuration"[0m.
|
||||
|
||||
[1;4;92mHTTP Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual.http_proxy
|
||||
[34m▌ [0m[1;7m basic [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.http_proxy.address[0m │ HTTP proxy address. │
|
||||
│ [1;7m domainname [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.http_proxy.port[0m │ HTTP proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: 8080 │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.use_for_https[0m │ Also use this proxy for HTTPS. │
|
||||
│ [1;7m boolean [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: true │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;92mHTTPS Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual.https_proxy
|
||||
[34m▌ [0m[1;7m standard [0m [1;7m [0m[1;3;7mhidden[0m[1;7m [0m
|
||||
[34m▌ [0m[1mHidden[0m: when the variable [32m"Also use this proxy for HTTPS"[0m
|
||||
[34m▌ [0m[1m([0mmanual.use_for_https[1m)[0m has the value [32m"true"[0m.
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.https_proxy.address[0m │ [1mValidators[0m: │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.port[0m │ [1mValidators[0m: │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;92mSOCKS Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual.socks_proxy
|
||||
[34m▌ [0m[1;7m standard [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.socks_proxy.address[0m │ [1mValidators[0m: │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.port[0m │ [1mValidators[0m: │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.version[0m │ SOCKS host version used by proxy. │
|
||||
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
|
||||
│ │ • v4 │
|
||||
│ │ • v5 [1m← (default)[0m │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
71
tests/result_tutorial/084/doc_changelog.sh
Normal file
71
tests/result_tutorial/084/doc_changelog.sh
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
[1;4;96mModified variables[0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.http_proxy.address[0m │ [9mProxy address.[0m │
|
||||
│ [1;7m domainname [0m [1;7m basic [0m [1;7m mandatory [0m │ [4mHTTP proxy address.[0m │
|
||||
│ │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.http_proxy.port[0m │ [9mProxy port.[0m │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [4mHTTP proxy port.[0m │
|
||||
│ │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: 8080 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.address[0m │ [1mValidators[0m: │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: [9mthe value of the variable [0m │
|
||||
│ │ [9m"Proxy address" [0m │
|
||||
│ │ [9m(manual.http_proxy.address).[0m │
|
||||
│ │ [4mthe value of the variable "HTTP [0m │
|
||||
│ │ [4mproxy address" [0m │
|
||||
│ │ [4m(manual.http_proxy.address).[0m │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.port[0m │ [1mValidators[0m: │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: [9mthe value of the variable [0m │
|
||||
│ │ [9m"Proxy port" [0m │
|
||||
│ │ [9m(manual.http_proxy.port).[0m │
|
||||
│ │ [4mthe value of the variable "HTTP [0m │
|
||||
│ │ [4mproxy port" [0m │
|
||||
│ │ [4m(manual.http_proxy.port).[0m │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.address[0m │ [1mValidators[0m: │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: [9mthe value of the variable [0m │
|
||||
│ │ [9m"Proxy address" [0m │
|
||||
│ │ [9m(manual.http_proxy.address).[0m │
|
||||
│ │ [4mthe value of the variable "HTTP [0m │
|
||||
│ │ [4mproxy address" [0m │
|
||||
│ │ [4m(manual.http_proxy.address).[0m │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.port[0m │ [1mValidators[0m: │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: [9mthe value of the variable [0m │
|
||||
│ │ [9m"Proxy port" [0m │
|
||||
│ │ [9m(manual.http_proxy.port).[0m │
|
||||
│ │ [4mthe value of the variable "HTTP [0m │
|
||||
│ │ [4mproxy port" [0m │
|
||||
│ │ [4m(manual.http_proxy.port).[0m │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
344
tests/result_tutorial/085/doc.json
Normal file
344
tests/result_tutorial/085/doc.json
Normal file
|
|
@ -0,0 +1,344 @@
|
|||
{
|
||||
"proxy_mode": {
|
||||
"path": "proxy_mode",
|
||||
"name": "proxy_mode",
|
||||
"description": "Configure Proxy Access to the Internet.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "No proxy"
|
||||
},
|
||||
"variable_type": "choice",
|
||||
"choices": {
|
||||
"name": "Choices",
|
||||
"values": [
|
||||
"No proxy",
|
||||
"Auto-detect proxy settings for this network",
|
||||
"Use system proxy settings",
|
||||
"Manual proxy configuration",
|
||||
"Automatic proxy configuration URL"
|
||||
]
|
||||
}
|
||||
},
|
||||
"manual": {
|
||||
"type": "family",
|
||||
"informations": {
|
||||
"path": "manual",
|
||||
"name": "manual",
|
||||
"description": "Manual proxy configuration",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "disabled",
|
||||
"ori_name": "disabled",
|
||||
"access_control": true,
|
||||
"annotation": {
|
||||
"message": "when the variable {0} hasn't the value \"Manual proxy configuration\".",
|
||||
"path": {
|
||||
"path": "proxy_mode"
|
||||
},
|
||||
"description": "Configure Proxy Access to the Internet"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mode": "basic"
|
||||
},
|
||||
"children": {
|
||||
"http_proxy": {
|
||||
"type": "family",
|
||||
"informations": {
|
||||
"path": "manual.http_proxy",
|
||||
"name": "http_proxy",
|
||||
"description": "HTTP Proxy",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
"children": {
|
||||
"address": {
|
||||
"path": "manual.http_proxy.address",
|
||||
"name": "address",
|
||||
"description": "HTTP proxy address.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "basic",
|
||||
"type": "variable",
|
||||
"variable_type": "domainname",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"type domainname",
|
||||
"the domain name can be an IP"
|
||||
]
|
||||
}
|
||||
},
|
||||
"port": {
|
||||
"path": "manual.http_proxy.port",
|
||||
"name": "port",
|
||||
"description": "HTTP proxy port.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "8080"
|
||||
},
|
||||
"variable_type": "port",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"well-known ports (1 to 1023) are allowed",
|
||||
"registred ports (1024 to 49151) are allowed",
|
||||
"private ports (greater than 49152) are allowed"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"use_for_https": {
|
||||
"path": "manual.use_for_https",
|
||||
"name": "use_for_https",
|
||||
"description": "Also use this proxy for HTTPS.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": true
|
||||
},
|
||||
"variable_type": "boolean"
|
||||
},
|
||||
"https_proxy": {
|
||||
"type": "family",
|
||||
"informations": {
|
||||
"path": "manual.https_proxy",
|
||||
"name": "https_proxy",
|
||||
"description": "HTTPS Proxy",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "hidden",
|
||||
"ori_name": "hidden",
|
||||
"access_control": true,
|
||||
"annotation": {
|
||||
"message": "when the variable {0} has the value \"true\".",
|
||||
"path": {
|
||||
"path": "manual.use_for_https"
|
||||
},
|
||||
"description": "Also use this proxy for HTTPS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mode": "standard"
|
||||
},
|
||||
"children": {
|
||||
"address": {
|
||||
"path": "manual.https_proxy.address",
|
||||
"name": "address",
|
||||
"description": "HTTPS proxy address.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.address",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy address"
|
||||
}
|
||||
},
|
||||
"variable_type": "domainname",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"type domainname",
|
||||
"the domain name can be an IP"
|
||||
]
|
||||
}
|
||||
},
|
||||
"port": {
|
||||
"path": "manual.https_proxy.port",
|
||||
"name": "port",
|
||||
"description": "HTTPS proxy port.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.port",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy port"
|
||||
}
|
||||
},
|
||||
"variable_type": "port",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"well-known ports (1 to 1023) are allowed",
|
||||
"registred ports (1024 to 49151) are allowed",
|
||||
"private ports (greater than 49152) are allowed"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"socks_proxy": {
|
||||
"type": "family",
|
||||
"informations": {
|
||||
"path": "manual.socks_proxy",
|
||||
"name": "socks_proxy",
|
||||
"description": "SOCKS Proxy",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
"children": {
|
||||
"address": {
|
||||
"path": "manual.socks_proxy.address",
|
||||
"name": "address",
|
||||
"description": "SOCKS proxy address.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.address",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy address"
|
||||
}
|
||||
},
|
||||
"variable_type": "domainname",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"type domainname",
|
||||
"the domain name can be an IP"
|
||||
]
|
||||
}
|
||||
},
|
||||
"port": {
|
||||
"path": "manual.socks_proxy.port",
|
||||
"name": "port",
|
||||
"description": "SOCKS proxy port.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "manual.http_proxy.port",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "HTTP proxy port"
|
||||
}
|
||||
},
|
||||
"variable_type": "port",
|
||||
"validators": {
|
||||
"name": "Validators",
|
||||
"values": [
|
||||
"well-known ports (1 to 1023) are allowed",
|
||||
"registred ports (1024 to 49151) are allowed",
|
||||
"private ports (greater than 49152) are allowed"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": {
|
||||
"path": "manual.socks_proxy.version",
|
||||
"name": "version",
|
||||
"description": "SOCKS host version used by proxy.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "v5"
|
||||
},
|
||||
"variable_type": "choice",
|
||||
"choices": {
|
||||
"name": "Choices",
|
||||
"values": [
|
||||
"v4",
|
||||
"v5"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
125
tests/result_tutorial/085/doc.sh
Normal file
125
tests/result_tutorial/085/doc.sh
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mproxy_mode[0m │ Configure Proxy Access to the │
|
||||
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ Internet. │
|
||||
│ │ [1mChoices[0m: │
|
||||
│ │ • No proxy [1m← (default)[0m │
|
||||
│ │ • Auto-detect proxy settings for │
|
||||
│ │ this network │
|
||||
│ │ • Use system proxy settings │
|
||||
│ │ • Manual proxy configuration │
|
||||
│ │ • Automatic proxy configuration URL │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;96mManual proxy configuration[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual
|
||||
[34m▌ [0m[1;7m basic [0m [1;7m [0m[1;3;7mdisabled[0m[1;7m [0m
|
||||
[34m▌ [0m[1mDisabled[0m: when the variable [32m"Configure Proxy Access to the Internet"[0m
|
||||
[34m▌ [0m[1m([0mproxy_mode[1m)[0m hasn't the value [32m"Manual proxy configuration"[0m.
|
||||
|
||||
[1;4;92mHTTP Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual.http_proxy
|
||||
[34m▌ [0m[1;7m basic [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.http_proxy.address[0m │ HTTP proxy address. │
|
||||
│ [1;7m domainname [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.http_proxy.port[0m │ HTTP proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: 8080 │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.use_for_https[0m │ Also use this proxy for HTTPS. │
|
||||
│ [1;7m boolean [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: true │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;92mHTTPS Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual.https_proxy
|
||||
[34m▌ [0m[1;7m standard [0m [1;7m [0m[1;3;7mhidden[0m[1;7m [0m
|
||||
[34m▌ [0m[1mHidden[0m: when the variable [32m"Also use this proxy for HTTPS"[0m
|
||||
[34m▌ [0m[1m([0mmanual.use_for_https[1m)[0m has the value [32m"true"[0m.
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.https_proxy.address[0m │ HTTPS proxy address. │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.port[0m │ HTTPS proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;92mSOCKS Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0m[1mPath[0m: manual.socks_proxy
|
||||
[34m▌ [0m[1;7m standard [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.socks_proxy.address[0m │ SOCKS proxy address. │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.port[0m │ SOCKS proxy port. │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.version[0m │ SOCKS host version used by proxy. │
|
||||
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
|
||||
│ │ • v4 │
|
||||
│ │ • v5 [1m← (default)[0m │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
46
tests/result_tutorial/085/doc_changelog.sh
Normal file
46
tests/result_tutorial/085/doc_changelog.sh
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
[1;4;96mModified variables[0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mmanual.https_proxy.address[0m │ [4mHTTPS proxy address.[0m │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.https_proxy.port[0m │ [4mHTTPS proxy port.[0m │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.address[0m │ [4mSOCKS proxy address.[0m │
|
||||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • type domainname │
|
||||
│ │ • the domain name can be an IP │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy address" │
|
||||
│ │ (manual.http_proxy.address). │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mmanual.socks_proxy.port[0m │ [4mSOCKS proxy port.[0m │
|
||||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||||
│ │ • well-known ports (1 to 1023) are │
|
||||
│ │ allowed │
|
||||
│ │ • registred ports (1024 to 49151) │
|
||||
│ │ are allowed │
|
||||
│ │ • private ports (greater than 49152) │
|
||||
│ │ are allowed │
|
||||
│ │ [1mDefault[0m: the value of the variable │
|
||||
│ │ "HTTP proxy port" │
|
||||
│ │ (manual.http_proxy.port). │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
@ -7,9 +7,6 @@
|
|||
|
||||
* val1
|
||||
* val2
|
||||
| **var2** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A suffix variable2. +
|
||||
**Default**: val1
|
||||
|====
|
||||
|
||||
== dyn__val1__ or dyn__val2__
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.<br/>**Default**: val1 |
|
||||
|
||||
<details><summary>dynval1 or dynval2</summary>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,10 @@
|
|||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>multiple</mark> <mark>standard</mark> <mark>mandatory</mark> <mark>unique</mark></td><td>A suffix variable.<br/><b>Default</b>: <ul><li>val1</li>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
<tr><td><b>var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark> </td><td>A suffix variable2.<br/><b>Default</b>: val1</td></tr>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
|
|
@ -29,26 +29,6 @@
|
|||
"variable_type": "string",
|
||||
"multiple": true
|
||||
},
|
||||
"var2": {
|
||||
"path": "var2",
|
||||
"name": "var2",
|
||||
"description": "A suffix variable2.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "val1"
|
||||
},
|
||||
"variable_type": "string"
|
||||
},
|
||||
"dyn{{ identifier }}": {
|
||||
"type": "dynamic",
|
||||
"informations": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.<br/>**Default**: val1 |
|
||||
|
||||
# dyn*val1* or dyn*val2*
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@
|
|||
│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │
|
||||
│ [1;7mmandatory [0m [1;7m unique [0m │ • val1 │
|
||||
│ │ • val2 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mvar2[0m │ A suffix variable2. │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: val1 │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;96mdyn[0m[1;3;4;96mval1[0m[1;4;96m or dyn[0m[1;3;4;96mval2[0m
|
||||
|
|
|
|||
|
|
@ -7,9 +7,6 @@
|
|||
|
||||
* val1
|
||||
* val2
|
||||
| **var2** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A suffix variable2. +
|
||||
**Default**: val1
|
||||
|====
|
||||
|
||||
== dyn__val1__ or dyn__val2__
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.<br/>**Default**: val1 |
|
||||
|
||||
<details><summary>dynval1 or dynval2</summary>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,10 @@
|
|||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>multiple</mark> <mark>standard</mark> <mark>mandatory</mark> <mark>unique</mark></td><td>A suffix variable.<br/><b>Default</b>: <ul><li>val1</li>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
<tr><td><b>var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark> </td><td>A suffix variable2.<br/><b>Default</b>: val1</td></tr>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
|
|
@ -29,26 +29,6 @@
|
|||
"variable_type": "string",
|
||||
"multiple": true
|
||||
},
|
||||
"var2": {
|
||||
"path": "var2",
|
||||
"name": "var2",
|
||||
"description": "A suffix variable2.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "val1"
|
||||
},
|
||||
"variable_type": "string"
|
||||
},
|
||||
"dyn{{ identifier }}": {
|
||||
"type": "dynamic",
|
||||
"informations": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.<br/>**Default**: val1 |
|
||||
|
||||
# dyn*val1* or dyn*val2*
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@
|
|||
│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │
|
||||
│ [1;7mmandatory [0m [1;7m unique [0m │ • val1 │
|
||||
│ │ • val2 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mvar2[0m │ A suffix variable2. │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: val1 │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;96mdyn[0m[1;3;4;96mval1[0m[1;4;96m or dyn[0m[1;3;4;96mval2[0m
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var: val1
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var: val1
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var: val1
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var: val1
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var:
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var:
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var:
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var:
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
var1: # A suffix variable
|
||||
- val1
|
||||
- val2
|
||||
var2: val1 # A suffix variable2
|
||||
dynval1:
|
||||
var: val1 # A dynamic variable
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
var1: # A suffix variable
|
||||
- val1
|
||||
- val2
|
||||
var2: val1 # A suffix variable2
|
||||
dynval1:
|
||||
var: val1 # A dynamic variable
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
var1: # A suffix variable
|
||||
- val1
|
||||
- val2
|
||||
var2: val1 # A suffix variable2
|
||||
dynval1:
|
||||
var: val1 # A dynamic variable
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
var1: # A suffix variable
|
||||
- val1
|
||||
- val2
|
||||
var2: val1 # A suffix variable2
|
||||
dynval1:
|
||||
var: val1 # A dynamic variable
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A suffix variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A suffix variable2[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
var1: # A suffix variable
|
||||
- val1
|
||||
- val2
|
||||
var2: val1 # A suffix variable2
|
||||
dynval1:
|
||||
var: # A dynamic variable
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
var1: # A suffix variable
|
||||
- val1
|
||||
- val2
|
||||
var2: val1 # A suffix variable2
|
||||
dynval1:
|
||||
var: # A dynamic variable
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
var1: # A suffix variable
|
||||
- val1
|
||||
- val2
|
||||
var2: val1 # A suffix variable2
|
||||
dynval1:
|
||||
var: # A dynamic variable
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
var1: # A suffix variable
|
||||
- val1
|
||||
- val2
|
||||
var2: val1 # A suffix variable2
|
||||
dynval1:
|
||||
var: # A dynamic variable
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A suffix variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A suffix variable2[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ This family is a namespace. +
|
|||
|
||||
* val1
|
||||
* val2
|
||||
| **rougail.var2** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A suffix variable2. +
|
||||
**Default**: val1
|
||||
|====
|
||||
|
||||
=== dyn__val1__ or dyn__val2__
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.<br/>**Default**: val1 |
|
||||
|
||||
<details><summary>dynval1 or dynval2</summary>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,11 @@ This family is a namespace.<br/><b>Path</b>: rougail<br/><mark>standard</mark>
|
|||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b>rougail.var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>multiple</mark> <mark>standard</mark> <mark>mandatory</mark> <mark>unique</mark></td><td>A suffix variable.<br/><b>Default</b>: <ul><li>val1</li>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
<tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark> </td><td>A suffix variable2.<br/><b>Default</b>: val1</td></tr>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
|
|
@ -42,26 +42,6 @@
|
|||
"variable_type": "string",
|
||||
"multiple": true
|
||||
},
|
||||
"var2": {
|
||||
"path": "rougail.var2",
|
||||
"name": "var2",
|
||||
"description": "A suffix variable2.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "val1"
|
||||
},
|
||||
"variable_type": "string"
|
||||
},
|
||||
"dyn{{ identifier }}": {
|
||||
"type": "dynamic",
|
||||
"informations": {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.<br/>**Default**: val1 |
|
||||
|
||||
## dyn*val1* or dyn*val2*
|
||||
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@
|
|||
│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │
|
||||
│ [1;7mmandatory [0m [1;7m unique [0m │ • val1 │
|
||||
│ │ • val2 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.var2[0m │ A suffix variable2. │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: val1 │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;92mdyn[0m[1;3;4;92mval1[0m[1;4;92m or dyn[0m[1;3;4;92mval2[0m
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ This family is a namespace. +
|
|||
|
||||
* val1
|
||||
* val2
|
||||
| **rougail.var2** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A suffix variable2. +
|
||||
**Default**: val1
|
||||
|====
|
||||
|
||||
=== dyn__val1__ or dyn__val2__
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.<br/>**Default**: val1 |
|
||||
|
||||
<details><summary>dynval1 or dynval2</summary>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,11 @@ This family is a namespace.<br/><b>Path</b>: rougail<br/><mark>standard</mark>
|
|||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b>rougail.var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>multiple</mark> <mark>standard</mark> <mark>mandatory</mark> <mark>unique</mark></td><td>A suffix variable.<br/><b>Default</b>: <ul><li>val1</li>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
<tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark> </td><td>A suffix variable2.<br/><b>Default</b>: val1</td></tr>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
|
|
@ -42,26 +42,6 @@
|
|||
"variable_type": "string",
|
||||
"multiple": true
|
||||
},
|
||||
"var2": {
|
||||
"path": "rougail.var2",
|
||||
"name": "var2",
|
||||
"description": "A suffix variable2.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "val1"
|
||||
},
|
||||
"variable_type": "string"
|
||||
},
|
||||
"dyn{{ identifier }}": {
|
||||
"type": "dynamic",
|
||||
"informations": {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.<br/>**Default**: val1 |
|
||||
|
||||
## dyn*val1* or dyn*val2*
|
||||
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@
|
|||
│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │
|
||||
│ [1;7mmandatory [0m [1;7m unique [0m │ • val1 │
|
||||
│ │ • val2 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.var2[0m │ A suffix variable2. │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: val1 │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;92mdyn[0m[1;3;4;92mval1[0m[1;4;92m or dyn[0m[1;3;4;92mval2[0m
|
||||
|
|
|
|||
|
|
@ -0,0 +1,28 @@
|
|||
== Rougail
|
||||
|
||||
====
|
||||
**🛈 Informations**
|
||||
|
||||
This family is a namespace. +
|
||||
**Path**: rougail +
|
||||
`basic`
|
||||
|
||||
====
|
||||
|
||||
[cols="1a,1a"]
|
||||
|====
|
||||
| Variable | Description
|
||||
| **rougail.var1** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `unique` | A suffix variable. +
|
||||
**Default**:
|
||||
|
||||
* val1
|
||||
|
||||
**Examples**:
|
||||
|
||||
* val1
|
||||
* val2
|
||||
| **rougail.var2** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | A variable calculated. +
|
||||
**Default**: the value of an undocumented variable
|
||||
|====
|
||||
|
|
@ -10,6 +10,6 @@
|
|||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|
|
||||
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>**Examples**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.<br/>**Default**: the value of an undocumented variable |
|
||||
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable calculated.<br/>**Default**: the value of an undocumented variable |
|
||||
|
||||
</details>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<h1>Rougail</h1>
|
||||
|
||||
This family is a namespace.<br/><b>Path</b>: rougail<br/><mark>basic</mark>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b>rougail.var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>multiple</mark> <mark>standard</mark> <mark>unique</mark></td><td>A suffix variable.<br/><b>Default</b>: <ul><li>val1</li></ul><br/><b>Examples</b>: <ul><li>val1</li>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
<tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> </td><td>A variable calculated.<br/><b>Default</b>: the value of an undocumented variable</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"rougail": {
|
||||
"type": "namespace",
|
||||
"informations": {
|
||||
"path": "rougail",
|
||||
"name": "rougail",
|
||||
"description": "Rougail",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"help": [
|
||||
"This family is a namespace"
|
||||
]
|
||||
},
|
||||
"children": {
|
||||
"var1": {
|
||||
"path": "rougail.var1",
|
||||
"name": "var1",
|
||||
"description": "A suffix variable.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "unique",
|
||||
"ori_name": "unique",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": [
|
||||
"val1"
|
||||
]
|
||||
},
|
||||
"variable_type": "string",
|
||||
"multiple": true,
|
||||
"examples": {
|
||||
"name": "Examples",
|
||||
"values": [
|
||||
"val1",
|
||||
"val2"
|
||||
]
|
||||
}
|
||||
},
|
||||
"var2": {
|
||||
"path": "rougail.var2",
|
||||
"name": "var2",
|
||||
"description": "A variable calculated.",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of an undocumented variable",
|
||||
"path": {
|
||||
"path": "rougail.dyn{{ identifier }}.var",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
]
|
||||
],
|
||||
"identifier_type": "one"
|
||||
},
|
||||
"description": "A dynamic variable"
|
||||
}
|
||||
},
|
||||
"variable_type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
# Rougail
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> This family is a namespace.\
|
||||
> **Path**: rougail\
|
||||
> `basic`
|
||||
|
||||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|
|
||||
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>**Examples**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable calculated.<br/>**Default**: the value of an undocumented variable |
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
[1;4;96mRougail[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0mThis family is a namespace.
|
||||
[34m▌ [0m[1mPath[0m: rougail
|
||||
[34m▌ [0m[1;7m basic [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mrougail.var1[0m │ A suffix variable. │
|
||||
│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │
|
||||
│ [1;7munique [0m │ • val1 │
|
||||
│ │ [1mExamples[0m: │
|
||||
│ │ • val1 │
|
||||
│ │ • val2 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.var2[0m │ A variable calculated. │
|
||||
│ [1;7m string [0m [1;7m standard [0m │ [1mDefault[0m: the value of an │
|
||||
│ │ undocumented variable │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
== Rougail
|
||||
|
||||
====
|
||||
**🛈 Informations**
|
||||
|
||||
This family is a namespace. +
|
||||
**Path**: rougail +
|
||||
`basic`
|
||||
|
||||
====
|
||||
|
||||
[cols="1a,1a"]
|
||||
|====
|
||||
| Variable | Description
|
||||
| **rougail.var1** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `unique` | A suffix variable. +
|
||||
**Examples**:
|
||||
|
||||
* val1
|
||||
* val2
|
||||
| **rougail.var2** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | A variable calculated. +
|
||||
**Default**: the value of an undocumented variable
|
||||
|====
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<details><summary>Rougail</summary>
|
||||
|
||||
> [!note] 🛈 Informations
|
||||
> This family is a namespace.
|
||||
>
|
||||
> **Path**: rougail
|
||||
>
|
||||
> `basic`
|
||||
|
||||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
|
||||
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | A suffix variable.<br/>**Examples**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable calculated.<br/>**Default**: the value of an undocumented variable |
|
||||
|
||||
</details>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<h1>Rougail</h1>
|
||||
|
||||
This family is a namespace.<br/><b>Path</b>: rougail<br/><mark>basic</mark>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b>rougail.var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>multiple</mark> <mark>standard</mark> <mark>unique</mark></td><td>A suffix variable.<br/><b>Examples</b>: <ul><li>val1</li>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
<tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> </td><td>A variable calculated.<br/><b>Default</b>: the value of an undocumented variable</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"rougail": {
|
||||
"type": "namespace",
|
||||
"informations": {
|
||||
"path": "rougail",
|
||||
"name": "rougail",
|
||||
"description": "Rougail",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"help": [
|
||||
"This family is a namespace"
|
||||
]
|
||||
},
|
||||
"children": {
|
||||
"var1": {
|
||||
"path": "rougail.var1",
|
||||
"name": "var1",
|
||||
"description": "A suffix variable.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "unique",
|
||||
"ori_name": "unique",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"variable_type": "string",
|
||||
"multiple": true,
|
||||
"examples": {
|
||||
"name": "Examples",
|
||||
"values": [
|
||||
"val1",
|
||||
"val2"
|
||||
]
|
||||
}
|
||||
},
|
||||
"var2": {
|
||||
"path": "rougail.var2",
|
||||
"name": "var2",
|
||||
"description": "A variable calculated.",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of an undocumented variable",
|
||||
"path": {
|
||||
"path": "rougail.dyn{{ identifier }}.var",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
]
|
||||
],
|
||||
"identifier_type": "one"
|
||||
},
|
||||
"description": "A dynamic variable"
|
||||
}
|
||||
},
|
||||
"variable_type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
# Rougail
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> This family is a namespace.\
|
||||
> **Path**: rougail\
|
||||
> `basic`
|
||||
|
||||
| Variable | Description |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
|
||||
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | A suffix variable.<br/>**Examples**: <br/>• val1<br/>• val2 |
|
||||
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable calculated.<br/>**Default**: the value of an undocumented variable |
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
[1;4;96mRougail[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0mThis family is a namespace.
|
||||
[34m▌ [0m[1mPath[0m: rougail
|
||||
[34m▌ [0m[1;7m basic [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mrougail.var1[0m │ A suffix variable. │
|
||||
│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mExamples[0m: │
|
||||
│ [1;7munique [0m │ • val1 │
|
||||
│ │ • val2 │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.var2[0m │ A variable calculated. │
|
||||
│ [1;7m string [0m [1;7m standard [0m │ [1mDefault[0m: the value of an │
|
||||
│ │ undocumented variable │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
@ -0,0 +1,57 @@
|
|||
== Rougail
|
||||
|
||||
====
|
||||
**🛈 Informations**
|
||||
|
||||
This family is a namespace. +
|
||||
**Path**: rougail +
|
||||
`standard`
|
||||
|
||||
====
|
||||
|
||||
[cols="1a,1a"]
|
||||
|====
|
||||
| Variable | Description
|
||||
| **rougail.var** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A suffix variable. +
|
||||
**Default**:
|
||||
|
||||
* val1
|
||||
* val2
|
||||
|====
|
||||
|
||||
=== A dynamic family
|
||||
|
||||
====
|
||||
**🛈 Informations**
|
||||
|
||||
This family builds families dynamically. +
|
||||
**Path**:
|
||||
|
||||
* rougail.__val1___dyn
|
||||
* rougail.__val2___dyn +
|
||||
`standard` +
|
||||
**Identifiers**: the value of the variable "a suffix variable" (rougail.var).
|
||||
|
||||
====
|
||||
|
||||
[cols="1a,1a"]
|
||||
|====
|
||||
| Variable | Description
|
||||
| **rougail.__val1___dyn.var1** +
|
||||
**rougail.__val2___dyn.var1** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | Value is suffix for __val1__ or __val2__. +
|
||||
**Default**: the value of the identifier.
|
||||
| **rougail.__val1___dyn.var2** +
|
||||
**rougail.__val2___dyn.var2** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | Value is first variable. +
|
||||
**Default**: the value of the variable "value is suffix for __val1__ or __val2__" (rougail.__val1___dyn.var1 or rougail.__val2___dyn.var1)
|
||||
| **rougail.__val1___dyn.var3** +
|
||||
**rougail.__val2___dyn.var3** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | Value is relative first variable. +
|
||||
**Default**: the value of the variable "value is suffix for __val1__ or __val2__" (rougail.__val1___dyn.var1 or rougail.__val2___dyn.var1)
|
||||
| **rougail.__val1___dyn.var4** +
|
||||
**rougail.__val2___dyn.var4** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | Value is first variable of val1. +
|
||||
**Default**: the value of the variable "value is suffix for __val1__" (rougail.__val1___dyn.var1)
|
||||
|====
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
<h1>Rougail</h1>
|
||||
|
||||
This family is a namespace.<br/><b>Path</b>: rougail<br/><mark>standard</mark>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b>rougail.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>multiple</mark> <mark>standard</mark> <mark>mandatory</mark> <mark>unique</mark></td><td>A suffix variable.<br/><b>Default</b>: <ul><li>val1</li>
|
||||
<li>val2</li></ul> </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>A dynamic family</h2>
|
||||
|
||||
This family builds families dynamically.<br/><b>Path</b>: <ul><li>rougail.<i>val1</i>_dyn</li>
|
||||
<li>rougail.<i>val2</i>_dyn</li></ul><br/><mark>standard</mark><br/><b>Identifiers</b>: the value of the variable "a suffix variable" (rougail.var).
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b>rougail.<i>val1</i>_dyn.var1</b><br/><b>rougail.<i>val2</i>_dyn.var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark></td><td>Value is suffix for <i>val1</i> or <i>val2</i>.<br/><b>Default</b>: the value of the identifier. </td></tr>
|
||||
<tr><td><b>rougail.<i>val1</i>_dyn.var2</b><br/><b>rougail.<i>val2</i>_dyn.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark></td><td>Value is first variable.<br/><b>Default</b>: the value of the variable "value is suffix for <i>val1</i> or <i>val2</i>" (rougail.<i>val1</i>_dyn.var1 or rougail.<i>val2</i>_dyn.var1) </td></tr>
|
||||
<tr><td><b>rougail.<i>val1</i>_dyn.var3</b><br/><b>rougail.<i>val2</i>_dyn.var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark></td><td>Value is relative first variable.<br/><b>Default</b>: the value of the variable "value is suffix for <i>val1</i> or <i>val2</i>" (rougail.<i>val1</i>_dyn.var1 or rougail.<i>val2</i>_dyn.var1)</td></tr>
|
||||
<tr><td><b>rougail.<i>val1</i>_dyn.var4</b><br/><b>rougail.<i>val2</i>_dyn.var4</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark></td><td>Value is first variable of val1.<br/><b>Default</b>: the value of the variable "value is suffix for <i>val1</i>" (rougail.<i>val1</i>_dyn.var1) </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,239 @@
|
|||
{
|
||||
"rougail": {
|
||||
"type": "namespace",
|
||||
"informations": {
|
||||
"path": "rougail",
|
||||
"name": "rougail",
|
||||
"description": "Rougail",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"help": [
|
||||
"This family is a namespace"
|
||||
]
|
||||
},
|
||||
"children": {
|
||||
"var": {
|
||||
"path": "rougail.var",
|
||||
"name": "var",
|
||||
"description": "A suffix variable.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
},
|
||||
{
|
||||
"type": "property",
|
||||
"name": "unique",
|
||||
"ori_name": "unique",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": [
|
||||
"val1",
|
||||
"val2"
|
||||
]
|
||||
},
|
||||
"variable_type": "string",
|
||||
"multiple": true
|
||||
},
|
||||
"{{ identifier }}_dyn": {
|
||||
"type": "dynamic",
|
||||
"informations": {
|
||||
"path": "rougail.{{ identifier }}_dyn",
|
||||
"name": "{{ identifier }}_dyn",
|
||||
"description": "A dynamic family",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
],
|
||||
[
|
||||
"val2"
|
||||
]
|
||||
],
|
||||
"identifier_type": "many",
|
||||
"help": [
|
||||
"This family builds families dynamically"
|
||||
],
|
||||
"identifier": [
|
||||
{
|
||||
"message": "the value of the variable {0}.",
|
||||
"path": {
|
||||
"path": "rougail.var",
|
||||
"type": "variable"
|
||||
},
|
||||
"description": "a suffix variable"
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": {
|
||||
"var1": {
|
||||
"path": "rougail.{{ identifier }}_dyn.var1",
|
||||
"name": "var1",
|
||||
"description": "Value is suffix for {{ identifier }}.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
],
|
||||
[
|
||||
"val2"
|
||||
]
|
||||
],
|
||||
"identifier_type": "many",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": "the value of the identifier."
|
||||
},
|
||||
"variable_type": "string"
|
||||
},
|
||||
"var2": {
|
||||
"path": "rougail.{{ identifier }}_dyn.var2",
|
||||
"name": "var2",
|
||||
"description": "Value is first variable.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
],
|
||||
[
|
||||
"val2"
|
||||
]
|
||||
],
|
||||
"identifier_type": "many",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}",
|
||||
"path": {
|
||||
"path": "rougail.{{ identifier }}_dyn.var1",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
],
|
||||
[
|
||||
"val2"
|
||||
]
|
||||
],
|
||||
"identifier_type": "inside"
|
||||
},
|
||||
"description": "value is suffix for {{ identifier }}"
|
||||
}
|
||||
},
|
||||
"variable_type": "string"
|
||||
},
|
||||
"var3": {
|
||||
"path": "rougail.{{ identifier }}_dyn.var3",
|
||||
"name": "var3",
|
||||
"description": "Value is relative first variable.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
],
|
||||
[
|
||||
"val2"
|
||||
]
|
||||
],
|
||||
"identifier_type": "many",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}",
|
||||
"path": {
|
||||
"path": "rougail.{{ identifier }}_dyn.var1",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
],
|
||||
[
|
||||
"val2"
|
||||
]
|
||||
],
|
||||
"identifier_type": "inside"
|
||||
},
|
||||
"description": "value is suffix for {{ identifier }}"
|
||||
}
|
||||
},
|
||||
"variable_type": "string"
|
||||
},
|
||||
"var4": {
|
||||
"path": "rougail.{{ identifier }}_dyn.var4",
|
||||
"name": "var4",
|
||||
"description": "Value is first variable of val1.",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
"name": "mandatory",
|
||||
"ori_name": "mandatory",
|
||||
"access_control": false
|
||||
}
|
||||
],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
],
|
||||
[
|
||||
"val2"
|
||||
]
|
||||
],
|
||||
"identifier_type": "many",
|
||||
"type": "variable",
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"values": {
|
||||
"message": "the value of the variable {0}",
|
||||
"path": {
|
||||
"path": "rougail.{{ identifier }}_dyn.var1",
|
||||
"identifiers": [
|
||||
[
|
||||
"val1"
|
||||
]
|
||||
],
|
||||
"identifier_type": "one"
|
||||
},
|
||||
"description": "value is suffix for {{ identifier }}"
|
||||
}
|
||||
},
|
||||
"variable_type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
# Rougail
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> This family is a namespace.\
|
||||
> **Path**: rougail\
|
||||
> `standard`
|
||||
|
||||
| Variable | Description |
|
||||
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="rougail.var" name="rougail.var">rougail.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.<br/>**Default**: <br/>• val1<br/>• val2 |
|
||||
|
||||
## A dynamic family
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> This family builds families dynamically.\
|
||||
> **Path**: \
|
||||
> - rougail.*val1*_dyn\
|
||||
|
||||
> - rougail.*val2*_dyn\
|
||||
> `standard`\
|
||||
> **Identifiers**: the value of the variable "[a suffix variable](#rougail.var)".
|
||||
|
||||
| Variable | Description |
|
||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| **<a id="rougail.:::identifier:::_dyn.var1" name="rougail.:::identifier:::_dyn.var1">rougail.*val1*_dyn.var1</a>**<br/>**rougail.*val2*_dyn.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is suffix for *val1* or *val2*.<br/>**Default**: the value of the identifier. |
|
||||
| **<a id="rougail.:::identifier:::_dyn.var2" name="rougail.:::identifier:::_dyn.var2">rougail.*val1*_dyn.var2</a>**<br/>**rougail.*val2*_dyn.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable.<br/>**Default**: the value of the variable "[value is suffix for *val1* or *val2*](#rougail.:::identifier:::_dyn.var1)" |
|
||||
| **<a id="rougail.:::identifier:::_dyn.var3" name="rougail.:::identifier:::_dyn.var3">rougail.*val1*_dyn.var3</a>**<br/>**rougail.*val2*_dyn.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is relative first variable.<br/>**Default**: the value of the variable "[value is suffix for *val1* or *val2*](#rougail.:::identifier:::_dyn.var1)" |
|
||||
| **<a id="rougail.:::identifier:::_dyn.var4" name="rougail.:::identifier:::_dyn.var4">rougail.*val1*_dyn.var4</a>**<br/>**rougail.*val2*_dyn.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.<br/>**Default**: the value of the variable "[value is suffix for *val1*](#rougail.:::identifier:::_dyn.var1)" |
|
||||
|
|
@ -0,0 +1,53 @@
|
|||
[1;4;96mRougail[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0mThis family is a namespace.
|
||||
[34m▌ [0m[1mPath[0m: rougail
|
||||
[34m▌ [0m[1;7m standard [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mrougail.var[0m │ A suffix variable. │
|
||||
│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │
|
||||
│ [1;7mmandatory [0m [1;7m unique [0m │ • val1 │
|
||||
│ │ • val2 │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
[1;4;92mA dynamic family[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0mThis family builds families dynamically.
|
||||
[34m▌ [0m[1mPath[0m:
|
||||
[34m▌ [0m • rougail.[3mval1[0m_dyn
|
||||
[34m▌ [0m • rougail.[3mval2[0m_dyn
|
||||
[34m▌ [0m[1;7m standard [0m
|
||||
[34m▌ [0m[1mIdentifiers[0m: the value of the variable [32m"a suffix variable"[0m [1m([0mrougail.var[1m)[0m.
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mrougail.[0m[1;3mval1[0m[1m_dyn.var1[0m │ Value is suffix for [3mval1[0m or [3mval2[0m. │
|
||||
│ [1mrougail.[0m[1;3mval2[0m[1m_dyn.var1[0m │ [1mDefault[0m: the value of the │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ identifier. │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.[0m[1;3mval1[0m[1m_dyn.var2[0m │ Value is first variable. │
|
||||
│ [1mrougail.[0m[1;3mval2[0m[1m_dyn.var2[0m │ [1mDefault[0m: the value of the variable │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ "value is suffix for [3mval1[0m or [3mval2[0m" │
|
||||
│ │ (rougail.[3mval1[0m_dyn.var1 or │
|
||||
│ │ rougail.[3mval2[0m_dyn.var1) │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.[0m[1;3mval1[0m[1m_dyn.var3[0m │ Value is relative first variable. │
|
||||
│ [1mrougail.[0m[1;3mval2[0m[1m_dyn.var3[0m │ [1mDefault[0m: the value of the variable │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ "value is suffix for [3mval1[0m or [3mval2[0m" │
|
||||
│ │ (rougail.[3mval1[0m_dyn.var1 or │
|
||||
│ │ rougail.[3mval2[0m_dyn.var1) │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.[0m[1;3mval1[0m[1m_dyn.var4[0m │ Value is first variable of val1. │
|
||||
│ [1mrougail.[0m[1;3mval2[0m[1m_dyn.var4[0m │ [1mDefault[0m: the value of the variable │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ "value is suffix for [3mval1[0m" │
|
||||
│ │ (rougail.[3mval1[0m_dyn.var1) │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
["No attribute \"description\" for \"rougail.dyn{{ identifier }}\" in \"../../rougail-tests/structures/60_5family_dynamic_calc_suffix_disabled3/rougail/00-base.yml\""]
|
||||
|
|
@ -7,7 +7,6 @@ rougail:
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var: val1
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ rougail:
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var: val1
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ rougail:
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var: val1
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ rougail:
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var: val1
|
||||
dynval2:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ rougail:
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var:
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ rougail:
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var:
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ rougail:
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var:
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ rougail:
|
|||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: val1
|
||||
dynval1:
|
||||
var:
|
||||
- val1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
== Example with all variables modifiable
|
||||
|
||||
[,yaml]
|
||||
----
|
||||
---
|
||||
rougail:
|
||||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: example
|
||||
----
|
||||
|
|
@ -1,13 +1,3 @@
|
|||
<details><summary>Example with mandatory variables not filled in</summary>
|
||||
|
||||
```yaml
|
||||
---
|
||||
rougail:
|
||||
var2: example
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details><summary>Example with all variables modifiable</summary>
|
||||
|
||||
```yaml
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
<h1>Example with all variables modifiable</h1>
|
||||
|
||||
<pre>---
|
||||
rougail:
|
||||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: example</pre>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
# Example with all variables modifiable
|
||||
|
||||
```yaml
|
||||
---
|
||||
rougail:
|
||||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: example
|
||||
```
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[1;4;96mExample with all variables modifiable[0m
|
||||
|
||||
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
== Example with all variables modifiable
|
||||
|
||||
[,yaml]
|
||||
----
|
||||
---
|
||||
rougail:
|
||||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: example
|
||||
----
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<details><summary>Example with all variables modifiable</summary>
|
||||
|
||||
```yaml
|
||||
---
|
||||
rougail:
|
||||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: example
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<h1>Example with all variables modifiable</h1>
|
||||
|
||||
<pre>---
|
||||
rougail:
|
||||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: example</pre>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
# Example with all variables modifiable
|
||||
|
||||
```yaml
|
||||
---
|
||||
rougail:
|
||||
var1:
|
||||
- val1
|
||||
- val2
|
||||
var2: example
|
||||
```
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[1;4;96mExample with all variables modifiable[0m
|
||||
|
||||
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
== Example with all variables modifiable
|
||||
|
||||
[,yaml]
|
||||
----
|
||||
---
|
||||
rougail:
|
||||
var:
|
||||
- val1
|
||||
- val2
|
||||
val1_dyn:
|
||||
var1: val1
|
||||
var2: val1
|
||||
var3: val1
|
||||
var4: val1
|
||||
val2_dyn:
|
||||
var1: val2
|
||||
var2: val2
|
||||
var3: val2
|
||||
var4: val1
|
||||
----
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<h1>Example with all variables modifiable</h1>
|
||||
|
||||
<pre>---
|
||||
rougail:
|
||||
var:
|
||||
- val1
|
||||
- val2
|
||||
val1_dyn:
|
||||
var1: val1
|
||||
var2: val1
|
||||
var3: val1
|
||||
var4: val1
|
||||
val2_dyn:
|
||||
var1: val2
|
||||
var2: val2
|
||||
var3: val2
|
||||
var4: val1</pre>
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue