Home
last modified time | relevance | path

Searched refs:run_once (Results 1 – 25 of 1000) sorted by last modified time

12345678910>>...40

/dports/x11/i3status/i3status-2.14/
H A Di3status.c61 static bool run_once = false; variable
530 run_once = true; in main()
965 if (run_once) { in main()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dchild.py17 from .types import run_once
175 @run_once
H A Dcomplete.py24 from .types import run_once
121 @run_once
H A Dconstants.py12 from .types import run_once
41 @run_once
107 @run_once
H A Dutils.py26 from .types import run_once
579 @run_once
H A Dopen_actions.py18 from .types import run_once
178 @run_once
H A Dtypes.py94 def run_once(f: Callable[[], _T]) -> RunOnce: function
H A Dactions.py10 from .types import run_once, ActionGroup, ActionSpec
34 @run_once
H A Dshell.py24 from .types import run_once
27 @run_once
H A Dlaunch.py17 from .types import run_once
32 @run_once
H A Dtab_bar.py15 from .types import WindowGeometry, run_once
96 @run_once
/dports/x11/kitty/kitty-0.23.1/kittens/icat/
H A Dmain.py23 from kitty.types import run_once
146 @run_once
/dports/x11/kitty/kitty-0.23.1/kittens/diff/
H A Drender.py13 from kitty.types import run_once
30 @run_once
/dports/x11/kitty/kitty-0.23.1/kittens/ssh/
H A Dcompletion.py11 from kitty.types import run_once
70 @run_once
75 @run_once
106 @run_once
166 @run_once
/dports/x11/kitty/kitty-0.23.1/kittens/
H A Drunner.py13 from kitty.types import run_once
140 @run_once
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/user_guide/
H A Dplaybooks_delegation.rst78 run_once: True
H A Dplaybooks_strategies.rst39 …cute against with ``order``. You can run a task on a single host with ``run_once``. These keywords…
171 Running on a single machine with ``run_once``
174 If you want a task to run only on the first host in your batch of hosts, set ``run_once`` to true o…
184 run_once: true
193 However, with ``run_once``, the results are applied to all the hosts. To run the task on a specific…
196 run_once: true
202 …When used together with ``serial``, tasks marked as ``run_once`` will be run on one host in *each*…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/network/user_guide/
H A Dnetwork_best_practices_2.5.rst248 run_once: yes
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/locales/ja/LC_MESSAGES/
H A Duser_guide.po9417 …cute against with ``order``. You can run a task on a single host with ``run_once``. These keywords…
9418 …ワーカーの数を制限することができます。``order`` で、Ansible がグループ内の次のホストを選択して実行する方法を制御できます。``run_once`` を使用して、1 つのタスクを …
9525 msgid "Running on a single machine with ``run_once``"
9526 msgstr "シングルマシンで、``run_once`` で動作します。"
9529 msgid "If you want a task to run only on the first host in your batch of hosts, set ``run_once`` to…
9530 msgstr "ホストのバッチの最初のホストでタスクを実行する場合は、そのタスクで ``run_once`` を true に設定します。"
9537 msgid "However, with ``run_once``, the results are applied to all the hosts. To run the task on a s…
9538 msgstr "ただし、``run_once`` では、結果はすべてのホストに適用されます。バッチの最初のホストではなく、特定のホストでタスクを実行するには、タスクを次のように委譲します。"
9545 msgid "When used together with ``serial``, tasks marked as ``run_once`` will be run on one host in …
9546 msgstr "``serial`` と併用すると、``run_once`` とマークされたタスクは、*各* シリアルバッチの中の 1 台のホストで実行します。タスクが ``serial`` モード…
H A Dreference_appendices.po8689 msgid "run_once"
8690 msgstr "run_once"
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/executor/
H A Dplay_iterator.py161 setup_block.run_once = False
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/
H A Dkeyword_desc.yml64 run_once: Boolean that will bypass the host loop, forcing the task to attempt to execute on the fir…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/playbook/role/
H A D__init__.py582 eor_block.run_once = False
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/strategy/
H A Dlinear.py243 run_once = False
280 run_once = True
281 if (task.any_errors_fatal or run_once) and not task.ignore_errors:
292run_once = templar.template(task.run_once) or action and getattr(action, 'BYPASS_HOST_LOOP', False)
294 if (task.any_errors_fatal or run_once) and not task.ignore_errors:
319 if run_once:
H A Dfree.py176run_once = templar.template(task.run_once) or action and getattr(action, 'BYPASS_HOST_LOOP', False)
177 if run_once:

12345678910>>...40