Home
last modified time | relevance | path

Searched refs:emphasis (Results 1 – 25 of 43) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml78 <emphasis>identity</emphasis>, <emphasis>password</emphasis>, and
79 <emphasis>otp</emphasis> commands. &lt;id&gt; needs to be copied from
80 the matching request. <emphasis>password</emphasis> and
81 <emphasis>otp</emphasis> commands can be used regardless of whether
83 two commands is that values given with <emphasis>password</emphasis> are
85 with <emphasis>otp</emphasis> are used only once and then forgotten,
Dwpa_supplicant.conf.sgml29 the <emphasis>wpa_cli reconfigure</emphasis> command.</para>
177 <emphasis>wired</emphasis> or <emphasis>roboswitch</emphasis> interface
Dwpa_priv.sgml53 <emphasis>wpapriv</emphasis> group to communicate with
114 drivers is <emphasis>wext</emphasis>.</para>
Dwpa_supplicant.sgml245 (<emphasis>wpa_supplicant -h</emphasis>).</para>
704 <para>Add the following block to the end of <emphasis>start</emphasis>
714 <para>Add the following block to the end of <emphasis>stop</emphasis>
/external/adhd/cras/src/dsp/
Ddrc.c136 struct biquad *emphasis, in emphasis_stage_pair_biquads() argument
155 emphasis->b0 = b0 * alpha; in emphasis_stage_pair_biquads()
156 emphasis->b1 = b1 * alpha; in emphasis_stage_pair_biquads()
157 emphasis->b2 = b2 * alpha; in emphasis_stage_pair_biquads()
158 emphasis->a1 = a1; in emphasis_stage_pair_biquads()
159 emphasis->a2 = a2; in emphasis_stage_pair_biquads()
/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py77 node.insert(0, nodes.emphasis(' Part of the stable ABI.',
98 node.insert(0, nodes.emphasis(rc, rc, classes=['refcount']))
/external/python/cpython3/Doc/tools/extensions/
Dc_annotations.py77 node.insert(0, nodes.emphasis(' Part of the stable ABI.',
98 node.insert(0, nodes.emphasis(rc, rc, classes=['refcount']))
/external/iputils/doc/
Drdisc.sgml55 <emphasis/advertise/ message is received from the router.
57 <emphasis/advertise/
76 <emphasis/advertise/ messages.
99 <emphasis/advertise/ message after after soliciting three times,
116 Send three <emphasis/solicitation/ messages initially to quickly discover
Dtftpd.sgml73 Impact is evident, directory exported via TFTP <emphasis/must not/
78 <emphasis/unencrypted/ passwords and may contain some information
/external/markdown/tests/misc/
Dbr.txt6 <p>Use two asterisks for <strong>strong emphasis</strong>.
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text102 Markdown uses asterisks and underscores to indicate spans of emphasis.
109 Use two asterisks for **strong emphasis**.
117 <p>Use two asterisks for <strong>strong emphasis</strong>.
DMarkdown Documentation - Syntax.text65 look like \*emphasis\*. Markdown lists look like, well, lists. Even
109 HTML tags. E.g., you can't use Markdown-style `*emphasis*` inside an
693 emphasis. Text wrapped with one `*` or `_` will be wrapped with an
716 the same character must be used to open and close an emphasis span.
726 would otherwise be used as an emphasis delimiter, you can backslash
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text102 Markdown uses asterisks and underscores to indicate spans of emphasis.
109 Use two asterisks for **strong emphasis**.
117 <p>Use two asterisks for <strong>strong emphasis</strong>.
DMarkdown Documentation - Syntax.text65 look like \*emphasis\*. Markdown lists look like, well, lists. Even
109 HTML tags. E.g., you can't use Markdown-style `*emphasis*` inside an
693 emphasis. Text wrapped with one `*` or `_` will be wrapped with an
716 the same character must be used to open and close an emphasis span.
726 would otherwise be used as an emphasis delimiter, you can backslash
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt102 Markdown uses asterisks and underscores to indicate spans of emphasis.
109 Use two asterisks for **strong emphasis**.
117 <p>Use two asterisks for <strong>strong emphasis</strong>.
Dmarkdown-syntax.txt65 look like \*emphasis\*. Markdown lists look like, well, lists. Even
109 HTML tags. E.g., you can't use Markdown-style `*emphasis*` inside an
693 emphasis. Text wrapped with one `*` or `_` will be wrapped with an
716 the same character must be used to open and close an emphasis span.
726 would otherwise be used as an emphasis delimiter, you can backslash
/external/skia/site/dev/tools/
Dmarkdown.md127 There are also inline styles for *emphasis*, **bold**,
224 Markdown uses asterisks and underscores to indicate spans of emphasis.
231 Use two asterisks for **strong emphasis**.
239 <p>Use two asterisks for <strong>strong emphasis</strong>.
/external/skqp/site/dev/tools/
Dmarkdown.md127 There are also inline styles for *emphasis*, **bold**,
224 Markdown uses asterisks and underscores to indicate spans of emphasis.
231 Use two asterisks for **strong emphasis**.
239 <p>Use two asterisks for <strong>strong emphasis</strong>.
/external/markdown/docs/
DCHANGE_LOG167 images, autolinks, underscore emphasis. Cleaned up and refactored the
174 escape, emphasis in the beginning of the paragraph.
Dwriting_extensions.txt63 ``*emphasis*`` or ``[links](http://example.com)``. Pattern objects should be
85 For an example, consider this simplified emphasis pattern:
100 emphasis = EmphasisPattern(MYPATTERN)
103 a more sophisticated emphasis pattern already exists in Markdown). The fact is,
107 provide some common functionality. For example, both emphasis and strong are
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DAACTrackImpl.java237 int emphasis = brb.readBits(2); in readVariables() local
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt28 look like \*emphasis\*. Markdown lists look like, well, lists. Even
72 HTML tags. E.g., you can't use Markdown-style `*emphasis*` inside an
656 emphasis. Text wrapped with one `*` or `_` will be wrapped with an
679 the same character must be used to open and close an emphasis span.
689 would otherwise be used as an emphasis delimiter, you can backslash
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt65 look like \*emphasis\*. Markdown lists look like, well, lists. Even
109 HTML tags. E.g., you can't use Markdown-style `*emphasis*` inside an
693 emphasis. Text wrapped with one `*` or `_` will be wrapped with an
716 the same character must be used to open and close an emphasis span.
726 would otherwise be used as an emphasis delimiter, you can backslash
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DREADME.txt21 that has an emphasis on being "native"
/external/libffi/m4/
Dax_gcc_archflag.m432 # (The main emphasis here is on recent CPUs, on the principle that doing

12