Home
last modified time | relevance | path

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

12345678910>>...29

/dports/devel/cppurses/CPPurses-0.3-5-g342a389/libs/Signals/libs/Optional/test/
H A Doptional_free_functions_test.cpp16 Optional<int> opt3{8}; in TEST() local
17 EXPECT_TRUE(bool(opt3)); in TEST()
38 EXPECT_FALSE(!opt3); in TEST()
71 EXPECT_TRUE(opt3 == opt3); in TEST()
94 EXPECT_FALSE(opt3 != opt3); in TEST()
107 EXPECT_FALSE(opt3 < opt3); in TEST()
124 EXPECT_FALSE(opt3 > opt3); in TEST()
144 EXPECT_TRUE(opt3 <= opt3); in TEST()
164 EXPECT_TRUE(opt3 >= opt3); in TEST()
267 swap(opt3, opt4); in TEST()
[all …]
H A Doptional_value_test.cpp34 Optional<int> opt3{c}; in TEST() local
35 ASSERT_TRUE(opt3); in TEST()
36 EXPECT_EQ('k', *opt3); in TEST()
55 ASSERT_TRUE(opt3); in TEST()
56 EXPECT_EQ(-8, *opt3); in TEST()
73 ASSERT_TRUE(opt3); in TEST()
104 ASSERT_TRUE(opt3); in TEST()
105 EXPECT_EQ(-5, *opt3); in TEST()
221 ASSERT_TRUE(opt3); in TEST()
394 ASSERT_TRUE(opt3); in TEST()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.thin/
H A Dmain.c50 struct Option *opt1, *opt2, *opt3; in main() local
67 opt3 = G_define_option(); in main()
68 opt3->key = "iterations"; in main()
69 opt3->type = TYPE_INTEGER; in main()
70 opt3->required = NO; in main()
71 opt3->answer = "200"; in main()
72 opt3->description = _("Maximal number of iterations"); in main()
79 iterations = atoi(opt3->answer); in main()
/dports/databases/grass7/grass-7.8.6/display/d.title/
H A Dmain.c40 struct Option *opt1, *opt2, *opt3; in main() local
65 opt3 = G_define_option(); in main()
66 opt3->key = "size"; in main()
67 opt3->type = TYPE_DOUBLE; in main()
68 opt3->answer = "4.0"; in main()
69 opt3->options = "0-100"; in main()
70 opt3->description = in main()
96 if (opt3->answer != NULL) in main()
97 sscanf(opt3->answer, "%f", &size); in main()
/dports/databases/grass7/grass-7.8.6/general/g.filename/
H A Dmain.c34 struct Option *opt3; in main() local
52 opt3 = G_define_option(); in main()
53 opt3->key = "file"; in main()
54 opt3->type = TYPE_STRING; in main()
55 opt3->required = YES; in main()
56 opt3->description = _("Name of a database file"); in main()
69 name = opt3->answer; in main()
/dports/databases/grass7/grass-7.8.6/display/d.font/
H A Dmain.c39 struct Option *opt1, *opt2, *opt3; in main() local
65 opt3 = G_define_option(); in main()
66 opt3->key = "charset"; in main()
67 opt3->type = TYPE_STRING; in main()
68 opt3->required = NO; in main()
69 opt3->answer = "UTF-8"; in main()
70 opt3->description = _("Character encoding"); in main()
128 if (opt3->answer) /* Set character encoding */ in main()
129 D_encoding(opt3->answer); in main()
/dports/databases/grass7/grass-7.8.6/raster/r.buffer/
H A Dmain.c56 struct Option *opt1, *opt2, *opt3, *opt4; in main() local
76 opt3 = G_define_option(); in main()
77 opt3->key = "distances"; in main()
78 opt3->type = TYPE_DOUBLE; in main()
79 opt3->required = YES; in main()
80 opt3->multiple = YES; in main()
81 opt3->description = _("Distance zone(s)"); in main()
104 zone_list = opt3->answers; in main()
168 Rast_append_format_history(&hist, " %s %s", opt3->answer, units); in main()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/precond/nn/
H A Dhecmw_ML_helper.h20 extern void hecmw_ml_get_opt3_(int *id, int *opt3, int *ierr);
21 extern void hecmw_ml_get_opt4_(int *id, int *opt3, int *ierr);
22 extern void hecmw_ml_get_opt5_(int *id, int *opt3, int *ierr);
23 extern void hecmw_ml_get_opt6_(int *id, int *opt3, int *ierr);
24 extern void hecmw_ml_set_opt6_(int *id, int *opt3, int *ierr);
/dports/devel/pear-Console_CommandLine/Console_CommandLine-1.2.2/tests/
H A Dconsole_commandline_addoption.phpt22 $opt3 = new Console_CommandLine_Option('opt3', array(
24 'description' => 'description of opt3',
26 $parser->addOption($opt3);
150 ["opt3"]=>
173 string(4) "opt3"
175 string(4) "opt3"
177 string(19) "description of opt3"
/dports/databases/grass7/grass-7.8.6/display/d.histogram/
H A Dmain.c112 opt3 = G_define_option(); in main()
113 opt3->key = "type"; in main()
114 opt3->description = in main()
116 opt3->type = TYPE_STRING; in main()
117 opt3->required = NO; in main()
118 opt3->answer = "count"; in main()
119 opt3->options = "count,area"; in main()
149 if (strcmp(opt3->answer, "count") == 0) in main()
/dports/graphics/yacreader/yacreader-9.8.2/custom_widgets/
H A Dyacreader_flow_config_widget.cpp36 QHBoxLayout *opt3 = new QHBoxLayout; in YACReaderFlowConfigWidget() local
37 opt3->addWidget(radio3); in YACReaderFlowConfigWidget()
40 opt3->addStretch(); in YACReaderFlowConfigWidget()
41 opt3->addWidget(lOpt3); in YACReaderFlowConfigWidget()
42 vbox->addLayout(opt3); in YACReaderFlowConfigWidget()
/dports/databases/grass7/grass-7.8.6/raster/r.fill.dir/
H A Dmain.c75 struct Option *opt1, *opt2, *opt3, *opt4, *opt5; in main() local
112 opt3 = G_define_option(); in main()
113 opt3->key = "format"; in main()
114 opt3->type = TYPE_STRING; in main()
115 opt3->required = NO; in main()
116 opt3->description = in main()
118 opt3->options = "agnps,answers,grass"; in main()
119 opt3->answer = "grass"; in main()
140 if (strcmp(opt3->answer, "agnps") == 0) in main()
142 else if (strcmp(opt3->answer, "answers") == 0) in main()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.mfilter/
H A Dmain.c49 struct Option *opt3; in main() local
68 opt3 = G_define_standard_option(G_OPT_F_INPUT); in main()
69 opt3->key = "filter"; in main()
70 opt3->required = YES; in main()
71 opt3->description = _("Path to filter file"); in main()
111 filt_name = opt3->answer; in main()
/dports/databases/grass7/grass-7.8.6/display/d.grid/
H A Dmain.c41 struct Option *opt1, *opt2, *opt3, *opt4, *fsize, *tcolor, *lwidth, in main() local
71 opt3 = G_define_standard_option(G_OPT_M_COORDS); in main()
72 opt3->key = "origin"; in main()
73 opt3->answer = "0,0"; in main()
74 opt3->multiple = NO; in main()
75 opt3->description = _("Lines of the grid pass through this coordinate"); in main()
256 if (!G_scan_easting(opt3->answers[0], &east, G_projection())) { in main()
259 opt3->answers[0]); in main()
263 if (!G_scan_northing(opt3->answers[1], &north, G_projection())) { in main()
266 opt3->answers[1]); in main()
/dports/databases/grass7/grass-7.8.6/display/d.colortable/
H A Dmain.c53 struct Option *opt1, *opt2, *opt3, *opt4; in main() local
75 opt3 = G_define_option(); in main()
76 opt3->key = "lines"; in main()
77 opt3->type = TYPE_INTEGER; in main()
78 opt3->options = "1-1000"; in main()
79 opt3->description = _("Number of lines to appear in the color table"); in main()
110 if (opt3->answer != NULL) { in main()
116 sscanf(opt3->answer, "%d", &lines); in main()
/dports/databases/grass7/grass-7.8.6/raster/r.spreadpath/
H A Dmain.c81 struct Option *opt1, *opt2, *opt3, *opt4; in main() local
105 opt3 = G_define_standard_option(G_OPT_M_COORDS); in main()
106 opt3->multiple = YES; in main()
107 opt3->description = in main()
192 if (opt3->answer) { in main()
193 for (n = 0; opt3->answers[n] != NULL; n += 2) { in main()
194 G_scan_easting(opt3->answers[n], &east, G_projection()); in main()
195 G_scan_northing(opt3->answers[n + 1], &north, G_projection()); in main()
/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Doption6_addrlst_unittest.cc150 scoped_ptr<Option6AddrLst> opt3; in TEST_F() local
152 opt3.reset(new Option6AddrLst(D6O_NIS_SERVERS, in TEST_F()
156 EXPECT_EQ(D6O_NIS_SERVERS, opt3->getType()); in TEST_F()
157 EXPECT_EQ(52, opt3->len()); in TEST_F()
158 addrs = opt3->getAddresses(); in TEST_F()
166 opt3->pack(out_buf_); in TEST_F()
173 EXPECT_NO_THROW(opt3.reset()); in TEST_F()
H A Doption_unittest.cc310 OptionPtr opt3(new Option(Option::V6, 7, in TEST_F() local
314 opt1->addOption(opt3); in TEST_F()
320 EXPECT_EQ(9, opt3->len()); in TEST_F()
352 OptionPtr opt3(new Option(Option::V6, 7, in TEST_F() local
356 opt2->addOption(opt3); in TEST_F()
384 OptionPtr opt3(new Option(Option::V6, 2)); in TEST_F() local
397 parent->addOption(opt3); in TEST_F()
464 EXPECT_EQ(5, opt3->getUint8()); in TEST_F()
465 EXPECT_EQ(0x0504, opt3->getUint16()); in TEST_F()
559 EXPECT_FALSE(opt1->equals(opt3)); in TEST_F()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/codegen/tests/
H A Dtest_rewriting.py35 opt3 = optimize(expr3, [log2_opt])
36 assert opt3 == log2(x)
37 assert opt3.rewrite(log) == expr3
79 opt3 = optimize(expr3, [expm1_opt])
80 assert 3*expm1(x) - 2 == opt3
81 assert opt3.rewrite(exp) == expr3
153 assert 3*cosm1(x) - 2 == opt3
154 assert opt3.rewrite(cos) == expr3
204 assert log1p(2*x) - opt3 == 0
205 assert opt3.rewrite(log) == expr3
[all …]
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/utils/
H A Doptional_tests.cpp108 xlnt::optional<convertible> opt3(test_val); in test_ctor() local
109 xlnt_assert(opt3.is_set()); in test_ctor()
110 xlnt_assert_equals(opt3.get().val, test_val); in test_ctor()
123 xlnt::optional<int> opt3(test_val); in test_copy_ctor() local
124 xlnt::optional<int> opt4(opt3); in test_copy_ctor()
125 xlnt_assert_equals(opt3, opt4); in test_copy_ctor()
147 xlnt::optional<int> opt3(test_val); in test_move_ctor() local
148 xlnt::optional<int> opt4(std::move(opt3)); in test_move_ctor()
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Tests/Repository/
H A DVcsPackageFilterTest.php517 $opt3 = array($optn => false, $optn2 => true);
523 array($opt3, 'acme/foobar', 'v1.0.0', 'stable', '>=0.9', '1.0.0', false),
527 array($opt3, 'acme/foobar', 'v0.9.0', 'stable', '>=0.9', '1.0.0', false),
532 array($opt3, 'acme/foobar', 'v1.0.0', 'stable', '>=0.9', null, false),
536 array($opt3, 'acme/foobar', 'v0.9.0', 'stable', '>=0.9', null, false),
541 array($opt3, 'acme/foobar', 'v1.0.0', 'stable', null, '1.0.0', false),
545 array($opt3, 'acme/foobar', 'v0.9.0', 'stable', null, '1.0.0', false),
550 array($opt3, 'acme/foobar', 'v1.0.0', 'stable', null, null, false),
554 array($opt3, 'acme/foobar', 'v0.9.0', 'stable', null, null, false),
559 array($opt3, 'acme/foobar', 'v1.0.0', 'dev', '>=0.9@stable', '1.0.0', false),
[all …]
/dports/misc/kwordquiz/kwordquiz-21.12.3/src/
H A Dmultipleview.cpp23 m_choicesButtons->addButton(opt3, 3); in MultipleView()
45 opt3->show(); in init()
53 opt3->setFont(Prefs::editorFont()); in init()
135 opt3->hide(); in slotCheck()
170 opt3->setText("&3 " + m_choices[2]); in showQuestion()
175 opt3->setChecked(false); in showQuestion()
/dports/devel/rkcommon/rkcommon-1.8.0/tests/utility/
H A Dtest_Optional.cpp187 Optional<int> opt3(4); variable
188 REQUIRE(opt3 <= opt2);
202 Optional<int> opt3(4); variable
203 REQUIRE(opt2 >= opt3);
/dports/devel/lua-argparse/argparse-0.7.1/spec/
H A Dusage_spec.lua316 local opt3 = parser:option("--opt3")
323 parser:mutex(arg4, opt2, opt3, opt4)
324 parser:mutex(opt1, opt3, opt5)
325 parser:mutex(opt1, opt3, opt6)
/dports/databases/grass7/grass-7.8.6/raster/r.drain/
H A Dmain.c80 struct Option *opt1, *opt2, *coordopt, *vpointopt, *opt3, *opt4; in main() local
118 opt3 = G_define_standard_option(G_OPT_R_INPUT); in main()
119 opt3->key = "direction"; in main()
120 opt3->label = in main()
122 opt3->description = in main()
124 opt3->required = NO; in main()
125 opt3->guisection = _("Cost surface"); in main()
186 if (!opt3->answer) { in main()
190 strcpy(dir_name, opt3->answer); in main()
193 if (opt3->answer) { in main()
[all …]

12345678910>>...29