HomeSort by relevance Sort by last modified time
    Searched full:multiline (Results 76 - 100 of 282) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/pcre/dist/doc/
pcresyntax.3 320 also after internal newline in multiline mode
324 also before internal newline in multiline mode
376 (?m) multiline
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 92 M MULTILINE "^" matches the beginning of lines (after a newline)
111 "U", "IGNORECASE", "LOCALE", "MULTILINE", "DOTALL", "VERBOSE",
120 M = MULTILINE = sre_compile.SRE_FLAG_MULTILINE # make anchors look for newline
sre_constants.py 206 SRE_FLAG_MULTILINE = 8 # treat target as multiline string
csv.py 218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
265 {'delim':delim, 'quote':quotechar}, re.MULTILINE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 92 M MULTILINE "^" matches the beginning of lines (after a newline)
111 "U", "IGNORECASE", "LOCALE", "MULTILINE", "DOTALL", "VERBOSE",
120 M = MULTILINE = sre_compile.SRE_FLAG_MULTILINE # make anchors look for newline
sre_constants.py 206 SRE_FLAG_MULTILINE = 8 # treat target as multiline string
csv.py 218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
265 {'delim':delim, 'quote':quotechar}, re.MULTILINE)
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 87 kill_paren_whitespace = re.compile(r'[ \n]*\)', re.MULTILINE)
94 kill_globals = re.compile(r'^\(declare.*\n', re.MULTILINE)
  /external/pcre/dist/
pcrecpp_unittest.cc 634 TestOneOption("MULTILINE (class)", "^cruel$", str, options, false);
635 TestOneOption("MULTILINE (class2)", "^cruel$", str, options2.set_multiline(true), false);
636 TestOneOption("MULTILINE (function)", "^cruel$", str, pcrecpp::MULTILINE(), false);
638 TestOneOption("no MULTILINE", "^cruel$", str, options, false, false);
748 TestOneOption("all_options (MULTILINE|EXTENDED)", " ^ c r u e l $ ", str, options, false);
749 TestOneOption("all_options (MULTILINE|EXTENDED) with constructor",
755 TestOneOption("all_options (MULTILINE|EXTENDED) with concatenation",
    [all...]
pcregrep.c 192 static BOOL multiline = FALSE; variable
364 { OP_NODATA, 'M', NULL, "multiline", "run in multiline mode" },
    [all...]
  /external/regex-re2/re2/
unicode.py 158 first = None # first code in multiline range
159 expect_last = None # tag expected for "Last" line in multiline range
  /external/tcpdump/
print-gre.c 205 printf("\n\t"); /* if verbose go multiline */
304 printf("\n\t"); /* if verbose go multiline */
  /external/v8/tools/
jsmin.py 198 text: The text of the code snippet as a multiline string.
201 The compressed text of the code snippet as a multiline string.
  /bionic/tools/bionicbb/
presubmit.py 189 re.finditer(r'^bionicbb:\s*(.+)$', body, flags=re.MULTILINE)]
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
client.py 163 # Python 3 has multiline values for continuations, Python 2
  /external/v8/test/mjsunit/harmony/
regexp-sticky.js 122 // matches only at the beginning of Input, or (if Multiline is true) at the
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java 66 /* Normal Edit Text w/Cap Multiline Flag */
  /frameworks/compile/slang/
slang_rs_reflect_utils.h 123 void comment(const std::string& s); // Outputs a multiline comment.
  /frameworks/opt/setupwizard/library/main/res/values/
styles.xml 74 <style name="SuwCheckBox.Multiline" parent="SuwCheckBox">
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 200 m = re.match(r'\s*((lexer|parser|tree)\s+|)grammar\s+(\S+);', grammar, re.MULTILINE)
366 m = re.match(r'\s*((lexer|parser|tree)\s+|)grammar\s+(\S+);', grammar, re.MULTILINE)
  /external/clang/lib/Format/
ContinuationIndenter.h 124 /// \brief Adds a multiline token to the \p State.
131 /// \brief Returns \c true if the next token starts a multiline string
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 133 FX_BOOL multiline(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
305 JS_STATIC_PROP(multiline, Field);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 20 fcre = re.compile(r'^From ', re.MULTILINE)
370 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py 125 # multiline strings
204 # multiline strings
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 20 fcre = re.compile(r'^From ', re.MULTILINE)
370 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)

Completed in 587 milliseconds

1 2 34 5 6 7 8 91011>>