Home
last modified time | relevance | path

Searched defs:doesMatch (Results 1 – 10 of 10) sorted by relevance

/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_search.cpp79 bool doesMatch = str32equ_optionallyCaseSensitive (value, criterion, caseSensitive); in Melder_stringMatchesCriterion() local
85 bool doesMatch = !! str32str_optionallyCaseSensitive (value, criterion, caseSensitive); in Melder_stringMatchesCriterion() local
91 …bool doesMatch = str32nequ_optionallyCaseSensitive (value, criterion, str32len (criterion), caseSe… in Melder_stringMatchesCriterion() local
98 bool doesMatch = criterionLength <= valueLength && in Melder_stringMatchesCriterion() local
105 …bool doesMatch = !! str32str_word_optionallyCaseSensitive (value, criterion, false, caseSensitive,… in Melder_stringMatchesCriterion() local
111 …bool doesMatch = !! str32str_word_optionallyCaseSensitive (value, criterion, false, caseSensitive,… in Melder_stringMatchesCriterion() local
117 …bool doesMatch = !! str32str_word_optionallyCaseSensitive (value, criterion, false, caseSensitive,… in Melder_stringMatchesCriterion() local
123 …bool doesMatch = !! str32str_word_optionallyCaseSensitive (value, criterion, true, caseSensitive, … in Melder_stringMatchesCriterion() local
129 …bool doesMatch = !! str32str_word_optionallyCaseSensitive (value, criterion, true, caseSensitive, … in Melder_stringMatchesCriterion() local
135 …bool doesMatch = !! str32str_word_optionallyCaseSensitive (value, criterion, true, caseSensitive, … in Melder_stringMatchesCriterion() local
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dnumbering.cpp136 Bool doesMatch; in countMatchingSiblings() local
163 Bool doesMatch; in xslNumberCount() local
/dports/sysutils/ipdbtools/ipdb-1.1.2/
H A Dgeod.c333 bool doesMatch = findCC(CCTable, sortedIP4Sets[o][2]) != NULL; in main() local
/dports/www/ilias/ILIAS-5.4.25/Services/AuthShibboleth/classes/
H A Dclass.ilShibbolethRoleAssignmentRule.php371 public function doesMatch(array $a_data) function in ilShibbolethRoleAssignmentRule
/dports/www/ilias6/ILIAS-6.14/Services/AuthShibboleth/classes/
H A Dclass.ilShibbolethRoleAssignmentRule.php371 public function doesMatch(array $a_data) function in ilShibbolethRoleAssignmentRule
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/golangci-lint/pkg/result/processors/
H A Dnolint.go29 func (i *ignoredRange) doesMatch(issue *result.Issue) bool { func
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/golangci/golangci-lint/pkg/result/processors/
H A Dnolint.go27 func (i *ignoredRange) doesMatch(issue *result.Issue) bool { func
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/golangci-lint/pkg/result/processors/
H A Dnolint.go27 func (i *ignoredRange) doesMatch(issue *result.Issue) bool { func
/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/dstream/
H A DDStream.scala962 def doesMatch(r: Regex): Boolean = r.findFirstIn(className).isDefined method
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Substruct/
H A DSubstructMatch.cpp87 bool doesMatch; in enhancedStereoIsOK() local