Home
last modified time | relevance | path

Searched defs:stdin (Results 1 – 25 of 3882) sorted by relevance

12345678910>>...156

/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/module_utils/basic/
H A Dtest_argument_spec.py211 def test_validator_basic_types(argspec, expected, stdin): argument
228 def test_validator_function(mocker, stdin): argument
239 def test_validate_basic_auth_arg(mocker, stdin): argument
251 def test_validate_rate_limit_argument_spec(mocker, stdin): argument
261 def test_validate_retry_argument_spec(mocker, stdin): argument
271 def test_validator_string_type(mocker, stdin): argument
282 def test_validator_fail(stdin, capfd, argspec, expected): argument
296 def test_complex_required(self, stdin, complex_argspec): argument
675 def test_no_log_true(stdin, capfd): argument
688 def test_no_log_false(stdin, capfd): argument
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/module_utils/basic/
H A Dtest_argument_spec.py209 def test_validator_basic_types(argspec, expected, stdin): argument
226 def test_validator_function(mocker, stdin): argument
237 def test_validate_basic_auth_arg(mocker, stdin): argument
249 def test_validate_rate_limit_argument_spec(mocker, stdin): argument
259 def test_validate_retry_argument_spec(mocker, stdin): argument
269 def test_validator_string_type(mocker, stdin): argument
280 def test_validator_fail(stdin, capfd, argspec, expected): argument
294 def test_complex_required(self, stdin, complex_argspec): argument
673 def test_no_log_true(stdin, capfd): argument
686 def test_no_log_false(stdin, capfd): argument
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/basic/
H A Dtest_argument_spec.py206 def test_validator_basic_types(argspec, expected, stdin): argument
223 def test_validator_function(mocker, stdin): argument
234 def test_validate_basic_auth_arg(mocker, stdin): argument
246 def test_validate_rate_limit_argument_spec(mocker, stdin): argument
256 def test_validate_retry_argument_spec(mocker, stdin): argument
266 def test_validator_string_type(mocker, stdin): argument
277 def test_validator_fail(stdin, capfd, argspec, expected): argument
291 def test_complex_required(self, stdin, complex_argspec): argument
652 def test_no_log_true(stdin, capfd): argument
665 def test_no_log_false(stdin, capfd): argument
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/
H A Dtest_fail_json_aws.py52 def test_fail_client_minimal(self, monkeypatch, stdin, capfd): argument
79 def test_fail_client_msg(self, monkeypatch, stdin, capfd): argument
106 def test_fail_client_positional_msg(self, monkeypatch, stdin, capfd): argument
133 def test_fail_client_key(self, monkeypatch, stdin, capfd): argument
161 def test_fail_client_msg_and_key(self, monkeypatch, stdin, capfd): argument
189 def test_fail_botocore_minimal(self, monkeypatch, stdin, capfd): argument
216 def test_fail_botocore_msg(self, monkeypatch, stdin, capfd): argument
244 def test_fail_botocore_positional_msg(self, monkeypatch, stdin, capfd): argument
271 def test_fail_botocore_key(self, monkeypatch, stdin, capfd): argument
299 def test_fail_botocore_msg_and_key(self, monkeypatch, stdin, capfd): argument
/dports/shells/xonsh/xonsh-0.7.9/xontrib/
H A Dvox.py78 def __call__(self, args, stdin=None): argument
88 def cmd_new(self, args, stdin=None): argument
99 def cmd_activate(self, args, stdin=None): argument
111 def cmd_deactivate(self, args, stdin=None): argument
120 def cmd_list(self, args, stdin=None): argument
136 def cmd_remove(self, args, stdin=None): argument
150 def cmd_help(self, args, stdin=None): argument
154 def handle(cls, args, stdin=None): argument
/dports/lang/gforth/gforth-0.7.3/engine/
H A Dio.h30 # define key(stdin) getch() argument
31 # define key_query(stdin) FLAG(kbhit()) argument
39 # define key(stdin) getkey(stdin) argument
40 # define key_query(stdin) -(!!key_avail(stdin)) /* !! FLAG(...)? - anton */ argument
/dports/graphics/exiv2/exiv2-0.27.5-Source/tests/bugfixes/github/
H A Dtest_pr1475_HEIC.py17 stdin=[] variable in pr_1475_2021_heic
29 stdin = [ "" ] * len(commands) variable in pr_1475_2021_heic
186 stdin=[] variable in pr_1475_IMG_3578_heic
198 stdin = [ "" ] * len(commands) variable in pr_1475_IMG_3578_heic
354 stdin=[] variable in pr_1475_Stonehenge_heic
366 stdin = [ "" ] * len(commands) variable in pr_1475_Stonehenge_heic
483 stdin=[] variable in pr_1475_heic_heic
495 stdin = [ "" ] * len(commands) variable in pr_1475_heic_heic
H A Dtest_pr1475_HIF.py17 stdin=[] variable in pr_1475_Sony_hif
29 stdin = [ "" ] * len(commands) variable in pr_1475_Sony_hif
139 stdin=[] variable in pr_1475_Canon_hif
141 stdin=[] variable in pr_1475_Canon_hif
151 stdin = [ "" ] * len(commands) variable in pr_1475_Canon_hif
H A Dtest_pr1475_AVIF.py17 stdin=[] variable in pr_1475_avif_avif
29 stdin = [ "" ] * len(commands) variable in pr_1475_avif_avif
62 stdin=[] variable in pr_1475_exif_xmp_avif
74 stdin = [ "" ] * len(commands) variable in pr_1475_exif_xmp_avif
257 stdin=[] variable in pr_1475_metadata2_avif
269 stdin = [ "" ] * len(commands) variable in pr_1475_metadata2_avif
/dports/sysutils/R-cran-processx/processx/tests/testthat/
H A Dtest-stdin.R11 p <- process$new("cat", stdin = "|", stdout = tmp, stderr = "|") globalVar
31 p <- process$new("cat", stdin = "|", stdout = "|") globalVar
54 p <- process$new(px, c("sleep", 100), stdin = "|") nameattr
76 p <- process$new("cat", stdin = tmp, stdout = tmp2) globalVar
95 p <- process$new("cat", stdin = tmp, stdout = tmp2) globalVar
108 p <- process$new("cat", stdin = "|", stdout = tmp, stderr = "|") globalVar
/dports/sysutils/R-cran-ps/ps/tests/testthat/
H A Dtest-connections.R52 "socat", c("-", paste0("UNIX-LISTEN:", sfile)), stdin = "|") nameattr
88 stdin = "|", stderr = "|") globalVar
101 "socat", c("-", paste0("TCP4-CONNECT:127.0.0.1:", port)), stdin = "|") nameattr
121 "socat", c("-", "UDP4-CONNECT:8.8.8.8:53,pf=ip4"), stdin = "|") nameattr
146 stdin = "|", stderr = "|") globalVar
181 stdin = "|", stderr = "|") globalVar
201 stdin = "|", stderr = "|") globalVar
215 stdin = "|", stderr = "|") globalVar
239 "socat", c("-", "UDP6:2001\\:4860\\:4860\\:8888:53"), stdin = "|") nameattr
265 stdin = "|", stderr = "|") globalVar
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamaresui/viewpages/
H A DPythonQtUtilsWrapper.cpp47 Utils::target_env_call( const QString& command, const QString& stdin, int timeout ) const in target_env_call() argument
55 Utils::target_env_call( const QStringList& args, const QString& stdin, int timeout ) const in target_env_call() argument
63 Utils::check_target_env_call( const QString& command, const QString& stdin, int timeout ) const in check_target_env_call() argument
71 Utils::check_target_env_call( const QStringList& args, const QString& stdin, int timeout ) const in check_target_env_call() argument
79 Utils::check_target_env_output( const QString& command, const QString& stdin, int timeout ) const in check_target_env_output() argument
90 Utils::check_target_env_output( const QStringList& args, const QString& stdin, int timeout ) const in check_target_env_output() argument
/dports/science/jstrack/jstrack/extlib/tcllib1.19/term/
H A Dreceive.tcl15 proc ::term::receive::getch {{chan stdin}} {
19 proc ::term::receive::listen {cmd {chan stdin}} {
26 proc ::term::receive::unlisten {{chan stdin}} {
/dports/devel/tcllib/tcllib-1.20/modules/term/
H A Dreceive.tcl15 proc ::term::receive::getch {{chan stdin}} {
19 proc ::term::receive::listen {cmd {chan stdin}} {
26 proc ::term::receive::unlisten {{chan stdin}} {
/dports/devel/tcllibc/tcllib-1.20/modules/term/
H A Dreceive.tcl15 proc ::term::receive::getch {{chan stdin}} {
19 proc ::term::receive::listen {cmd {chan stdin}} {
26 proc ::term::receive::unlisten {{chan stdin}} {
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Daliases.py68 def _alias(args, stdin=None): argument
146 def xonsh_exit(args, stdin=None): argument
156 def xonsh_reset(args, stdin=None): argument
288 def source_foreign(args, stdin=None, stdout=None, stderr=None): argument
360 def source_alias(args, stdin=None): argument
409 def source_cmd(args, stdin=None): argument
430 def xexec(args, stdin=None): argument
485 def xonfig(args, stdin=None): argument
493 def trace(args, stdin=None, stdout=None, stderr=None, spec=None): argument
503 def showcmd(args, stdin=None): argument
H A Ddirstack.py192 def cd(args, stdin=None): argument
293 def pushd(args, stdin=None): argument
396 def popd(args, stdin=None): argument
506 def dirs(args, stdin=None): argument
/dports/textproc/confget/confget-release-3.0.2/t/defs/tests/
H A D12-last-value.json21 "stdin": null null
35 "stdin": null null
49 "stdin": null null
64 "stdin": null null
79 "stdin": null null
94 "stdin": null null
109 "stdin": null null
124 "stdin": null null
139 "stdin": null null
155 "stdin": null null
[all …]
H A D11-no-default.json21 "stdin": null null
35 "stdin": null null
49 "stdin": null null
65 "stdin": null null
81 "stdin": null null
97 "stdin": null null
111 "stdin": null null
126 "stdin": null null
142 "stdin": null null
159 "stdin": null null
H A D01-get-values.json22 "stdin": null null
38 "stdin": null null
53 "stdin": null null
68 "stdin": null null
83 "stdin": null null
99 "stdin": null null
116 "stdin": null null
131 "stdin": null null
145 "stdin": "t1.ini" string
159 "stdin": "t1.ini" string
[all …]
/dports/textproc/confget/confget-release-3.0.2/python/test_data/defs/tests/
H A D12-last-value.json21 "stdin": null null
35 "stdin": null null
49 "stdin": null null
64 "stdin": null null
79 "stdin": null null
94 "stdin": null null
109 "stdin": null null
124 "stdin": null null
139 "stdin": null null
155 "stdin": null null
[all …]
H A D11-no-default.json21 "stdin": null null
35 "stdin": null null
49 "stdin": null null
65 "stdin": null null
81 "stdin": null null
97 "stdin": null null
111 "stdin": null null
126 "stdin": null null
142 "stdin": null null
159 "stdin": null null
H A D01-get-values.json22 "stdin": null null
38 "stdin": null null
53 "stdin": null null
68 "stdin": null null
83 "stdin": null null
99 "stdin": null null
116 "stdin": null null
131 "stdin": null null
145 "stdin": "t1.ini" string
159 "stdin": "t1.ini" string
[all …]
/dports/shells/xonsh/xonsh-0.7.9/xonsh/completers/
H A D_aliases.py41 def _list_completers(args, stdin=None, stack=None): argument
56 def _remove_completer(args, stdin=None, stack=None): argument
71 def _register_completer(args, stdin=None, stack=None): argument
106 def completer_alias(args, stdin=None, stdout=None, stderr=None, spec=None, stack=None): argument
/dports/multimedia/libkate/libkate-0.4.1/tools/KateDJ/kdj/
H A Dtools.py76 def run(self,params,stdin): argument
95 def run_demux(self,params,stdin=None): argument
100 def run_mux(self,params,stdin=None): argument
105 def run_katedec(self,params,stdin=None): argument
110 def run_kateenc(self,params,stdin=None): argument

12345678910>>...156