/external/python/cpython2/Lib/test/ |
D | test_csv.py | 35 self.assertRaises(TypeError, ctor, arg, quoting=None) 37 quoting=csv.QUOTE_ALL, quotechar='') 39 quoting=csv.QUOTE_ALL, quotechar=None) 55 self.assertEqual(obj.dialect.quoting, csv.QUOTE_MINIMAL) 75 quoting=csv.QUOTE_NONE, skipinitialspace=True, 83 self.assertEqual(obj.dialect.quoting, csv.QUOTE_NONE) 101 quoting=csv.QUOTE_ALL variable in Test_Csv._test_dialect_attrs.dialect 111 self.assertEqual(obj.dialect.quoting, csv.QUOTE_ALL) 152 self._write_error_test(csv.Error, [None], quoting = csv.QUOTE_NONE) 175 quoting = csv.QUOTE_NONE) [all …]
|
/external/python/cpython2/Modules/ |
D | _csv.c | 103 int quoting; /* style of quoting to write */ member 203 return PyInt_FromLong(self->quoting); in Dialect_get_quoting() 287 dialect_check_quoting(int quoting) in dialect_check_quoting() argument 292 if (qs->style == quoting) in dialect_check_quoting() 348 PyObject *quoting = NULL; in dialect_new() local 360 "ing, in dialect_new() 380 quoting == 0 && in dialect_new() 398 Py_XINCREF(quoting); in dialect_new() 410 DIALECT_GETATTR(quoting, "quoting"); in dialect_new() 425 DIASET(_set_int, "quoting", &self->quoting, quoting, QUOTE_MINIMAL); in dialect_new() [all …]
|
/external/ImageMagick/MagickWand/tests/ |
D | README | 16 Tests include quoting, mixed quoting, backslash escapes, line
|
D | script-token-test-data.txt | 16 'regardless \n of quoting'
|
D | script-token-test-results.txt | 8 l=16, c=1, stat=0, len=64, token="regardless \n of quoting"
|
/external/python/cpython2/Lib/ |
D | csv.py | 43 quoting = None variable in Dialect 64 quoting = QUOTE_MINIMAL variable in excel 193 quoting = QUOTE_MINIMAL variable in Sniffer.sniff.dialect
|
/external/llvm/test/MC/COFF/ |
D | symbol-mangling.ll | 2 ; names needing quoting on MS/Windows. This code is generated by clang when
|
/external/python/cpython2/Doc/library/ |
D | csv.rst | 22 delimiters and quoting characters vary, the overall format is similar enough 123 quotechar='|', quoting=csv.QUOTE_MINIMAL) 353 A one-character string used by the writer to escape the *delimiter* if *quoting* 378 .. attribute:: Dialect.quoting 494 reader = csv.reader(f, delimiter=':', quoting=csv.QUOTE_NONE) 508 csv.register_dialect('unixpwd', delimiter=':', quoting=csv.QUOTE_NONE)
|
D | pipes.rst | 63 The quoting is compatible with UNIX shells and with :func:`shlex.split`:
|
D | subprocess.rst | 211 and quoting of arguments (e.g. to permit spaces in file names). If passing 315 list elements, while arguments that need quoting or backslash escaping when 331 includes, for example, quoting or backslash escaping filenames with spaces in
|
D | tempfile.rst | 130 filename will have any nice properties, such as not requiring quoting
|
/external/bison/m4/ |
D | m4.m4 | 27 [dnl Creative quoting here to avoid raw dnl and ifdef in configure.
|
/external/clang/docs/ |
D | JSONCompilationDatabase.rst | 78 Parameters use shell quoting and shell escaping of quotes, with '``"``'
|
/external/protobuf/csharp/ |
D | CHANGES.txt | 34 - Issue 81: quoting for NUnit parameters.
|
/external/iptables/extensions/ |
D | libxt_u32.man | 60 that do occur there are likely to require shell quoting, so it is a good idea
|
/external/bison/data/ |
D | bison.m4 | 335 # name occurrences and with correct quoting: 354 # quoting:
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Program.inc | 173 // process. We have to concatenate them all, while quoting the args that
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 213 familiar with quoting passages of text in an email message, then you 237 > This is the first level of quoting. 255 Any decent text editor should make email-style quoting easy. For
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 250 familiar with quoting passages of text in an email message, then you 274 > This is the first level of quoting. 292 Any decent text editor should make email-style quoting easy. For
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 250 familiar with quoting passages of text in an email message, then you 274 > This is the first level of quoting. 292 Any decent text editor should make email-style quoting easy. For
|
/external/bison/tests/ |
D | input.at | 578 /* Exercise M4 quoting: '@:>@@:>@', 0. */ 606 /* Exercise M4 quoting: '@:>@@:>@', @<:@, 1. */ 620 /* Exercise M4 quoting: '@:>@@:>@', @<:@, 2. */
|
D | local.at | 580 # The triple quoting below will cause test cases to fail if you do. If you do 581 # so anyway but also decrease the quoting below to avoid that problem, AT_CHECK
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 250 familiar with quoting passages of text in an email message, then you 274 > This is the first level of quoting. 292 Any decent text editor should make email-style quoting easy. For
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 250 familiar with quoting passages of text in an email message, then you 274 > This is the first level of quoting. 292 Any decent text editor should make email-style quoting easy. For
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 30 # Set the quotes, whatever the current quoting system. 452 # macros are generally used with list arguments, with quoting removed 633 # replacement: if any of the defined macros contain unbalanced quoting, but 873 # Return the ARGS, with the same level of quoting. Whitespace after 906 # and m4_substr strips quoting. So we (ab)use m4_changequote, using 956 # any macro expanded during this time that relies on nested [] quoting 1074 # result. Alternatively, if you are a quoting wizard, you directly 1297 # empty elements and remove the extra layer of quoting. 2935 # The quoting in _m4_set([name],value) is chosen so that there is no
|