/external/python/cpython3/Lib/test/ |
D | test_uu.py | 49 def encodedtextwrapped(mode, filename, backtick=False): argument 50 if backtick: 71 uu.encode(inp, out, "t1", backtick=True) 77 for backtick in True, False: 78 inp = io.BytesIO(encodedtextwrapped(0o666, "t1", backtick=backtick)) 85 encodedtextwrapped(0o666, "t1", backtick=backtick)
|
D | test_binascii.py | 147 for backtick in (True, False): 151 a = binascii.b2a_uu(b, backtick=backtick) 171 self.assertEqual(binascii.b2a_uu(b'', backtick=True), b'`\n') 175 self.assertEqual(binascii.b2a_uu(b'\x00Cat', backtick=True),
|
/external/python/cpython3/Lib/ |
D | uu.py | 42 def encode(in_file, out_file, name=None, mode=None, *, backtick=False): argument 82 out_file.write(binascii.b2a_uu(data, backtick=backtick)) 84 if backtick:
|
/external/python/cpython3/Doc/library/ |
D | uu.rst | 31 .. function:: encode(in_file, out_file, name=None, mode=None, *, backtick=False) 36 and ``0o666`` respectively. If *backtick* is true, zeros are represented by 40 Added the *backtick* parameter.
|
D | binascii.rst | 43 .. function:: b2a_uu(data, *, backtick=False) 47 45. If *backtick* is true, zeros are represented by ``'`'`` instead of spaces. 50 Added the *backtick* parameter.
|
D | 2to3.rst | 396 Replaces backtick repr with the :func:`repr` function.
|
/external/python/cpython3/Modules/clinic/ |
D | binascii.c.h | 46 binascii_b2a_uu_impl(PyObject *module, Py_buffer *data, int backtick); 55 int backtick = 0; in binascii_b2a_uu() local 58 &data, &backtick)) { in binascii_b2a_uu() 61 return_value = binascii_b2a_uu_impl(module, &data, backtick); in binascii_b2a_uu()
|
/external/mesa3d/scons/ |
D | llvm.py | 237 llvm_version = env.backtick('%s --version' % llvm_config).rstrip() 255 cxxflags = env.backtick('%s --cxxflags' % llvm_config).split()
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 698 To indicate a span of code, wrap it with backtick quotes (`` ` ``). 708 To include a literal backtick character within a code span, you can use 711 ``There is a literal backtick (`) here.`` 715 <p><code>There is a literal backtick (`) here.</code></p> 717 The backtick delimiters surrounding a code span may include spaces -- 719 literal backtick characters at the beginning or end of a code span: 721 A single backtick in a code span: `` ` `` 723 A backtick-delimited string in a code span: `` `foo` `` 727 <p>A single backtick in a code span: <code>`</code></p> 729 <p>A backtick-delimited string in a code span: <code>`foo`</code></p> [all …]
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 735 To indicate a span of code, wrap it with backtick quotes (`` ` ``). 745 To include a literal backtick character within a code span, you can use 748 ``There is a literal backtick (`) here.`` 752 <p><code>There is a literal backtick (`) here.</code></p> 754 The backtick delimiters surrounding a code span may include spaces -- 756 literal backtick characters at the beginning or end of a code span: 758 A single backtick in a code span: `` ` `` 760 A backtick-delimited string in a code span: `` `foo` `` 764 <p>A single backtick in a code span: <code>`</code></p> 766 <p>A backtick-delimited string in a code span: <code>`foo`</code></p> [all …]
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 735 To indicate a span of code, wrap it with backtick quotes (`` ` ``). 745 To include a literal backtick character within a code span, you can use 748 ``There is a literal backtick (`) here.`` 752 <p><code>There is a literal backtick (`) here.</code></p> 754 The backtick delimiters surrounding a code span may include spaces -- 756 literal backtick characters at the beginning or end of a code span: 758 A single backtick in a code span: `` ` `` 760 A backtick-delimited string in a code span: `` `foo` `` 764 <p>A single backtick in a code span: <code>`</code></p> 766 <p>A backtick-delimited string in a code span: <code>`foo`</code></p> [all …]
|
D | markdown-documentation-basics.txt | 266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 735 To indicate a span of code, wrap it with backtick quotes (`` ` ``). 745 To include a literal backtick character within a code span, you can use 748 ``There is a literal backtick (`) here.`` 752 <p><code>There is a literal backtick (`) here.</code></p> 754 The backtick delimiters surrounding a code span may include spaces -- 756 literal backtick characters at the beginning or end of a code span: 758 A single backtick in a code span: `` ` `` 760 A backtick-delimited string in a code span: `` `foo` `` 764 <p>A single backtick in a code span: <code>`</code></p> 766 <p>A backtick-delimited string in a code span: <code>`foo`</code></p> [all …]
|
D | Markdown Documentation - Basics.text | 266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 735 To indicate a span of code, wrap it with backtick quotes (`` ` ``). 745 To include a literal backtick character within a code span, you can use 748 ``There is a literal backtick (`) here.`` 752 <p><code>There is a literal backtick (`) here.</code></p> 754 The backtick delimiters surrounding a code span may include spaces -- 756 literal backtick characters at the beginning or end of a code span: 758 A single backtick in a code span: `` ` `` 760 A backtick-delimited string in a code span: `` `foo` `` 764 <p>A single backtick in a code span: <code>`</code></p> 766 <p>A backtick-delimited string in a code span: <code>`foo`</code></p> [all …]
|
D | Backslash escapes.text | 116 This is a code span with a literal backslash-backtick sequence: `` \` ``
|
D | Markdown Documentation - Basics.text | 266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
|
/external/python/cpython3/Modules/ |
D | binascii.c | 345 binascii_b2a_uu_impl(PyObject *module, Py_buffer *data, int backtick) in binascii_b2a_uu_impl() argument 372 if (backtick && !bin_len) in binascii_b2a_uu_impl() 389 if (backtick && !this_ch) in binascii_b2a_uu_impl()
|
/external/python/setuptools/docs/ |
D | developer-guide.txt | 48 backtick "\`\`\`" so that it is formatted nicely.
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | SConscript | 30 llvm_includedir = env.backtick('%s --includedir' % llvm_config).rstrip()
|
/external/skia/site/dev/tools/ |
D | markdown.md | 388 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
|
/external/skqp/site/dev/tools/ |
D | markdown.md | 388 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
|
/external/python/cpython2/Doc/library/ |
D | 2to3.rst | 372 Replaces backtick repr with the :func:`repr` function.
|
/external/yapf/ |
D | pylintrc | 75 backtick,
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 67 While the backtick feature may not be widely known by all Swift developers, a
|