Home
last modified time | relevance | path

Searched refs:add_stdout (Results 1 – 25 of 25) sorted by relevance

/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/
H A Ddictserver.py107 add_stdout = False
119 add_stdout = True
124 add_stdout = True
128 if add_stdout:
H A Dnegtelnetserver.py284 add_stdout = False
298 add_stdout = True
303 add_stdout = True
307 if add_stdout:
H A Dsmbserver.py339 add_stdout = False
351 add_stdout = True
356 add_stdout = True
360 if add_stdout:
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/
H A Ddictserver.py135 add_stdout = False
147 add_stdout = True
152 add_stdout = True
156 if add_stdout:
H A Dnegtelnetserver.py308 add_stdout = False
322 add_stdout = True
327 add_stdout = True
331 if add_stdout:
H A Dsmbserver.py350 add_stdout = False
362 add_stdout = True
367 add_stdout = True
371 if add_stdout:
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/
H A Ddictserver.py138 add_stdout = False
150 add_stdout = True
155 add_stdout = True
159 if add_stdout:
H A Dnegtelnetserver.py312 add_stdout = False
326 add_stdout = True
331 add_stdout = True
335 if add_stdout:
H A Dsmbserver.py352 add_stdout = False
364 add_stdout = True
369 add_stdout = True
373 if add_stdout:
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/
H A Ddictserver.py107 add_stdout = False
119 add_stdout = True
124 add_stdout = True
128 if add_stdout:
H A Dnegtelnetserver.py284 add_stdout = False
298 add_stdout = True
303 add_stdout = True
307 if add_stdout:
H A Dsmbserver.py336 add_stdout = False
348 add_stdout = True
353 add_stdout = True
357 if add_stdout:
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/
H A Ddictserver.py138 add_stdout = False
150 add_stdout = True
155 add_stdout = True
159 if add_stdout:
H A Dnegtelnetserver.py312 add_stdout = False
326 add_stdout = True
331 add_stdout = True
335 if add_stdout:
H A Dsmbserver.py352 add_stdout = False
364 add_stdout = True
369 add_stdout = True
373 if add_stdout:
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/
H A Ddictserver.py138 add_stdout = False
150 add_stdout = True
155 add_stdout = True
159 if add_stdout:
H A Dnegtelnetserver.py312 add_stdout = False
326 add_stdout = True
331 add_stdout = True
335 if add_stdout:
H A Dsmbserver.py353 add_stdout = False
365 add_stdout = True
370 add_stdout = True
374 if add_stdout:
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/
H A Ddictserver.py138 add_stdout = False
150 add_stdout = True
155 add_stdout = True
159 if add_stdout:
H A Dnegtelnetserver.py312 add_stdout = False
326 add_stdout = True
331 add_stdout = True
335 if add_stdout:
H A Dsmbserver.py352 add_stdout = False
364 add_stdout = True
369 add_stdout = True
373 if add_stdout:
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/
H A Ddictserver.py138 add_stdout = False
150 add_stdout = True
155 add_stdout = True
159 if add_stdout:
H A Dnegtelnetserver.py312 add_stdout = False
326 add_stdout = True
331 add_stdout = True
335 if add_stdout:
H A Dsmbserver.py353 add_stdout = False
365 add_stdout = True
370 add_stdout = True
374 if add_stdout:
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Drunprocess.py41 self.run_process.add_stdout(data)
134 def add_stdout(self, data): member in RunProcess