Home
last modified time | relevance | path

Searched refs:matchGroup (Results 1 – 25 of 98) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/
H A DIdentification.cs49 public Identification(bool matchType, string matchGroup, string matchName, string matchPattern) in Identification() argument
52 this.MatchGroup = matchGroup; in Identification()
/dports/devel/py-cheetah3/Cheetah3-3.2.6/Cheetah/
H A DFileUtils.py165 def matchGroup(self): member in _GenSubberFunc
169 m = self.matchGroup()
179 elif self.matchGroup():
187 if self.matchBackref() or self.matchGroup():
/dports/print/scribus-devel/scribus-1.5.7/codegen/cheetah/Cheetah/
H A DFileUtils.py160 def matchGroup(self): member in _GenSubberFunc
164 m = self.matchGroup()
174 elif self.matchGroup():
182 if self.matchBackref() or self.matchGroup():
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_NodeVDB.h69 const GA_PrimitiveGroup* matchGroup(GU_Detail&, const std::string& pattern);
70 const GA_PrimitiveGroup* matchGroup(const GU_Detail&, const std::string& pattern);
H A DSOP_OpenVDB_Write.cc320 *group = matchGroup(*gdp, groupStr.toStdString()), in doCook()
326 halfGroup = matchGroup(*gdp, halfGroupStr.toStdString()); in doCook()
329 fullGroup = matchGroup(*gdp, fullGroupStr.toStdString()); in doCook()
H A DSOP_OpenVDB_Densify.cc126 const GA_PrimitiveGroup* group = this->matchGroup(*gdp, evalStdString("group", time)); in cookVDBSop()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-source-gen-0.4.1.0/src/GHC/SourceGen/Binds/
H A DInternal.hs80 matchGroup :: HsMatchContext' -> [RawMatch] -> MatchGroup' (Located HsExpr')
81 matchGroup context matches = function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-source-gen-0.4.1.0/src/GHC/SourceGen/
H A DExpr.hs62 $ matchGroup CaseAlt matches
65 lambda ps e = noExt HsLam $ matchGroup LambdaExpr [match ps e]
68 lambdaCase = noExt HsLamCase . matchGroup CaseAlt
/dports/audio/murmur/mumble-1.3.3/src/
H A DACL.cpp89 bool matchGroup = Group::isMember(chan, ch, acl->qsGroup, p); in effectivePermissions() local
90 if (matchUser || matchGroup) { in effectivePermissions()
/dports/audio/mumble/mumble-1.3.3/src/
H A DACL.cpp89 bool matchGroup = Group::isMember(chan, ch, acl->qsGroup, p); in effectivePermissions() local
90 if (matchUser || matchGroup) { in effectivePermissions()
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DLambda.hs257 HsCase _ (view -> Var_ x') matchGroup
261 , Set.notMember x $ Set.map occNameString $ free $ allVars matchGroup
262 -> case matchGroup of
297 [(suggestN "Use lambda-case" o $ noLoc $ HsLamCase noExtField matchGroup)
H A DNaming.hs87 shorten (L locDecl (ValD ttg0 bind@(FunBind _ _ matchGroup@(MG _ (L locMatches matches) FromSource)…
88 …L locDecl (ValD ttg0 bind {fun_matches = matchGroup {mg_alts = L locMatches $ map shortenMatch mat…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DLambda.hs248 HsCase _ (view -> Var_ x') matchGroup
252 , Set.notMember x $ Set.map occNameString $ free $ allVars matchGroup
253 -> case matchGroup of
288 [(suggestN "Use lambda-case" o $ noLoc $ HsLamCase noExtField matchGroup)
H A DNaming.hs87 shorten (L locDecl (ValD ttg0 bind@(FunBind _ _ matchGroup@(MG _ (L locMatches matches) FromSource)…
88 …L locDecl (ValD ttg0 bind {fun_matches = matchGroup {mg_alts = L locMatches $ map shortenMatch mat…
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Dhldata.h127 extern bool matchGroup(
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/
H A Dregexp_pcre_test.go116 } else if subs := matchGroup.FindStringSubmatch(line); len(subs) == 3 {
137 var matchGroup = regexp.MustCompile(`^\s*(\d+): (.*)`) var
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/
H A Dregexp_pcre_test.go116 } else if subs := matchGroup.FindStringSubmatch(line); len(subs) == 3 {
137 var matchGroup = regexp.MustCompile(`^\s*(\d+): (.*)`) var
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/
H A Dregexp_pcre_test.go116 } else if subs := matchGroup.FindStringSubmatch(line); len(subs) == 3 {
137 var matchGroup = regexp.MustCompile(`^\s*(\d+): (.*)`) var
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/
H A Dregexp_pcre_test.go116 } else if subs := matchGroup.FindStringSubmatch(line); len(subs) == 3 {
137 var matchGroup = regexp.MustCompile(`^\s*(\d+): (.*)`) var
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/filemanip-0.3.6.3/System/FilePath/
H A DGlobPattern.hs148 matchTerms (MatchGroup g:ts) cs = msum (map matchGroup g)
149 where matchGroup g = matchTerms (MatchLiteral g : ts) cs function
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/dlclark/regexp2/
H A Dregexp_pcre_test.go116 } else if subs := matchGroup.FindStringSubmatch(line); len(subs) == 3 {
137 var matchGroup = regexp.MustCompile(`^\s*(\d+): (.*)`) var
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dlclark/regexp2/
H A Dregexp_pcre_test.go116 } else if subs := matchGroup.FindStringSubmatch(line); len(subs) == 3 {
137 var matchGroup = regexp.MustCompile(`^\s*(\d+): (.*)`) var
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/dlclark/regexp2/
H A Dregexp_pcre_test.go116 } else if subs := matchGroup.FindStringSubmatch(line); len(subs) == 3 {
137 var matchGroup = regexp.MustCompile(`^\s*(\d+): (.*)`) var
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dlclark/regexp2/
H A Dregexp_pcre_test.go116 } else if subs := matchGroup.FindStringSubmatch(line); len(subs) == 3 {
137 var matchGroup = regexp.MustCompile(`^\s*(\d+): (.*)`) var
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/dlclark/regexp2/
H A Dregexp_pcre_test.go116 } else if subs := matchGroup.FindStringSubmatch(line); len(subs) == 3 {
137 var matchGroup = regexp.MustCompile(`^\s*(\d+): (.*)`) var

1234