Home
last modified time | relevance | path

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

12345678910>>...12

/dports/lang/v/v-0.1.29/vlib/v/util/
H A Dutil.v45 if is_verbose {
123 if is_verbose {
152 if is_verbose {
164 if is_verbose {
179 if is_verbose {
282 if is_verbose {
290 if is_verbose {
300 if is_verbose {
308 if is_verbose {
320 if is_verbose {
[all …]
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dtecnoballz.cc53 if (is_verbose) in first_init()
93 if (is_verbose) in first_init()
108 if (is_verbose) in game_begin()
168 if (is_verbose) in release_all_objects()
173 if (is_verbose) in release_all_objects()
178 if (is_verbose) in release_all_objects()
184 if (is_verbose) in release_all_objects()
190 if (is_verbose) in release_all_objects()
198 if (is_verbose) in release_all_objects()
205 if (is_verbose) in release_all_objects()
[all …]
H A Dmain.cc76 if (tecnoballz::is_verbose) in main()
99 if (tecnoballz::is_verbose) in main()
104 if (tecnoballz::is_verbose) in main()
H A Dhandler_audio.cc116 if (is_verbose) in ~handler_audio()
150 if (is_verbose) in initialize()
183 if (is_verbose) in initialize()
226 if (is_verbose) in initialize()
442 if (is_verbose) in play_music()
476 if (is_verbose) in play_music()
689 if (is_verbose) in control_music_position()
H A Dconfigfile.cc93 is_verbose = false; in resetvalue()
127 is_verbose, difficulty_level); in configinfo()
244 if (!parser->read_bool ("verbose", &is_verbose)) in load()
246 is_verbose = false; in load()
390 fprintf (config, "\t(verbose %s)\n", is_verbose ? "#t" : "#f"); in save()
521 is_verbose = true; in scan_arguments()
/dports/lang/v/v-0.1.29/cmd/v/
H A Dv.v45 println(util.full_v_version(prefs.is_verbose))
48 if prefs.is_verbose {
58 util.launch_tool(prefs.is_verbose, 'v' + command, os.args[1..])
66 util.launch_tool(prefs.is_verbose, 'vcreate', os.args[1..])
74 util.launch_tool(prefs.is_verbose, 'vpm', os.args[1..])
78 util.launch_tool(prefs.is_verbose, 'vdoc', ['doc', 'vlib'])
85 println(util.full_v_version(prefs.is_verbose))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/style/
H A Doptparser.py147 is_verbose=False, argument
166 self.is_verbose = is_verbose
179 if self.is_verbose != other.is_verbose:
415 is_verbose = options.is_verbose
445 is_verbose=is_verbose,
H A Doptparser_unittest.py157 self.assertFalse(options.is_verbose)
176 self.assertTrue(options.is_verbose)
211 self.assertFalse(options.is_verbose)
227 is_verbose=True,
232 self.assertTrue(options.is_verbose)
247 is_verbose=False,
255 self.assertFalse(options.__eq__(ProcessorOptions(is_verbose=True)))
/dports/sysutils/sysinfo/sysinfo/modules/
H A Dnetwork40 if is_verbose 1; then
60 if is_verbose 1; then
84 if is_verbose 1; then
141 if is_verbose 1; then
191 if is_verbose 1; then
280 if is_verbose 1; then
287 if is_verbose 1; then
H A Dstorage34 if ! is_verbose 1; then
88 if is_verbose 1; then
100 if is_verbose 1; then
/dports/net/libzmq4/zeromq-4.3.4/tests/
H A Dtest_proxy.cpp44 #define is_verbose 0 macro
135 if (is_verbose) in client_task()
150 if (is_verbose) in client_task()
168 if (is_verbose) in client_task()
288 if (is_verbose) in server_worker()
301 if (is_verbose) in server_worker()
373 if (is_verbose) { in check_proxy_stats()
438 if (is_verbose) in test_proxy()
444 if (is_verbose) in test_proxy()
448 if (is_verbose) in test_proxy()
[all …]
/dports/lang/v/v-0.1.29/cmd/tools/
H A Dvfmt.v21 is_verbose bool
57 is_verbose: '-verbose' in args || '--verbose' in args
64 if foptions.is_verbose {
78 if foptions.is_verbose {
112 if foptions.is_verbose {
153 if foptions.is_verbose {
166 if foptions.is_verbose {
194 if foptions.is_verbose {
249 …rn 'FormatOptions{ is_l: $f.is_l, is_w: $f.is_w, is_diff: $f.is_diff, is_verbose: $f.is_verbose,' +
H A Dvvet.v14 is_verbose bool
19 if !vet_options.is_verbose {
29 is_verbose: '-verbose' in args || '-v' in args
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/embree/
H A Dreorient_facets_raycast.cpp31 bool is_verbose, in reorient_facets_raycast() argument
49 if (is_verbose) cout << "extracting patches... "; in reorient_facets_raycast()
52 if (is_verbose) cout << (C.maxCoeff() + 1) << " components. "; in reorient_facets_raycast()
85 if (is_verbose) cout << "generating rays... "; in reorient_facets_raycast()
146 if (is_verbose && ray_face.size() % (rays_total / 10) == 0) cout << "."; in reorient_facets_raycast()
149 if (is_verbose) cout << ray_face.size() << " rays. "; in reorient_facets_raycast()
156 if (is_verbose) cout << "shooting rays... "; in reorient_facets_raycast()
218 if (is_verbose) cout << "done!" << endl; in reorient_facets_raycast()
236 const bool is_verbose = false; in reorient_facets_raycast() local
239 V,F,rays_total,rays_minimum,facet_wise,use_parity,is_verbose,I,C); in reorient_facets_raycast()
/dports/graphics/wings/libigl-2.1.0/include/igl/embree/
H A Dreorient_facets_raycast.cpp31 bool is_verbose, in reorient_facets_raycast() argument
49 if (is_verbose) cout << "extracting patches... "; in reorient_facets_raycast()
52 if (is_verbose) cout << (C.maxCoeff() + 1) << " components. "; in reorient_facets_raycast()
85 if (is_verbose) cout << "generating rays... "; in reorient_facets_raycast()
146 if (is_verbose && ray_face.size() % (rays_total / 10) == 0) cout << "."; in reorient_facets_raycast()
149 if (is_verbose) cout << ray_face.size() << " rays. "; in reorient_facets_raycast()
156 if (is_verbose) cout << "shooting rays... "; in reorient_facets_raycast()
218 if (is_verbose) cout << "done!" << endl; in reorient_facets_raycast()
236 const bool is_verbose = false; in reorient_facets_raycast() local
239 V,F,rays_total,rays_minimum,facet_wise,use_parity,is_verbose,I,C); in reorient_facets_raycast()
/dports/games/scare/scare-1.3.10/source/
H A Dsxmain.c58 sc_bool is_verbose = FALSE, is_tracing = FALSE; in main() local
68 is_verbose = TRUE; in main()
74 if (is_verbose) in main()
102 scr_set_verbose (is_verbose); in main()
156 errors = test_run_game_tests (tests, count, is_verbose); in main()
H A Dsxtester.c66 sc_int count, sc_bool is_verbose) in test_run_game_tests() argument
79 if (is_verbose) in test_run_game_tests()
90 if (is_verbose) in test_run_game_tests()
104 sx_trace ("%s", is_verbose ? "" : "\n"); in test_run_game_tests()
/dports/lang/v/v-0.1.29/vlib/v/builder/
H A Dbuilder.v141 if b.pref.is_verbose {
153 if b.pref.is_verbose {
207 if b.pref.is_verbose {
214 if b.pref.is_verbose {
220 if b.pref.is_verbose {
244 if b.pref.is_verbose {
248 if b.pref.is_verbose {
274 if b.pref.is_verbose && b.checker.nr_warnings > 1 {
279 …kind := if b.pref.is_verbose { '$err.reporter warning #$b.checker.nr_warnings:' } else { 'warning:…
292 if b.pref.is_verbose && b.checker.nr_errors > 1 {
[all …]
H A Dcompile.v44 if pref.is_verbose {
83 if b.pref.is_verbose {
107 if b.pref.is_verbose {
149 if v.pref.is_verbose {
154 if v.pref.is_verbose {
262 if v.pref.is_verbose {
274 if v.pref.is_verbose {
278 if v.pref.is_verbose {
288 if v.pref.is_verbose {
/dports/biology/wise/wise2.4.1/src/corba/
H A Dhspscan_server_impl.c20 int is_verbose; member
229 newservant->is_verbose = 1; in new_Wise2HSP_HSPmanagerFactory()
340 if( servant->is_verbose == 1 ) { in impl_Wise2HSP_HSPmanagerFactory_scan_query()
352 if( servant->is_verbose == 1 ) { in impl_Wise2HSP_HSPmanagerFactory_scan_query()
358 if( servant->is_verbose == 1 ) { in impl_Wise2HSP_HSPmanagerFactory_scan_query()
383 if( servant->is_verbose == 1 ) { in impl_Wise2HSP_HSPmanagerFactory_scan_query_iterator()
401 if( servant->is_verbose == 1 ) { in impl_Wise2HSP_HSPmanagerFactory_scan_query_iterator()
405 if( servant->is_verbose == 1 ) { in impl_Wise2HSP_HSPmanagerFactory_scan_query_iterator()
409 if( servant->is_verbose == 1 ) { in impl_Wise2HSP_HSPmanagerFactory_scan_query_iterator()
/dports/security/sudo/sudo-1.9.8p2/plugins/python/
H A Dexample_policy_plugin.py102 def list(self, argv: tuple, is_verbose: int, user: str):
111 if not cmd or is_verbose:
121 def show_version(self, is_verbose: int):
124 if is_verbose:
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcachedprotocol/
H A Dhandler.c108 if (client->is_verbose) in drain_output()
200 if (client->is_verbose) in spool_output()
249 if (client->is_verbose) in determine_protocol()
257 if (client->is_verbose) in determine_protocol()
274 if (client->is_verbose) in determine_protocol()
360 client->is_verbose= arg; in memcached_protocol_client_set_verbose()
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcachedprotocol/
H A Dhandler.c108 if (client->is_verbose) in drain_output()
200 if (client->is_verbose) in spool_output()
249 if (client->is_verbose) in determine_protocol()
257 if (client->is_verbose) in determine_protocol()
274 if (client->is_verbose) in determine_protocol()
360 client->is_verbose= arg; in memcached_protocol_client_set_verbose()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/example/
H A Dmemcached_light.cc75 bool is_verbose; member
80 is_verbose(false), in options_st()
103 if (global_options.is_verbose) in drive_client()
183 memcached_protocol_client_set_verbose(c, global_options.is_verbose); in accept_handler()
314 if (global_options.is_verbose) in server_socket()
359 if (global_options.is_verbose) in pre_execute()
386 if (global_options.is_verbose) in post_execute()
488 global_options.is_verbose= true; in main()
/dports/databases/libmemcached/libmemcached-1.0.18/example/
H A Dmemcached_light.cc75 bool is_verbose; member
80 is_verbose(false), in options_st()
103 if (global_options.is_verbose) in drive_client()
183 memcached_protocol_client_set_verbose(c, global_options.is_verbose); in accept_handler()
314 if (global_options.is_verbose) in server_socket()
359 if (global_options.is_verbose) in pre_execute()
386 if (global_options.is_verbose) in post_execute()
488 global_options.is_verbose= true; in main()

12345678910>>...12