/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 | 149 for backtick in (True, False): 153 a = binascii.b2a_uu(b, backtick=backtick) 173 self.assertEqual(binascii.b2a_uu(b'', backtick=True), b'`\n') 177 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 89 out_file.write(binascii.b2a_uu(data, backtick=backtick)) 91 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 | 394 Replaces backtick repr with the :func:`repr` function.
|
/external/mesa3d/scons/ |
D | llvm.py | 295 llvm_version = env.backtick('%s --version' % llvm_config).rstrip() 313 cxxflags = env.backtick('%s --cxxflags' % llvm_config).split()
|
/external/python/cpython3/Modules/clinic/ |
D | binascii.c.h | 46 binascii_b2a_uu_impl(PyObject *module, Py_buffer *data, int backtick); 57 int backtick = 0; in binascii_b2a_uu() local 78 backtick = _PyLong_AsInt(args[1]); in binascii_b2a_uu() 79 if (backtick == -1 && PyErr_Occurred()) { in binascii_b2a_uu() 83 return_value = binascii_b2a_uu_impl(module, &data, backtick); in binascii_b2a_uu()
|
/external/oss-fuzz/projects/hoextdown/ |
D | hoextdown.dict | 7 backtick="`"
|
/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/MarkdownTest/Tests_2007/ |
D | Backslash escapes.text | 116 This is a code span with a literal backslash-backtick sequence: `` \` ``
|
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/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/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/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/python/cpython3/Modules/ |
D | binascii.c | 371 binascii_b2a_uu_impl(PyObject *module, Py_buffer *data, int backtick) in binascii_b2a_uu_impl() argument 403 if (backtick && !bin_len) in binascii_b2a_uu_impl() 420 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/dokka/core/testdata/markdown/ |
D | spec.txt | 113 [a backtick (`)](/url) and [another backtick (`)](/url). 1023 of at least three consecutive backtick characters (`` ` ``) or 1031 <a id="info-string"></a> The info string may not contain any backtick 1326 Info strings for backtick code blocks cannot contain backticks: 3600 `hi` is parsed as code, leaving the backtick at the end as a literal 3601 backtick. 3848 A [backtick string](#backtick-string) <a id="backtick-string"></a> 3849 is a string of one or more backtick characters (`` ` ``) that is neither 3850 preceded nor followed by a backtick. 3852 A code span begins with a backtick string and ends with a backtick [all …]
|
/external/freetype/docs/ |
D | DOCGUIDE | 222 To indicate a span of code, wrap it with backtick quotes (`` ` ``):
|
/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,
|