Home
last modified time | relevance | path

Searched refs:Parameters (Results 1 – 25 of 8091) sorted by relevance

12345678910>>...324

/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DCommand.cpp30 …vector<int> DbValidator::taxSequenceDb = {Parameters::DBTYPE_SEQTAXDB, Parameters::DBTYPE_INDEX_DB…
32 …nt> DbValidator::allDb = {Parameters::DBTYPE_SEQTAXDB, Parameters::DBTYPE_INDEX_DB, Parameters::DB…
33Parameters::DBTYPE_HMM_PROFILE, Parameters::DBTYPE_AMINO_ACIDS, Parameters::DBTYPE_ALIGNMENT_RES,
34Parameters::DBTYPE_PREFILTER_RES, Parameters::DBTYPE_PREFILTER_REV_RES, Parameters::DBTYPE_CLUSTER…
35Parameters::DBTYPE_OFFSETDB, Parameters::DBTYPE_GENERIC_DB, Parameters::DBTYPE_TAXONOMICAL_RESULT};
36 …alidator::allDbAndFlat = {Parameters::DBTYPE_SEQTAXDB, Parameters::DBTYPE_INDEX_DB, Parameters::DB…
37Parameters::DBTYPE_HMM_PROFILE, Parameters::DBTYPE_AMINO_ACIDS, Parameters::DBTYPE_ALIGNMENT_RES,
39Parameters::DBTYPE_OFFSETDB, Parameters::DBTYPE_GENERIC_DB, Parameters::DBTYPE_TAXONOMICAL_RESULT,
55 …nt> DbValidator::flatfileStdinAndGeneric = {Parameters::DBTYPE_FLATFILE, Parameters::DBTYPE_STDIN,…
56 …tor::resultDb = {Parameters::DBTYPE_ALIGNMENT_RES, Parameters::DBTYPE_PREFILTER_RES, Parameters::…
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/ProviderTests/System.Data.Odbc/
H A DOdbcParameterCollectionTest.cs240 OdbcCmd.Parameters.Insert (OdbcCmd.Parameters.Count + 1, p2Age); //Inserting with wrong index in InsertArgumentGreaterThanCountTest()
288 OdbcCmd.Parameters.Insert (1, 4); in InsertNonOdbcParameterTest()
843 OdbcCmd.Parameters.Remove (null); in RemoveNullTest()
891 OdbcCmd.Parameters.Remove (4); in RemoveNonOdbcParameterTest()
951 OdbcCmd2.Parameters.Remove (p1); in RemoveParameterContainedInAnotherCollTest()
983 OdbcCmd.Parameters.RemoveAt (0); in RemoveAtTest()
992 OdbcCmd.Parameters.RemoveAt (OdbcCmd.Parameters.Count-1); in RemoveAtTest()
1017 OdbcCmd.Parameters.RemoveAt (9); in RemoveAtOutOfRangeIndexTest()
1043 OdbcCmd.Parameters.RemoveAt (-1); in RemoveAtNegativeIndexTest()
1069 OdbcCmd.Parameters.RemoveAt (OdbcCmd.Parameters.Count); in RemoveAtBoundaryTest()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_kriging/
H A Dkriging_regression.cpp71 Parameters.Add_Shapes("", in CKriging_Regression()
89 Parameters.Add_Grid("", in CKriging_Regression()
95 Parameters.Add_Grid("", in CKriging_Regression()
101 Parameters.Add_Grid("", in CKriging_Regression()
107 Parameters.Add_Grid("", in CKriging_Regression()
129 Parameters.Add_Node("", in CKriging_Regression()
169 Parameters.Add_Double("", in CKriging_Regression()
175 Parameters.Add_Int("", in CKriging_Regression()
181 Parameters.Add_Int("", in CKriging_Regression()
187 Parameters.Add_String("", in CKriging_Regression()
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/src/workflow/
H A DSearch.cpp34 if (Parameters::isEqualDbtype(queryDbType, Parameters::DBTYPE_HMM_PROFILE) && in computeSearchMode()
35 Parameters::isEqualDbtype(targetDbType,Parameters::DBTYPE_HMM_PROFILE)) { in computeSearchMode()
41 if(Parameters::isEqualDbtype(queryDbType, Parameters::DBTYPE_NUCLEOTIDES) && in computeSearchMode()
42 Parameters::isEqualDbtype(targetDbType, Parameters::DBTYPE_NUCLEOTIDES)) in computeSearchMode()
63 if (Parameters::isEqualDbtype(queryDbType, Parameters::DBTYPE_AMINO_ACIDS) && in computeSearchMode()
64 Parameters::isEqualDbtype(targetDbType, Parameters::DBTYPE_AMINO_ACIDS)){ in computeSearchMode()
69 if (Parameters::isEqualDbtype(queryDbType, Parameters::DBTYPE_HMM_PROFILE) && in computeSearchMode()
70 Parameters::isEqualDbtype(targetDbType, Parameters::DBTYPE_AMINO_ACIDS)){ in computeSearchMode()
75 if (Parameters::isEqualDbtype(queryDbType, Parameters::DBTYPE_AMINO_ACIDS) && in computeSearchMode()
76 Parameters::isEqualDbtype(targetDbType, Parameters::DBTYPE_HMM_PROFILE)){ in computeSearchMode()
[all …]
/dports/math/pdal/PDAL-2.3.0/plugins/e57/libE57Format/contrib/CRCpp/inc/
H A DCRC.h153 struct Parameters struct
175 Table(Parameters<CRCType, CRCWidth> && parameters);
215 static const Parameters< crcpp_uint8, 7> & CRC_7();
217 static const Parameters< crcpp_uint8, 8> & CRC_8();
222 static const Parameters<crcpp_uint16, 10> & CRC_10();
224 static const Parameters<crcpp_uint16, 11> & CRC_11();
229 static const Parameters<crcpp_uint16, 15> & CRC_15();
254 static const Parameters<crcpp_uint32, 24> & CRC_24();
257 static const Parameters<crcpp_uint32, 30> & CRC_30();
259 static const Parameters<crcpp_uint32, 32> & CRC_32();
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/executors/
H A Dexecution_parameters_fwd.hpp125 >::call(std::forward<Parameters>(params), in get_chunk_size()
132 >::call(std::forward<Parameters>(params), in get_chunk_size()
169 template <typename Parameters, typename Executor>
181 >::call(std::forward<Parameters>(params), in maximal_number_of_chunks()
204 std::forward<Parameters>(params), in operator ()()
208 std::forward<Parameters>(params), in operator ()()
249 std::forward<Parameters>(params), in operator ()()
253 std::forward<Parameters>(params), in operator ()()
274 std::forward<Parameters>(params), in count_processing_units()
295 std::forward<Parameters>(params), in operator ()()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_compound/
H A DTA_Standard.cpp91 Parameters.Add_Int( in CTA_Standard()
116 Parameters("SINKS")->asGrid()->Set_NoData_Value(0.0); in On_Execute()
120 SG_TOOL_PARAMETER_SET("RESULT" , Parameters("SINKS")) in On_Execute()
130 && SG_TOOL_PARAMETER_SET("SHADE" , Parameters("SHADE")) in On_Execute()
136 && SG_TOOL_PARAMETER_SET("SLOPE" , Parameters("SLOPE")) in On_Execute()
152 && SG_TOOL_PARAMETER_SET("C_CROS" , Parameters("HCURV")) in On_Execute()
165 && SG_TOOL_PARAMETER_SET("FLOW" , Parameters("FLOW")) in On_Execute()
172 && SG_TOOL_PARAMETER_SET("TCA" , Parameters("FLOW")) in On_Execute()
180 SG_TOOL_PARAMETER_SET("SLOPE" , Parameters("SLOPE")) in On_Execute()
188 SG_TOOL_PARAMETER_SET("SLOPE" , Parameters("SLOPE")) in On_Execute()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_photogrammetry/
H A DColorisation.cpp109 Parameters.Add_PointCloud( in CColorisation()
125Parameters.Add_Value (Parameters("INT ORI"), "K1", _TL ("K1"), _TL ("K1"), PARAMETER_TYPE_Double, … in CColorisation()
126Parameters.Add_Value (Parameters("INT ORI"), "K2", _TL ("K2"), _TL ("K2"), PARAMETER_TYPE_Double, … in CColorisation()
127Parameters.Add_Value (Parameters("INT ORI"), "K3", _TL ("K3"), _TL ("K3"), PARAMETER_TYPE_Double, … in CColorisation()
133Parameters.Add_Value (Parameters("EXT ORI"), "omega", _TL ("Omega"), _TL ("Rotation Angle"), PARAM… in CColorisation()
134Parameters.Add_Value (Parameters("EXT ORI"), "kappa", _TL ("Kappa"), _TL ("Rotation Angle"), PARAM… in CColorisation()
135Parameters.Add_Value (Parameters("EXT ORI"), "alpha", _TL ("Alpha"), _TL ("Rotation Angle"), PARAM… in CColorisation()
138 Parameters.Add_PointCloud( in CColorisation()
174 K[0] = Parameters("K1") ->asDouble(); in On_Execute()
175 K[1] = Parameters("K2") ->asDouble(); in On_Execute()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_opencv/
H A Dopencv_stereo_match.cpp78 Parameters.Add_Grid("", in COpenCV_Stereo_Match()
84 Parameters.Add_Grid("", in COpenCV_Stereo_Match()
90 Parameters.Add_Grid("", in COpenCV_Stereo_Match()
112 Parameters.Add_Int("", in COpenCV_Stereo_Match()
118 Parameters.Add_Int("", in COpenCV_Stereo_Match()
124 Parameters.Add_Int("", in COpenCV_Stereo_Match()
130 Parameters.Add_Int("", in COpenCV_Stereo_Match()
136 Parameters.Add_Int("", in COpenCV_Stereo_Match()
142 Parameters.Add_Int("", in COpenCV_Stereo_Match()
148 Parameters.Add_Int("", in COpenCV_Stereo_Match()
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/sced/
H A Dbascmd.c35 Parameters.kpMenu = BASICMENU;
38 Parameters.kpColor = DrawingColor;
150 OldMenu = Parameters.kpMenu;
178 Parameters.kpMenu = OldMenu;
611 if (Parameters.kpModified && Parameters.kpCellName[0] != EOS
649 if (Not CDOpen(Parameters.kpCellName,&Parameters.kpCellDesc,'w')) {
667 strcpy(Parameters.kpTopName,Parameters.kpCellName);
668 Parameters.kpTopDesc = Parameters.kpCellDesc;
723 if (Parameters.kpCellDesc == Parameters.kpTopDesc) { in Save()
798 if (Parameters.kpCellDesc == Parameters.kpTopDesc) { in WriteCell()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_rivflow/
H A DLandFlow.cpp197 Parameters.Add_Grid( in CLandFlow()
203 Parameters.Add_Grid( in CLandFlow()
209 Parameters.Add_Grid( in CLandFlow()
215 Parameters.Add_Grid( in CLandFlow()
221 Parameters.Add_Grid( in CLandFlow()
227 Parameters.Add_Grid( in CLandFlow()
234 Parameters.Add_Grid( in CLandFlow()
241 Parameters.Add_Grid( in CLandFlow()
1775 …if( x == Parameters("RM1x")->asInt() && y == Parameters("RM1y")->asInt() && Parameters("vRM1")->as… in Calc_MainFlow()
1782 …if( x == Parameters("RM2x")->asInt() && y == Parameters("RM2y")->asInt() && Parameters("vRM2")->as… in Calc_MainFlow()
[all …]
/dports/devel/cdash/CDash-2-2-3/api/
H A Dapi_build.php36 if(!isset($this->Parameters['project']))
289 if(isset($this->Parameters['group']))
411 if(isset($this->Parameters['type']))
428 if(isset($this->Parameters['tag']))
488 if(isset($this->Parameters['osname'])) {$osname = $this->Parameters['osname'];}
489 if(isset($this->Parameters['osversion'])) {$osversion = $this->Parameters['osversion'];}
490 if(isset($this->Parameters['osbits'])) {$osbits = $this->Parameters['osbits'];}
505 … if(isset($this->Parameters['compilername'])) {$compilername = $this->Parameters['compilername'];}
520 … if(isset($this->Parameters['libraryname'])) {$libraryname = $this->Parameters['libraryname'];}
521 …if(isset($this->Parameters['libraryversion'])) {$libraryversion = $this->Parameters['libraryversio…
[all …]
/dports/lang/php73/php-7.3.33/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt26 - Parameters [2] {
40 - Parameters [0] {
46 - Parameters [1] {
53 - Parameters [0] {
59 - Parameters [0] {
65 - Parameters [0] {
71 - Parameters [0] {
77 - Parameters [0] {
83 - Parameters [0] {
89 - Parameters [0] {
[all …]
/dports/lang/php74/php-7.4.27/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt26 - Parameters [2] {
40 - Parameters [0] {
46 - Parameters [1] {
53 - Parameters [0] {
59 - Parameters [0] {
65 - Parameters [0] {
71 - Parameters [0] {
77 - Parameters [0] {
83 - Parameters [0] {
89 - Parameters [0] {
[all …]
/dports/www/mod_php73/php-7.3.33/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt26 - Parameters [2] {
40 - Parameters [0] {
46 - Parameters [1] {
53 - Parameters [0] {
59 - Parameters [0] {
65 - Parameters [0] {
71 - Parameters [0] {
77 - Parameters [0] {
83 - Parameters [0] {
89 - Parameters [0] {
[all …]
/dports/www/mod_php74/php-7.4.27/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt26 - Parameters [2] {
40 - Parameters [0] {
46 - Parameters [1] {
53 - Parameters [0] {
59 - Parameters [0] {
65 - Parameters [0] {
71 - Parameters [0] {
77 - Parameters [0] {
83 - Parameters [0] {
89 - Parameters [0] {
[all …]
/dports/devel/p5-Paws/Paws-0.14/t/10_responses/
H A Dredshift-describe-cluster-parameters.response.test.yml7 path: Parameters.0.DataType
10 path: Parameters.0.Description
13 path: Parameters.0.IsModifiable
22 path: Parameters.0.Source
28 path: Parameters.1.DataType
43 path: Parameters.1.Source
46 path: Parameters.2.DataType
61 path: Parameters.2.Source
82 path: Parameters.3.Source
100 path: Parameters.4.Source
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Devapotranspiration.cpp78 Parameters.Add_Table("", in CETpot_Day_To_Hour()
100 Parameters.Add_Table("", in CETpot_Day_To_Hour()
230 Parameters.Add_Table("", in CETpot_Table()
236 Parameters.Add_Table("", in CETpot_Table()
259 Parameters.Add_Choice("", in CETpot_Table()
306 if( Parameters("RESULT")->asTable() && Parameters("RESULT")->asTable() != pTable ) in On_Execute()
465 Parameters.Add_Grid("", in CETpot_Grid()
471 Parameters.Add_Choice("", in CETpot_Grid()
482 Parameters.Add_Bool("", in CETpot_Grid()
494 Parameters.Add_Choice("", in CETpot_Grid()
[all …]
/dports/science/libecpint/libecpint-1.0.7/include/libecpint/
H A Dqgen.hpp74 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
75 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
76 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
77 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
78 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
79 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
80 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
81 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
82 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
83 …, const RadialIntegral&, const AngularIntegral&, const RadialIntegral::Parameters&, ThreeIndex<dou…
[all …]
/dports/lang/php80/php-8.0.15/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt33 - Parameters [0] {
40 - Parameters [1] {
47 - Parameters [0] {
54 - Parameters [0] {
60 - Parameters [0] {
66 - Parameters [0] {
72 - Parameters [0] {
78 - Parameters [0] {
84 - Parameters [0] {
90 - Parameters [0] {
[all …]
/dports/www/mod_php80/php-8.0.15/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt33 - Parameters [0] {
40 - Parameters [1] {
47 - Parameters [0] {
54 - Parameters [0] {
60 - Parameters [0] {
66 - Parameters [0] {
72 - Parameters [0] {
78 - Parameters [0] {
84 - Parameters [0] {
90 - Parameters [0] {
[all …]
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/
H A DPolyTree.cpp165 Parameters->Result[i] = 0; in Taylor_Expansion()
230 Parameters->Result[j] += Temp_Parameters->Result[k]*Parameters->Result[j-k]; in Taylor_Expansion()
279 Parameters->Result[k] = 0; in Taylor_Expansion()
283 Parameters->Result[k] -= Temp_Denominator_Parameters->Result[j]*Parameters->Result[k-j]*B_Zero; in Taylor_Expansion()
294 Parameters->Result[k] *= *(Parameters->Ten_Power); in Taylor_Expansion()
295 Parameters->Result[k] /= B_Zero; in Taylor_Expansion()
357 Parameters->Result[j] *= 2 * Parameters->Result[0]; in Taylor_Expansion()
360 Parameters->Result[j] += Parameters->Result[k]*Parameters->Result[j-k]; in Taylor_Expansion()
364 Parameters->Result[j] *= Parameters->Result[j]; in Taylor_Expansion()
376 Parameters->Result[j] += Temp_Parameters->Result[k]*Parameters->Result[j-k]; in Taylor_Expansion()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/contrib/contrib_perego/
H A Ddestriping2.cpp93 CSG_Grid *pZ = Parameters("INPUT")->asGrid (); in On_Execute()
94 double zmin = Parameters( "MIN")->asDouble(); in On_Execute()
95 double zmax = Parameters( "MAX")->asDouble(); in On_Execute()
97 CSG_Grid *pM = Parameters( "MASK")->asGrid (); in On_Execute()
98 double mmin = Parameters( "MMIN")->asDouble(); in On_Execute()
99 double mmax = Parameters( "MMAX")->asDouble(); in On_Execute()
120 SG_TOOL_PARAMETER_SET("INPUT" , Parameters("INPUT" )) in On_Execute()
121 && SG_TOOL_PARAMETER_SET("RESULT1", Parameters("RESULT1")) in On_Execute()
122 && SG_TOOL_PARAMETER_SET("RESULT2", Parameters("RESULT2")) in On_Execute()
123 && SG_TOOL_PARAMETER_SET("RESULT3", Parameters("RESULT3")) in On_Execute()
[all …]
/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Droboconfig.h91 struct Parameters struct
144 struct Parameters items;
145 struct Parameters ignore_items;
146 struct Parameters source_items;
149 struct Parameters item_order;
151 struct Parameters options;
159 struct Parameters end_markers;
163 struct Parameters keywords;
186 struct Parameters *params,
189 struct Parameters *params,
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_grid/
H A Draw.cpp96 Parameters.Add_Int("", in CRaw_Import()
102 Parameters.Add_Int("", in CRaw_Import()
108 Parameters.Add_Double("", in CRaw_Import()
114 Parameters.Add_Choice("", in CRaw_Import()
152 Parameters.Add_Choice("", in CRaw_Import()
167 Parameters.Add_Choice("", in CRaw_Import()
195 Parameters.Add_Int("", in CRaw_Import()
200 Parameters.Add_Int("", in CRaw_Import()
205 Parameters.Add_Int("", in CRaw_Import()
219 Parameters.Add_Bool("", in CRaw_Import()
[all …]

12345678910>>...324