Home
last modified time | relevance | path

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

12345678910>>...57

/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/tools/
H A Dtest.iso8601.c76 int print_options = 0; in main() local
123 print_options |= crm_time_epoch; in main()
126 print_options |= crm_time_seconds; in main()
129 print_options |= crm_time_weeks; in main()
132 print_options |= crm_time_ordinal; in main()
135 print_options |= crm_time_log_with_timezone; in main()
151 print_options | crm_time_log_date | crm_time_log_timeofday); in main()
163 print_options | crm_time_log_date | crm_time_log_timeofday); in main()
185 print_options | crm_time_log_date | crm_time_log_timeofday); in main()
195 print_options | crm_time_log_date | crm_time_log_timeofday | in main()
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/tools/
H A Diso8601.c116 int print_options = 0; in main() local
162 print_options |= crm_time_epoch; in main()
165 print_options |= crm_time_seconds; in main()
168 print_options |= crm_time_weeks; in main()
171 print_options |= crm_time_ordinal; in main()
174 print_options |= crm_time_log_with_timezone; in main()
190 print_options | crm_time_log_date | crm_time_log_timeofday); in main()
202 print_options | crm_time_log_date | crm_time_log_timeofday); in main()
214 print_options | crm_time_log_duration); in main()
242 print_options | crm_time_log_date | crm_time_log_timeofday | in main()
[all …]
/dports/math/xtensor/xtensor-0.24.0/docs/source/api/
H A Dxio.rst36 .. doxygenfunction:: xt::print_options::set_line_width
39 .. doxygenfunction:: xt::print_options::set_threshold
42 .. doxygenfunction:: xt::print_options::set_edge_items
45 .. doxygenfunction:: xt::print_options::set_precision
50 .. doxygenclass:: xt::print_options::line_width
53 .. doxygenclass:: xt::print_options::threshold
56 .. doxygenclass:: xt::print_options::edge_items
59 .. doxygenclass:: xt::print_options::precision
/dports/devel/bear/Bear-3.0.17/source/intercept/source/collect/db/
H A DEventsDatabaseWriter.cc37 JsonPrintOptions print_options; in create_print_options() local
38 print_options.add_whitespace = false; in create_print_options()
39 print_options.always_print_primitive_fields = true; in create_print_options()
40 print_options.preserve_proto_field_names = true; in create_print_options()
41 print_options.always_print_enums_as_ints = false; in create_print_options()
42 return print_options; in create_print_options()
45 const JsonPrintOptions print_options = create_print_options(); variable
82 …to status = google::protobuf::util::MessageToJsonString(event, &json, print_options); !status.ok()… in to_json()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log_trunc_io.erl51 -record(print_options, { record
116 print(_, _, #print_options{depth=0}) -> {"...", 3};
132 print(<<>>, _Max, #print_options{depth=1}) ->
137 case Options#print_options.force_strings of
152 Options#print_options.force_strings of
154 Depth = Options#print_options.depth,
158 not Options#print_options.force_strings of
172 case Options#print_options.force_strings of
200 case Options#print_options.force_strings of
275 case Options#print_options.lists_as_strings orelse
[all …]
/dports/devel/erlang-lager/lager-3.2.4/src/
H A Dlager_trunc_io.erl49 -record(print_options, { record
114 print(_, _, #print_options{depth=0}) -> {"...", 3};
130 print(<<>>, _Max, #print_options{depth=1}) ->
135 case Options#print_options.force_strings of
150 Options#print_options.force_strings of
152 Depth = Options#print_options.depth,
156 not Options#print_options.force_strings of
170 case Options#print_options.force_strings of
198 case Options#print_options.force_strings of
273 case Options#print_options.lists_as_strings orelse
[all …]
/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/
H A Dmconf.py162 def print_options(self, title, options): member in Conf
226 self.print_options('Core options', core_options[''])
227 self.print_options('', self.coredata.builtins_per_machine.host)
230 self.print_options('Backend options', self.coredata.backend_options)
231 self.print_options('Base options', self.coredata.base_options)
234 self.print_options('', build_compiler_options.get('', {}))
235 self.print_options('Directories', dir_options)
236 self.print_options('Testing options', test_options)
237 self.print_options('Project options', project_options.get('', {}))
243 self.print_options('Core options', core_options[subproject])
[all …]
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/
H A Dmconf.py162 def print_options(self, title, options): member in Conf
226 self.print_options('Core options', core_options[''])
227 self.print_options('', self.coredata.builtins_per_machine.host)
230 self.print_options('Backend options', self.coredata.backend_options)
231 self.print_options('Base options', self.coredata.base_options)
234 self.print_options('', build_compiler_options.get('', {}))
235 self.print_options('Directories', dir_options)
236 self.print_options('Testing options', test_options)
237 self.print_options('Project options', project_options.get('', {}))
243 self.print_options('Core options', core_options[subproject])
[all …]
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxio.hpp35 namespace print_options namespace
45 inline print_options_impl& print_options() in print_options() function
70 print_options().threshold = threshold; in set_threshold()
677 using print_options::edge_items; in get_print_options()
678 using print_options::line_width; in get_print_options()
679 using print_options::threshold; in get_print_options()
680 using print_options::precision; in get_print_options()
687 if(!res.edge_items) { res.edge_items = print_options::print_options().edge_items; } in get_print_options()
689 if(!res.line_width) { res.line_width = print_options::print_options().line_width; } in get_print_options()
691 if(!res.threshold) { res.threshold = print_options::print_options().threshold; } in get_print_options()
[all …]
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/
H A Dmconf.py270 self.print_options('Core options', host_core_options[''])
272 self.print_options('', build_core_options[''])
275 self.print_options('Compiler options', host_compiler_options.get('', {}))
277 self.print_options('', build_compiler_options.get('', {}))
279 self.print_options(f'{mod} module options', mod_options)
280 self.print_options('Directories', dir_options)
281 self.print_options('Testing options', test_options)
282 self.print_options('Project options', project_options.get('', {}))
288 self.print_options('Core options', host_core_options[subproject])
290 self.print_options('', build_core_options[subproject])
[all …]
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/
H A Dmconf.py270 self.print_options('Core options', host_core_options[''])
272 self.print_options('', build_core_options[''])
275 self.print_options('Compiler options', host_compiler_options.get('', {}))
277 self.print_options('', build_compiler_options.get('', {}))
279 self.print_options(f'{mod} module options', mod_options)
280 self.print_options('Directories', dir_options)
281 self.print_options('Testing options', test_options)
282 self.print_options('Project options', project_options.get('', {}))
288 self.print_options('Core options', host_core_options[subproject])
290 self.print_options('', build_core_options[subproject])
[all …]
/dports/devel/meson/meson-0.60.3/mesonbuild/
H A Dmconf.py270 self.print_options('Core options', host_core_options[''])
272 self.print_options('', build_core_options[''])
275 self.print_options('Compiler options', host_compiler_options.get('', {}))
277 self.print_options('', build_compiler_options.get('', {}))
279 self.print_options(f'{mod} module options', mod_options)
280 self.print_options('Directories', dir_options)
281 self.print_options('Testing options', test_options)
282 self.print_options('Project options', project_options.get('', {}))
288 self.print_options('Core options', host_core_options[subproject])
290 self.print_options('', build_core_options[subproject])
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc205 JsonPrintOptions print_options; in TEST_F() local
206 print_options.always_print_enums_as_ints = true; in TEST_F()
227 JsonPrintOptions print_options; in TEST_F() local
228 print_options.always_print_enums_as_ints = true; in TEST_F()
229 print_options.always_print_primitive_fields = true; in TEST_F()
247 JsonPrintOptions print_options; in TEST_F() local
249 print_options.always_print_enums_as_ints = true; in TEST_F()
250 print_options.always_print_primitive_fields = true; in TEST_F()
293 JsonPrintOptions print_options; in TEST_F() local
303 JsonPrintOptions print_options; in TEST_F() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/
H A Dmconf.py262 self.print_options('Core options', host_core_options[''])
264 self.print_options('', build_core_options[''])
267 self.print_options('Compiler options', host_compiler_options.get('', {}))
269 self.print_options('', build_compiler_options.get('', {}))
270 self.print_options('Directories', dir_options)
271 self.print_options('Testing options', test_options)
272 self.print_options('Project options', project_options.get('', {}))
278 self.print_options('Core options', host_core_options[subproject])
280 self.print_options('', build_core_options[subproject])
284 self.print_options('', build_compiler_options[subproject])
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/
H A Dmconf.py262 self.print_options('Core options', host_core_options[''])
264 self.print_options('', build_core_options[''])
267 self.print_options('Compiler options', host_compiler_options.get('', {}))
269 self.print_options('', build_compiler_options.get('', {}))
270 self.print_options('Directories', dir_options)
271 self.print_options('Testing options', test_options)
272 self.print_options('Project options', project_options.get('', {}))
278 self.print_options('Core options', host_core_options[subproject])
280 self.print_options('', build_core_options[subproject])
284 self.print_options('', build_compiler_options[subproject])
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc204 JsonPrintOptions print_options; in TEST_F() local
205 print_options.always_print_enums_as_ints = true; in TEST_F()
208 EXPECT_EQ(expected_json, ToJson(orig, print_options)); in TEST_F()
226 JsonPrintOptions print_options; in TEST_F() local
227 print_options.always_print_enums_as_ints = true; in TEST_F()
228 print_options.always_print_primitive_fields = true; in TEST_F()
232 EXPECT_EQ(expected_json, ToJson(orig, print_options)); in TEST_F()
273 JsonPrintOptions print_options; in TEST_F() local
283 JsonPrintOptions print_options; in TEST_F() local
284 print_options.always_print_primitive_fields = true; in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc204 JsonPrintOptions print_options; in TEST_F() local
205 print_options.always_print_enums_as_ints = true; in TEST_F()
208 EXPECT_EQ(expected_json, ToJson(orig, print_options)); in TEST_F()
226 JsonPrintOptions print_options; in TEST_F() local
227 print_options.always_print_enums_as_ints = true; in TEST_F()
228 print_options.always_print_primitive_fields = true; in TEST_F()
232 EXPECT_EQ(expected_json, ToJson(orig, print_options)); in TEST_F()
273 JsonPrintOptions print_options; in TEST_F() local
283 JsonPrintOptions print_options; in TEST_F() local
284 print_options.always_print_primitive_fields = true; in TEST_F()
[all …]
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/util/
H A Djson_util_test.cc205 JsonPrintOptions print_options; in TEST_F() local
206 print_options.always_print_enums_as_ints = true; in TEST_F()
209 EXPECT_EQ(expected_json, ToJson(orig, print_options)); in TEST_F()
227 JsonPrintOptions print_options; in TEST_F() local
228 print_options.always_print_enums_as_ints = true; in TEST_F()
229 print_options.always_print_primitive_fields = true; in TEST_F()
233 EXPECT_EQ(expected_json, ToJson(orig, print_options)); in TEST_F()
274 JsonPrintOptions print_options; in TEST_F() local
284 JsonPrintOptions print_options; in TEST_F() local
285 print_options.always_print_primitive_fields = true; in TEST_F()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Apps/AmplSolver/
H A Dampl_ipopt.cpp43 bool print_options = false; in main() local
46 print_options = true; in main()
49 print_options = true; in main()
52 if (print_options) { in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/ppcg/
H A Dcpu.c284 __isl_take isl_ast_print_options *print_options, in print_user() argument
296 isl_ast_print_options_free(print_options); in print_user()
319 __isl_take isl_ast_print_options *print_options) in print_for_with_openmp() argument
325 p = isl_ast_node_for_print(node, p, print_options); in print_for_with_openmp()
336 __isl_take isl_ast_print_options *print_options, in print_for() argument
354 p = print_for_with_openmp(node, p, print_options); in print_for()
497 isl_ast_print_options *print_options; in print_scop() local
528 print_options = isl_ast_print_options_alloc(ctx); in print_scop()
529 print_options = isl_ast_print_options_set_print_user(print_options, in print_scop()
532 print_options = isl_ast_print_options_set_print_for(print_options, in print_scop()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/ppcg/
H A Dcpu.c284 __isl_take isl_ast_print_options *print_options, in print_user() argument
296 isl_ast_print_options_free(print_options); in print_user()
319 __isl_take isl_ast_print_options *print_options) in print_for_with_openmp() argument
325 p = isl_ast_node_for_print(node, p, print_options); in print_for_with_openmp()
336 __isl_take isl_ast_print_options *print_options, in print_for() argument
354 p = print_for_with_openmp(node, p, print_options); in print_for()
497 isl_ast_print_options *print_options; in print_scop() local
528 print_options = isl_ast_print_options_alloc(ctx); in print_scop()
529 print_options = isl_ast_print_options_set_print_user(print_options, in print_scop()
532 print_options = isl_ast_print_options_set_print_for(print_options, in print_scop()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/ppcg/
H A Dcpu.c284 __isl_take isl_ast_print_options *print_options, in print_user() argument
296 isl_ast_print_options_free(print_options); in print_user()
319 __isl_take isl_ast_print_options *print_options) in print_for_with_openmp() argument
325 p = isl_ast_node_for_print(node, p, print_options); in print_for_with_openmp()
336 __isl_take isl_ast_print_options *print_options, in print_for() argument
354 p = print_for_with_openmp(node, p, print_options); in print_for()
497 isl_ast_print_options *print_options; in print_scop() local
528 print_options = isl_ast_print_options_alloc(ctx); in print_scop()
529 print_options = isl_ast_print_options_set_print_user(print_options, in print_scop()
532 print_options = isl_ast_print_options_set_print_for(print_options, in print_scop()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/ppcg/
H A Dcpu.c284 __isl_take isl_ast_print_options *print_options, in print_user() argument
296 isl_ast_print_options_free(print_options); in print_user()
319 __isl_take isl_ast_print_options *print_options) in print_for_with_openmp() argument
325 p = isl_ast_node_for_print(node, p, print_options); in print_for_with_openmp()
336 __isl_take isl_ast_print_options *print_options, in print_for() argument
354 p = print_for_with_openmp(node, p, print_options); in print_for()
497 isl_ast_print_options *print_options; in print_scop() local
528 print_options = isl_ast_print_options_alloc(ctx); in print_scop()
529 print_options = isl_ast_print_options_set_print_user(print_options, in print_scop()
532 print_options = isl_ast_print_options_set_print_for(print_options, in print_scop()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dcpu.c284 __isl_take isl_ast_print_options *print_options, in print_user() argument
296 isl_ast_print_options_free(print_options); in print_user()
319 __isl_take isl_ast_print_options *print_options) in print_for_with_openmp() argument
325 p = isl_ast_node_for_print(node, p, print_options); in print_for_with_openmp()
336 __isl_take isl_ast_print_options *print_options, in print_for() argument
354 p = print_for_with_openmp(node, p, print_options); in print_for()
497 isl_ast_print_options *print_options; in print_scop() local
528 print_options = isl_ast_print_options_alloc(ctx); in print_scop()
529 print_options = isl_ast_print_options_set_print_user(print_options, in print_scop()
532 print_options = isl_ast_print_options_set_print_for(print_options, in print_scop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/ppcg/
H A Dcpu.c284 __isl_take isl_ast_print_options *print_options, in print_user() argument
296 isl_ast_print_options_free(print_options); in print_user()
319 __isl_take isl_ast_print_options *print_options) in print_for_with_openmp() argument
325 p = isl_ast_node_for_print(node, p, print_options); in print_for_with_openmp()
336 __isl_take isl_ast_print_options *print_options, in print_for() argument
354 p = print_for_with_openmp(node, p, print_options); in print_for()
497 isl_ast_print_options *print_options; in print_scop() local
528 print_options = isl_ast_print_options_alloc(ctx); in print_scop()
529 print_options = isl_ast_print_options_set_print_user(print_options, in print_scop()
532 print_options = isl_ast_print_options_set_print_for(print_options, in print_scop()
[all …]

12345678910>>...57