Home
last modified time | relevance | path

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

12345678910>>...13

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/net/
H A Dhttp_transport_test_server.cc75 std::string to_stdout; in HttpTransportTestServerMain() local
78 [&response, &response_code, &server, &to_stdout]( in HttpTransportTestServerMain()
88 to_stdout += "POST /upload HTTP/1.0\r\n"; in HttpTransportTestServerMain()
90 to_stdout += base::StringPrintf( in HttpTransportTestServerMain()
93 to_stdout += "\r\n"; in HttpTransportTestServerMain()
94 to_stdout += req.body; in HttpTransportTestServerMain()
116 to_stdout.data(), in HttpTransportTestServerMain()
117 to_stdout.size()); in HttpTransportTestServerMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/net/
H A Dhttp_transport_test_server.cc75 std::string to_stdout; in HttpTransportTestServerMain() local
78 [&response, &response_code, &server, &to_stdout]( in HttpTransportTestServerMain()
88 to_stdout += "POST /upload HTTP/1.0\r\n"; in HttpTransportTestServerMain()
90 to_stdout += base::StringPrintf( in HttpTransportTestServerMain()
93 to_stdout += "\r\n"; in HttpTransportTestServerMain()
94 to_stdout += req.body; in HttpTransportTestServerMain()
116 to_stdout.data(), in HttpTransportTestServerMain()
117 to_stdout.size()); in HttpTransportTestServerMain()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/bin/
H A Dfeature_flag_spec.rb40 end.to output(/name: feature_flag_name/).to_stdout
106 expect { described_class.parse(%w[foo -h]) }.to output(/Usage:/).to_stdout
143 end.to output(/Specify the feature flag type/).to_stdout
161 end.to output(/Specify the feature flag type/).to_stdout
173 end.to output(/Specify the feature flag type/).to_stdout
187 end.to output(/Specify the group introducing the feature flag/).to_stdout
212 end.to output(/URL of the MR introducing the feature flag/).to_stdout
222 end.to output(/URL of the MR introducing the feature flag/).to_stdout
235 end.to output(/URL of the MR introducing the feature flag/).to_stdout
249 end.to output(/URL of the rollout issue/).to_stdout
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/trip/
H A Dfilter.c18 void writeline( FILE *fp, char *buf, int line_based, int use_stderr, int *to_stdout ) in writeline() argument
24 if ( *to_stdout ) in writeline()
28 *to_stdout = 0; in writeline()
34 *to_stdout = 1; in writeline()
41 *to_stdout = 0; in writeline()
55 int to_stdout = 1, skip; local
153 writeline( fp, buf, line_based, use_stderr, &to_stdout );
182 writeline( fp, buf, line_based, use_stderr, &to_stdout );
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/tasks/gitlab/
H A Dsnippets_rake_spec.rb28 expect { subject }.to output(/All snippets were migrated successfully/).to_stdout
36 ….to output(/The following snippets couldn't be migrated:\n#{non_migrated_ids.join(',')}/).to_stdout
79 expect { subject }.to output("There are no snippet migrations running\n").to_stdout
87 expect { subject }.to output("There are snippet migrations running\n").to_stdout
98 expect { subject }.to output("All snippets have been successfully migrated\n").to_stdout
105 expect { subject }.to output(/#{non_migrated_ids}/).to_stdout
111 expect { subject }.to output(/#{non_migrated_ids[0]}/).to_stdout
H A Dgit_rake_spec.rb17 … expect { run_rake_task('gitlab:git:fsck') }.to output(/Performed integrity check for/).to_stdout
25 expect { run_rake_task('gitlab:git:checksum_projects') }.to output(expected).to_stdout
33 expect { run_rake_task('gitlab:git:checksum_projects') }.to output(expected).to_stdout
41 expect { run_rake_task('gitlab:git:checksum_projects') }.to output(expected).to_stdout
51 expect { run_rake_task('gitlab:git:checksum_projects') }.to output(expected).to_stdout
H A Dsmtp_rake_spec.rb23 …tput(/File .* does not exist. Use `gitlab-rake gitlab:smtp:secret:edit` to change that./).to_stdout
41 expect { run_rake_task('gitlab:smtp:secret:show') }.to output(/somevalue/).to_stdout
47 …xpect { run_rake_task('gitlab:smtp:secret:edit') }.to output(/File encrypted and saved./).to_stdout
71 …b:smtp:secret:edit') }.to output(/WARNING: Content was not a valid SMTP secret yml file/).to_stdout
89 …pect { run_rake_task('gitlab:smtp:secret:write') }.to output(/File encrypted and saved./).to_stdout
107 …b:smtp:secret:edit') }.to output(/WARNING: Content was not a valid SMTP secret yml file/).to_stdout
H A Dldap_rake_spec.rb35 …tput(/File .* does not exist. Use `gitlab-rake gitlab:ldap:secret:edit` to change that./).to_stdout
53 expect { run_rake_task('gitlab:ldap:secret:show') }.to output(/somevalue/).to_stdout
59 …xpect { run_rake_task('gitlab:ldap:secret:edit') }.to output(/File encrypted and saved./).to_stdout
83 …b:ldap:secret:edit') }.to output(/WARNING: Content was not a valid LDAP secret yml file/).to_stdout
101 …pect { run_rake_task('gitlab:ldap:secret:write') }.to output(/File encrypted and saved./).to_stdout
119 …b:ldap:secret:edit') }.to output(/WARNING: Content was not a valid LDAP secret yml file/).to_stdout
H A Dstorage_rake_spec.rb21 …ound 3 #{entity_name} using #{storage_type} Storage.*Displaying first 2 #{entity_name}/m).to_stdout
27 …{ run_rake_task(task) }.to output(/Found 0 #{entity_name} using #{storage_type} Storage/).to_stdout
37 …{ run_rake_task(task) }.to output(/Found 3 #{entity_name} using #{storage_type} Storage/).to_stdout
43 …{ run_rake_task(task) }.to output(/Found 0 #{entity_name} using #{storage_type} Storage/).to_stdout
144 … expect { run_rake_task(task) }.to output(/Enqueuing migration of 2 projects in batches/).to_stdout
171 …{ run_rake_task(task) }.to output(/Enqueueing storage migration .* \(ID=#{project.id}\)/).to_stdout
210 … expect { run_rake_task(task) }.to output(/Enqueuing rollback of 2 projects in batches/).to_stdout
H A Dbackground_migrations_rake_spec.rb19 expect { finalize_task }.to output(/Must specify job_arguments as an argument/).to_stdout
31 expect { finalize_task }.to output(/Done/).to_stdout
43 expect { status_task }.to output(<<~OUTPUT).to_stdout
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/bundler/ui/
H A Dshell_spec.rb11 expect { subject.info("info") }.to output("info\n").to_stdout
18 expect { subject.confirm("confirm") }.to output("confirm\n").to_stdout
25 expect { subject.warn("warning") }.to output("warning\n").to_stdout
42 expect { subject.debug("debug") }.to output("debug\n").to_stdout
50 expect { subject.error("error!!!") }.to output("error!!!\n").to_stdout
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/tasks/gitlab/artifacts/
H A Dcheck_rake_spec.rb15 expect { run_rake_task('gitlab:artifacts:check') }.to output(/Failures: 0/).to_stdout
21 …gitlab:artifacts:check') }.to output(/No such file.*#{Regexp.quote(artifact.file.path)}/).to_stdout
27 expect { run_rake_task('gitlab:artifacts:check') }.to output(/Checksum mismatch/).to_stdout
33 expect { run_rake_task('gitlab:artifacts:check') }.to output(/Checksum missing/).to_stdout
/dports/dns/dnscap/dnscap-2.0.1/plugins/pcapdump/
H A Dpcapdump.c65 static int to_stdout = 0; variable
124 to_stdout = 1; in pcapdump_getopt()
141 if (!to_stdout && !dump_base) { in pcapdump_getopt()
146 if (to_stdout && kick_cmd) { in pcapdump_getopt()
169 if (to_stdout) { in pcapdump_open()
206 if (to_stdout) { in pcapdump_close()
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/crash_test/
H A Dutils.py71 def msg_raw(level, msg, to_stdout=True): argument
72 with manage_handler("stream", to_stdout):
76 def msg_info(msg, to_stdout=True): argument
77 msg_raw(logging.INFO, msg, to_stdout)
80 def msg_warn(msg, to_stdout=True): argument
81 msg_raw(logging.WARNING, msg, to_stdout)
84 def msg_error(msg, to_stdout=True): argument
85 msg_raw(logging.ERROR, msg, to_stdout)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/system_check/
H A Dsimple_executor_spec.rb171 expect { subject.run_check(SimpleCheck) }.to output(/my simple check/).to_stdout
177 expect { subject.run_check(SimpleCheck) }.to output(/ \.\.\. yes/).to_stdout
184 expect { subject.run_check(OtherCheck) }.to output(/ \.\.\. no/).to_stdout
189 expect { subject.run_check(OtherCheck) }.to output(/this is an error text/).to_stdout
227 expect { subject.run_check(SkipCheck) }.to output(/this is a skip reason/).to_stdout
231 …expect { subject.run_check(DynamicSkipCheck) }.to output(/this is a dynamic skip reason/).to_stdout
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/tasks/gitlab/uploads/
H A Dcheck_rake_spec.rb15 expect { run_rake_task('gitlab:uploads:check') }.to output(/Failures: 0/).to_stdout
21 …ploads:check') }.to output(/No such file.*#{Regexp.quote(missing_upload.absolute_path)}/).to_stdout
27 expect { run_rake_task('gitlab:uploads:check') }.to output(/Checksum mismatch/).to_stdout
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/tasks/gitlab/lfs/
H A Dcheck_rake_spec.rb15 expect { run_rake_task('gitlab:lfs:check') }.to output(/Failures: 0/).to_stdout
21 …sk('gitlab:lfs:check') }.to output(/No such file.*#{Regexp.quote(lfs_object.file.path)}/).to_stdout
27 expect { run_rake_task('gitlab:lfs:check') }.to output(/Checksum mismatch/).to_stdout
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/src/
H A Dstream_from.cxx24 constexpr std::string_view copy{"COPY "}, to_stdout{" TO STDOUT"}; in compose_query() local
29 std::size(to_stdout)); in compose_query()
40 command += to_stdout; in compose_query()
62 constexpr std::string_view copy{"COPY ("}, to_stdout{") TO STDOUT"}; local
64 command.reserve(std::size(copy) + std::size(query) + std::size(to_stdout));
67 command += to_stdout;
/dports/net/wireshark-lite/wireshark-3.6.1/test/
H A Dsuite_io.py28 def check_io_4_packets(self, capture_file, cmd=None, from_stdin=False, to_stdout=False): argument
34 if from_stdin and to_stdout:
43 elif to_stdout:
66 check_io_4_packets(self, capture_file, cmd=cmd_tshark, to_stdout=True)
/dports/net/wireshark/wireshark-3.6.1/test/
H A Dsuite_io.py28 def check_io_4_packets(self, capture_file, cmd=None, from_stdin=False, to_stdout=False): argument
34 if from_stdin and to_stdout:
43 elif to_stdout:
66 check_io_4_packets(self, capture_file, cmd=cmd_tshark, to_stdout=True)
/dports/net/tshark-lite/wireshark-3.6.1/test/
H A Dsuite_io.py28 def check_io_4_packets(self, capture_file, cmd=None, from_stdin=False, to_stdout=False): argument
34 if from_stdin and to_stdout:
43 elif to_stdout:
66 check_io_4_packets(self, capture_file, cmd=cmd_tshark, to_stdout=True)
/dports/net/tshark/wireshark-3.6.1/test/
H A Dsuite_io.py28 def check_io_4_packets(self, capture_file, cmd=None, from_stdin=False, to_stdout=False): argument
34 if from_stdin and to_stdout:
43 elif to_stdout:
66 check_io_4_packets(self, capture_file, cmd=cmd_tshark, to_stdout=True)
/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/docs/source/
H A Dconfig.log.default.ini5 keys = to_file,to_stdout,to_syslog
8 keys = to_file,to_stdout,to_syslog
22 formatter = to_stdout
/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/sbws/
H A Dconfig.log.default.ini5 keys = to_file,to_stdout,to_syslog
8 keys = to_file,to_stdout,to_syslog
22 formatter = to_stdout
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/downloader/
H A D__init__.py10 def get_suitable_downloader(info_dict, params={}, default=NO_DEFAULT, protocol=None, to_stdout=Fals… argument
13 info_copy['to_stdout'] = to_stdout
21 and not (to_stdout and len(protocols) > 1)
121 … info_dict, params, None, protocol='m3u8_frag_urls', to_stdout=info_dict['to_stdout']):

12345678910>>...13