Home
last modified time | relevance | path

Searched defs:orList (Results 1 – 21 of 21) sorted by relevance

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/megaparsec-7.0.5/Text/Megaparsec/
H A DError.hs460 orList (x:|[]) = x function
461 orList (x:|[y]) = x <> " or " <> y function
462 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/devel/stack/stack-2.7.3/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DError.hs507 orList (x :| []) = x function
508 orList (x :| [y]) = x <> " or " <> y function
509 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DError.hs507 orList (x :| []) = x function
508 orList (x :| [y]) = x <> " or " <> y function
509 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DError.hs466 orList (x:|[]) = x function
467 orList (x:|[y]) = x <> " or " <> y function
468 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DError.hs466 orList (x:|[]) = x function
467 orList (x:|[y]) = x <> " or " <> y function
468 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DError.hs507 orList (x :| []) = x function
508 orList (x :| [y]) = x <> " or " <> y function
509 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DError.hs507 orList (x :| []) = x function
508 orList (x :| [y]) = x <> " or " <> y function
509 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DError.hs507 orList (x :| []) = x function
508 orList (x :| [y]) = x <> " or " <> y function
509 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DError.hs507 orList (x :| []) = x function
508 orList (x :| [y]) = x <> " or " <> y function
509 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DError.hs466 orList (x:|[]) = x function
467 orList (x:|[y]) = x <> " or " <> y function
468 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DError.hs466 orList (x:|[]) = x function
467 orList (x:|[y]) = x <> " or " <> y function
468 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/jsutils/
H A DorList.mjs15 export default function orList(items) { function
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DpythonGrammarParser.py209 orList = Group(bnfFactor + OneOrMore(ALT_OP + bnfFactor)).setParseAction( variable
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A DpythonGrammarParser.py195 orList = Group( bnfFactor + OneOrMore( ALT_OP + bnfFactor ) ).setParseAction(makeGroupObject(OrList… variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/pipeline/
H A DValidationConsumer.java532 static boolean hasMatch (String value, String orList) in hasMatch()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/pipeline/
H A DValidationConsumer.java532 static boolean hasMatch (String value, String orList) in hasMatch()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/pipeline/
H A DValidationConsumer.java532 static boolean hasMatch (String value, String orList) in hasMatch()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/pipeline/
H A DValidationConsumer.java532 static boolean hasMatch (String value, String orList) in hasMatch()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/pipeline/
H A DValidationConsumer.java532 static boolean hasMatch (String value, String orList) in hasMatch()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/pipeline/
H A DValidationConsumer.java532 static boolean hasMatch (String value, String orList) in hasMatch()
/dports/science/cdk/cdk-cdk-2.3/tool/smarts/src/test/java/org/openscience/cdk/smarts/
H A DSmartsExprReadTest.java182 public void orList() { in orList() method in SmartsExprReadTest