Home
last modified time | relevance | path

Searched +full:style +full:- +full:mod (Results 1 – 25 of 1214) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/
D.cargo-checksum.json1mod.rs":"9a70c8cb5d5b3ae43dd43dfb8d60a346bd54d9d62462038e870a06fca4517d02","benches/main.rs":"0114…
/aosp_15_r20/external/rust/android-crates-io/crates/rustversion/src/
Dlib.rs1 …//github.com/dtolnay/rustversion) [![crates-io]](https://crates.io/crates/rustversion) […
3 //! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo…
4 //! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=55555…
5 //! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&lo…
13 //! [cfg]: https://doc.rust-lang.org/reference/conditional-compilation.html#the-cfg-attribute
14 //! [cfg_attr]: https://doc.rust-lang.org/reference/conditional-compilation.html#the-cfg_attr-attri…
20 //! - <p style="margin-left:50px;text-indent:-50px">
26 //! - <p style="margin-left:50px;text-indent:-50px">
32 //! - <p style="margin-left:50px;text-indent:-50px">
38 //! - <p style="margin-left:50px;text-indent:-50px">
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.15/src/
H A Dlib.rs1 …//github.com/dtolnay/rustversion)&ensp;[![crates-io]](https://crates.io/crates/rustversion)&ensp;[…
3 //! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo…
4 //! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=55555…
5 //! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&lo…
13 //! [cfg]: https://doc.rust-lang.org/reference/conditional-compilation.html#the-cfg-attribute
14 //! [cfg_attr]: https://doc.rust-lang.org/reference/conditional-compilation.html#the-cfg_attr-attri…
20 //! - <p style="margin-left:50px;text-indent:-50px">
26 //! - <p style="margin-left:50px;text-indent:-50px">
32 //! - <p style="margin-left:50px;text-indent:-50px">
38 //! - <p style="margin-left:50px;text-indent:-50px">
[all …]
/aosp_15_r20/external/owasp/sanitizer/benchmark-data/
DYahoo!.html2 <html lang="en-US" class="y-fp-bg y-fp-pg-grad ua-wk ua-mac ua-wk534 bkt701">
3 <!-- m2 template 0 -->
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9 …ckly find what you're searching for, get in touch with friends and stay in-the-know with the lates…
24 fpsVal = fps === -1 ? 'dl' : d.cookie.substring(fps+2, fps+4);
47 if (msc > -1){
57 if (!m || s-parseInt(m[1],10) >= 20) {
59 document.write('<meta http-equiv="Expires" content="-1">');
69 …lse{while(g--){try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+g);j=g;break}catch(h){}}}b.p…
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dlib.rs1 …github.com/dtolnay/prettyplease)&ensp;[![crates-io]](https://crates.io/crates/prettyplease)&ensp;[…
3 //! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo…
4 //! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=55555…
5 //! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&lo…
9 //! **prettyplease::unparse** &mdash; a minimal `syn` syntax tree pretty-printer
15 //! This is a pretty-printer to turn a `syn` syntax tree into a `String` of
16 //! well-formatted source code. In contrast to rustfmt, this library is intended
19 //! Rustfmt prioritizes high-quality output that is impeccable enough that you'd
23 //! more issues like it). That's not necessarily a big deal for human-generated
28 //! [rustfmt#3697]: https://github.com/rust-lang/rustfmt/issues/3697
[all …]
/aosp_15_r20/external/python/cpython2/Doc/library/
Dpickle.rst1 :mod:`pickle` --- Python object serialization
17 The :mod:`pickle` module implements a fundamental, but powerful algorithm for
18 serializing and de-serializing a Python object structure. "Pickling" is the
25 This documentation describes both the :mod:`pickle` module and the
26 :mod:`cPickle` module.
30 The :mod:`pickle` module is not secure against erroneous or maliciously
36 ------------------------------------
38 The :mod:`pickle` module has an optimized cousin called the :mod:`cPickle`
39 module. As its name implies, :mod:`cPickle` is written in C, so it can be up to
40 1000 times faster than :mod:`pickle`. However it does not support subclassing
[all …]
Ddbhash.rst1 :mod:`dbhash` --- DBM-style interface to the BSD database library
5 :synopsis: DBM-style interface to the BSD database library.
9 The :mod:`dbhash` module has been removed in Python 3.
13 The :mod:`dbhash` module provides a function to open databases using the BSD
15 modules that provide access to DBM-style databases. The :mod:`bsddb` module is
16 required to use :mod:`dbhash`.
34 +---------+-------------------------------------------+
39 +---------+-------------------------------------------+
42 +---------+-------------------------------------------+
45 +---------+-------------------------------------------+
[all …]
Daetypes.rst2 :mod:`aetypes` --- AppleEvent objects
12 The :mod:`aetypes` defines classes used to represent Apple Event data
20 automatically by :mod:`aepack`.
24 Apple Event or as the argument of an optional parameter. The :mod:`aetypes`
26 by the packages generated by :mod:`gensuitemodule` to populate the classes and
40 The :mod:`AEObjects` module defines the following classes to represent Apple
46 The representation of OSA descriptor data for which the :mod:`aepack` and
47 :mod:`aetypes` modules have no support, i.e. anything that is not represented by
53 An enumeration value with the given 4-character string value.
66 .. class:: StyledText(style, text)
[all …]
/aosp_15_r20/external/python/setuptools/docs/userguide/
Dpackage_discovery.rst25 .. code-block:: ini
35 .. code-block:: python
44 .. code-block:: toml
57 .. code-block:: ini
67 # mypkg1.mod corresponds to lib1/mod.py
68 # mypkg1.subpkg.mod corresponds to lib1/subpkg/mod.py
70 # mypkg2.mod corresponds to lib2/mod.py
72 # mypkg2.subpkg.mod corresponds to lib3/mod.py
76 .. code-block:: python
89 "mypkg1": "lib1", # mypkg1.mod corresponds to lib1/mod.py
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/styles/
D__init__.py5 Contains built-in styles.
7 :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
15 #: Maps style names to 'submodule::classname'.
40 'paraiso-light': 'paraiso_light::ParaisoLightStyle',
41 'paraiso-dark': 'paraiso_dark::ParaisoDarkStyle',
48 'solarized-dark': 'solarized::SolarizedDarkStyle',
49 'solarized-light': 'solarized::SolarizedLightStyle',
53 'stata-light': 'stata_light::StataLightStyle',
54 'stata-dark': 'stata_dark::StataDarkStyle',
57 'gruvbox-dark': 'gruvbox::GruvboxDarkStyle',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/styles/
D__init__.py5 Contains built-in styles.
7 :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
15 #: Maps style names to 'submodule::classname'.
40 'paraiso-light': 'paraiso_light::ParaisoLightStyle',
41 'paraiso-dark': 'paraiso_dark::ParaisoDarkStyle',
48 'solarized-dark': 'solarized::SolarizedDarkStyle',
49 'solarized-light': 'solarized::SolarizedLightStyle',
53 'stata-light': 'stata_light::StataLightStyle',
54 'stata-dark': 'stata_dark::StataDarkStyle',
57 'gruvbox-dark': 'gruvbox::GruvboxDarkStyle',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/styles/
D__init__.py5 Contains built-in styles.
7 :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
15 #: Maps style names to 'submodule::classname'.
40 'paraiso-light': 'paraiso_light::ParaisoLightStyle',
41 'paraiso-dark': 'paraiso_dark::ParaisoDarkStyle',
48 'solarized-dark': 'solarized::SolarizedDarkStyle',
49 'solarized-light': 'solarized::SolarizedLightStyle',
53 'stata-light': 'stata_light::StataLightStyle',
54 'stata-dark': 'stata_dark::StataDarkStyle',
57 'gruvbox-dark': 'gruvbox::GruvboxDarkStyle',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/styles/
D__init__.py5 Contains built-in styles.
7 :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
15 #: Maps style names to 'submodule::classname'.
40 'paraiso-light': 'paraiso_light::ParaisoLightStyle',
41 'paraiso-dark': 'paraiso_dark::ParaisoDarkStyle',
48 'solarized-dark': 'solarized::SolarizedDarkStyle',
49 'solarized-light': 'solarized::SolarizedLightStyle',
53 'stata-light': 'stata_light::StataLightStyle',
54 'stata-dark': 'stata_dark::StataDarkStyle',
57 'gruvbox-dark': 'gruvbox::GruvboxDarkStyle',
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dlib.rs1 …hub]](https://github.com/dtolnay/cxx)&ensp;[![crates-io]](https://crates.io/crates/cxx)&ensp;[![do…
3 //! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo…
4 //! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=55555…
5 //! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&lo…
11 //! wrong when using bindgen or cbindgen to generate unsafe C-style bindings.
56 //! combination. CXX guarantees an ABI-compatible signature that both sides
68 //! advantage of an existing C++ client for a large-file blobstore service. The
80 //! mod ffi {
93 //! fn next_chunk(buf: &mut MultiBuf) -> &[u8];
107 //! fn new_blobstore_client() -> UniquePtr<BlobstoreClient>;
[all …]
/aosp_15_r20/external/rust/cxx/src/
Dlib.rs1 …hub]](https://github.com/dtolnay/cxx)&ensp;[![crates-io]](https://crates.io/crates/cxx)&ensp;[![do…
3 //! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo…
4 //! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=55555…
5 //! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&lo…
11 //! wrong when using bindgen or cbindgen to generate unsafe C-style bindings.
56 //! combination. CXX guarantees an ABI-compatible signature that both sides
68 //! advantage of an existing C++ client for a large-file blobstore service. The
80 //! mod ffi {
93 //! fn next_chunk(buf: &mut MultiBuf) -> &[u8];
107 //! fn new_blobstore_client() -> UniquePtr<BlobstoreClient>;
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.6/src/
H A Dlib.rs3 //! *A portmanteau of "ansi style"*
10 //! - An argument parser allowing callers to define the colors used in the help-output without
12 //! - A style description parser that can work with any text formatting crate
16 //! 2. Low compile-time and binary-size overhead
20 //! - [anstyle-ansi-term](https://docs.rs/anstyle-ansi-term)
21 //! - [anstyle-crossterm](https://docs.rs/anstyle-crossterm)
22 //! - [anstyle-owo-colors](https://docs.rs/anstyle-owo-colors)
23 //! - [anstyle-termcolor](https://docs.rs/anstyle-termcolor)
24 //! - [anstyle-yansi](https://docs.rs/anstyle-yansi)
26 //! User-styling parsers:
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/src/
Dlib.rs3 //! *A portmanteau of "ansi style"*
10 //! - An argument parser allowing callers to define the colors used in the help-output without
12 //! - A style description parser that can work with any text formatting crate
16 //! 2. Low compile-time and binary-size overhead
20 //! - [anstyle-ansi-term](https://docs.rs/anstyle-ansi-term)
21 //! - [anstyle-crossterm](https://docs.rs/anstyle-crossterm)
22 //! - [anstyle-owo-colors](https://docs.rs/anstyle-owo-colors)
23 //! - [anstyle-termcolor](https://docs.rs/anstyle-termcolor)
24 //! - [anstyle-yansi](https://docs.rs/anstyle-yansi)
26 //! User-styling parsers:
[all …]
/aosp_15_r20/external/python/cpython2/Doc/
Dglossary.rst26 2to3 is available in the standard library as :mod:`lib2to3`; a standalone
28 :ref:`2to3-reference`.
31 Abstract base classes complement :term:`duck-typing` by
34 :ref:`magic methods <new-style-special-lookup>`). ABCs introduce virtual
37 :mod:`abc` module documentation. Python comes with many built-in ABCs for
38 data structures (in the :mod:`collections` module), numbers (in the
39 :mod:`numbers` module), and streams (in the :mod:`io` module). You can
40 create your own ABCs with the :mod:`abc` module.
70 <faq-argument-vs-parameter>`.
81 bytes-like object
[all …]
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.3.rst9 .. $Id: whatsnew23.tex 54631 2007-03-31 11:58:36Z georg.brandl $
18 improved the performance of new-style classes. A few new built-in functions
24 data types, the ability to import modules from ZIP-format archives, metadata
25 support for the long-awaited Python catalog, an updated version of IDLE, and
27 command-line options, using BerkeleyDB databases... the list of new and
43 The new :mod:`sets` module contains an implementation of a set datatype. The
68 ``&`` and ``|``. Mutable sets also have in-place versions of these methods,
90 in-place version with the ungainly name :meth:`symmetric_difference_update`. ::
116 :pep:`218` - Adding a Built-In Set Object Type
123 .. _section-generators:
[all …]
D2.2.rst9 .. $Id: whatsnew22.tex 37315 2004-09-10 19:33:00Z akuchling $
21 changes, significant and far-reaching though they may be, are aimed at cleaning
45 The largest and most far-reaching changes in Python 2.2 are to Python's model of
54 implemented in C. In particular, it's not possible to subclass built-in types,
56 them. The :mod:`UserList` module provides a class that supports all of the
64 * You can subclass built-in types such as lists and even integers, and your
95 only the broad strokes. See section :ref:`sect-rellinks`, "Related Links", for
100 -------------------
103 or old-style classes, and new-style classes. The old-style class model is
105 features described in this section apply only to new-style classes. This
[all …]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D2.3.rst9 .. $Id: whatsnew23.tex 54631 2007-03-31 11:58:36Z georg.brandl $
18 improved the performance of new-style classes. A few new built-in functions
24 data types, the ability to import modules from ZIP-format archives, metadata
25 support for the long-awaited Python catalog, an updated version of IDLE, and
27 command-line options, using BerkeleyDB databases... the list of new and
43 The new :mod:`sets` module contains an implementation of a set datatype. The
68 ``&`` and ``|``. Mutable sets also have in-place versions of these methods,
90 in-place version with the ungainly name :meth:`symmetric_difference_update`. ::
116 :pep:`218` - Adding a Built-In Set Object Type
123 .. _section-generators:
[all …]
D3.2.rst13 a beta release, please use the tracker instead -- this helps avoid
40 sufficient; the e-mail address isn't necessary. It's helpful to
60 :pep:`392` - Python 3.2 Release Schedule
83 :pep:`384` - Defining a Stable ABI
90 A new module for command line parsing, :mod:`argparse`, was introduced to
91 overcome the limitations of :mod:`optparse` which did not provide support for
96 third-party module. Being more fully featured than its predecessor, the
97 :mod:`argparse` module is now the preferred module for command-line processing.
116 parser.add_argument('-u', '--user', # -u or --user option
122 >>> cmd = 'deploy sneezy.example.com sleepy.example.com -u skycaptain'
[all …]
D2.2.rst9 .. $Id: whatsnew22.tex 37315 2004-09-10 19:33:00Z akuchling $
21 changes, significant and far-reaching though they may be, are aimed at cleaning
45 The largest and most far-reaching changes in Python 2.2 are to Python's model of
54 implemented in C. In particular, it's not possible to subclass built-in types,
56 them. The :mod:`UserList` module provides a class that supports all of the
64 * You can subclass built-in types such as lists and even integers, and your
95 only the broad strokes. See section :ref:`sect-rellinks`, "Related Links", for
100 -------------------
103 or old-style classes, and new-style classes. The old-style class model is
105 features described in this section apply only to new-style classes. This
[all …]
/aosp_15_r20/external/python/cpython3/Doc/library/
Dfnmatch.rst1 :mod:`fnmatch` --- Unix filename pattern matching
5 :synopsis: Unix shell style filename pattern matching.
13 --------------
15 This module provides support for Unix shell-style wildcards, which are *not* the
16 same as regular expressions (which are documented in the :mod:`re` module). The
17 special characters used in shell-style wildcards are:
20 single: * (asterisk); in glob-style wildcards
21 single: ? (question mark); in glob-style wildcards
22 single: [] (square brackets); in glob-style wildcards
23 single: ! (exclamation); in glob-style wildcards
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dlib.rs1 …github.com/dtolnay/serde-yaml)&ensp;[![crates-io]](https://crates.io/crates/serde-yaml)&ensp;[![do…
3 //! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo…
4 //! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=55555…
5 //! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&lo…
12 //! [Serde]: https://github.com/serde-rs/serde
20 //! fn main() -> Result<(), serde_yaml::Error> {
54 //! fn main() -> Result<(), serde_yaml::Error> {
80 //! fn main() -> Result<(), serde_yaml::Error> {
82 //! - !Newtype 1
83 //! - !Tuple [0, 0, 0]
[all …]

12345678910>>...49