Home
last modified time | relevance | path

Searched refs:para (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp17 namespace para = skia::textlayout;
20 enum_<para::Affinity>("Affinity") in EMSCRIPTEN_BINDINGS()
21 .value("Upstream", para::Affinity::kUpstream) in EMSCRIPTEN_BINDINGS()
22 .value("Downstream", para::Affinity::kDownstream); in EMSCRIPTEN_BINDINGS()
24 enum_<para::TextDecorationStyle>("DecorationStyle") in EMSCRIPTEN_BINDINGS()
25 .value("Solid", para::TextDecorationStyle::kSolid) in EMSCRIPTEN_BINDINGS()
26 .value("Double", para::TextDecorationStyle::kDouble) in EMSCRIPTEN_BINDINGS()
27 .value("Dotted", para::TextDecorationStyle::kDotted) in EMSCRIPTEN_BINDINGS()
28 .value("Dashed", para::TextDecorationStyle::kDashed) in EMSCRIPTEN_BINDINGS()
29 .value("Wavy", para::TextDecorationStyle::kWavy); in EMSCRIPTEN_BINDINGS()
[all …]
Dparagraph_bindings.cpp29 namespace para = skia::textlayout;
50 para::TextDecorationStyle decorationStyle;
51 para::TextBaseline textBaseline;
86 para::StrutStyle toStrutStyle(const SimpleStrutStyle& s) { in toStrutStyle()
87 para::StrutStyle ss; in toStrutStyle()
120 para::TextStyle toTextStyle(const SimpleTextStyle& s) { in toTextStyle()
121 para::TextStyle ts; in toTextStyle()
157 ts.setDecoration(para::TextDecoration(s.decoration)); in toTextStyle()
191 para::TextShadow shadow(colors[i].toSkColor(), offsets[i], blurRadii[i]); in toTextStyle()
216 para::TextAlign textAlign;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml26 <para>
34 </para>
36 <para>
50 </para>
52 <para><command>wpa_supplicant</command> is an implementation of
57 authentication/association of the wireless LAN driver.</para>
59 <para><command>wpa_supplicant</command> is designed to be a
65 wpa_supplicant.</para>
67 <para>Before wpa_supplicant can do its work, the network interface
71 available.</para>
[all …]
Dwpa_cli.sgml31 <para>wpa_cli is a text-based frontend program for interacting
34 input.</para>
36 <para>wpa_cli can show the current authentication status, selected
46 response.</para>
48 <para>The control interface of wpa_supplicant can be configured to
51 normal user account.</para>
53 <para>wpa_cli supports two modes: interactive and command
56 messages (event messages, username/password requests).</para>
58 <para>Interactive mode is started when wpa_cli is executed without
61 commands are entered as command line arguments for wpa_cli.</para>
[all …]
Deapol_test.sgml43 <para>eapol_test is a program that links together the same EAP
52 wireless client.</para>
54 <para>The main uses for eapol_test are in interoperability testing
62 test suite for a RADIUS authentication server.</para>
65 <para>As an example:</para>
71 <para>tries to complete EAP authentication based on the network
75 network blocks as wpa_supplicant.</para>
84 <listitem><para>A configuration to use. The configuration should
86 </para></listitem>
92 <listitem><para>IP address of the authentication server. The
[all …]
Dwpa_priv.sgml27 <para><command>wpa_priv</command> is a privilege separation helper that
29 to be run with root privileges.</para>
31 <para>If enabled, privileged operations are done in the wpa_priv process
37 compromise.</para>
39 <para><command>wpa_priv</command> needs to be run with network admin
46 to user files even further).</para>
51 <para>The following steps are an example of how to configure
54 <command>wpa_supplicant</command> with privilege separation:</para>
56 <para>Create user group (e.g., wpapriv) and assign users that
57 should be able to use wpa_supplicant into that group.</para>
[all …]
Dwpa_gui.sgml28 <para>wpa_gui is a QT graphical frontend program for interacting
30 configuration and request interactive user input.</para>
32 <para>wpa_gui supports (almost) all of the interactive status and
35 interactive mode features.</para>
43 <listitem><para>Change the path where control sockets should
44 be found.</para></listitem>
50 <listitem><para>Specify the interface that is being
52 a control socket in the socket path.</para></listitem>
58 <listitem><para>Set the update interval in seconds for the signal
60 meter is not enabled (default behavior).</para></listitem>
[all …]
Dwpa_passphrase.sgml23 <para><command>wpa_passphrase</command> pre-computes PSK entries for
26 and SSID are used to generate a 256-bit PSK.</para>
35 <para>The SSID whose passphrase should be derived.</para>
42 <para>The passphrase to use. If not included on the command line,
43 passphrase will be read from standard input.</para>
51 <para>
60 </para>
65 <para>wpa_supplicant is copyright (c) 2003-2019,
68 All Rights Reserved.</para>
70 <para>This program is licensed under the BSD license (the one with
[all …]
Dwpa_supplicant.conf.sgml14 <para><command>wpa_supplicant</command> is configured using a text
19 fields.</para>
21 <para>All file paths in this configuration file should use full
24 run in the background.</para>
26 <para>Changes to configuration file can be reloaded be sending
29 the <emphasis>wpa_cli reconfigure</emphasis> command.</para>
31 <para>Configuration file can include one or more network blocks,
35 preferred), and signal strength.</para>
44 <para>WPA-Personal (PSK) as home network and WPA-Enterprise with
45 EAP-TLS as work network.</para>
[all …]
Dwpa_background.sgml15 <para>The original security mechanism of IEEE 802.11 standard was
22 approved in June 2004 and published in July 2004.</para>
24 <para>Wi-Fi Alliance (http://www.wi-fi.org/) used a draft version
31 (http://www.wi-fi.org/OpenSection/protected_access.asp).</para>
33 <para>IEEE 802.11 standard defined wired equivalent privacy (WEP)
42 data.</para>
44 <para>WPA is an intermediate solution for the security issues. It
49 keyed packet authentication mechanism (Michael MIC).</para>
51 <para>Keys can be managed using two different mechanisms. WPA can
57 (client station).</para>
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml30 <para>
38 </para>
40 <para>
54 </para>
56 <para><command>wpa_supplicant</command> is an implementation of
61 authentication/association of the wireless LAN driver.</para>
63 <para><command>wpa_supplicant</command> is designed to be a
69 wpa_supplicant.</para>
71 <para>Before wpa_supplicant can do its work, the network interface
75 available.</para>
[all …]
Dwpa_cli.sgml35 <para>wpa_cli is a text-based frontend program for interacting
38 input.</para>
40 <para>wpa_cli can show the current authentication status, selected
50 response.</para>
52 <para>The control interface of wpa_supplicant can be configured to
55 normal user account.</para>
57 <para>wpa_cli supports two modes: interactive and command
60 messages (event messages, username/password requests).</para>
62 <para>Interactive mode is started when wpa_cli is executed without
65 commands are entered as command line arguments for wpa_cli.</para>
[all …]
Deapol_test.sgml47 <para>eapol_test is a program that links together the same EAP
56 wireless client.</para>
58 <para>The main uses for eapol_test are in interoperability testing
66 test suite for a RADIUS authentication server.</para>
69 <para>As an example:</para>
75 <para>tries to complete EAP authentication based on the network
79 network blocks as wpa_supplicant.</para>
88 <listitem><para>A configuration to use. The configuration should
90 </para></listitem>
96 <listitem><para>IP address of the authentication server. The
[all …]
Dwpa_priv.sgml31 <para><command>wpa_priv</command> is a privilege separation helper that
33 to be run with root privileges.</para>
35 <para>If enabled, privileged operations are done in the wpa_priv process
41 compromise.</para>
43 <para><command>wpa_priv</command> needs to be run with network admin
50 to user files even further).</para>
55 <para>The following steps are an example of how to configure
58 <command>wpa_supplicant</command> with privilege separation:</para>
60 <para>Create user group (e.g., wpapriv) and assign users that
61 should be able to use wpa_supplicant into that group.</para>
[all …]
Dwpa_gui.sgml32 <para>wpa_gui is a QT graphical frontend program for interacting
34 configuration and request interactive user input.</para>
36 <para>wpa_gui supports (almost) all of the interactive status and
39 interactive mode features.</para>
47 <listitem><para>Change the path where control sockets should
48 be found.</para></listitem>
54 <listitem><para>Specify the interface that is being
56 a control socket in the socket path.</para></listitem>
62 <listitem><para>Set the update interval in seconds for the signal
64 meter is not enabled (default behavior).</para></listitem>
[all …]
Dwpa_passphrase.sgml27 <para><command>wpa_passphrase</command> pre-computes PSK entries for
30 and SSID are used to generate a 256-bit PSK.</para>
39 <para>The SSID whose passphrase should be derived.</para>
46 <para>The passphrase to use. If not included on the command line,
47 passphrase will be read from standard input.</para>
55 <para>
64 </para>
69 <para>wpa_supplicant is copyright (c) 2003-2022,
72 All Rights Reserved.</para>
74 <para>This program is licensed under the BSD license (the one with
[all …]
Dwpa_supplicant.conf.sgml18 <para><command>wpa_supplicant</command> is configured using a text
23 fields.</para>
25 <para>All file paths in this configuration file should use full
28 run in the background.</para>
30 <para>Changes to configuration file can be reloaded be sending
33 the <emphasis>wpa_cli reconfigure</emphasis> command.</para>
35 <para>Configuration file can include one or more network blocks,
39 preferred), and signal strength.</para>
48 <para>WPA-Personal (PSK) as home network and WPA-Enterprise with
49 EAP-TLS as work network.</para>
[all …]
Dwpa_background.sgml19 <para>The original security mechanism of IEEE 802.11 standard was
26 approved in June 2004 and published in July 2004.</para>
28 <para>Wi-Fi Alliance (http://www.wi-fi.org/) used a draft version
35 (http://www.wi-fi.org/OpenSection/protected_access.asp).</para>
37 <para>IEEE 802.11 standard defined wired equivalent privacy (WEP)
46 data.</para>
48 <para>WPA is an intermediate solution for the security issues. It
53 keyed packet authentication mechanism (Michael MIC).</para>
55 <para>Keys can be managed using two different mechanisms. WPA can
61 (client station).</para>
[all …]
/third_party/libxml2/result/XPath/tests/
Dlangsimple12 4 ELEMENT para
20 6 ELEMENT para
21 7 ELEMENT para
25 8 ELEMENT para
29 9 ELEMENT para
38 1 ELEMENT para
42 2 ELEMENT para
/third_party/libxml2/test/XPath/docs/
Dlang8 <para xml:lang="en"/>
9 <div xml:lang="en"><para/></div>
10 <para xml:lang="EN"/>
11 <para xml:lang="en-us"/>
12 <para xml:lang="EN-US"/>
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dmaterial_pt_PT.arb43 "reorderItemToStart": "Mover para o início",
44 "reorderItemToEnd": "Mover para o fim",
45 "reorderItemUp": "Mover para cima",
46 "reorderItemDown": "Mover para baixo",
47 "reorderItemLeft": "Mover para a esquerda",
48 "reorderItemRight": "Mover para a direita",
Dmaterial_pt.arb45 "reorderItemToStart": "Mover para o início",
46 "reorderItemToEnd": "Mover para o final",
47 "reorderItemUp": "Mover para cima",
48 "reorderItemDown": "Mover para baixo",
49 "reorderItemLeft": "Mover para a esquerda",
50 "reorderItemRight": "Mover para a direita",
/third_party/pulseaudio/man/
Dxmltoman28 my $para = 0;
135 print "\n" if ($para);
158 $para = 0;
168 $para = 0;
175 $para = 1;
/third_party/gstreamer/gstplugins_bad/po/
Dpt_BR.po54 msgstr "Não foi possível abrir o fluxo sndfile para leitura."
106 msgstr "Não foi possível abrir o arquivo \"%s\" para leitura."
118 msgstr "Não foi possível encontrar detalhes para o canal \"%s\""
122 msgstr "Não há propriedades para o canal \"%s\""
126 msgstr "Falha ao definir propriedades para o canal \"%s\""
146 #~ msgstr "Não foi possível estabelecer a conexão para sndio"
158 #~ msgstr "Nenhum nome de arquivo especificado para gravação."
163 #~ "O nome de arquivo fornecido \"%s\" não pode ser convertido para a "
167 #~ msgstr "Não foi possível abrir o arquivo \"%s\" para gravação."
173 #~ msgstr "audiosink do GStreamer pré-definido para eventos de som"
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/contextually_typed_expressions/
Dcontextually_typed_expressions_8.ts29 const para = <T extends {}>(str: string): [T, Function] => { constant
37 const [boo, mem2] = para('boo');
38 const [arr, mem4] = para('arr');

123456