Home
last modified time | relevance | path

Searched refs:backtick (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dtest_uu.py49 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)
Dtest_binascii.py147 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/
Duu.py42 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/
Duu.rst31 .. 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.
Dbinascii.rst43 .. function:: b2a_uu(data, *, backtick=False)
47 45. If *backtick* is true, zeros are represented by ``'`'`` instead of spaces.
50 Added the *backtick* parameter.
D2to3.rst396 Replaces backtick repr with the :func:`repr` function.
/external/python/cpython3/Modules/clinic/
Dbinascii.c.h46 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/
Dllvm.py237 llvm_version = env.backtick('%s --version' % llvm_config).rstrip()
255 cxxflags = env.backtick('%s --cxxflags' % llvm_config).split()
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt698 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/
Dmarkdown-syntax.txt735 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/
Dmarkdown-syntax.txt735 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 …]
Dmarkdown-documentation-basics.txt266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text735 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 …]
DMarkdown Documentation - Basics.text266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text735 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 …]
DBackslash escapes.text116 This is a code span with a literal backslash-backtick sequence: `` \` ``
DMarkdown Documentation - Basics.text266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
/external/python/cpython3/Modules/
Dbinascii.c345 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/
Ddeveloper-guide.txt48 backtick "\`\`\`" so that it is formatted nicely.
/external/mesa3d/src/gallium/drivers/swr/
DSConscript30 llvm_includedir = env.backtick('%s --includedir' % llvm_config).rstrip()
/external/skia/site/dev/tools/
Dmarkdown.md388 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
/external/skqp/site/dev/tools/
Dmarkdown.md388 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
/external/python/cpython2/Doc/library/
D2to3.rst372 Replaces backtick repr with the :func:`repr` function.
/external/yapf/
Dpylintrc75 backtick,
/external/protobuf/docs/swift/
DDesignDoc.md67 While the backtick feature may not be widely known by all Swift developers, a

12