Home
last modified time | relevance | path

Searched +full:- +full:- +full:option (Results 1 – 25 of 1286) sorted by relevance

12345678910>>...52

/third_party/notofonts/docs/
Dreporter.html4 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
11 integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
16 integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
21 integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
26 href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/css/bootstrap-select.min.css"
30 src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/js/bootstrap-select.min.js"
39 z-index: 999;
43 .bootstrap-select .dropdown-toggle,
44 .bootstrap-select .dropdown-toggle:hover,
[all …]
/third_party/lame/misc/
DlameGUI.html4 <meta http-equiv="Content-Type"
5 content="text/html; charset=iso-8859-1">
8 <!-- LAME HTML GUI V0.2 for LAME.VBS by Ralf Kempkens (ralf.kempkens@epost.de)
9 -- $ID$
10 --
11 -- purpose of this page is being a frontend for lame.vbs v0.3 or later
12 -- it is launched from lame.vbs if useGUI in lame.vbs is set to 'True'
13 -- automatically
14 -- lame will then use the options chosen
15 --
[all …]
/third_party/vk-gl-cts/android/cts/
DAndroidTest.xml1 <?xml version="1.0" encoding="utf-8"?>
3 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
18 <!--
20 -->
22 <option name="cleanup-apks" value="true"/>
23 <option name="test-file-name" value="com.drawelements.deqp.apk"/>
26 <option name="cleanup" value="true"/>
27 <option name="disable" value="true"/>
[all …]
/third_party/mesa3d/src/util/
D00-mesa-defaults.conf2 <!--
22 built-ins (specifically gl_VertexID), which causes the vertex shaders to fail
29 -->
36 <!ELEMENT application (option+)>
43 <!ELEMENT engine (option+)>
45 <!-- engine_name_match: A regexp matching the engine name -->
46 <!-- engine_versions: A version in range format
47 (version 1 to 4 : "1:4") -->
52 <!ELEMENT option EMPTY>
53 <!ATTLIST option name CDATA #REQUIRED
[all …]
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-input.conf.common6 # License, or (at your option) any later version.
23 ; input -- If we don't know the exact kind of input
24 ; input-microphone
25 ; input-microphone-internal
26 ; input-microphone-external
27 ; input-linein
28 ; input-video
29 ; input-radio
30 ; input-docking-microphone
31 ; input-docking-linein
[all …]
/third_party/python/Doc/library/
Doptparse.rst1 :mod:`optparse` --- Parser for command line options
5 :synopsis: Command-line option parsing library.
17 --------------
20 command-line options than the old :mod:`getopt` module. :mod:`optparse` uses a
21 more declarative style of command-line parsing: you create an instance of
31 parser.add_option("-f", "--file", dest="filename",
33 parser.add_option("-q", "--quiet",
40 on the command-line, for example::
42 <yourscript> --file=outfile -q
45 ``options`` object returned by :meth:`parse_args` based on user-supplied
[all …]
/third_party/nghttp2/lib/
Dnghttp2_option.c2 * nghttp2 - HTTP/2 C Library
39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() argument
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() argument
42 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE; in nghttp2_option_set_no_auto_window_update()
43 option->no_auto_window_update = val; in nghttp2_option_set_no_auto_window_update()
46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams() argument
48 option->opt_set_mask |= NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS; in nghttp2_option_set_peer_max_concurrent_streams()
49 option->peer_max_concurrent_streams = val; in nghttp2_option_set_peer_max_concurrent_streams()
52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() argument
53 option->opt_set_mask |= NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC; in nghttp2_option_set_no_recv_client_magic()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_option.c2 * nghttp2 - HTTP/2 C Library
39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() argument
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() argument
42 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE; in nghttp2_option_set_no_auto_window_update()
43 option->no_auto_window_update = val; in nghttp2_option_set_no_auto_window_update()
46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams() argument
48 option->opt_set_mask |= NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS; in nghttp2_option_set_peer_max_concurrent_streams()
49 option->peer_max_concurrent_streams = val; in nghttp2_option_set_peer_max_concurrent_streams()
52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() argument
53 option->opt_set_mask |= NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC; in nghttp2_option_set_no_recv_client_magic()
[all …]
/third_party/nghttp2/doc/
Dnghttp.1.rst10 --------
15 -----------
24 -------
26 .. option:: -v, --verbose
30 this option multiple times increases verbosity.
32 .. option:: -n, --null-out
36 .. option:: -O, --remote-name
43 .. option:: -t, --timeout=<DURATION>
48 .. option:: -w, --window-bits=<N>
50 Sets the stream level initial window size to 2\*\*<N>-1.
[all …]
Dnghttpd.1.rst10 --------
12 **nghttpd** [OPTION]... <PORT> [<PRIVATE_KEY> <CERT>]
15 -----------
27 :option:`--no-tls` is specified.
32 :option:`--no-tls` is specified.
35 -------
37 .. option:: -a, --address=<ADDR>
42 .. option:: -D, --daemon
44 Run in a background. If :option:`-D` is used, the current working
45 directory is changed to '*/*'. Therefore if this option
[all …]
Dnghttpx.1.rst10 --------
15 -----------
23 "no-tls" parameter is used in :option:`--frontend` option.
28 "no-tls" parameter is used in :option:`--frontend` option. To
33 -------
40 .. option:: -b, --backend=(<HOST>,<PORT>|unix:<PATH>)[;[<PATTERN>[:...]][[;<PARAM>]...]
44 addresses are accepted by repeating this option. UNIX
62 listener with "sni-fwd" parameter enabled, SNI host is
96 pattern, which matches all request paths (catch-all
97 pattern). The catch-all backend must be given.
[all …]
Dh2load.1.rst10 --------
15 -----------
30 -------
32 .. option:: -n, --requests=<N>
35 with :option:`--timing-script-file` option, this option specifies
37 the number of requests across all clients. This option
38 is ignored if timing-based benchmarking is enabled (see
39 :option:`--duration` option).
43 .. option:: -c, --clients=<N>
45 Number of concurrent clients. With :option:`-r` option, this
[all …]
/third_party/pulseaudio/man/
Dpulse-daemon.conf.5.xml.in1 <?xml version="1.0"?><!--*-nxml-*-->
3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
5 <!--
11 License, or (at your option) any later version.
20 -->
22 <manpage name="pulse-daemon.conf" section="5" desc="PulseAudio daemon configuration file">
33 a configuration file on startup. If the per-user file
42 order. In case the same option is set in multiple files, the last file to
43 set an option overrides earlier files. The main daemon.conf file is
63 <option>
[all …]
Dpulse-cli-syntax.5.xml.in1 <?xml version="1.0"?><!--*-nxml-*-->
3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
5 <!--
11 License, or (at your option) any later version.
20 -->
22 <manpage name="pulse-cli-syntax" section="5" desc="PulseAudio Command Line Interface Syntax">
33 scripts, the pacmd interactive shell, and the modules module-cli and
34 module-cli-protocol-{unix,tcp}. Empty lines and lines beginning with a
47 <option>
50 </option>
[all …]
/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
39 // Some generic_services option(s) added automatically.
40 // See: http://go/proto2-generic-services-default
41 option cc_generic_services = true; // auto-added
42 option java_generic_services = true; // auto-added
43 option py_generic_services = true;
45 // A custom file option (defined below).
46 option (file_opt1) = 9876543210;
99 option message_set_wire_format = false;
[all …]
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto1 // Protocol Buffers - Google's data interchange format
38 // Some generic_services option(s) added automatically.
39 // See: http://go/proto2-generic-services-default
40 option cc_generic_services = true; // auto-added
41 option java_generic_services = true; // auto-added
42 option py_generic_services = true;
44 // A custom file option (defined below).
45 option (file_opt1) = 9876543210;
95 option message_set_wire_format = false;
97 option (message_opt1) = -56;
[all …]
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto1 // Protocol Buffers - Google's data interchange format
38 // Some generic_services option(s) added automatically.
39 // See: http://go/proto2-generic-services-default
40 option cc_generic_services = true; // auto-added
41 option java_generic_services = true; // auto-added
42 option py_generic_services = true;
44 // A custom file option (defined below).
45 option (file_opt1) = 9876543210;
95 option message_set_wire_format = false;
97 option (message_opt1) = -56;
[all …]
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto1 // Protocol Buffers - Google's data interchange format
38 // Some generic_services option(s) added automatically.
39 // See: http://go/proto2-generic-services-default
40 option cc_generic_services = true; // auto-added
41 option java_generic_services = true; // auto-added
42 option py_generic_services = true;
44 // A custom file option (defined below).
45 option (file_opt1) = 9876543210;
95 option message_set_wire_format = false;
97 option (message_opt1) = -56;
[all …]
/third_party/skia/third_party/externals/expat/expat/doc/
Dxmlwf.xml1 <!--
10 Copyright (c) 2002-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
12 Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org>
19 -->
20 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
21 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
24 <!-- Please adjust the date whenever revising the manpage. -->
59 <refpurpose>Determines if an XML document is well-formed</refpurpose>
69 <arg choice="plain"><option>-h</option></arg>
73 <arg choice="plain"><option>-v</option></arg>
[all …]
/third_party/skia/third_party/externals/libpng/scripts/
Dpnglibconf.dfa1 # scripts/pnglibconf.dfa - library build configuration control
3 @/*- pnglibconf.dfn intermediate file
7 com pnglibconf.h - library build configuration
11 com Copyright (c) 2018-2019 Cosmin Truta
12 com Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
22 # C compiler to generate 'pnglibconf.h' - a list of all the
33 # option <name> [requires ...] [if ...] [enables ...] [disabled]
43 # "," may be used to separate options on an 'option' line and is ignored; it
45 # part of the setting!) A comma at the end of an option line causes a
46 # continuation (the next line is included in the option too.)
[all …]
/third_party/pulseaudio/
Dmeson_options.txt1 option('daemon',
4 option('client',
7 option('doxygen',
10 option('gcov',
13 option('man',
16 option('tests',
20 option('system_user',
22 description : 'User for running the PulseAudio daemon as a system-wide instance (pulse)')
23 option('system_group',
25 description : 'Group for running the PulseAudio daemon as a system-wide instance (pulse)')
[all …]
/third_party/mesa3d/
Dmeson_options.txt1 # Copyright © 2017-2019 Intel Corporation
21 option(
30 option(
31 'egl-native-platform',
40 option(
41 'android-stub',
44 description : 'Build against android-stub',
47 option(
54 option(
55 'dri-drivers',
[all …]
/third_party/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
47 // A custom file option (defined below).
48 option (file_opt1) = 9876543210;
55 option csharp_namespace = "UnitTest.Issues.TestProtos";
100 option message_set_wire_format = false;
102 option (message_opt1) = -56;
108 option (oneof_opt1) = -99;
113 option (enum_opt1) = -789;
136 option (service_opt1) = -9876543210;
[all …]
/third_party/mesa3d/src/amd/vulkan/
D00-radv-defaults.conf2 <!--
8 -->
15 <!ELEMENT application (option+)>
22 <!ELEMENT engine (option+)>
24 <!-- engine_name_match: A regexp matching the engine name -->
25 <!-- engine_versions: A version in range format
26 (version 1 to 4 : "1:4") -->
31 <!ELEMENT option EMPTY>
32 <!ATTLIST option name CDATA #REQUIRED
38 <!-- Engine workarounds -->
[all …]
/third_party/python/Lib/
Doptparse.py1 """A powerful, extensible, and easy-to-use option parser.
7 For support, use the optik-users@lists.sourceforge.net mailing list
8 (http://lists.sourceforge.net/lists/listinfo/optik-users).
15 parser.add_option("-f", "--file", dest="filename",
17 parser.add_option("-q", "--quiet",
26 __all__ = ['Option',
45 Copyright (c) 2001-2006 Gregory P. Ward. All rights reserved.
46 Copyright (c) 2002-2006 Python Software Foundation. All rights reserved.
84 # Id: option_parser.py 527 2006-07-23 15:21:30Z greg
85 # Id: option.py 522 2006-06-11 16:22:03Z gward
[all …]

12345678910>>...52