/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/ |
H A D | criterium.hpp | 133 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 D | criterium.cpp | 34 …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 D | PrettyMsgListModel.cpp | 232 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 D | StrainEpsilon.md | 4 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 D | DeformationGradientEpsilon.md | 5 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 D | StressEpsilon.md | 4 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 D | CohesiveForceEpsilon.md | 5 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 D | Test.md | 9 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 D | StrainEpsilon.md | 4 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 D | DeformationGradientEpsilon.md | 5 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 D | StressEpsilon.md | 4 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 D | CohesiveForceEpsilon.md | 5 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 D | Test.md | 9 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 D | DataSelection.h | 84 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 D | backend_cryptography.py | 114 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 D | certificates.py | 87 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 D | stringparser_bbcode.class.php | 1432 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 D | stringparser.class.php | 1337 * @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 D | mjdgges.cc | 27 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 D | crit_action_cmd_line.cpp | 34 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 D | hosa_pim_contact_data.idl | 103 …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 D | newff.Rd | 6 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 D | training.report.Rd | 8 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 D | MTest-keywords.md | 121 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 D | MTest-keywords.md | 121 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 …]
|