Home
last modified time | relevance | path

Searched refs:orList (Results 1 – 25 of 27) sorted by last modified time

12

/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DpythonGrammarParser.py209 orList = Group(bnfFactor + OneOrMore(ALT_OP + bnfFactor)).setParseAction( variable
212 bnfExpr << (orList | bnfFactor)
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/jsutils/
H A DorList.mjs15 export default function orList(items) { function
H A DquotedOrList.mjs10 import orList from './orList';
16 return orList(items.map(function (item) {
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/utilities/
H A DcoerceValue.mjs15 import orList from '../jsutils/orList';
68 …var didYouMean = suggestions.length !== 0 ? 'did you mean ' + orList(suggestions) + '?' : undefine…
127 …var _didYouMean = _suggestions.length !== 0 ? 'did you mean ' + orList(_suggestions) + '?' : undef…
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/validation/rules/
H A DValuesOfCorrectType.mjs17 import orList from '../../jsutils/orList';
79 …var didYouMean = suggestions.length !== 0 ? 'Did you mean ' + orList(suggestions) + '?' : undefine…
144 return 'Did you mean the enum value ' + orList(suggestions) + '?';
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dsieve.py1652 orList = logStr.split(OR)
1654 for orGroup in orList:
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/support/
H A DTextualQueryFilter.cpp50 foreach( const or_list &orList, parsed ) in addTextualFilter()
54 foreach( const expression_element &elem, orList ) in addTextualFilter()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/dialogs/
H A DEditFilterDialog.cpp295 foreach( const or_list &orList, parsed ) in updateDropTarget()
297 foreach( const expression_element &elem, orList ) in updateDropTarget()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DError.hs460 prefix <> (orList . NE.fromList . E.toAscList) ts <> "\n"
465 orList :: NonEmpty String -> String
466 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.hs460 prefix <> (orList . NE.fromList . E.toAscList) ts <> "\n"
465 orList :: NonEmpty String -> String
466 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/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DError.hs460 prefix <> (orList . NE.fromList . E.toAscList) ts <> "\n"
465 orList :: NonEmpty String -> String
466 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.hs460 prefix <> (orList . NE.fromList . E.toAscList) ts <> "\n"
465 orList :: NonEmpty String -> String
466 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/py-pyparsing2/pyparsing-2.4.7/examples/
H A DpythonGrammarParser.py195 orList = Group( bnfFactor + OneOrMore( ALT_OP + bnfFactor ) ).setParseAction(makeGroupObject(OrList… variable
196 bnfExpr << ( orList | bnfFactor )
/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
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/megaparsec-7.0.5/Text/Megaparsec/
H A DError.hs454 prefix <> (orList . NE.fromList . E.toAscList) ts <> "\n"
459 orList :: NonEmpty String -> String
460 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/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/pipeline/
H A DValidationConsumer.java532 static boolean hasMatch (String value, String orList) in hasMatch() argument
535 int max = orList.length () - len; in hasMatch()
538 (start = orList.indexOf (value, start)) != -1; in hasMatch()
544 c = orList.charAt (start - 1); in hasMatch()
547 c = orList.charAt (start + len); 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() argument
535 int max = orList.length () - len; in hasMatch()
538 (start = orList.indexOf (value, start)) != -1; in hasMatch()
544 c = orList.charAt (start - 1); in hasMatch()
547 c = orList.charAt (start + len); 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() argument
535 int max = orList.length () - len; in hasMatch()
538 (start = orList.indexOf (value, start)) != -1; in hasMatch()
544 c = orList.charAt (start - 1); in hasMatch()
547 c = orList.charAt (start + len); 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() argument
535 int max = orList.length () - len; in hasMatch()
538 (start = orList.indexOf (value, start)) != -1; in hasMatch()
544 c = orList.charAt (start - 1); in hasMatch()
547 c = orList.charAt (start + len); 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() argument
535 int max = orList.length () - len; in hasMatch()
538 (start = orList.indexOf (value, start)) != -1; in hasMatch()
544 c = orList.charAt (start - 1); in hasMatch()
547 c = orList.charAt (start + len); 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() argument
535 int max = orList.length () - len; in hasMatch()
538 (start = orList.indexOf (value, start)) != -1; in hasMatch()
544 c = orList.charAt (start - 1); in hasMatch()
547 c = orList.charAt (start + len); in hasMatch()
/dports/devel/stack/stack-2.7.3/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DError.hs502 prefix <> (orList . NE.fromList . E.toAscList) ts <> "\n"
506 orList :: NonEmpty String -> String
507 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.hs502 prefix <> (orList . NE.fromList . E.toAscList) ts <> "\n"
506 orList :: NonEmpty String -> String
507 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-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DError.hs502 prefix <> (orList . NE.fromList . E.toAscList) ts <> "\n"
506 orList :: NonEmpty String -> String
507 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.hs502 prefix <> (orList . NE.fromList . E.toAscList) ts <> "\n"
506 orList :: NonEmpty String -> String
507 orList (x :| []) = x function
508 orList (x :| [y]) = x <> " or " <> y function
509 orList xs = intercalate ", " (NE.init xs) <> ", or " <> NE.last xs function

12