Home
last modified time | relevance | path

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

123

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dpattern_matcher-t.cc61 EXPECT_TRUE(matcher.is_matching( in TEST_F()
63 EXPECT_TRUE(matcher.is_matching( in TEST_F()
69 EXPECT_FALSE(matcher.is_matching( in TEST_F()
71 EXPECT_FALSE(matcher.is_matching( in TEST_F()
73 EXPECT_FALSE(matcher.is_matching( in TEST_F()
84 EXPECT_TRUE(matcher.is_matching("MySQL", cs_info)); in TEST_F()
86 EXPECT_FALSE(matcher.is_matching("SQL", cs_info)); in TEST_F()
92 EXPECT_TRUE(matcher.is_matching("SQL", cs_info)); in TEST_F()
93 EXPECT_TRUE(matcher.is_matching("STL", cs_info)); in TEST_F()
94 EXPECT_FALSE(matcher.is_matching("SL", cs_info)); in TEST_F()
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/tests/
H A Dtest_matching.py411 assert nx.is_matching(G, set())
415 assert nx.is_matching(G, {(1, 2)})
419 assert nx.is_matching(G, {(0, 1), (2, 3)})
420 assert nx.is_matching(G, {(1, 0), (2, 3)})
421 assert nx.is_matching(G, {(0, 1), (3, 2)})
422 assert nx.is_matching(G, {(1, 0), (3, 2)})
426 assert nx.is_matching(G, {(0, 1), (2, 3)})
434 assert not nx.is_matching(G, {(0, 3), (1, 2)})
435 assert not nx.is_matching(G, {(0, 4)})
437 assert nx.is_matching(G, {(0, 1)})
[all …]
/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Digraph_maximum_bipartite_matching.c36 igraph_bool_t is_matching; in test_graph_from_leda_tutorial() local
65 igraph_is_maximal_matching(&graph, &types, &matching, &is_matching); in test_graph_from_leda_tutorial()
66 if (!is_matching) { in test_graph_from_leda_tutorial()
89 igraph_bool_t is_matching; in test_weighted_graph_from_mit_notes() local
122 igraph_is_maximal_matching(&graph, &types, &matching, &is_matching); in test_weighted_graph_from_mit_notes()
123 if (!is_matching) { in test_weighted_graph_from_mit_notes()
/dports/math/R-cran-igraph/igraph/man/
H A Dmatching.Rd3 \name{is_matching}
4 \alias{is_matching}
12 is_matching(graph, matching, types = NULL)
49 \code{is_matching} and \code{is_max_matching} return a logical
68 \code{is_matching} checks a matching vector and verifies whether its
99 is_matching(g, m1)
100 is_matching(g, m2)
101 is_matching(g, m3)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dpasswords_helper.cc234 bool is_matching = password_manager::ContainsEqualPasswordFormsUnordered( in ProfileContainsSamePasswordFormsAsVerifier() local
236 if (!is_matching) { in ProfileContainsSamePasswordFormsAsVerifier()
241 return is_matching; in ProfileContainsSamePasswordFormsAsVerifier()
253 bool is_matching = password_manager::ContainsEqualPasswordFormsUnordered( in ProfilesContainSamePasswordForms() local
255 if (!is_matching) { in ProfilesContainSamePasswordForms()
262 return is_matching; in ProfilesContainSamePasswordForms()
476 bool is_matching = password_manager::ContainsEqualPasswordFormsUnordered( in IsExitConditionSatisfiedImpl() local
478 if (!is_matching) { in IsExitConditionSatisfiedImpl()
483 return is_matching; in IsExitConditionSatisfiedImpl()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/xml-pack/
H A Dide-xml-completion-provider.c602 gboolean is_matching = FALSE; in is_n_matching() local
629 is_matching = TRUE; in is_n_matching()
647 return is_matching; in is_n_matching()
654 gboolean is_matching = TRUE; in is_group_matching() local
667 is_matching = FALSE; in is_group_matching()
679 if (is_matching) in is_group_matching()
685 return is_matching; in is_group_matching()
694 gboolean is_matching = FALSE; in process_matching_state() local
731 is_matching = FALSE; in process_matching_state()
752 is_matching = FALSE; in process_matching_state()
[all …]
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Daho_corasick_template_impl.h95 if (r->is_matching) \
226 while (!state->is_matching && state->fail_state) \
274 …s->is_matching = 0; /* if 1, indicates that the state is the last node of a registered keyword */ …
352 if (!state->is_matching) \
357 state->is_matching = 1; \
449 return state->is_matching ? state : 0; \
474 last->is_matching = 0; /* not matching nymore */ \
502 while (prev && prev != state_0 && !prev->is_matching && !prev->nb_goto); \
514 if (state->is_matching && depth) \
617 if (state->goto_array[i].state->is_matching) \
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dwildcards.py146 def is_matching(self, name: Optional[str], member in XsdWildcard
436 if not name or not self.is_matching(name, default_namespace, **kwargs):
465 if not self.is_matching(obj.tag):
604 if not name or not self.is_matching(name, default_namespace, **kwargs):
621 if not self.is_matching(name):
699 def is_matching(self, name: Optional[str], member in Xsd11AnyElement
731 if any(e.is_matching(name) for e in self.precedences[group]):
733 elif any(e.is_matching(name) and not e.is_over(occurs[e])
740 if any(e.is_matching(name) for e in group.iter_elements()
777 def is_matching(self, name: Optional[str], member in Xsd11AnyAttribute
H A Dgroups.py677 elif not other_item.is_matching(item.name, self.default_namespace):
933 if xsd_element.is_matching(name, default_namespace, group=self):
1007 if self.interleave is not None and self.interleave.is_matching(
1032 self.suffix.is_matching(child.tag, default_namespace, self):
1151 if self.interleave and self.interleave.is_matching(name, default_namespace, group=self):
1170 if self.suffix and self.suffix.is_matching(name, default_namespace, group=self):
1400 if w.is_matching(other_item.name, self.target_namespace):
1494 elif not other_item.is_matching(item.name, self.default_namespace):
H A Dmodels.py380 if self.element.is_matching(name, default_namespace, group=self.group):
430 if self.element.is_matching(name, default_namespace, group=self.group):
438 if self.element.is_matching(key, default_namespace, group=self.group):
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscrunner.cpp784 sc_bool *is_matching; in run_game_commands_common() local
793 is_matching = (sc_bool *)sc_malloc(task_count * sizeof(*is_matching)); in run_game_commands_common()
794 memset(is_matching, FALSE, task_count * sizeof(*is_matching)); in run_game_commands_common()
796 is_matching = NULL; in run_game_commands_common()
826 if (is_matching) in run_game_commands_common()
827 is_matching[task] = TRUE; in run_game_commands_common()
842 if (!is_matching[task] || !task_can_run_task(game, task)) in run_game_commands_common()
871 sc_free(is_matching); in run_game_commands_common()
/dports/games/scare/scare-1.3.10/source/
H A Dscrunner.c799 sc_bool *is_matching; in run_game_commands_common() local
809 is_matching = sc_malloc (task_count * sizeof (*is_matching)); in run_game_commands_common()
810 memset (is_matching, FALSE, task_count * sizeof (*is_matching)); in run_game_commands_common()
813 is_matching = NULL; in run_game_commands_common()
847 if (is_matching) in run_game_commands_common()
848 is_matching[task] = TRUE; in run_game_commands_common()
865 if (!is_matching[task] || !task_can_run_task (game, task)) in run_game_commands_common()
898 sc_free (is_matching); in run_game_commands_common()
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Dxpath.py248 def is_matching(self, name: Optional[str], default_namespace: Optional[str] = None) -> bool: member in ElementPathMixin
308 if tag is None or elem.is_matching(tag):
314 if tag is None or child.is_matching(tag):
333 if tag is None or child.is_matching(tag):
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/converters/
H A Djsonml.py84 if not xsd_element.is_matching(self.unmap_qname(obj[0]), self._namespaces.get('')):
104 if not xsd_element.is_matching(self.unmap_qname(obj[0]), self._namespaces.get('')):
/dports/math/py-networkx/networkx-2.6.3/doc/reference/algorithms/
H A Dmatching.rst9 is_matching
/dports/security/libkleo/libkleo-21.12.3/src/utils/
H A Dfilesystemwatcher.cpp58 static bool is_matching(const QString &file, const QStringList &list) in is_matching() function
70 return is_matching(file, blacklist); in is_blacklisted()
78 return is_matching(file, whitelist); in is_whitelisted()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dpattern_matcher.h38 bool is_matching(const std::string &text, const CHARSET_INFO *info) const;
H A Dpattern_matcher.cc76 bool Pattern_matcher::is_matching(const std::string &text, in is_matching() function in Pattern_matcher
/dports/finance/beancount/beancount-2.3.3/beancount/plugins/
H A Dbook_conversions.py117 def is_matching(posting, account): function
287 if isinstance(entry, data.Transaction) and any(is_matching(posting, assets_account)
293 if is_matching(posting, assets_account):
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/linker/
H A Dmodern_linker_jni.cc218 bool is_matching = false; in FindLoadedLibraryMetadata() local
235 is_matching = true; in FindLoadedLibraryMetadata()
252 if (is_matching) { in FindLoadedLibraryMetadata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/linker/
H A Dmodern_linker_jni.cc222 bool is_matching = false; in FindLoadedLibraryMetadata() local
239 is_matching = true; in FindLoadedLibraryMetadata()
256 if (is_matching) { in FindLoadedLibraryMetadata()
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/validators/
H A Dtest_wildcards.py72 self.assertTrue(any3.is_matching('{foo}x'))
73 self.assertTrue(any3.is_matching('{bar}x'))
74 self.assertTrue(any3.is_matching('{tns1}x'))
H A Dtest_xsdbase.py364 self.assertFalse(xsd_element.is_matching('motorbikes'))
365 self.assertFalse(xsd_element.is_matching(''))
367 xsd_element.is_matching('motorbikes', default_namespace=self.schema.target_namespace)
369 self.assertFalse(xsd_element.is_matching('{%s}bikes' % self.schema.target_namespace))
370 self.assertTrue(xsd_element.is_matching(name))
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/
H A Dmatching.py75 def is_matching(G, matching): function
139 if not is_matching(G, matching):
152 return all(not is_matching(G, matching | {e}) for e in unmatched_edges)
182 if not is_matching(G, matching):
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dpersistence_json.cpp477 bool is_matching = false; in parseValue() local
478 while ( !is_matching ) in parseValue()
541 is_matching = true; in parseValue()

123