Home
last modified time | relevance | path

Searched refs:prompt_regex (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dpear.py248 prompt_regex = prompts[i][0]
251 prompt_regex = None
255 …rc, stdout, stderr = module.run_command(cmd, check_rc=False, prompt_regex=prompt_regex, data=data,…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/language/
H A Dpear.py248 prompt_regex = prompts[i][0]
251 prompt_regex = None
255 …rc, stdout, stderr = module.run_command(cmd, check_rc=False, prompt_regex=prompt_regex, data=data,…
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/basic/
H A Dtest_run_command.py188 rc_am.run_command('foo', prompt_regex='[pP)assword:')
194 (rc, _, _) = rc_am.run_command('foo', prompt_regex='[pP]assword:')
204 (rc, _, _) = rc_am.run_command('foo', prompt_regex=r'[pP]assword:', data=None)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/module_utils/basic/
H A Dtest_run_command.py196 rc_am.run_command('foo', prompt_regex='[pP)assword:')
202 (rc, _, _) = rc_am.run_command('foo', prompt_regex='[pP]assword:')
212 (rc, _, _) = rc_am.run_command('foo', prompt_regex=r'[pP]assword:', data=None)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/module_utils/basic/
H A Dtest_run_command.py196 rc_am.run_command('foo', prompt_regex='[pP)assword:')
202 (rc, _, _) = rc_am.run_command('foo', prompt_regex='[pP]assword:')
212 (rc, _, _) = rc_am.run_command('foo', prompt_regex=r'[pP]assword:', data=None)
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/emacs/
H A Dshell.pl49 variable(prompt_regex, regex*, both, "Regex for prompt").
54 class_variable(prompt_regex, regex*, @nil, "Default prompt").
H A Dgdb.pl50 send(B, prompt_regex, '(gdb) ').
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dapt.py895 prompt_regex = None
912prompt_regex = r"(^Do you want to ignore this warning and proceed anyway\?|^\*\*\*.*\[default=.*\]…
939 rc, out, err = m.run_command(cmd, prompt_regex=prompt_regex)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dapt.py919 prompt_regex = None
936prompt_regex = r"(^Do you want to ignore this warning and proceed anyway\?|^\*\*\*.*\[default=.*\]…
963 rc, out, err = m.run_command(cmd, prompt_regex=prompt_regex)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dapt.py949 prompt_regex = None
966prompt_regex = r"(^Do you want to ignore this warning and proceed anyway\?|^\*\*\*.*\[default=.*\]…
997 rc, out, err = m.run_command(cmd, prompt_regex=prompt_regex)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/
H A Dbasic.py1826 …use_unsafe_shell=False, prompt_regex=None, environ_update=None, umask=None, encoding='utf-8', erro… argument
1929 if prompt_regex:
1930 if isinstance(prompt_regex, text_type):
1932 prompt_regex = to_bytes(prompt_regex, errors='surrogateescape')
1934 prompt_regex = to_bytes(prompt_regex, errors='surrogate_or_strict')
1936 prompt_re = re.compile(prompt_regex, re.MULTILINE)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/
H A Dbasic.py2506 …use_unsafe_shell=False, prompt_regex=None, environ_update=None, umask=None, encoding='utf-8', erro… argument
2606 if prompt_regex:
2607 if isinstance(prompt_regex, text_type):
2609 prompt_regex = to_bytes(prompt_regex, errors='surrogateescape')
2611 prompt_regex = to_bytes(prompt_regex, errors='surrogate_or_strict')
2613 prompt_re = re.compile(prompt_regex, re.MULTILINE)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/
H A Dbasic.py2540 …use_unsafe_shell=False, prompt_regex=None, environ_update=None, umask=None, encoding='utf-8', erro… argument
2643 if prompt_regex:
2644 if isinstance(prompt_regex, text_type):
2646 prompt_regex = to_bytes(prompt_regex, errors='surrogateescape')
2648 prompt_regex = to_bytes(prompt_regex, errors='surrogate_or_strict')
2650 prompt_re = re.compile(prompt_regex, re.MULTILINE)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/locales/ja/LC_MESSAGES/
H A Dreference_appendices.po7699 msgid "kw prompt_regex"
7700 msgstr "kw prompt_regex"