Home
last modified time | relevance | path

Searched refs:criterium (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dcriterium.hpp133 class criterium : public on_pool class
136 virtual ~criterium() throw(Ebug) {}; in ~criterium()
150 virtual criterium *clone() const = 0;
189 criterium *x_input;
247 class crit_in_place_is_dir : public criterium
461 class crit_same_type : public criterium
471 class crit_not : public criterium
483 const criterium *x_crit;
492 class crit_and : public criterium
500 void add_crit(const criterium & ref);
[all …]
H A Dcriterium.cpp34 …testing::testing(const criterium & input, const crit_action & go_true, const crit_action & go_fals… in testing()
210 const cat_inode *criterium::get_inode(const cat_nomme *arg) in get_inode()
504 void crit_and::add_crit(const criterium & ref) in add_crit()
506 criterium *cloned = ref.clone(); in add_crit()
526 vector<criterium *>::iterator it = to_be_voided.operand.begin(); in gobe()
564 vector<criterium *>::const_iterator it = operand.begin(); in evaluate()
587 vector<criterium *>::const_iterator it = ref.operand.begin(); in copy_from()
592 criterium *cloned; in copy_from()
612 vector<criterium *>::iterator it = operand.begin(); in detruit()
633 vector<criterium *>::const_iterator it = operand.begin(); in evaluate()
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DPrettyMsgListModel.cpp232 ThreadingMsgListModel::SortCriterium criterium = ThreadingMsgListModel::SORT_NONE; in sort() local
240 criterium = ThreadingMsgListModel::SORT_NONE; in sort()
243 criterium = ThreadingMsgListModel::SORT_SUBJECT; in sort()
246 criterium = ThreadingMsgListModel::SORT_FROM; in sort()
249 criterium = ThreadingMsgListModel::SORT_TO; in sort()
252 criterium = ThreadingMsgListModel::SORT_CC; in sort()
255 criterium = ThreadingMsgListModel::SORT_DATE; in sort()
258 criterium = ThreadingMsgListModel::SORT_ARRIVAL; in sort()
261 criterium = ThreadingMsgListModel::SORT_SIZE; in sort()
265 …del->setUserSearchingSortingPreference(threadingModel->currentSearchCondition(), criterium, order); in sort()
[all …]
/dports/science/tfel/tfel-3.4.0/docs/mtest/mtest/
H A DStrainEpsilon.md4 This criterium on strains checks if two successives estimate of the
5 strains are close enough. By default, the criterium value used is
8 The `@StrainEpsilon` let the user specifiy the criterium value used
9 for the criterium on strains.
11 It is followed by the criterium value.
H A DDeformationGradientEpsilon.md5 This criterium on the deformation gradient checks if two successives
6 estimate of the strains are close enough. By default, the criterium
9 The `@SDeformationGradient` let the user specifiy the criterium value used
10 for the criterium on strains.
12 It is followed by the criterium value.
H A DStressEpsilon.md4 This criterium on stresses checks that the residual of the Newton
8 The `@StressEpsilon` keyword let the user specifiy the criterium value
9 used for the criterium on stressess.
11 It is followed by the criterium value.
H A DCohesiveForceEpsilon.md5 This criterium on cohesive forces checks that the residual of the
10 The `@CohesiveEpsilon` let the user specifiy the criterium value used
11 for the criterium on cohesive force.
13 It is followed by the criterium value.
H A DTest.md9 variable, a function of time given the exepected value, a criterium
13 criterium value used for the comparison. The functions may explicitly
20 criterium value used for the comparison. In the second syntax, two
22 variable to a column number and a criterium value used for the
26 The comparisons are made using an absolute criterium. The names of
/dports/science/tfel-edf/tfel-3.2.1/docs/mtest/mtest/
H A DStrainEpsilon.md4 This criterium on strains checks if two successives estimate of the
5 strains are close enough. By default, the criterium value used is
8 The `@StrainEpsilon` let the user specifiy the criterium value used
9 for the criterium on strains.
11 It is followed by the criterium value.
H A DDeformationGradientEpsilon.md5 This criterium on the deformation gradient checks if two successives
6 estimate of the strains are close enough. By default, the criterium
9 The `@SDeformationGradient` let the user specifiy the criterium value used
10 for the criterium on strains.
12 It is followed by the criterium value.
H A DStressEpsilon.md4 This criterium on stresses checks that the residual of the Newton
8 The `@StressEpsilon` keyword let the user specifiy the criterium value
9 used for the criterium on stressess.
11 It is followed by the criterium value.
H A DCohesiveForceEpsilon.md5 This criterium on cohesive forces checks that the residual of the
10 The `@CohesiveEpsilon` let the user specifiy the criterium value used
11 for the criterium on cohesive force.
13 It is followed by the criterium value.
H A DTest.md9 variable, a function of time given the exepected value, a criterium
13 criterium value used for the comparison. The functions may explicitly
20 criterium value used for the comparison. In the second syntax, two
22 variable to a column number and a criterium value used for the
26 The comparisons are made using an absolute criterium. The names of
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Common/include/mirtk/
H A DDataSelection.h84 void Push(const SelectorPointer &criterium) in Push() argument
86 _Criteria.push_back(criterium); in Push()
102 auto criterium = _Criteria.begin(); in Evaluate() local
103 auto selection = (*criterium)->Evaluate(values); in Evaluate()
104 while (++criterium != _Criteria.end()) { in Evaluate()
105 selection = Intersection(selection, (*criterium)->Evaluate(values)); in Evaluate()
123 for (auto criterium : _Criteria) { in Evaluate() local
124 auto ids = criterium->Evaluate(values); in Evaluate()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/plugins/module_utils/acme/
H A Dbackend_cryptography.py114 def __init__(self, criterium, module): argument
115 self.criterium = criterium
116 self.test_certificates = criterium.test_certificates
119 if criterium.subject:
121 … (cryptography_name_to_oid(k), to_native(v)) for k, v in parse_name_field(criterium.subject)
123 if criterium.issuer:
125 … (cryptography_name_to_oid(k), to_native(v)) for k, v in parse_name_field(criterium.issuer)
128 criterium.subject_key_identifier, 'subject_key_identifier', criterium.index, module)
130 criterium.authority_key_identifier, 'authority_key_identifier', criterium.index, module)
371 def create_chain_matcher(self, criterium): argument
[all …]
H A Dcertificates.py87 def __init__(self, criterium, index=None): argument
89 self.test_certificates = criterium['test_certificates']
90 self.subject = criterium['subject']
91 self.issuer = criterium['issuer']
92 self.subject_key_identifier = criterium['subject_key_identifier']
93 self.authority_key_identifier = criterium['authority_key_identifier']
/dports/www/gallery2/gallery2/lib/bbcode/
H A Dstringparser_bbcode.class.php1432 function matchesCriterium ($criterium, $value) { argument
1433 if ($criterium == 'empty') {
1677 if ($criterium == 'tagName') {
1683 if (substr ($criterium, 0, 5) == 'flag:') {
1684 $criterium = substr ($criterium, 5);
1687 if (substr ($criterium, 0, 6) == '!flag:') {
1688 $criterium = substr ($criterium, 6);
1691 if (substr ($criterium, 0, 6) == 'flag=:') {
1692 $criterium = substr ($criterium, 6);
1695 if (substr ($criterium, 0, 7) == '!flag=:') {
[all …]
H A Dstringparser.class.php1337 * @param string $criterium The criterium that is to be checked
1341 function matchesCriterium ($criterium, $value) { argument
1351 * @param string $criterium The criterium that is to be checked
1355 function &getNodesByCriterium ($criterium, $value) { argument
1359 if ($this->_children[$i]->matchesCriterium ($criterium, $value)) {
1362 $subnodes = $this->_children[$i]->getNodesByCriterium ($criterium, $value);
1381 * @param string $criterium The criterium that is to be checked
1385 function getNodeCountByCriterium ($criterium, $value) { argument
1388 if ($this->_children[$i]->matchesCriterium ($criterium, $value)) {
1391 $subnodes = $this->_children[$i]->getNodeCountByCriterium ($criterium, $value);
/dports/science/dynare/dynare-4.6.4/mex/sources/mjdgges/
H A Dmjdgges.cc27 double criterium; variable
32 return *alpha_r * *alpha_r + *alpha_i * *alpha_i < criterium * criterium * *beta * *beta; in my_criteria()
80 criterium = *mxGetPr(prhs[2]); in mexFunction()
82 criterium = 1+1e-6; in mexFunction()
/dports/sysutils/dar/dar-2.5.14-bis/src/dar_suite/
H A Dcrit_action_cmd_line.cpp34 static const criterium * criterium_create_from_string(user_interaction & dialog, const string & arg…
111 const criterium *crit = nullptr; in crit_action_create_from_string()
257 static const criterium * criterium_create_from_string(user_interaction &dialog, const string & argu… in criterium_create_from_string()
260 const criterium *ret = nullptr; in criterium_create_from_string()
273 const criterium * tmp = nullptr; in criterium_create_from_string()
314 const criterium *tmp = nullptr; in criterium_create_from_string()
360 const criterium *tmp = nullptr; in criterium_create_from_string()
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/idl/
H A Dhosa_pim_contact_data.idl103 …en the criterium does not contain the wildcard character "*" only ContactIDs that are exactly the …
107 …hen the criterium does not contain the wildcard character "*" only UserNames that are exactly the …
111 …en the criterium does not contain the wildcard character "*" only ContactIDs that are exactly the …
115 …en the criterium does not contain the wildcard character "*" only ContactIDs that are exactly the …
119 …hen the criterium does not contain the wildcard character "*" only Fullnames that are exactly the …
/dports/science/R-cran-AMORE/AMORE/man/
H A Dnewff.Rd6 newff(n.neurons, learning.rate.global, momentum.global, error.criterium, Stao,
13 \item{error.criterium}{Criterium used to measure to proximity of the neural network prediction to i…
19 \item{Stao}{Stao parameter for the TAO error criterium. Unused by the rest of criteria.}
69 error.criterium="LMS", Stao=NA, hidden.layer="tansig",
71 result <- train(net, P, target, error.criterium="LMS", report=TRUE, show.step=100, n.shows=5 )
H A Dtraining.report.Rd8 training.report(net,P,T, idx.show, error.criterium)
15 \item{error.criterium}{Criterium used to measure the goodness of fit.}
/dports/science/tfel/tfel-3.4.0/docs/web/
H A DMTest-keywords.md121 This criterium on cohesive forces checks that the residual of the
126 The `@CohesiveEpsilon` let the user specifiy the criterium value used
127 for the criterium on cohesive force.
129 It is followed by the criterium value.
199 for the criterium on strains.
201 It is followed by the criterium value.
791 for the criterium on strains.
793 It is followed by the criterium value.
829 used for the criterium on stressess.
831 It is followed by the criterium value.
[all …]
/dports/science/tfel-edf/tfel-3.2.1/docs/web/
H A DMTest-keywords.md121 This criterium on cohesive forces checks that the residual of the
126 The `@CohesiveEpsilon` let the user specifiy the criterium value used
127 for the criterium on cohesive force.
129 It is followed by the criterium value.
199 for the criterium on strains.
201 It is followed by the criterium value.
791 for the criterium on strains.
793 It is followed by the criterium value.
829 used for the criterium on stressess.
831 It is followed by the criterium value.
[all …]

12345678910>>...17