Home
last modified time | relevance | path

Searched refs:execParser (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool-testsuite/test/org/antlr/v4/test/tool/
H A DTestASTStructure.java32 public Object execParser( in execParser() method in TestASTStructure
109 RuleReturnScope rstruct = (RuleReturnScope)execParser("rule", "A : B+;", 58); in test_rule2()
163 RuleReturnScope rstruct = (RuleReturnScope)execParser("ebnf", "(A|B)", 123);
171 RuleReturnScope rstruct = (RuleReturnScope)execParser("ebnf", "(A|B)?", 124); in test_ebnf2()
179 RuleReturnScope rstruct = (RuleReturnScope)execParser("ebnf", "(A|B)*", 125); in test_ebnf3()
187 RuleReturnScope rstruct = (RuleReturnScope)execParser("ebnf", "(A|B)+", 126); in test_ebnf4()
193 RuleReturnScope rstruct = (RuleReturnScope)execParser("element", "~A", 129);
201 RuleReturnScope rstruct = (RuleReturnScope)execParser("element", "b+", 130); in test_element2()
217 RuleReturnScope rstruct = (RuleReturnScope)execParser("element", "b?", 132); in test_element4()
241 RuleReturnScope rstruct = (RuleReturnScope)execParser("element", "b*", 135); in test_element7()
[all …]
H A DTestParserExec.java69 String result = execParser("T.g4", grammar, "TParser", "TLexer", in testStartRuleWithoutEOF()
89 …String found = execParser("Psl.g4", grammar, "PslParser", "PslLexer", null, null, "floating_consta… in testFailedPredicateExceptionState()
129 String found = execParser("ModeTagsParser.g4", parserGrammar, "ModeTagsParser", "ModeTagsLexer", in testAlternateQuotes()
158 String found = execParser("Data.g4", grammar, "DataParser", "DataLexer", in testAttributeValueInitialization()
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/
H A DParser.hs17 P,execParser,execParser_,builtinTypeNames,
25 import Language.C.Parser.ParserMonad (execParser, ParseError(..),P)
36 fmap fst $ execParser parser input pos builtinTypeNames newNameSupply
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/pretty-simple-4.0.0.0/app/
H A DMain.hs30 ( Parser, ReadM, execParser, fullDesc, help, helper, info, long
67 args' <- execParser opts
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/pretty-simple-4.0.0.0/app/
H A DMain.hs30 ( Parser, ReadM, execParser, fullDesc, help, helper, info, long
67 args' <- execParser opts
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCParserMonad.hs44 execParser,
106 execParser :: P a -> String -> Position -> [Ident] -> [Name]
108 execParser (P parser) input pos builtins names = function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCParserMonad.hs44 execParser,
106 execParser :: P a -> String -> Position -> [Ident] -> [Name]
108 execParser (P parser) input pos builtins names = function
/dports/devel/kf5-kio/kio-5.89.0/src/gui/
H A Dkprocessrunner.cpp83 KIO::DesktopExecParser execParser(*service, urls); in fromApplication() local
84 execParser.setUrlsAreTempFiles(flags & KIO::ApplicationLauncherJob::DeleteTemporaryFiles); in fromApplication()
85 execParser.setSuggestedFileName(suggestedFileName); in fromApplication()
86 const QStringList args = execParser.resultingArguments(); in fromApplication()
88 instance->emitDelayedError(execParser.errorMessage()); in fromApplication()
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Parser/
H A DParserMonad.hs24 execParser,
103 execParser :: P a -> InputStream -> Position -> [Ident] -> [Name]
105 execParser (P parser) input pos builtins names = function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
71 execParser :: ParserInfo a -> IO a
72 execParser = customExecParser defaultPrefs function
/dports/devel/stack/stack-2.7.3/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
83 execParser :: ParserInfo a -> IO a
84 execParser = customExecParser defaultPrefs function
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
83 execParser :: ParserInfo a -> IO a
84 execParser = customExecParser defaultPrefs function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/optparse-applicative-0.16.0.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
83 execParser :: ParserInfo a -> IO a
84 execParser = customExecParser defaultPrefs function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/optparse-applicative-0.16.0.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
83 execParser :: ParserInfo a -> IO a
84 execParser = customExecParser defaultPrefs function
/dports/devel/kf5-kio/kio-5.89.0/src/kioexec/
H A Dmain.cpp195 KIO::DesktopExecParser execParser(service, list); in slotRunApp() local
196 QStringList params = execParser.resultingArguments(); in slotRunApp()
198 qWarning() << execParser.errorMessage(); in slotRunApp()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DExtra.hs8 execParser,
83 execParser :: ParserInfo a -> IO a
84 execParser = customExecParser defaultPrefs function

1234567891011