Home
last modified time | relevance | path

Searched refs:m_matched (Results 1 – 22 of 22) sorted by relevance

/dports/devel/cmake-doc/cmake-3.22.1/Source/QtDialog/
H A DRegexExplorer.cxx7 , m_matched(false) in RegexExplorer()
55 m_matched = m_regexParser.find(m_text); in on_inputText_textChanged()
57 m_matched = false; in on_inputText_textChanged()
60 setStatusColor(labelRegexMatch, m_matched); in on_inputText_textChanged()
62 if (!m_matched) { in on_inputText_textChanged()
101 if (!m_matched) { in on_matchNumber_currentIndexChanged()
129 m_matched = false; in clearMatch()
H A DRegexExplorer.h39 bool m_matched; variable
/dports/devel/cmake-gui/cmake-3.22.1/Source/QtDialog/
H A DRegexExplorer.cxx7 , m_matched(false) in RegexExplorer()
55 m_matched = m_regexParser.find(m_text); in on_inputText_textChanged()
57 m_matched = false; in on_inputText_textChanged()
60 setStatusColor(labelRegexMatch, m_matched); in on_inputText_textChanged()
62 if (!m_matched) { in on_inputText_textChanged()
101 if (!m_matched) { in on_matchNumber_currentIndexChanged()
129 m_matched = false; in clearMatch()
H A DRegexExplorer.h39 bool m_matched; variable
/dports/devel/cmake/cmake-3.22.1/Source/QtDialog/
H A DRegexExplorer.cxx7 , m_matched(false) in RegexExplorer()
55 m_matched = m_regexParser.find(m_text); in on_inputText_textChanged()
57 m_matched = false; in on_inputText_textChanged()
60 setStatusColor(labelRegexMatch, m_matched); in on_inputText_textChanged()
62 if (!m_matched) { in on_inputText_textChanged()
101 if (!m_matched) { in on_matchNumber_currentIndexChanged()
129 m_matched = false; in clearMatch()
H A DRegexExplorer.h39 bool m_matched; variable
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dmenutreenode.cc33 m_matched( false ), in MenuTreeNode()
86 m_matched = nv; in setMatched()
91 return m_matched; in getMatched()
H A Dmenutreenode.hh78 bool m_matched; member in MenuTreeNode
/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_hotkey.cpp51 bool m_matched; member in scim::HotkeyMatcher::HotkeyMatcherImpl
56 m_matched (false), in HotkeyMatcherImpl()
118 m_impl->m_matched = true; in push_key_event()
121 m_impl->m_matched = false; in push_key_event()
132 m_impl->m_matched = false; in reset()
146 return m_impl->m_matched; in is_matched()
/dports/devel/pire/pire-release-0.0.6/pire/extra/
H A Dcapture.h256 , m_matched(false) {} in State()
295 return m_matched; in IsMatched()
305 m_matched = true; in AddMatch()
312 bool m_matched; variable
/dports/security/modsecurity3/modsecurity-v3.0.5/src/operators/
H A Dcontains.cc33 transaction->m_matched.push_back(p); in evaluate()
H A Ddetect_sqli.cc40 t->m_matched.push_back(fingerprint); in evaluate()
H A Drx.cc64 transaction->m_matched.push_back(capture_substring); in evaluate()
H A Drx_global.cc64 transaction->m_matched.push_back(capture_substring); in evaluate()
H A Dpm.cc102 transaction->m_matched.push_back(match_); in evaluate()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dautofillpli.cpp42 bool m_overlappingArea, m_matched; member
51 , m_matched(false) {} in MatchingProbs()
109 if (probs.m_matched) continue; in match()
122 if (maxProb) matchedProbs->m_matched = true; in match()
/dports/news/nzbget/nzbget-21.1/daemon/queue/
H A DDiskState.cpp2093 bool m_matched; member in ServerRef
2101 bool GetMatched() { return m_matched; } in GetMatched()
2102 void SetMatched(bool matched) { m_matched = matched; } in SetMatched()
2253 ref->m_matched = false; in LoadServerInfo()
/dports/security/modsecurity3/modsecurity-v3.0.5/src/
H A Drule_with_actions.cc186 transaction->m_matched.clear(); in evaluate()
H A Dtransaction.cc138 m_matched(), in Transaction()
211 m_matched(), in Transaction()
/dports/security/modsecurity3/modsecurity-v3.0.5/headers/modsecurity/
H A Dtransaction.h598 std::list<std::string> m_matched; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspj.hpp215 TreeNodeBitMask *m_matched; //If 'T_BUFFER_MATCH' is specified, else NULL member
H A DDbspjMain.cpp3052 row.m_matched->bitANDC(requestPtr.p->m_active_tree_nodes); in cleanupBatch()
3941 row.m_matched = NULL; in execTRANSID_AI()
4113 row.m_matched = (TreeNodeBitMask*)(src + offset); in setupRowPtr()
4117 row.m_matched = NULL; in setupRowPtr()
4715 if (!scanAncestorRow.m_matched->contains(required_matches)) in resumeBufferedNode()
4782 if (scanAncestorRow.m_matched->get(treeNodePtr.p->m_node_no)) in common_execTRANSID_AI()
4787 scanAncestorRow.m_matched->set(treeNodePtr.p->m_node_no); in common_execTRANSID_AI()