Compare commits
No commits in common. "b050feb8ca5ac73d5bfcb73d39dee65f0a5a3b07" and "40fdb4ae94b9a971d286e38d65baf87350f6e182" have entirely different histories.
b050feb8ca
...
40fdb4ae94
9131 changed files with 17610 additions and 87859 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.2.0a23 (2026-01-01)
|
||||
|
||||
### Feat
|
||||
|
||||
- add layers + gitlab
|
||||
|
||||
## 0.2.0a22 (2025-12-30)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
10
README.fr.md
10
README.fr.md
|
|
@ -14,10 +14,10 @@ include_toc: true
|
|||
> **Désactivé** : si display n'est pas défini dans "[Sélection pour sortie](#step.output)"
|
||||
|
||||
| Variable | Description | Valeur par défaut | Type | Validateur |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
|
||||
| **<a id="display.output_format" name="display.output_format">display.output_format</a>**<br/>**Ligne de commande** : <br/>--display.output_format<br/>**Variable d'environnement** : DISPLAY.OUTPUT_FORMAT | Le format de sortie pour afficher des variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** : <br/>• console<br/>• github<br/>• gitlab |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------------|
|
||||
| **<a id="display.output_format" name="display.output_format">display.output_format</a>**<br/>**Ligne de commande** : --display.output_format<br/>**Variable d'environnement** : DISPLAY.OUTPUT_FORMAT | Le format de sortie pour afficher des variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** : <br/>• console<br/>• github |
|
||||
| **<a id="display.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Ligne de commande** : <br/>• --display.show_secrets<br/>• --display.no-show_secrets<br/>**Variable d'environnement** : DISPLAY.SHOW_SECRETS | Voir les secrets plutôt que de les obscurcir. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
|
||||
| **<a id="display.mandatory" name="display.mandatory">display.mandatory</a>**<br/>**Ligne de commande** : <br/>• --display.mandatory<br/>• --display.no-mandatory<br/>**Variable d'environnement** : DISPLAY.MANDATORY | Tester les variables obligatoires avant de les afficher. | ne pas tester si "[La configuration dans l'état de sortie est dans mode lecture-écriture](#cli.read_write)" est activé | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
|
||||
| **<a id="display.mandatory" name="display.mandatory">display.mandatory</a>**<br/>**Ligne de commande** : <br/>• --display.mandatory<br/>• --display.no-mandatory<br/>**Variable d'environnement** : DISPLAY.MANDATORY | Tester les variables obligatoires avant de les afficher. | ne pas tester si "[Configuration in output step is in read_write mode](#cli.read_write)" est activé | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
|
||||
|
||||
### Configuration spécifique pour la sortie console
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ include_toc: true
|
|||
> **Désactivé** : lorsque la variable "[Le format de sortie pour afficher des variables](#display.output_format)" n'a pas la valeur "console"
|
||||
|
||||
| Variable | Description | Type | Validateur |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------------------------|----------------------------|
|
||||
| **<a id="display.console.max_width" name="display.console.max_width">display.console.max_width</a>**<br/>**Ligne de commande** : <br/>--display.console.max_width<br/>**Variable d'environnement** : DISPLAY.CONSOLE.MAX_WIDTH | Nombre maximal de caractères par ligne.<br/>Null signifie illimité. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | La valeur minimale est 50. |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------------------------|--------------------------|
|
||||
| **<a id="display.console.max_width" name="display.console.max_width">display.console.max_width</a>**<br/>**Ligne de commande** : --display.console.max_width<br/>**Variable d'environnement** : DISPLAY.CONSOLE.MAX_WIDTH | Nombre maximal de caractères par ligne.<br/>Null signifie illimité. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. |
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ include_toc: true
|
|||
> **Disabled**: if display is not set in "[Select for output](#step.output)"
|
||||
|
||||
| Variable | Description | Default value | Type | Validator |
|
||||
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="display.output_format" name="display.output_format">display.output_format</a>**<br/>**Command line**: <br/>--display.output_format<br/>**Environment variable**: DISPLAY.OUTPUT_FORMAT | The output format for displaying variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**: <br/>• console<br/>• github<br/>• gitlab |
|
||||
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------|
|
||||
| **<a id="display.output_format" name="display.output_format">display.output_format</a>**<br/>**Command line**: --display.output_format<br/>**Environment variable**: DISPLAY.OUTPUT_FORMAT | The output format for displaying variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**: <br/>• console<br/>• github |
|
||||
| **<a id="display.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Command line**: <br/>• --display.show_secrets<br/>• --display.no-show_secrets<br/>**Environment variable**: DISPLAY.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
|
||||
| **<a id="display.mandatory" name="display.mandatory">display.mandatory</a>**<br/>**Command line**: <br/>• --display.mandatory<br/>• --display.no-mandatory<br/>**Environment variable**: DISPLAY.MANDATORY | Test mandatories variables before display in display. | do not test if "[Configuration in output step is in read_write mode](#cli.read_write)" is true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ include_toc: true
|
|||
> **Disabled**: when the variable "[The output format for displaying variables](#display.output_format)" hasn't the value "console"
|
||||
|
||||
| Variable | Description | Type | Validator |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|-------------------------------------------------------------------------------------|--------------------------|
|
||||
| **<a id="display.console.max_width" name="display.console.max_width">display.console.max_width</a>**<br/>**Command line**: <br/>--display.console.max_width<br/>**Environment variable**: DISPLAY.CONSOLE.MAX_WIDTH | Maximum number of characters per line.<br/>Null means unlimited. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. |
|
||||
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|-------------------------------------------------------------------------------------|--------------------------|
|
||||
| **<a id="display.console.max_width" name="display.console.max_width">display.console.max_width</a>**<br/>**Command line**: --display.console.max_width<br/>**Environment variable**: DISPLAY.CONSOLE.MAX_WIDTH | Maximum number of characters per line.<br/>Null means unlimited. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. |
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"POT-Creation-Date: 2026-01-01 09:20+0100\n"
|
||||
"PO-Revision-Date: 2026-01-01 09:20+0100\n"
|
||||
"POT-Creation-Date: 2025-12-17 21:54+0100\n"
|
||||
"PO-Revision-Date: 2025-12-17 21:55+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr\n"
|
||||
|
|
@ -74,51 +74,47 @@ msgstr "Nombre maximal de caractères par ligne"
|
|||
msgid "null means unlimited"
|
||||
msgstr "null signifie illimité"
|
||||
|
||||
#: src/rougail/output_display/display.py:153
|
||||
#: src/rougail/output_display/display.py:151
|
||||
msgid "mandatory variable but is inaccessible and has no value"
|
||||
msgstr "variable obligatoire mais est inaccessible et n'a pas de valeur"
|
||||
|
||||
#: src/rougail/output_display/display.py:159
|
||||
#: src/rougail/output_display/display.py:157
|
||||
msgid "mandatory variable but has no value"
|
||||
msgstr "variable obligatoire mais n'a pas de valeur"
|
||||
|
||||
#: src/rougail/output_display/display.py:191
|
||||
#: src/rougail/output_display/display.py:183
|
||||
msgid "Variables:"
|
||||
msgstr "Variables :"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:57
|
||||
#: src/rougail/output_display/output/console.py:55
|
||||
#: src/rougail/output_display/output/github.py:43
|
||||
msgid "Variable"
|
||||
msgstr "Variable"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:59
|
||||
#: src/rougail/output_display/output/console.py:57
|
||||
#: src/rougail/output_display/output/github.py:45
|
||||
msgid "Unmodifiable variable"
|
||||
msgstr "Variable non modifiable"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:62
|
||||
#: src/rougail/output_display/output/console.py:60
|
||||
#: src/rougail/output_display/output/github.py:48
|
||||
msgid "Default value"
|
||||
msgstr "Valeur par défaut"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:64
|
||||
#: src/rougail/output_display/output/console.py:62
|
||||
#: src/rougail/output_display/output/github.py:50
|
||||
msgid "Modified value"
|
||||
msgstr "Valeur modifiée"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:66
|
||||
#: src/rougail/output_display/output/console.py:64
|
||||
#: src/rougail/output_display/output/github.py:52
|
||||
msgid "Original default value"
|
||||
msgstr "Valeur par défaut d'origine"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:71
|
||||
#: src/rougail/output_display/output/console.py:68
|
||||
msgid "Caption"
|
||||
msgstr "Légende"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:89
|
||||
msgid "Layers"
|
||||
msgstr "Couches"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:93
|
||||
msgid "Caution"
|
||||
msgstr "Attention"
|
||||
|
|
@ -128,22 +124,18 @@ msgid "Warning"
|
|||
msgstr "Avertissement"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:151
|
||||
#: src/rougail/output_display/output/github.py:126
|
||||
#: src/rougail/output_display/output/github.py:141
|
||||
msgid "{0}:"
|
||||
msgstr "{0} :"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:157
|
||||
#: src/rougail/output_display/output/github.py:132
|
||||
#: src/rougail/output_display/output/github.py:147
|
||||
msgid "{0}: {1}"
|
||||
msgstr "{0} : {1}"
|
||||
|
||||
#: src/rougail/output_display/output/github.py:55
|
||||
#: src/rougail/output_display/output/github.py:56
|
||||
msgid "Caption:"
|
||||
msgstr "Légende :"
|
||||
|
||||
#: src/rougail/output_display/output/github.py:61
|
||||
msgid "Layers:"
|
||||
msgstr "Couches :"
|
||||
msgstr "Attention :"
|
||||
|
||||
#~ msgid "Error in config: {0}"
|
||||
#~ msgstr "Erreur dans la config : {0}"
|
||||
|
|
@ -157,6 +149,9 @@ msgstr "Couches :"
|
|||
#~ "Les variables suivantes sont inaccessibles mais sont vides et "
|
||||
#~ "obligatoires :"
|
||||
|
||||
#~ msgid "Layers"
|
||||
#~ msgstr "Couches"
|
||||
|
||||
#~ msgid "ERRORS"
|
||||
#~ msgstr "ERREURS"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2026-01-01 09:20+0100\n"
|
||||
"POT-Creation-Date: 2025-12-17 21:55+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -63,51 +63,47 @@ msgstr ""
|
|||
msgid "null means unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/display.py:153
|
||||
#: src/rougail/output_display/display.py:151
|
||||
msgid "mandatory variable but is inaccessible and has no value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/display.py:159
|
||||
#: src/rougail/output_display/display.py:157
|
||||
msgid "mandatory variable but has no value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/display.py:191
|
||||
#: src/rougail/output_display/display.py:183
|
||||
msgid "Variables:"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:57
|
||||
#: src/rougail/output_display/output/console.py:55
|
||||
#: src/rougail/output_display/output/github.py:43
|
||||
msgid "Variable"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:59
|
||||
#: src/rougail/output_display/output/console.py:57
|
||||
#: src/rougail/output_display/output/github.py:45
|
||||
msgid "Unmodifiable variable"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:62
|
||||
#: src/rougail/output_display/output/console.py:60
|
||||
#: src/rougail/output_display/output/github.py:48
|
||||
msgid "Default value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:64
|
||||
#: src/rougail/output_display/output/console.py:62
|
||||
#: src/rougail/output_display/output/github.py:50
|
||||
msgid "Modified value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:66
|
||||
#: src/rougail/output_display/output/console.py:64
|
||||
#: src/rougail/output_display/output/github.py:52
|
||||
msgid "Original default value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:71
|
||||
#: src/rougail/output_display/output/console.py:68
|
||||
msgid "Caption"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:89
|
||||
msgid "Layers"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:93
|
||||
msgid "Caution"
|
||||
msgstr ""
|
||||
|
|
@ -117,20 +113,16 @@ msgid "Warning"
|
|||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:151
|
||||
#: src/rougail/output_display/output/github.py:126
|
||||
#: src/rougail/output_display/output/github.py:141
|
||||
msgid "{0}:"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:157
|
||||
#: src/rougail/output_display/output/github.py:132
|
||||
#: src/rougail/output_display/output/github.py:147
|
||||
msgid "{0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/github.py:55
|
||||
#: src/rougail/output_display/output/github.py:56
|
||||
msgid "Caption:"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/github.py:61
|
||||
msgid "Layers:"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.output_display"
|
||||
version = "0.2.0a23"
|
||||
version = "0.2.0a22"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail output display"
|
||||
|
|
|
|||
|
|
@ -75,9 +75,6 @@ class RougailOutputDisplay:
|
|||
errors = self.user_data_errors + self.errors
|
||||
level = None
|
||||
errors_warnings_dict = {}
|
||||
if not errors and self.nodes is None:
|
||||
show_secrets = self.rougailconfig["display.show_secrets"]
|
||||
self.nodes = Node(self.yaml, show_secrets, self.config, self.root_config, self.config_owner_is_path, errors)
|
||||
if warnings:
|
||||
level = "warnings"
|
||||
#output.display_warnings(errors_warnings_dict, warnings)
|
||||
|
|
@ -98,7 +95,10 @@ class RougailOutputDisplay:
|
|||
ret += "\n"
|
||||
else:
|
||||
ret = ''
|
||||
code, run = output.run(self.nodes, self.layer_datas)
|
||||
show_secrets = self.rougailconfig["display.show_secrets"]
|
||||
if self.nodes is None:
|
||||
self.nodes = Node(self.yaml, show_secrets, self.config, self.root_config, self.config_owner_is_path)
|
||||
code, run = output.run(self.nodes)
|
||||
return code, ret + run
|
||||
|
||||
def print(self) -> None:
|
||||
|
|
@ -167,7 +167,6 @@ class Node:
|
|||
config,
|
||||
root_config,
|
||||
config_owner_is_path,
|
||||
errors,
|
||||
*,
|
||||
node=None,
|
||||
values: Optional[dict]=None,
|
||||
|
|
@ -179,7 +178,6 @@ class Node:
|
|||
self.config = config
|
||||
self.root_config = root_config
|
||||
self.config_owner_is_path = config_owner_is_path
|
||||
self.errors = errors
|
||||
if node is None:
|
||||
values = self.config.value.get()
|
||||
self.level = level
|
||||
|
|
@ -231,13 +229,12 @@ class Node:
|
|||
leader_index: Optional[int]=None,
|
||||
) -> 'Node':
|
||||
self.children.append({"type": "node",
|
||||
"node": Node(
|
||||
"node": self.__class__(
|
||||
self.yaml,
|
||||
self.show_secrets,
|
||||
self.config,
|
||||
self.root_config,
|
||||
self.config_owner_is_path,
|
||||
self.errors,
|
||||
node=option,
|
||||
values=values,
|
||||
level=self.level + 1,
|
||||
|
|
@ -307,14 +304,7 @@ class Node:
|
|||
value = meta_option.value.default()
|
||||
else:
|
||||
is_default = meta_option.owner.isdefault()
|
||||
try:
|
||||
value = meta_option.value.get()
|
||||
except ValueError as err:
|
||||
meta_option._set_subconfig()
|
||||
self.errors.append({str(err): meta_option._subconfig})
|
||||
break
|
||||
except Exception as err:
|
||||
break
|
||||
meta_config = new_meta_config
|
||||
if leader_index is not None:
|
||||
if len(value) > leader_index:
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -46,8 +46,6 @@ class OutputFamily(CommonOutput):
|
|||
console = Console(force_terminal=True, width=self.max_width)
|
||||
with console.capture() as capture:
|
||||
console.print(self.header())
|
||||
if self.layer_datas:
|
||||
console.print(self.layers())
|
||||
console.print(root)
|
||||
return True, capture.get()
|
||||
|
||||
|
|
@ -67,26 +65,28 @@ class OutputFamily(CommonOutput):
|
|||
caption = Table.grid(padding=1, collapse_padding=True)
|
||||
caption.pad_edge = False
|
||||
caption.add_row(caption_line[:-1], header_value[:-1])
|
||||
caption.pad_edge = False
|
||||
return Panel.fit(caption, title=_("Caption"))
|
||||
|
||||
def layers(self):
|
||||
layers = Table.grid(padding=1, collapse_padding=True)
|
||||
max_len = 0
|
||||
for datas in self.layer_datas.values():
|
||||
for data in datas.values():
|
||||
max_len = max(max_len, len(data))
|
||||
display_layers = ["" for i in range(max_len)]
|
||||
for datas in self.layer_datas.values():
|
||||
for data in datas.values():
|
||||
last_index = len(data) - 1
|
||||
for idx in range(max_len):
|
||||
if last_index < idx:
|
||||
display_layers[idx] += "\n"
|
||||
else:
|
||||
display_layers[idx] += data[idx] + "\n"
|
||||
layers.add_row(*[layer[:-1] for layer in display_layers])
|
||||
return Panel.fit(layers, title=_("Layers"))
|
||||
data = Panel.fit(caption, title=_("Caption"))
|
||||
#
|
||||
# FIXME
|
||||
# layers = Table.grid(padding=1, collapse_padding=True)
|
||||
# caption.pad_edge = False
|
||||
# if self.root.layer_datas:
|
||||
# max_len = 0
|
||||
# for datas in self.root.layer_datas.values():
|
||||
# for data in datas.values():
|
||||
# max_len = max(max_len, len(data))
|
||||
# display_layers = ["" for i in range(max_len)]
|
||||
# for datas in self.root.layer_datas.values():
|
||||
# for data in datas.values():
|
||||
# last_index = len(data) - 1
|
||||
# for idx in range(max_len):
|
||||
# if last_index < idx:
|
||||
# display_layers[idx] += "\n"
|
||||
# else:
|
||||
# display_layers[idx] += data[idx] + "\n"
|
||||
# layers.add_row(*[layer[:-1] for layer in display_layers])
|
||||
# self.out.append(Panel.fit(layers, title=_("Layers")))
|
||||
return data
|
||||
|
||||
def error_header(self):
|
||||
tree = Tree(
|
||||
|
|
@ -157,8 +157,6 @@ class OutputFamily(CommonOutput):
|
|||
parent.add(f":{icon}: " + _("{0}: {1}").format(description, value))
|
||||
|
||||
def set_color(self, color, msg):
|
||||
if not color:
|
||||
return msg
|
||||
return f"[{color}]{msg}[/{color}]"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -52,24 +52,31 @@ class OutputFamily(CommonOutput):
|
|||
values.append(f'(:hourglass_flowing_sand: {_("Original default value")})')
|
||||
if not variables and not values:
|
||||
return ""
|
||||
caption = self.title(_("Caption:"))
|
||||
caption = "> [!NOTE]" + "\n>\n"
|
||||
caption += f'> **{_("Caption:")}**\n'
|
||||
if variables:
|
||||
caption += "> - " + "\n> - ".join(variables) + "\n"
|
||||
if values:
|
||||
caption += "> - " + "\n> - ".join(values) + "\n"
|
||||
if self.layer_datas:
|
||||
layers = "\n" + self.title(_("Layers:"))
|
||||
for datas in self.layer_datas.values():
|
||||
for data in datas.values():
|
||||
layers += f"> {" ".join(data)}\n"
|
||||
else:
|
||||
layers = ""
|
||||
return caption + layers + "\n"
|
||||
|
||||
def title(self, msg):
|
||||
caption = "> [!NOTE]" + "\n>\n"
|
||||
caption += f'> **{msg}**\n'
|
||||
return caption
|
||||
# if self.root.layer_datas:
|
||||
# raise Exception('unsupported layers')
|
||||
# max_len = 0
|
||||
# for datas in self.root.layer_datas.values():
|
||||
# for data in datas.values():
|
||||
# max_len = max(max_len, len(data))
|
||||
# display_layers = ["" for i in range(max_len)]
|
||||
# for datas in self.root.layer_datas.values():
|
||||
# for data in datas.values():
|
||||
# last_index = len(data) - 1
|
||||
# for idx in range(max_len):
|
||||
# if last_index < idx:
|
||||
# display_layers[idx] += "\n"
|
||||
# else:
|
||||
# display_layers[idx] += data[idx] + "\n"
|
||||
# layers.add_row(*[layer[:-1] for layer in display_layers])
|
||||
# self.out.append(Panel.fit(layers, title=_("Layers")))
|
||||
return caption + "\n"
|
||||
|
||||
def error_header(self):
|
||||
return ['> [!CAUTION]\n> ']
|
||||
|
|
@ -110,6 +117,15 @@ class OutputFamily(CommonOutput):
|
|||
tree.append("> " + " " * (level - 1) * 2 + "- " + msg)
|
||||
return tree
|
||||
|
||||
# def msg_to_error(self, msg):
|
||||
# return f':stop_sign: {self.set_color(self.error_color, msg)}'
|
||||
#
|
||||
# def display_warning(self, tree, warning, level):
|
||||
# self.out.append("> " + " " * (level - 1) * 2 + "- " + warning)
|
||||
#
|
||||
# def msg_to_warning(self, msg):
|
||||
# return f':bell: {self.set_color(self.warning_color, msg)}'
|
||||
#
|
||||
def add_variable(
|
||||
self, parent, description, value, icon, level,
|
||||
):
|
||||
|
|
@ -121,7 +137,6 @@ class OutputFamily(CommonOutput):
|
|||
icon = 'open_file_folder'
|
||||
before = " " * (level - 1) * 2 + "- "
|
||||
if isinstance(value, list):
|
||||
description = description.replace('◀', '←')
|
||||
subtree = parent.append(
|
||||
f"{before}:{icon}: " + _("{0}:").format(description),
|
||||
)
|
||||
|
|
@ -132,13 +147,8 @@ class OutputFamily(CommonOutput):
|
|||
parent.append(before + f":{icon}: " + _("{0}: {1}").format(description, value))
|
||||
|
||||
def set_color(self, color, msg):
|
||||
if not color:
|
||||
return msg
|
||||
return f'<span style="color: {color}">{msg}</span>'
|
||||
|
||||
def set_loaded(self, msg):
|
||||
return f" ← {msg}"
|
||||
|
||||
def get_tree(self):
|
||||
return None
|
||||
|
||||
|
|
|
|||
|
|
@ -39,8 +39,7 @@ class CommonOutput:
|
|||
def set_config(self, rougailconfig):
|
||||
pass
|
||||
|
||||
def run(self, nodes, layer_datas):
|
||||
self.layer_datas = layer_datas
|
||||
def run(self, nodes):
|
||||
if nodes.children:
|
||||
root = self.parse(nodes)
|
||||
return self._run(root)
|
||||
|
|
@ -215,10 +214,13 @@ class CommonOutput:
|
|||
val,
|
||||
)
|
||||
color = data.get("color", self.value_default_color)
|
||||
if color is not None:
|
||||
ret[vidx] += self.set_color(color, val)
|
||||
else:
|
||||
ret[vidx] += val
|
||||
loaded_from = data["loaded_from"]
|
||||
if loaded_from:
|
||||
ret[vidx] += self.set_loaded(loaded_from)
|
||||
ret[vidx] += f" ◀ {loaded_from}"
|
||||
for idx in range(len(ret)):
|
||||
if default[idx]:
|
||||
ret[idx] += ")"
|
||||
|
|
@ -228,8 +230,5 @@ class CommonOutput:
|
|||
return ret[0]
|
||||
return ret
|
||||
|
||||
def set_loaded(self, msg):
|
||||
return f" ◀ {msg}"
|
||||
|
||||
def end(self):
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - please set a value: :stop_sign: [- mandatory variable but is inaccessible and has no value -]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - family1
|
||||
> - family2
|
||||
> - please set a value: :stop_sign: [- mandatory variable but is inaccessible and has no value -]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - family1
|
||||
> - family2
|
||||
> - please set a value: :stop_sign: [- mandatory variable but has no value -]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - family1
|
||||
> - family2
|
||||
> - A variable: :stop_sign: [- "not_an_integer" is an invalid integer -]
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
> [!WARNING]
|
||||
>
|
||||
> - my family1
|
||||
> - my integer: :bell: [- the value "not_an_integer" is an invalid integer, it's not an integer, it will be ignored when loading from fake user data -]
|
||||
> - my string: :bell: [- the value "3" is an invalid string, it's not a string, it will be ignored when loading from fake user data -]
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [- Default value -]
|
||||
|
||||
Variables:
|
||||
- :open_file_folder: my family1
|
||||
- :notebook: my integer: [- null -]
|
||||
- :notebook: my string: [- null -]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - my family1
|
||||
> - my integer: :stop_sign: [- the value "not_an_integer" is an invalid integer, it's not an integer, it has been loading from fake user data -]
|
||||
> - my string: :stop_sign: [- the value "3" is an invalid string, it's not a string, it has been loading from fake user data -]
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data
|
||||
> - variable or family "dynVal3" does not exist, it has been loading from fake user data
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - family1
|
||||
> - this variable is in fact a family: :stop_sign: [- is a family so we cannot set the value "value", it has been loading from fake user data -]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - family1
|
||||
> - this variable is in fact a family: :bell: [- is a family so we cannot set the value "value", it will be ignored when loading from fake user data -]
|
||||
> - this variable is in fact a family
|
||||
> - a true variable: :stop_sign: [- mandatory variable but has no value -]
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - variable or family "dyn{{ identifier }}.var" does not exist, it has been loading from fake user data
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
> [!CAUTION]
|
||||
>
|
||||
> - my family1
|
||||
> - my family2
|
||||
> - my integer: :stop_sign: [- the value "not_an_integer" is an invalid integer, it's not an integer, it has been loading from fake user data -]
|
||||
> - my string: :stop_sign: [- the value "3" is an invalid string, it's not a string, it has been loading from fake user data -]
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [- Default value -]
|
||||
|
||||
> [!note] Layers:
|
||||
>
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
|
||||
Variables:
|
||||
- :notebook: my variable only to test: [- a value -]
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #B8860B">Default value</span>
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> **Layers:**
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
|
||||
Variables:
|
||||
- :notebook: my variable only to test: <span style="color: #B8860B">a value</span>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
╭─────── Caption ────────╮
|
||||
│ Variable [38;5;220mDefault value[0m │
|
||||
╰────────────────────────╯
|
||||
╭── Layers ───╮
|
||||
│ name1 name2 │
|
||||
│ name3 │
|
||||
│ name4 │
|
||||
╰─────────────╯
|
||||
Variables:
|
||||
[94m┗━━ [0m📓 my variable only to test: [38;5;220ma value[0m
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
a_variable: a value # my variable only to test
|
||||
...
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test
|
||||
|
|
@ -5,4 +5,4 @@
|
|||
> - <span style="color: #006400">Modified value</span>
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: a variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
|
||||
Variables:
|
||||
- :notebook: empty: [+ string1 +] ← loaded from rougail-test
|
||||
|
|
@ -5,4 +5,4 @@
|
|||
> - <span style="color: #006400">Modified value</span>
|
||||
|
||||
Variables:
|
||||
- :notebook: empty: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: empty: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- :notebook: a second variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
|
|
@ -6,8 +6,8 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- :notebook: a second variable:
|
||||
- <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- <span style="color: #006400">string2</span> ← loaded from rougail-test
|
||||
- <span style="color: #006400">string3</span> ← loaded from rougail-test
|
||||
- <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- <span style="color: #006400">string2</span> ◀ loaded from rougail-test
|
||||
- <span style="color: #006400">string3</span> ◀ loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes)
|
||||
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe)
|
||||
- :notebook: a second variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: string2)
|
||||
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: string3)
|
||||
|
|
@ -7,10 +7,10 @@
|
|||
|
||||
Variables:
|
||||
- :notebook: a first variable:
|
||||
- <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- <span style="color: #006400">string2</span> ← loaded from rougail-test (:hourglass_flowing_sand: yes)
|
||||
- <span style="color: #006400">string3</span> ← loaded from rougail-test (:hourglass_flowing_sand: maybe)
|
||||
- <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- <span style="color: #006400">string2</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: yes)
|
||||
- <span style="color: #006400">string3</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe)
|
||||
- :notebook: a second variable:
|
||||
- <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- <span style="color: #006400">string2</span> ← loaded from rougail-test (:hourglass_flowing_sand: string2)
|
||||
- <span style="color: #006400">string3</span> ← loaded from rougail-test (:hourglass_flowing_sand: string3)
|
||||
- <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- <span style="color: #006400">string2</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: string2)
|
||||
- <span style="color: #006400">string3</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: string3)
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Unmodifiable variable +]
|
||||
> - [- Default value -]
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :open_file_folder: [+ leadership +]
|
||||
- :open_file_folder: [+ a first variable +]
|
||||
- :notebook: [+ a first variable +]: [- a_value -]
|
||||
- :notebook: [+ a first variable +]: [- a_value -]
|
||||
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a_value)
|
||||
|
|
@ -12,4 +12,4 @@ Variables:
|
|||
- :open_file_folder: <span style="color: #A52A2A">a first variable</span>
|
||||
- :notebook: <span style="color: #A52A2A">a first variable</span>: <span style="color: #B8860B">a_value</span>
|
||||
- :notebook: <span style="color: #A52A2A">a first variable</span>: <span style="color: #B8860B">a_value</span>
|
||||
- :notebook: a second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: a_value)
|
||||
- :notebook: a second variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value)
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable:
|
||||
- [+ domain1.lan +] ← loaded from rougail-test
|
||||
- [+ domain2.lan +] ← loaded from rougail-test
|
||||
- :notebook: a second variable:
|
||||
- [+ domain1.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
|
||||
- [+ domain2.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
Variables:
|
||||
- :notebook: a first variable:
|
||||
- <span style="color: #006400">domain1.lan</span> ← loaded from rougail-test
|
||||
- <span style="color: #006400">domain2.lan</span> ← loaded from rougail-test
|
||||
- <span style="color: #006400">domain1.lan</span> ◀ loaded from rougail-test
|
||||
- <span style="color: #006400">domain2.lan</span> ◀ loaded from rougail-test
|
||||
- :notebook: a second variable:
|
||||
- <span style="color: #006400">domain1.lan</span> ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
|
||||
- <span style="color: #006400">domain2.lan</span> ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)
|
||||
- <span style="color: #006400">domain1.lan</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
|
||||
- <span style="color: #006400">domain2.lan</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: a second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
- :notebook: a second variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- :notebook: a new variable: [+ string1 +] ← loaded from rougail-test
|
||||
|
|
@ -6,6 +6,6 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: a second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- :notebook: a new variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
- :notebook: a second variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- :notebook: a new variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable:
|
||||
- [+ domain1.lan +] ← loaded from rougail-test
|
||||
- [+ domain2.lan +] ← loaded from rougail-test
|
||||
- :notebook: a second variable:
|
||||
- [+ domain1.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
|
||||
- [+ domain2.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
Variables:
|
||||
- :notebook: a first variable:
|
||||
- <span style="color: #006400">domain1.lan</span> ← loaded from rougail-test
|
||||
- <span style="color: #006400">domain2.lan</span> ← loaded from rougail-test
|
||||
- <span style="color: #006400">domain1.lan</span> ◀ loaded from rougail-test
|
||||
- <span style="color: #006400">domain2.lan</span> ◀ loaded from rougail-test
|
||||
- :notebook: a second variable:
|
||||
- <span style="color: #006400">domain1.lan</span> ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
|
||||
- <span style="color: #006400">domain2.lan</span> ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)
|
||||
- <span style="color: #006400">domain1.lan</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
|
||||
- <span style="color: #006400">domain2.lan</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test
|
||||
|
|
@ -5,5 +5,5 @@
|
|||
> - <span style="color: #006400">Modified value</span>
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: a variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
- :notebook: a variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non)
|
||||
|
|
@ -6,4 +6,4 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: non)
|
||||
- :notebook: a variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: non)
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the second variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the third variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the forth variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the fifth variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the sixth variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
|
|
@ -6,9 +6,9 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">true</span> ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the second variable: <span style="color: #006400">true</span> ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the third variable: <span style="color: #006400">true</span> ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the forth variable: <span style="color: #006400">true</span> ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">true</span> ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">true</span> ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the first variable: <span style="color: #006400">true</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the second variable: <span style="color: #006400">true</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the third variable: <span style="color: #006400">true</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the forth variable: <span style="color: #006400">true</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">true</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">true</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
|
|
@ -6,4 +6,4 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: <span style="color: #006400">true</span> ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: a variable: <span style="color: #006400">true</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ a +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ a +] ← loaded from rougail-test
|
||||
- :notebook: the third variable: [+ a +] ← loaded from rougail-test
|
||||
- :notebook: the forth variable: [+ null +] ← loaded from rougail-test
|
||||
- :notebook: the fifth variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- :notebook: the sixth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1)
|
||||
|
|
@ -6,9 +6,9 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">a</span> ← loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">a</span> ← loaded from rougail-test
|
||||
- :notebook: the third variable: <span style="color: #006400">a</span> ← loaded from rougail-test
|
||||
- :notebook: the forth variable: <span style="color: #006400">null</span> ← loaded from rougail-test
|
||||
- :notebook: the fifth variable: <span style="color: #006400">a</span> ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 1)
|
||||
- :notebook: the first variable: <span style="color: #006400">a</span> ◀ loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">a</span> ◀ loaded from rougail-test
|
||||
- :notebook: the third variable: <span style="color: #006400">a</span> ◀ loaded from rougail-test
|
||||
- :notebook: the forth variable: <span style="color: #006400">null</span> ◀ loaded from rougail-test
|
||||
- :notebook: the fifth variable: <span style="color: #006400">a</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 1)
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9)
|
||||
|
|
@ -6,4 +6,4 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: <span style="color: #006400">0</span> ← loaded from rougail-test (:hourglass_flowing_sand: 9)
|
||||
- :notebook: a variable: <span style="color: #006400">0</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 9)
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ a +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">a</span> ← loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">a</span> ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- :notebook: the first variable: <span style="color: #006400">a</span> ◀ loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">a</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a second variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: b)
|
||||
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
Variables:
|
||||
- :notebook: a second variable:
|
||||
- <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- <span style="color: #006400">string2</span> ← loaded from rougail-test (:hourglass_flowing_sand: b)
|
||||
- <span style="color: #006400">string3</span> ← loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- <span style="color: #006400">string2</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: b)
|
||||
- <span style="color: #006400">string3</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a second variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: b)
|
||||
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
Variables:
|
||||
- :notebook: a second variable:
|
||||
- <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- <span style="color: #006400">string2</span> ← loaded from rougail-test (:hourglass_flowing_sand: b)
|
||||
- <span style="color: #006400">string3</span> ← loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- :notebook: a third variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- <span style="color: #006400">string2</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: b)
|
||||
- <span style="color: #006400">string3</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- :notebook: a third variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a second variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: b)
|
||||
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- :open_file_folder: family
|
||||
- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
|
|
@ -7,9 +7,9 @@
|
|||
|
||||
Variables:
|
||||
- :notebook: a second variable:
|
||||
- <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- <span style="color: #006400">string2</span> ← loaded from rougail-test (:hourglass_flowing_sand: b)
|
||||
- <span style="color: #006400">string3</span> ← loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- <span style="color: #006400">string2</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: b)
|
||||
- <span style="color: #006400">string3</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a first variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
- :open_file_folder: family
|
||||
- :notebook: a third variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- :notebook: a third variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the seconf variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: the seconf variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the first variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
- :notebook: the seconf variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a domain name variable: [+ domain1.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)
|
||||
|
|
@ -6,4 +6,4 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a domain name variable: <span style="color: #006400">domain1.lan</span> ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)
|
||||
- :notebook: a domain name variable: <span style="color: #006400">domain1.lan</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a domain name variable: [+ domain1.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)
|
||||
|
|
@ -6,4 +6,4 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a domain name variable: <span style="color: #006400">domain1.lan</span> ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)
|
||||
- :notebook: a domain name variable: <span style="color: #006400">domain1.lan</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- :notebook: the second variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- :notebook: the third variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- :notebook: the forth variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- :notebook: the fifth variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- :notebook: the sixth variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
|
|
@ -6,9 +6,9 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">1.1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- :notebook: the second variable: <span style="color: #006400">1.1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- :notebook: the third variable: <span style="color: #006400">1.1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- :notebook: the forth variable: <span style="color: #006400">1.1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">1.1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">1.1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- :notebook: the first variable: <span style="color: #006400">1.1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- :notebook: the second variable: <span style="color: #006400">1.1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- :notebook: the third variable: <span style="color: #006400">1.1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- :notebook: the forth variable: <span style="color: #006400">1.1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">1.1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">1.1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the second variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the third variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: this forth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the fifth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the sixth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
|
|
@ -6,9 +6,9 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the second variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the third variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: this forth variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the first variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the second variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the third variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: this forth variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: an IP: [+ 192.168.1.6 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1)
|
||||
- :notebook: an IP in CIDR format: [+ 192.168.1.6/24 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24)
|
||||
- :notebook: an IP in CIDR format with obsolete CIDR type: [+ 192.168.1.6/24 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24)
|
||||
|
|
@ -6,6 +6,6 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: an IP: <span style="color: #006400">192.168.1.6</span> ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1)
|
||||
- :notebook: an IP in CIDR format: <span style="color: #006400">192.168.1.6/24</span> ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24)
|
||||
- :notebook: an IP in CIDR format with obsolete CIDR type: <span style="color: #006400">192.168.1.6/24</span> ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24)
|
||||
- :notebook: an IP: <span style="color: #006400">192.168.1.6</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1)
|
||||
- :notebook: an IP in CIDR format: <span style="color: #006400">192.168.1.6/24</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24)
|
||||
- :notebook: an IP in CIDR format with obsolete CIDR type: <span style="color: #006400">192.168.1.6/24</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24)
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: an network: [+ 192.168.1.0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0)
|
||||
- :notebook: an network in CIDR format: [+ 192.168.1.6/32 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24)
|
||||
- :notebook: an network in CIDR format with obsolete CIDR type: [+ 192.168.1.6/32 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24)
|
||||
|
|
@ -6,6 +6,6 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: an network: <span style="color: #006400">192.168.1.0</span> ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0)
|
||||
- :notebook: an network in CIDR format: <span style="color: #006400">192.168.1.6/32</span> ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24)
|
||||
- :notebook: an network in CIDR format with obsolete CIDR type: <span style="color: #006400">192.168.1.6/32</span> ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24)
|
||||
- :notebook: an network: <span style="color: #006400">192.168.1.0</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0)
|
||||
- :notebook: an network in CIDR format: <span style="color: #006400">192.168.1.6/32</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24)
|
||||
- :notebook: an network in CIDR format with obsolete CIDR type: <span style="color: #006400">192.168.1.6/32</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24)
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the second variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the third variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: this forth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the fifth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the sixth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
|
|
@ -6,9 +6,9 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the second variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the third variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: this forth variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the first variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the second variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: the third variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- :notebook: this forth variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a port variable: [+ 80 +] ← loaded from rougail-test
|
||||
- :notebook: a port variable with default value: [+ 80 +] ← loaded from rougail-test (:hourglass_flowing_sand: 8080)
|
||||
- :notebook: a port variable with integer default value: [+ 80 +] ← loaded from rougail-test (:hourglass_flowing_sand: 8080)
|
||||
|
|
@ -6,6 +6,6 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a port variable: <span style="color: #006400">80</span> ← loaded from rougail-test
|
||||
- :notebook: a port variable with default value: <span style="color: #006400">80</span> ← loaded from rougail-test (:hourglass_flowing_sand: 8080)
|
||||
- :notebook: a port variable with integer default value: <span style="color: #006400">80</span> ← loaded from rougail-test (:hourglass_flowing_sand: 8080)
|
||||
- :notebook: a port variable: <span style="color: #006400">80</span> ◀ loaded from rougail-test
|
||||
- :notebook: a port variable with default value: <span style="color: #006400">80</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080)
|
||||
- :notebook: a port variable with integer default value: <span style="color: #006400">80</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080)
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)
|
||||
|
|
@ -6,4 +6,4 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: <span style="color: #006400">#b1b1b1</span> ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)
|
||||
- :notebook: a first variable: <span style="color: #006400">#b1b1b1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)
|
||||
- :notebook: a second variable: [+ #b2b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1)
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: <span style="color: #006400">#b1b1b1</span> ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)
|
||||
- :notebook: a second variable: <span style="color: #006400">#b2b1b1</span> ← loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1)
|
||||
- :notebook: a first variable: <span style="color: #006400">#b1b1b1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)
|
||||
- :notebook: a second variable: <span style="color: #006400">#b2b1b1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1)
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ onE7vaLues_len1 +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ onE7vaLues_len1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">onE7vaLues_len1</span> ← loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">onE7vaLues_len1</span> ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the first variable: <span style="color: #006400">onE7vaLues_len1</span> ◀ loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">onE7vaLues_len1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ onE7vaLues_len1 +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ onE7vaLues +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the third variable: [+ onE7vaLues +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
|
|
@ -6,6 +6,6 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">onE7vaLues_len1</span> ← loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">onE7vaLues</span> ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the third variable: <span style="color: #006400">onE7vaLues</span> ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the first variable: <span style="color: #006400">onE7vaLues_len1</span> ◀ loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">onE7vaLues</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the third variable: <span style="color: #006400">onE7vaLues</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the third variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the forth variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the fifth variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the sixth variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the seventh variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 8080)
|
||||
- :notebook: the height variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
|
|
@ -6,11 +6,11 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: the third variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: the forth variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the seventh variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: 8080)
|
||||
- :notebook: the height variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the first variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
- :notebook: the third variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
- :notebook: the forth variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the fifth variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the sixth variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the seventh variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080)
|
||||
- :notebook: the height variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote')
|
||||
|
|
@ -6,4 +6,4 @@
|
|||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: A choice: <span style="color: #006400">quote'</span> ← loaded from rougail-test (:hourglass_flowing_sand: quote')
|
||||
- :notebook: A choice: <span style="color: #006400">quote'</span> ◀ loaded from rougail-test (:hourglass_flowing_sand: quote')
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test
|
||||
|
|
@ -5,5 +5,5 @@
|
|||
> - <span style="color: #006400">Modified value</span>
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :notebook: the first variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
- :notebook: the second variable: <span style="color: #006400">string1</span> ◀ loaded from rougail-test
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue