Home
last modified time | relevance | path

Searched refs:CharsNotIn (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A Dsql2dot.py52 , OneOrMore, ZeroOrMore, CharsNotIn \
55 skobki = "(" + ZeroOrMore(CharsNotIn(")")) + ")"
84 other_statement_def = ( OneOrMore(CharsNotIn(";") ) + ";")
86 comment_def = "--" + ZeroOrMore(CharsNotIn("\n"))
H A Debnf.py33 terminal_string = Suppress("'") + CharsNotIn("'") + Suppress("'") ^ \
34 Suppress('"') + CharsNotIn('"') + Suppress('"')
49 ZeroOrMore( CharsNotIn("*") | ( "*" + ~Literal(")") ) ) +
H A Ddfmparse.py13 , oneOf, OneOrMore, ZeroOrMore, CharsNotIn
63 unquoted_sglQuotedString = Combine( Literal("'").suppress() + ZeroOrMore( CharsNotIn("'\n\r") ) + L…
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dsql2dot.py58 CharsNotIn,
62 skobki = "(" + ZeroOrMore(CharsNotIn(")")) + ")"
129 other_statement_def = OneOrMore(CharsNotIn(";")) + ";"
131 comment_def = "--" + ZeroOrMore(CharsNotIn("\n"))
H A Dbigquery_view_parser.py12 from pyparsing import QuotedString, CharsNotIn, Optional, Group, ZeroOrMore
338 QuotedString('"') ^ Suppress("`") + CharsNotIn("`") + Suppress("`")
671 Suppress('"') + CharsNotIn('"') + Suppress('"')
672 | Suppress("'") + CharsNotIn("'") + Suppress("'")
673 | Suppress("`") + CharsNotIn("`") + Suppress("`")
676 Suppress('"') + CharsNotIn('".') + Suppress('"')
677 | Suppress("'") + CharsNotIn("'.") + Suppress("'")
678 | Suppress("`") + CharsNotIn("`.") + Suppress("`")
702 Suppress('"') + CharsNotIn('"') + Suppress('"')
703 | Suppress("'") + CharsNotIn("'") + Suppress("'")
[all …]
H A Debnf.py33 terminal_string = Suppress("'") + CharsNotIn("'") + Suppress("'") ^ Suppress(
35 ) + CharsNotIn('"') + Suppress('"')
54 ("(*" + ZeroOrMore(CharsNotIn("*") | ("*" + ~Literal(")"))) + "*)")
H A Ddfmparse.py26 CharsNotIn,
86 Literal("'").suppress() + ZeroOrMore(CharsNotIn("'\n\r")) + Literal("'").suppress()
/dports/www/firefox-esr/firefox-91.8.0/media/libaom/
H A Dcmakeparser.py4 from pyparsing import (CharsNotIn, Group, Forward, Literal, Suppress, Word,
10 comment = Literal('#') + ZeroOrMore(CharsNotIn('\n'))
12 unquoted_argument = CharsNotIn('\n ()#\"\\')
/dports/www/firefox/firefox-99.0/media/libaom/
H A Dcmakeparser.py4 from pyparsing import (CharsNotIn, Group, Forward, Literal, Suppress, Word,
10 comment = Literal('#') + ZeroOrMore(CharsNotIn('\n'))
12 unquoted_argument = CharsNotIn('\n ()#\"\\')
/dports/mail/thunderbird/thunderbird-91.8.0/media/libaom/
H A Dcmakeparser.py4 from pyparsing import (CharsNotIn, Group, Forward, Literal, Suppress, Word,
10 comment = Literal('#') + ZeroOrMore(CharsNotIn('\n'))
12 unquoted_argument = CharsNotIn('\n ()#\"\\')
/dports/lang/spidermonkey78/firefox-78.9.0/media/libaom/
H A Dcmakeparser.py4 from pyparsing import (CharsNotIn, Group, Forward, Literal, Suppress, Word,
10 comment = Literal('#') + ZeroOrMore(CharsNotIn('\n'))
12 unquoted_argument = CharsNotIn('\n ()#\"\\')
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/
H A Dcommand_lexer.py23 | pyparsing.CharsNotIn("""'" \r\n\t""")
/dports/textproc/py-bibtexparser/bibtexparser-1.2.0/bibtexparser/
H A Dbibtexexpression.py124 braced_value_content = pp.CharsNotIn('{}')
135 text_in_quoted = pp.CharsNotIn('"{}')
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/pyparsing/
H A Dhelpers.py534 + CharsNotIn(
541 content = empty.copy() + CharsNotIn(
551 + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1)
559 + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1)
/dports/devel/py-pyparsing/pyparsing-3.0.6/build/lib/pyparsing/
H A Dhelpers.py534 + CharsNotIn(
541 content = empty.copy() + CharsNotIn(
551 + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1)
559 + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1)
/dports/devel/py-pyparsing/stage/usr/local/lib/python3.8/site-packages/pyparsing/
H A Dhelpers.py534 + CharsNotIn(
541 content = empty.copy() + CharsNotIn(
551 + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1)
559 + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1)
/dports/devel/py-pyparsing/pyparsing-3.0.6/pyparsing/
H A Dhelpers.py534 + CharsNotIn(
541 content = empty.copy() + CharsNotIn(
551 + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1)
559 + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1)
/dports/devel/py-pyparsing/pyparsing-3.0.6/docs/
H A Dpyparsing_class_diagrm.puml174 class CharsNotIn
227 Token <|--- CharsNotIn
/dports/graphics/py-pydotplus/pydotplus-2.0.2/lib/pydotplus/
H A Dparser.py45 ParseResults, CharsNotIn, QuotedString
422 alphastring_ = OneOrMore(CharsNotIn(noncomma_ + ' '))
431 (CharsNotIn(opener + closer))
/dports/graphics/py-pydot/pydot-1.4.2/
H A Ddot_parser.py21 ParseException, ParseResults, CharsNotIn,
441 alphastring_ = OneOrMore(CharsNotIn(noncomma + ' '))
450 ( CharsNotIn( opener + closer ) )
/dports/print/dot2tex/dot2tex-2.11.3/dot2tex/
H A Ddotparsing.py25 ParseException, CharsNotIn, Suppress, Regex, removeQuotes)
420 alphastring_ = OneOrMore(CharsNotIn(punctuation_))
429 ((CharsNotIn(
437 html_text = Combine(Literal("<<") + OneOrMore(CharsNotIn(",]")))
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/
H A Dpyparsing.py3281 class CharsNotIn(Token): class
3302 super(CharsNotIn,self).__init__()
3346 return super(CharsNotIn, self).__str__()
4223 elif isinstance(expr, (Word, CharsNotIn)) and expr.maxLen != _MAX_INT:
5260 _singleChar = _escapedPunc | _escapedHexChar | _escapedOctChar | CharsNotIn(r'\]', exact=1)
5784CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS,exact=1))
5787 … content = (empty.copy()+CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS
5793 CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1))
5797 CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1))
/dports/devel/py-pyparsing2/pyparsing-2.4.7/
H A Dsimple_unit_tests.py392 + "(" + pp.CharsNotIn(")")('body') + ")").addParseAction(markup_convert),
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/generator3/_vendor/
H A Dpyparsing_py3.py1822 class CharsNotIn(Token): class
1830 super(CharsNotIn,self).__init__()
1872 return super(CharsNotIn, self).__str__()
3444CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS,exact=1))
3447 … content = (empty.copy()+CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS
3453 CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1))
3457 CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1))
/dports/devel/py-pyparsing/pyparsing-3.0.6/tests/
H A Dtest_simple_unit.py505 + pp.CharsNotIn(")")("body")

123