/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-updater/process/ |
H A D | matcher.go | 13 type MatchFn func(ps.Process) bool type 47 func (m Matcher) matchPathFn(pathFn func(path, str string) bool) MatchFn { 60 func (m Matcher) matchExecutableFn(execFn func(executable, str string) bool) MatchFn { 70 func (m Matcher) Fn() MatchFn {
|
H A D | process.go | 82 func findProcessesWithFn(fn processesFn, matchFn MatchFn, max int) ([]ps.Process, error) { argument 103 func FindPIDsWithMatchFn(matchFn MatchFn, log Log) ([]int, error) { argument 107 func findPIDsWithFn(fn processesFn, matchFn MatchFn, log Log) ([]int, error) { argument 131 func TerminateAllWithProcessesFn(fn processesFn, matchFn MatchFn, killDelay time.Duration, log Log)… argument
|
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/util/ |
H A D | logging.h | 29 using MatchFn = std::function<bool(const std::string* line)>; variable 30 MatchFn m_match; 35 …explicit DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; …
|
H A D | logging.cpp | 13 DebugLogHelper::DebugLogHelper(std::string message, MatchFn match) in DebugLogHelper()
|
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/util/ |
H A D | logging.h | 29 using MatchFn = std::function<bool(const std::string* line)>; variable 30 MatchFn m_match; 35 …explicit DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; …
|
H A D | logging.cpp | 13 DebugLogHelper::DebugLogHelper(std::string message, MatchFn match) in DebugLogHelper()
|
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/util/ |
H A D | logging.h | 29 using MatchFn = std::function<bool(const std::string* line)>; variable 30 MatchFn m_match; 35 …explicit DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; …
|
H A D | logging.cpp | 13 DebugLogHelper::DebugLogHelper(std::string message, MatchFn match) in DebugLogHelper()
|
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/util/ |
H A D | logging.h | 29 using MatchFn = std::function<bool(const std::string* line)>; variable 30 MatchFn m_match; 35 DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; });
|
H A D | logging.cpp | 14 DebugLogHelper::DebugLogHelper(std::string message, MatchFn match) in DebugLogHelper()
|
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/util/ |
H A D | logging.h | 29 using MatchFn = std::function<bool(const std::string* line)>; variable 30 MatchFn m_match; 35 DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; });
|
H A D | logging.cpp | 14 DebugLogHelper::DebugLogHelper(std::string message, MatchFn match) in DebugLogHelper()
|
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/util/ |
H A D | logging.h | 29 using MatchFn = std::function<bool(const std::string* line)>; variable 30 MatchFn m_match; 35 DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; });
|
H A D | logging.cpp | 14 DebugLogHelper::DebugLogHelper(std::string message, MatchFn match) in DebugLogHelper()
|
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/tasty-1.4.1/Test/Tasty/Patterns/ |
H A D | Types.hs | 28 | MatchFn Expr String constructor
|
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/Patterns/ |
H A D | Types.hs | 28 | MatchFn Expr String constructor
|
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/Patterns/ |
H A D | Types.hs | 28 | MatchFn Expr String constructor
|
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tasty-1.3.1/Test/Tasty/Patterns/ |
H A D | Types.hs | 28 | MatchFn Expr String constructor
|
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tasty-1.4.1/Test/Tasty/Patterns/ |
H A D | Types.hs | 28 | MatchFn Expr String constructor
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/tasty-1.4.2/Test/Tasty/Patterns/ |
H A D | Types.hs | 32 | MatchFn Expr String constructor
|
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/regex/internal/ |
H A D | ir.d | 575 alias MatchFn = bool function(ref Matcher!Char) @trusted; in StaticRegex() local 576 MatchFn nativeFn; in StaticRegex() 580 this(Regex!Char re, MatchFn fn) in StaticRegex()
|
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/regex/internal/ |
H A D | ir.d | 575 alias MatchFn = bool function(ref Matcher!Char) @trusted; in StaticRegex() local 576 MatchFn nativeFn; in StaticRegex() 580 this(Regex!Char re, MatchFn fn) in StaticRegex()
|
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/regex/internal/ |
H A D | ir.d | 575 alias MatchFn = bool function(ref Matcher!Char) @trusted; in StaticRegex() local 576 MatchFn nativeFn; in StaticRegex() 580 this(Regex!Char re, MatchFn fn) in StaticRegex()
|
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/regex/internal/ |
H A D | ir.d | 575 alias MatchFn = bool function(ref Matcher!Char) @trusted; in StaticRegex() local 576 MatchFn nativeFn; in StaticRegex() 580 this(Regex!Char re, MatchFn fn) in StaticRegex()
|
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/regex/internal/ |
H A D | ir.d | 575 alias MatchFn = bool function(ref Matcher!Char) @trusted; in StaticRegex() local 576 MatchFn nativeFn; in StaticRegex() 580 this(Regex!Char re, MatchFn fn) in StaticRegex()
|