Home
last modified time | relevance | path

Searched refs:opt (Results 14926 – 14950 of 297169) sorted by relevance

1...<<591592593594595596597598599600>>...11887

/dports/science/axom/axom-0.6.1/src/thirdparty/axom/
H A DCLI11.hpp3350 …out, make_option_name(opt, is_positional) + make_option_opts(opt), make_option_desc(opt), column_w… in make_option()
3872 needs(opt); in needs()
6604 if(opt->count() == 0 && !opt->envname_.empty()) { in _process_env()
6648 if(opt->count() > 0 && !opt->get_callback_run()) { in _process_callbacks()
6739 if(opt->get_required() && opt->count() == 0) { in _process_requirements()
7038 … if(opt->get_positional() && ((static_cast<int>(opt->count()) < opt->get_items_expected_min()))) { in _has_remaining_positionals()
7059 if(opt->get_positional() && opt->required_) { in _parse_positional()
7080 … (static_cast<int>(opt->count()) < opt->get_items_expected_min() || opt->get_allow_extra_args())) { in _parse_positional()
7457 if((help_ptr_ == opt) || (help_all_ptr_ == opt)) in _move_option()
7500 void add_options(Option *opt) { add_option(opt); } in add_options() argument
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtrace.py702 if opt == "-T" or opt == "--trackcalls":
706 if opt == "-l" or opt == "--listfuncs":
710 if opt == "-g" or opt == "--timing":
714 if opt == "-t" or opt == "--trace":
718 if opt == "-c" or opt == "--count":
722 if opt == "-r" or opt == "--report":
726 if opt == "-R" or opt == "--no-report":
730 if opt == "-f" or opt == "--file":
734 if opt == "-m" or opt == "--missing":
738 if opt == "-C" or opt == "--coverdir":
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtrace.py702 if opt == "-T" or opt == "--trackcalls":
706 if opt == "-l" or opt == "--listfuncs":
710 if opt == "-g" or opt == "--timing":
714 if opt == "-t" or opt == "--trace":
718 if opt == "-c" or opt == "--count":
722 if opt == "-r" or opt == "--report":
726 if opt == "-R" or opt == "--no-report":
730 if opt == "-f" or opt == "--file":
734 if opt == "-m" or opt == "--missing":
738 if opt == "-C" or opt == "--coverdir":
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dtrace.py702 if opt == "-T" or opt == "--trackcalls":
706 if opt == "-l" or opt == "--listfuncs":
710 if opt == "-g" or opt == "--timing":
714 if opt == "-t" or opt == "--trace":
718 if opt == "-c" or opt == "--count":
722 if opt == "-r" or opt == "--report":
726 if opt == "-R" or opt == "--no-report":
730 if opt == "-f" or opt == "--file":
734 if opt == "-m" or opt == "--missing":
738 if opt == "-C" or opt == "--coverdir":
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llc/
H A Dllc.cpp68 static cl::opt<std::string>
71 static cl::opt<std::string>
74 static cl::opt<std::string>
77 static cl::opt<std::string>
82 static cl::opt<unsigned>
95 static cl::opt<std::string>
109 static cl::opt<bool>
113 static cl::opt<bool>
119 static cl::opt<char>
144 static cl::opt<bool>
[all …]
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/ci/spidermonkey/
H A Dlinux.yml14 sm-package-linux64/opt:
20 platform: linux64/opt
56 sm-plain-linux64/opt:
62 platform: linux64/opt
117 sm-smoosh-linux64/opt:
157 sm-nojit-linux64/opt:
265 sm-asan-linux64/opt:
308 sm-linux64-wasi/opt:
327 sm-msan-linux64/opt:
353 sm-tsan-linux64/opt:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/programs/
H A Dtsctp.c444 char *opt; local
539 opt = argv[optind];
550 opt = argv[optind];
551 length = atoi(opt);
558 opt = argv[optind];
559 port = atoi(opt);
566 opt = argv[optind];
567 policy = atoi(opt);
574 opt = argv[optind];
582 opt = argv[optind];
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/ci/spidermonkey/
H A Dlinux.yml14 sm-package-linux64/opt:
20 platform: linux64/opt
56 sm-plain-linux64/opt:
62 platform: linux64/opt
117 sm-smoosh-linux64/opt:
157 sm-nojit-linux64/opt:
268 sm-asan-linux64/opt:
311 sm-linux64-wasi/opt:
330 sm-msan-linux64/opt:
356 sm-tsan-linux64/opt:
[all …]
/dports/net/libusrsctp/usrsctp-0.9.5.0/programs/
H A Dtsctp.c444 char *opt; local
539 opt = argv[optind];
550 opt = argv[optind];
551 length = atoi(opt);
558 opt = argv[optind];
559 port = atoi(opt);
566 opt = argv[optind];
567 policy = atoi(opt);
574 opt = argv[optind];
582 opt = argv[optind];
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dstart719 for opt,v in opts:
720 if opt == '-q' or opt == '--quiet':
722 elif opt == '-v' or opt == '--verbose':
724 elif opt == '-h' or opt == '--help' or opt == '-?':
726 elif opt == '-e' or opt == '--enable' or opt == '--start':
728 elif opt == '-c' or opt == '--cron':
730 elif opt == '--cron-tasks':
732 elif opt == '-d' or opt == '--disable' or opt == '--stop' or opt == '-k' or opt == '--kill':
734 elif opt == '-s' or opt == '--status':
736 elif opt == '--show-config':
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtrace.py710 if opt == "-T" or opt == "--trackcalls":
714 if opt == "-l" or opt == "--listfuncs":
718 if opt == "-g" or opt == "--timing":
722 if opt == "-t" or opt == "--trace":
726 if opt == "-c" or opt == "--count":
730 if opt == "-r" or opt == "--report":
734 if opt == "-R" or opt == "--no-report":
738 if opt == "-f" or opt == "--file":
742 if opt == "-m" or opt == "--missing":
746 if opt == "-C" or opt == "--coverdir":
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/programs/
H A Dtsctp.c444 char *opt; local
539 opt = argv[optind];
550 opt = argv[optind];
551 length = atoi(opt);
558 opt = argv[optind];
559 port = atoi(opt);
566 opt = argv[optind];
567 policy = atoi(opt);
574 opt = argv[optind];
582 opt = argv[optind];
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/ci/spidermonkey/
H A Dlinux.yml14 sm-package-linux64/opt:
20 platform: linux64/opt
56 sm-plain-linux64/opt:
62 platform: linux64/opt
117 sm-smoosh-linux64/opt:
157 sm-nojit-linux64/opt:
265 sm-asan-linux64/opt:
308 sm-linux64-wasi/opt:
327 sm-msan-linux64/opt:
353 sm-tsan-linux64/opt:
[all …]
/dports/lang/ferite/ferite-1.0.2/builder/
H A Dbuilder_main.c102 opt; variable
178 opt.verbose = 0; in parse_args()
179 opt.showargs = 0; in parse_args()
180 opt.estring = 0; in parse_args()
181 opt.scriptname = NULL; in parse_args()
372 if( opt.verbose ) in builder_process_variable()
434 if( opt.verbose ) in builder_process_closed_function()
566 if( opt.verbose ) in builder_process_open_function()
680 if( opt.verbose ) in builder_process_open_class()
747 if( opt.verbose ) in builder_process_closed_class()
[all …]
/dports/net/asio/asio-1.16.0/src/
H A DMakefile.msc312 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
315 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
321 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
324 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
327 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
333 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
336 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
339 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
342 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
345 cl -Fe$@ -Fo$(<:.cpp=.obj) $(CXXFLAGS) $(DEFINES) $< $(LIBS) -link -opt:ref
[all …]
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/
H A Dactions.py123 opt = self.app.opt
130 if opt.undo:
140 if opt.hint:
155 if opt.auto_scale:
166 if opt.shuffle:
436 if not self.app.opt.bookmarks:
446 if not self.app.opt.bookmarks:
456 if not self.app.opt.bookmarks:
690 if self.app.opt.hint:
697 if self.app.opt.hint:
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_construct_composites.cpp27 opt::IRContext* ir_context, TransformationContext* transformation_context, in FuzzerPassConstructComposites()
54 [this](opt::IRContext* ir_context, opt::Instruction* inst) -> bool { in Apply()
70 opt::Function* /*unused*/, opt::BasicBlock* /*unused*/, in Apply()
71 opt::BasicBlock::iterator inst_it, in Apply()
99 opt::Instruction* inst = in Apply()
157 const opt::Instruction& array_type_instruction, in FindComponentsToConstructArray()
192 const opt::Instruction& matrix_type_instruction, in FindComponentsToConstructMatrix()
222 const opt::Instruction& struct_type_instruction, in FindComponentsToConstructStruct()
252 const opt::Instruction& vector_type_instruction, in FindComponentsToConstructVector()
277 opt::analysis::Vector smaller_vector_type(element_type, width); in FindComponentsToConstructVector()
[all …]
/dports/misc/amanda-server/amanda-3.3.9/packaging/sun-pkg/
H A Dbuildpkg11 if [ -f /opt/csw/bin/gmake ]; then
12 MAKE=/opt/csw/bin/gmake
38 …/opt/csw/bin/perl packaging/common/substitute.pl ${pkg_root}/version.src ${pkg_root}/version || ex…
53 /opt/csw/bin/perl packaging/common/substitute.pl \
246 CPPFLAGS="-I/opt/csw/include"; export CPPFLAGS
260 -L/opt/csw/lib -R/opt/csw/lib \
274 … GLIB_CFLAGS="-I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include"; export GLIB_CFLAGS
282 PERL=/opt/csw/bin/perl"; export CONF
290 -L/opt/csw/lib -R/opt/csw/lib \
293 …PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/pkgconfig:/opt/csw/lib/pkgconfig"; export PKG_CONFIG_PA…
/dports/misc/amanda-client/amanda-3.3.9/packaging/sun-pkg/
H A Dbuildpkg11 if [ -f /opt/csw/bin/gmake ]; then
12 MAKE=/opt/csw/bin/gmake
38 …/opt/csw/bin/perl packaging/common/substitute.pl ${pkg_root}/version.src ${pkg_root}/version || ex…
53 /opt/csw/bin/perl packaging/common/substitute.pl \
246 CPPFLAGS="-I/opt/csw/include"; export CPPFLAGS
260 -L/opt/csw/lib -R/opt/csw/lib \
274 … GLIB_CFLAGS="-I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include"; export GLIB_CFLAGS
282 PERL=/opt/csw/bin/perl"; export CONF
290 -L/opt/csw/lib -R/opt/csw/lib \
293 …PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/pkgconfig:/opt/csw/lib/pkgconfig"; export PKG_CONFIG_PA…
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/golang.org/x/tools/imports/
H A Dimports.go48 func Process(filename string, src []byte, opt *Options) ([]byte, error) {
50 return process(filename, src, opt, env)
54 if opt == nil {
55 opt = &Options{Comments: true, TabIndent: true, TabWidth: 8}
66 file, adjust, err := parse(fileSet, filename, src, opt)
71 if !opt.FormatOnly {
98 if opt.TabIndent {
101 printConfig := &printer.Config{Mode: printerMode, Tabwidth: opt.TabWidth}
130 if opt.Comments {
133 if opt.AllErrors {
[all …]
/dports/comms/xastir/Xastir-Release-2.1.8/
H A Dxastir-lsb.spec.in92 /opt/Xastir/bin
93 /opt/Xastir/share/xastir/help
94 /opt/Xastir/share/xastir/config
95 /opt/Xastir/share/xastir/symbols
96 /opt/Xastir/share/man
97 /opt/Xastir/lib/xastir
100 %config /opt/Xastir/share/xastir/maps
102 %config /opt/Xastir/share/xastir/Counties
103 %config /opt/Xastir/share/xastir/fcc
104 %config /opt/Xastir/share/xastir/GNIS
[all …]
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/imports/
H A Dimports.go48 func Process(filename string, src []byte, opt *Options) ([]byte, error) {
50 return process(filename, src, opt, env)
54 if opt == nil {
55 opt = &Options{Comments: true, TabIndent: true, TabWidth: 8}
66 file, adjust, err := parse(fileSet, filename, src, opt)
71 if !opt.FormatOnly {
98 if opt.TabIndent {
101 printConfig := &printer.Config{Mode: printerMode, Tabwidth: opt.TabWidth}
130 if opt.Comments {
133 if opt.AllErrors {
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/plugins/gestures/
H A Dgestures.c150 mouse_button_menu_cb(GtkComboBox *opt, gpointer data)
152 int button = gtk_combo_box_get_active(opt);
232 GtkWidget *opt; in get_config_frame()
248 opt = gtk_combo_box_new_text(); in get_config_frame()
252 g_signal_connect(G_OBJECT(opt), "changed", in get_config_frame()
256 gtk_combo_box_set_active(GTK_COMBO_BOX(opt), in get_config_frame()
261 opt = gtk_option_menu_new(); in get_config_frame()
265 G_CALLBACK(mouse_button_menu_cb), opt); in get_config_frame()
270 G_CALLBACK(mouse_button_menu_cb), opt); in get_config_frame()
274 gtk_option_menu_set_menu(GTK_OPTION_MENU(opt), menu); in get_config_frame()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/plugins/gestures/
H A Dgestures.c150 mouse_button_menu_cb(GtkComboBox *opt, gpointer data)
152 int button = gtk_combo_box_get_active(opt);
232 GtkWidget *opt; in get_config_frame()
248 opt = gtk_combo_box_new_text(); in get_config_frame()
252 g_signal_connect(G_OBJECT(opt), "changed", in get_config_frame()
256 gtk_combo_box_set_active(GTK_COMBO_BOX(opt), in get_config_frame()
261 opt = gtk_option_menu_new(); in get_config_frame()
265 G_CALLBACK(mouse_button_menu_cb), opt); in get_config_frame()
270 G_CALLBACK(mouse_button_menu_cb), opt); in get_config_frame()
274 gtk_option_menu_set_menu(GTK_OPTION_MENU(opt), menu); in get_config_frame()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dor_fun_call.fixed96 let opt = Some(1);
114 let opt = Some(1);
121 let _ = opt.ok_or(Some(2));
122 let _ = opt.ok_or(Some(two));
123 let _ = opt.ok_or(Foo(2));
124 let _ = opt.ok_or(Foo(two));
125 let _ = opt.or(Some(2));
126 let _ = opt.or(Some(two));
135 let _ = opt.ok_or(vec.len());
138 let _ = opt.ok_or(array.len());
[all …]

1...<<591592593594595596597598599600>>...11887