Searched refs:listMatch (Results 1 – 7 of 7) sorted by relevance
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TrafficDirectorService/ |
H A D | ValueMatcher.php | 56 public function setListMatch(Google_Service_TrafficDirectorService_ListMatcher $listMatch) argument 58 $this->listMatch = $listMatch; 65 return $this->listMatch;
|
/dports/japanese/kiten/kiten-21.12.3/lib/ |
H A D | entry.cpp | 191 bool Entry::listMatch( const QStringList &list, const QStringList &test, DictQuery::MatchType type … in listMatch() function in Entry 302 if( ! listMatch( Readings, query.getPronunciation().split( DictQuery::mainDelimiter ), in matchesQuery() 341 if( ! listMatch( Meanings.join(QLatin1Char(' ') ).toLower().split( ' ' ) in matchesQuery() 431 return listMatch( that.getMeaningsList(), this->getMeaningsList(), DictQuery::Exact ) in sort() 436 return listMatch( that.getReadingsList(), this->getReadingsList(), DictQuery::Exact ) in sort()
|
H A D | entry.h | 229 …bool listMatch( const QStringList &list, const QStringList &test, DictQuery::MatchType type ) cons…
|
/dports/benchmarks/polygraph/polygraph-4.13.0/src/tools/access2poly/ |
H A D | access2cdb | 90 $match = &listMatch($g, 'ctypes', $type); 95 $match = &listMatch($g, 'extensions', $ext) if defined $ext; 101 sub listMatch {
|
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/files/filedialog/ |
H A D | FileSystemDialog.java | 355 Match listMatch = listPattern.match(filter, 0); in extractFilterExtensions() local 356 while (listMatch != null) in extractFilterExtensions() 358 Match singleMatch = singlePattern.match(listMatch.getGroup(1), 0); in extractFilterExtensions() 364 listMatch = listMatch.nextMatch(); in extractFilterExtensions()
|
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/security/authz/builder/testdata/ |
H A D | all-fields-out.yaml | 844 listMatch: 854 listMatch: 864 listMatch: 874 listMatch: 889 listMatch: 899 listMatch: 909 listMatch: 919 listMatch:
|
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/security/authz/model/ |
H A D | generator_test.go | 85 listMatch: 215 listMatch:
|