Home
last modified time | relevance | path

Searched refs:matchRule (Results 76 – 100 of 187) sorted by relevance

12345678

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DRealGHC.lhs.exactprinter.golden283 -- See comments on matchRule
294 go ms (r:rs) = case (matchRule is_active in_scope args rough_args r) of
338 matchRule :: (Activation -> Bool) -> InScopeSet
342 -- If (matchRule rule args) returns Just (name,rhs)
358 -- Then the call: matchRule the_rule [e1,map e2 e3]
364 matchRule is_active in_scope args rough_args
370 matchRule is_active in_scope args rough_args
888 | Just _ <- matchRule noBlackList emptyInScopeSet args rough_args rule
H A DRealGHC.lhs283 -- See comments on matchRule
294 go ms (r:rs) = case (matchRule is_active in_scope args rough_args r) of
338 matchRule :: (Activation -> Bool) -> InScopeSet
342 -- If (matchRule rule args) returns Just (name,rhs)
358 -- Then the call: matchRule the_rule [e1,map e2 e3]
364 matchRule is_active in_scope args rough_args function
370 matchRule is_active in_scope args rough_args function
888 | Just _ <- matchRule noBlackList emptyInScopeSet args rough_args rule
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/
H A DOpenTestAction.java190 …int matchRule= SearchPattern.R_ERASURE_MATCH | SearchPattern.R_EXACT_MATCH | SearchPattern.R_CASE_… in findMethod()
191 …ePattern(methodPattern, IJavaSearchConstants.METHOD, IJavaSearchConstants.DECLARATIONS, matchRule); in findMethod()
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/libshared/src/
H A DPackrat.cpp59 if (! matchRule (_tree->_name, pig, _tree, 0)) in parse()
92 bool Packrat::matchRule ( in matchRule() function in Packrat
274 matchRule (token._token, pig, b, indent + 1)) in matchToken()
/dports/deskutils/tasksh/tasksh-1.2.0/src/libshared/src/
H A DPackrat.cpp59 if (! matchRule (_tree->_name, pig, _tree, 0)) in parse()
92 bool Packrat::matchRule ( in matchRule() function in Packrat
274 matchRule (token._token, pig, b, indent + 1)) in matchToken()
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/libshared/src/
H A DPackrat.cpp59 if (! matchRule (_tree->_name, pig, _tree, 0)) in parse()
92 bool Packrat::matchRule ( in matchRule() function in Packrat
274 matchRule (token._token, pig, b, indent + 1)) in matchToken()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/
H A DTemplateProposal.java522 int matchRule= SearchPattern.R_PREFIX_MATCH; in getStyledDisplayString() local
524 matchRule= SearchPattern.R_SUBSTRING_MATCH; in getStyledDisplayString()
526 int[] matchingRegions= SearchPattern.getMatchingRegions(pattern, displayString, matchRule); in getStyledDisplayString()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/dbus-1.2.15.1/tests/DBusTests/
H A DClient.hs340 let matchRule = DBus.Client.matchAny function
349 …show matchRule @?= "MatchRule \"sender='com.example.Foo',destination='com.example.Bar',path='/',in…
360 (DBus.Client.addMatch client matchRule (putMVar signalVar))
/dports/math/clasp/clasp-3.3.5/libpotassco/potassco/
H A Daspif_text.h55 void matchRule(char peek);
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/potassco/
H A Daspif_text.h55 void matchRule(char peek);
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DRealGHC.lhs283 -- See comments on matchRule
294 go ms (r:rs) = case (matchRule is_active in_scope args rough_args r) of
338 matchRule :: (Activation -> Bool) -> InScopeSet
342 -- If (matchRule rule args) returns Just (name,rhs)
358 -- Then the call: matchRule the_rule [e1,map e2 e3]
364 matchRule is_active in_scope args rough_args function
370 matchRule is_active in_scope args rough_args function
888 | Just _ <- matchRule noBlackList emptyInScopeSet args rough_args rule
/dports/converters/wkhtmltopdf/qt-5db36ec/src/dbus/
H A Dqdbusintegrator.cpp1304 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2117 MatchRefCountHash::iterator it = matchRefCounts.find(hook.matchRule); in connectSignal()
2124 matchRefCounts.insert(hook.matchRule, 1); in connectSignal()
2128 qDBusDebug("Adding rule: %s", hook.matchRule.constData()); in connectSignal()
2129 q_dbus_bus_add_match(connection, hook.matchRule, NULL); in connectSignal()
2192 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in disconnectSignal()
2208 qDBusDebug("Removing rule: %s", hook.matchRule.constData()); in disconnectSignal()
2209 q_dbus_bus_remove_match(connection, hook.matchRule, NULL); in disconnectSignal()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/tests/examples/
H A DRealGHC.lhs283 -- See comments on matchRule
294 go ms (r:rs) = case (matchRule is_active in_scope args rough_args r) of
338 matchRule :: (Activation -> Bool) -> InScopeSet
342 -- If (matchRule rule args) returns Just (name,rhs)
358 -- Then the call: matchRule the_rule [e1,map e2 e3]
364 matchRule is_active in_scope args rough_args function
370 matchRule is_active in_scope args rough_args function
888 | Just _ <- matchRule noBlackList emptyInScopeSet args rough_args rule
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/irc/
H A DKviNickServRuleSet.cpp200 KviNickServRule * KviNickServRuleSet::matchRule(const QString & szNick, const KviIrcMask * pNickSer… in matchRule() function in KviNickServRuleSet
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusintegrator.cpp1374 hook.matchRule = buildMatchRule(service, path, interface, mname, argMatch, hook.signature); in prepareHook()
2272 MatchRefCountHash::iterator mit = matchRefCounts.find(hook.matchRule); in addSignalHook()
2279 matchRefCounts.insert(hook.matchRule, 1); in addSignalHook()
2283 qDBusDebug() << this << "Adding rule:" << hook.matchRule; in addSignalHook()
2284 q_dbus_bus_add_match(connection, hook.matchRule, nullptr); in addSignalHook()
2368 MatchRefCountHash::iterator i = matchRefCounts.find(hook.matchRule); in removeSignalHookNoLock()
2384 qDBusDebug() << this << "Removing rule:" << hook.matchRule; in removeSignalHookNoLock()
2385 q_dbus_bus_remove_match(connection, hook.matchRule, nullptr); in removeSignalHookNoLock()

12345678