Home
last modified time | relevance | path

Searched refs:filterMatch (Results 1 – 25 of 56) sorted by relevance

123

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FilterCatalog/
H A DFilterMatcherBase.h53 boost::shared_ptr<FilterMatcherBase> filterMatch; member
56 FilterMatch() : filterMatch(), atomPairs() {} in FilterMatch()
59 : filterMatch(filter), atomPairs(atomPairs) {} in FilterMatch()
62 : filterMatch(rhs.filterMatch), atomPairs(rhs.atomPairs) {} in FilterMatch()
65 return (filterMatch.get() == rhs.filterMatch.get() &&
70 return !(filterMatch.get() == rhs.filterMatch.get() &&
H A DREADME71 fm.filterMatch;
109 for filterMatch in entry.getFilterMatches(mol):
110 filter = filterMatch.filterMatch
113 for queryAtomIdx, atomIdx in filterMatch.atomPairs:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/testing/
H A Dmatch.go17 filter filterMatch
29 type filterMatch interface { interface
44 type alternationMatch []filterMatch
51 var impl filterMatch
144 func splitRegexp(s string) filterMatch {
H A Dmatch_test.go30 res := func(s ...string) filterMatch { return simpleMatch(s) }
31 alt := func(m ...filterMatch) filterMatch { return alternationMatch(m) }
34 result filterMatch
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/mime/
H A DXmlTypeCheck.php39 public $filterMatch = false; variable in XmlTypeCheck
332 $this->filterMatch = true;
360 $this->filterMatch = true;
385 $this->filterMatch = true;
400 $this->filterMatch = true;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/mime/
H A DXmlTypeCheck.php39 public $filterMatch = false; variable in XmlTypeCheck
332 $this->filterMatch = true;
360 $this->filterMatch = true;
385 $this->filterMatch = true;
400 $this->filterMatch = true;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/mime/
H A DXmlTypeCheck.php39 public $filterMatch = false; variable in XmlTypeCheck
332 $this->filterMatch = true;
360 $this->filterMatch = true;
385 $this->filterMatch = true;
400 $this->filterMatch = true;
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/nosql/
H A Dvalue_test.go11 var filterMatch = []struct { var
39 for _, c := range filterMatch {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/
H A DCollectingSearchRequestor.java62 if (! filterMatch(match)) in acceptSearchMatch()
80 public boolean filterMatch(SearchMatch match) throws CoreException { in filterMatch() method in CollectingSearchRequestor
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FilterCatalog/Wrap/
H A Drough_test.py179 self.assertEquals(str(filtermatch.filterMatch), "hzone_phenol_A(479)")
416 self.assertEquals([match.filterMatch.GetName() for match in res],
429 self.assertEquals([match.filterMatch.GetName() for match in res],
438 self.assertEquals([match.filterMatch.GetName() for match in res], ['Halogen.Aromatic'])
444 self.assertEquals([match.filterMatch.GetName() for match in res],
468 hits = [match.filterMatch.GetName() for match in entry.GetFilterMatches(mol)]
473 self.assertEquals(res, [match.filterMatch.GetName() for match in fc.GetFilterMatches(mol)])
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/
H A DFilteredServiceListener.java103 event = filterMatch(event); in serviceChanged()
124 private ServiceEvent filterMatch(ServiceEvent delivered) { in filterMatch() method in FilteredServiceListener
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/upload/
H A DUploadBaseTest.php134 public function testCheckSvgScriptCallback( $svg, $wellFormed, $filterMatch, $message ) {
137 $this->assertSame( $filterMatch, $match, $message . " (filter match)" );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/upload/
H A DUploadBaseTest.php134 public function testCheckSvgScriptCallback( $svg, $wellFormed, $filterMatch, $message ) { argument
137 $this->assertSame( $filterMatch, $match, $message . " (filter match)" );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/upload/
H A DUploadBaseTest.php134 public function testCheckSvgScriptCallback( $svg, $wellFormed, $filterMatch, $message ) { argument
137 $this->assertSame( $filterMatch, $match, $message . " (filter match)" );
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/
H A DctkPluginFrameworkUtil_p.h73 static bool filterMatch(const QString& filter, const QString& s);
/dports/deskutils/birdtray/birdtray-1.9.0/.github/scripts/
H A DcheckTranslation.py414 filterMatch = self.FILTER_REGEX.search(data)
415 if filterMatch:
416 index = filterMatch.start('filters')
417 for filterId in filterMatch.group('filters').split(','):
/dports/www/grafana8/grafana-8.3.6/public/app/core/components/TransformersUI/FilterByValueTransformer/
H A DFilterByValueTransformerEditor.tsx31 const filterMatch: Array<SelectableValue<FilterByValueMatch>> = [
113 …<RadioButtonGroup options={filterMatch} value={options.match} onChange={onChangeMatch} fullWidth />
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/
H A DCuCollectingSearchRequestor.java69 if (filterMatch(match)) in acceptSearchMatch()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/scalefilter/
H A Dscalefilter.c231 char filterMatch[2 * MAX_FILTER_TEXT_LEN]; in scalefilterUpdateFilter() local
243 strncpy (filterMatch, filterType, MAX_FILTER_TEXT_LEN); in scalefilterUpdateFilter()
246 wcstombs (filterMatch + offset, fs->filterInfo->filterString, in scalefilterUpdateFilter()
248 matchAddExp (match, 0, filterMatch); in scalefilterUpdateFilter()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/environment/view/
H A DEnvironmentObjectDisplay.java68 ThemeStyles.INSTANCE.filterMatch()); in EnvironmentObjectDisplay()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/web/filter/
H A DShallowEtagHeaderFilterTests.java78 public void filterMatch() throws Exception { in filterMatch() method in ShallowEtagHeaderFilterTests
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1309 int filterMatch; in FilterExpr() local
1324 filterMatch = FILTER_MATCH_PREDICATES; in FilterExpr()
1328 filterMatch = FILTER_MATCH_PRIMARY; in FilterExpr()
1333 filterMatch = FILTER_MATCH_FAILED; in FilterExpr()
1336 return filterMatch; in FilterExpr()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1309 int filterMatch; in FilterExpr() local
1324 filterMatch = FILTER_MATCH_PREDICATES; in FilterExpr()
1328 filterMatch = FILTER_MATCH_PRIMARY; in FilterExpr()
1333 filterMatch = FILTER_MATCH_FAILED; in FilterExpr()
1336 return filterMatch; in FilterExpr()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1309 int filterMatch; in FilterExpr() local
1324 filterMatch = FILTER_MATCH_PREDICATES; in FilterExpr()
1328 filterMatch = FILTER_MATCH_PRIMARY; in FilterExpr()
1333 filterMatch = FILTER_MATCH_FAILED; in FilterExpr()
1336 return filterMatch; in FilterExpr()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1309 int filterMatch; in FilterExpr() local
1324 filterMatch = FILTER_MATCH_PREDICATES; in FilterExpr()
1328 filterMatch = FILTER_MATCH_PRIMARY; in FilterExpr()
1333 filterMatch = FILTER_MATCH_FAILED; in FilterExpr()
1336 return filterMatch; in FilterExpr()

123