fix: enter in layers list
This commit is contained in:
parent
7507144b6e
commit
63b1b05c7a
4922 changed files with 25674 additions and 25696 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Silique (https://www.silique.fr)
|
||||
Copyright (C) 2025
|
||||
Copyright (C) 2025-2026
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Silique (https://www.silique.fr)
|
||||
Copyright (C) 2024-2025
|
||||
Copyright (C) 2024-2026
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Silique (https://www.silique.fr)
|
||||
Copyright (C) 2022-2025
|
||||
Copyright (C) 2022-2026
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""Internationalisation utilities
|
||||
Silique (https://www.silique.fr)
|
||||
Copyright (C) 2024-2025
|
||||
Copyright (C) 2025-2026
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Silique (https://www.silique.fr)
|
||||
Copyright (C) 2022-2025
|
||||
Copyright (C) 2022-2026
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Silique (https://www.silique.fr)
|
||||
Copyright (C) 2025
|
||||
Copyright (C) 2025-2026
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
@ -61,7 +61,7 @@ class OutputFamily(CommonOutput):
|
|||
layers = "\n" + self.title(_("Layers:"))
|
||||
for datas in self.layer_datas.values():
|
||||
for data in datas.values():
|
||||
layers += f"> {" ".join(data)}\n"
|
||||
layers += f"> {" ".join(data)}\\\n"
|
||||
else:
|
||||
layers = ""
|
||||
return caption + layers + "\n"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Silique (https://www.silique.fr)
|
||||
Copyright (C) 2025
|
||||
Copyright (C) 2025-2026
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
@ -24,8 +24,8 @@ class OutputFamily(GHOutputFamily):
|
|||
level = 30
|
||||
name = "gitlab"
|
||||
variable_hidden_color = "+"
|
||||
value_unmodified_color = "-"
|
||||
value_modified_color = "+"
|
||||
value_unmodified_color = "+"
|
||||
value_modified_color = "-"
|
||||
error_color = "-"
|
||||
warning_color = "-"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Silique (https://www.silique.fr)
|
||||
Copyright (C) 2022-2025
|
||||
Copyright (C) 2022-2026
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
|
|||
22
test.md
22
test.md
|
|
@ -1,22 +0,0 @@
|
|||
<pre>
|
||||
Variables:
|
||||
┗━ 📂 A family
|
||||
┣━ 📓 The first variable: string1 ◀ loaded from rougail-test
|
||||
┗━ 📓 The second variable: string1 ◀ loaded from rougail-test
|
||||
</pre>
|
||||
|
||||
<pre>
|
||||
Variables:
|
||||
<span style="color: #5c5cff">┣━━ </span>📓 <span style="color: #ff0000">Configure Proxy Access to the Internet</span>: <span style="color: #ffd700">No proxy</span>
|
||||
<span style="color: #5c5cff">┗━━ </span>📂 Manual proxy configuration
|
||||
<span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📂 HTTP Proxy
|
||||
<span style="color: #5c5cff"> </span><span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📓 <span style="color: #ff0000">HTTP address</span>: <span style="color: #00aa00">example.net</span> ◀ loaded from the YAML file
|
||||
<span style="color: #5c5cff"> </span><span style="color: #5c5cff"> </span><span style="color: #5c5cff"> </span>"config/03/config.yml"
|
||||
</pre>
|
||||
|
||||
|
||||
> Variables:
|
||||
> - 📂 A family
|
||||
> - 📓 The first variable: string1 ◀ loaded from rougail-test
|
||||
> - 📓 The second variable: <span style="color: #5c5cff">string1</span> ◀ loaded from rougail-test
|
||||
|
||||
|
|
@ -7,9 +7,9 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [- Default value -]
|
||||
> - [+ Default value +]
|
||||
|
||||
Variables:
|
||||
- :open_file_folder: my family1
|
||||
- :notebook: my integer: [- null -]
|
||||
- :notebook: my string: [- null -]
|
||||
- :notebook: my integer: [+ null +]
|
||||
- :notebook: my string: [+ null +]
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [- Default value -]
|
||||
> - [+ Default value +]
|
||||
|
||||
> [!note] Layers:
|
||||
>
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): [- a value -]
|
||||
- :notebook: a_variable (my variable only to test): [+ a value +]
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Layers:**
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): <span style="color: #B8860B">a value</span>
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
> [!note] Layers:
|
||||
>
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source3 (:hourglass_flowing_sand: a value)
|
||||
- :notebook: a_variable (my variable only to test): [- a modified value -] ← source3 (:hourglass_flowing_sand: a value)
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Layers:**
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source3 (:hourglass_flowing_sand: a value)
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
> [!note] Layers:
|
||||
>
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value)
|
||||
- :notebook: a_variable (my variable only to test): [- a modified value -] ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value)
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Layers:**
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value)
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
> [!note] Layers:
|
||||
>
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source2 (:hourglass_flowing_sand: a value)
|
||||
- :notebook: a_variable (my variable only to test): [- a modified value -] ← source2 (:hourglass_flowing_sand: a value)
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Layers:**
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source2 (:hourglass_flowing_sand: a value)
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
> [!note] Layers:
|
||||
>
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source1 (:hourglass_flowing_sand: a value)
|
||||
- :notebook: a_variable (my variable only to test): [- a modified value -] ← source1 (:hourglass_flowing_sand: a value)
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Layers:**
|
||||
> name1 name2
|
||||
> name3
|
||||
> name4
|
||||
> name1 name2\
|
||||
> name3\
|
||||
> name4\
|
||||
|
||||
Variables:
|
||||
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source1 (:hourglass_flowing_sand: a value)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: empty: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: empty: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- :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
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- [- 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)
|
||||
- [- 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)
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
>
|
||||
> - Variable
|
||||
> - [+ Unmodifiable variable +]
|
||||
> - [- Default value -]
|
||||
> - [+ Modified value +]
|
||||
> - [+ 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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
|
||||
- [- 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)
|
||||
- [- domain1.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
|
||||
- [- domain2.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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 first variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: a second variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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
|
||||
- :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
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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
|
||||
- [- 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)
|
||||
- [- domain1.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
|
||||
- [- domain2.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non)
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9)
|
||||
- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :notebook: the first variable: [- a -] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- [- 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)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- [- 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)
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- [- 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)
|
||||
- :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: the seconf variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :notebook: a domain name variable: [- domain1.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :notebook: a domain name variable: [- domain1.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)
|
||||
- :notebook: a first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :notebook: the first variable: [- onE7vaLues_len1 -] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [- onE7vaLues_len1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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)
|
||||
- :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)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote')
|
||||
- :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote')
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: the first <variable>: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the second <variable>: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the first <variable>: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: the second <variable>: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote")
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote")
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'")
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'")
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\')
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\')
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote')
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote')
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ test +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ test +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the third variable: [+ test1 +] ← loaded from rougail-test
|
||||
- :notebook: the forth variable: [+ null +] ← loaded from rougail-test
|
||||
- :notebook: the fifth variable: [+ false +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the first variable: [- test -] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [- test -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: the third variable: [- test1 -] ← loaded from rougail-test
|
||||
- :notebook: the forth variable: [- null -] ← loaded from rougail-test
|
||||
- :notebook: the fifth variable: [- false -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the sixth variable:
|
||||
- [+ test1 +] ← loaded from rougail-test
|
||||
- [+ test2 +] ← loaded from rougail-test
|
||||
- [- test1 -] ← loaded from rougail-test
|
||||
- [- test2 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable:
|
||||
- [+ val1 +] ← loaded from rougail-test
|
||||
- [+ val2 +] ← loaded from rougail-test
|
||||
- [- val1 -] ← loaded from rougail-test
|
||||
- [- val2 -] ← loaded from rougail-test
|
||||
- :notebook: a second variable:
|
||||
- [+ val1 +] ← loaded from rougail-test
|
||||
- [+ val2 +] ← loaded from rougail-test
|
||||
- [- val1 -] ← loaded from rougail-test
|
||||
- [- val2 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first source variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- :notebook: the second source variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- :notebook: the first source variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- :notebook: the second source variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: a second variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- :notebook: my_variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- :notebook: my_calculated_variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- :notebook: my_variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- :notebook: my_calculated_variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- :notebook: my_variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- :notebook: my_calculated_variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: my_calculated_variable:
|
||||
- [+ string1 +] ← loaded from rougail-test
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: my_variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
- :notebook: my_calculated_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)
|
||||
- [- 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)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
|
||||
- :notebook: a second variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: a second variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: a second variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9)
|
||||
- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9)
|
||||
- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9)
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable:
|
||||
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the second variable:
|
||||
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the third variable:
|
||||
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the forth variable:
|
||||
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the fifth variable:
|
||||
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the sixth variable:
|
||||
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false)
|
||||
- :notebook: the seventh variable:
|
||||
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- :notebook: the eighth variable:
|
||||
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
- [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first custom variable:
|
||||
- [+ string1 +] ← loaded from rougail-test
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
- :notebook: a second custom variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,39 +1,39 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable:
|
||||
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [+ 2.2 +] ← loaded from rougail-test
|
||||
- [+ 3.3 +] ← loaded from rougail-test
|
||||
- [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [- 2.2 -] ← loaded from rougail-test
|
||||
- [- 3.3 -] ← loaded from rougail-test
|
||||
- :notebook: the second variable:
|
||||
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [+ 2.2 +] ← loaded from rougail-test
|
||||
- [+ 3.3 +] ← loaded from rougail-test
|
||||
- [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [- 2.2 -] ← loaded from rougail-test
|
||||
- [- 3.3 -] ← loaded from rougail-test
|
||||
- :notebook: the third variable:
|
||||
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [+ 2.2 +] ← loaded from rougail-test
|
||||
- [+ 3.3 +] ← loaded from rougail-test
|
||||
- [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [- 2.2 -] ← loaded from rougail-test
|
||||
- [- 3.3 -] ← loaded from rougail-test
|
||||
- :notebook: the forth variable:
|
||||
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- [+ 2.2 +] ← loaded from rougail-test
|
||||
- [+ 3.3 +] ← loaded from rougail-test
|
||||
- [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- [- 2.2 -] ← loaded from rougail-test
|
||||
- [- 3.3 -] ← loaded from rougail-test
|
||||
- :notebook: the fifth variable:
|
||||
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- [+ 2.2 +] ← loaded from rougail-test
|
||||
- [+ 3.3 +] ← loaded from rougail-test
|
||||
- [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- [- 2.2 -] ← loaded from rougail-test
|
||||
- [- 3.3 -] ← loaded from rougail-test
|
||||
- :notebook: the sixth variable:
|
||||
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- [+ 2.2 +] ← loaded from rougail-test
|
||||
- [+ 3.3 +] ← loaded from rougail-test
|
||||
- [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
|
||||
- [- 2.2 -] ← loaded from rougail-test
|
||||
- [- 3.3 -] ← loaded from rougail-test
|
||||
- :notebook: the seventh variable:
|
||||
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [+ 2.2 +] ← loaded from rougail-test
|
||||
- [+ 3.3 +] ← loaded from rougail-test
|
||||
- [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [- 2.2 -] ← loaded from rougail-test
|
||||
- [- 3.3 -] ← loaded from rougail-test
|
||||
- :notebook: the eighth variable:
|
||||
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [+ 2.2 +] ← loaded from rougail-test
|
||||
- [+ 3.3 +] ← loaded from rougail-test
|
||||
- [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
|
||||
- [- 2.2 -] ← loaded from rougail-test
|
||||
- [- 3.3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,39 +1,39 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable:
|
||||
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [+ 2 +] ← loaded from rougail-test
|
||||
- [+ 3 +] ← loaded from rougail-test
|
||||
- [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [- 2 -] ← loaded from rougail-test
|
||||
- [- 3 -] ← loaded from rougail-test
|
||||
- :notebook: the second variable:
|
||||
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [+ 2 +] ← loaded from rougail-test
|
||||
- [+ 3 +] ← loaded from rougail-test
|
||||
- [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [- 2 -] ← loaded from rougail-test
|
||||
- [- 3 -] ← loaded from rougail-test
|
||||
- :notebook: the third variable:
|
||||
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [+ 2 +] ← loaded from rougail-test
|
||||
- [+ 3 +] ← loaded from rougail-test
|
||||
- [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [- 2 -] ← loaded from rougail-test
|
||||
- [- 3 -] ← loaded from rougail-test
|
||||
- :notebook: the forth variable:
|
||||
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- [+ 2 +] ← loaded from rougail-test
|
||||
- [+ 3 +] ← loaded from rougail-test
|
||||
- [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- [- 2 -] ← loaded from rougail-test
|
||||
- [- 3 -] ← loaded from rougail-test
|
||||
- :notebook: the fifth variable:
|
||||
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- [+ 2 +] ← loaded from rougail-test
|
||||
- [+ 3 +] ← loaded from rougail-test
|
||||
- [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- [- 2 -] ← loaded from rougail-test
|
||||
- [- 3 -] ← loaded from rougail-test
|
||||
- :notebook: the sixth variable:
|
||||
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- [+ 2 +] ← loaded from rougail-test
|
||||
- [+ 3 +] ← loaded from rougail-test
|
||||
- [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- [- 2 -] ← loaded from rougail-test
|
||||
- [- 3 -] ← loaded from rougail-test
|
||||
- :notebook: the seventh variable:
|
||||
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [+ 2 +] ← loaded from rougail-test
|
||||
- [+ 3 +] ← loaded from rougail-test
|
||||
- [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [- 2 -] ← loaded from rougail-test
|
||||
- [- 3 -] ← loaded from rougail-test
|
||||
- :notebook: the eighth variable:
|
||||
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [+ 2 +] ← loaded from rougail-test
|
||||
- [+ 3 +] ← loaded from rougail-test
|
||||
- [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
|
||||
- [- 2 -] ← loaded from rougail-test
|
||||
- [- 3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable:
|
||||
- [+ 1 +] ← loaded from rougail-test
|
||||
- [+ 2 +] ← loaded from rougail-test
|
||||
- [+ 3 +] ← loaded from rougail-test
|
||||
- [- 1 -] ← loaded from rougail-test
|
||||
- [- 2 -] ← loaded from rougail-test
|
||||
- [- 3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the second variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: null)
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: null)
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,39 +1,39 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable:
|
||||
- [+ string1 +] ← loaded from rougail-test
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
- :notebook: the second variable:
|
||||
- [+ string1 +] ← loaded from rougail-test
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
- :notebook: the third variable:
|
||||
- [+ string1 +] ← loaded from rougail-test
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
- :notebook: the forth variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
- :notebook: the fifth variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
- :notebook: the sixth variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
- :notebook: the seventh variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
- :notebook: the eighth variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: the variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: val3)
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- [- string3 -] ← loaded from rougail-test (:hourglass_flowing_sand: val3)
|
||||
- :notebook: the variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val4)
|
||||
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: val5)
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val4)
|
||||
- [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val5)
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote")
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote")
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'")
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'")
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable:
|
||||
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote')
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote')
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable:
|
||||
- [+ string1 +] ← loaded from rougail-test
|
||||
- [+ string2 +] ← loaded from rougail-test
|
||||
- [+ string3 +] ← loaded from rougail-test
|
||||
- [- string1 -] ← loaded from rougail-test
|
||||
- [- string2 -] ← loaded from rougail-test
|
||||
- [- string3 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first 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 second variable: [+ string1 +] ← loaded from rougail-test
|
||||
- [- 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 second variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
- :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: A limited number: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
- :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: an auto save variable: [+ no +]
|
||||
- :notebook: an auto save variable: [- no -]
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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: [+ no +]
|
||||
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- :notebook: a second variable: [- no -]
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- 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: [+ yes +]
|
||||
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no)
|
||||
- :notebook: a second variable: [- yes -]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - [+ Unmodifiable variable +]
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
|
||||
Variables:
|
||||
- :notebook: [+ autosave variable +]: [+ yes +]
|
||||
- :notebook: [+ autosave variable +]: [- yes -]
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
> [!note] Caption:
|
||||
>
|
||||
> - Variable
|
||||
> - [+ Modified value +]
|
||||
> - [- Modified value -]
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test
|
||||
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
|
||||
- :notebook: a second variable: [- string1 -] ← loaded from rougail-test
|
||||
- :notebook: a third variable: [- string1 -] ← 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