Home
last modified time | relevance | path

Searched +full:supports +full:- +full:hyperlinks (Results 1 – 25 of 81) sorted by relevance

1234

/external/rust/crates/miette/
DCargo.toml.orig6 categories = ["rust-patterns"]
9 license = "Apache-2.0"
12 rust-version = "1.56.0"
13 exclude = ["images/", "tests/", "miette-derive/"]
17 miette-derive = { path = "miette-derive", version = "=5.10.0" }
19 unicode-width = "0.1.9"
21 owo-colors = { version = "3.0.0", optional = true }
22 is-terminal = { version = "0.4.0", optional = true }
24 supports-hyperlinks = { version = "2.0.0", optional = true }
25 supports-color = { version = "2.0.0", optional = true }
[all …]
DCargo.toml14 rust-version = "1.56.0"
21 "miette-derive/",
26 categories = ["rust-patterns"]
27 license = "Apache-2.0"
31 all-features = true
37 [dependencies.backtrace-ext]
41 [dependencies.is-terminal]
45 [dependencies.miette-derive]
51 [dependencies.owo-colors]
60 [dependencies.supports-color]
[all …]
/external/python/cpython2/Doc/library/
Dhtmllib.rst1 :mod:`htmllib` --- A parser for HTML documents
24 formatted in the HyperText Mark-up Language (HTML). The class is not directly
25 concerned with I/O --- it must be provided with input in string form via a
31 :class:`~HTMLParser.HTMLParser` implementation supports the HTML 2.0 language as described
66 This is the basic HTML parser class. It supports all entity names required by
86 Alternate HTML parser that offers a slightly lower-level view of the input, but
97 .. _html-parser-objects:
100 ------------------
124 default implementation maintains a list of hyperlinks (defined by the ``HREF``
125 attribute for ``<A>`` tags) within the document. The list of hyperlinks is
[all …]
Ddifflib.rst1 :mod:`difflib` --- Helpers for computing deltas
34 **Timing:** The basic Ratcliff-Obershelp algorithm is cubic time in the worst
36 quadratic time for the worst case and has expected-case behavior dependent in a
40 **Automatic junk heuristic:** :class:`SequenceMatcher` supports a heuristic that
54 human-readable differences or deltas. Differ uses :class:`SequenceMatcher`
56 within similar (near-matching) lines.
58 Each line of a :class:`Differ` delta begins with a two-letter code:
60 +----------+-------------------------------------------+
63 | ``'- '`` | line unique to sequence 1 |
64 +----------+-------------------------------------------+
[all …]
/external/aws-sdk-java-v2/.changes/2.17.x/
D2.17.148.json3 "date": "2022-03-11",
21 …ich Messaging enables the following formatting options: bold, italics, hyperlinks, bulleted lists,…
39 …"description": "Amazon Transcribe StartTranscription API now supports additional parameters for La…
/external/python/cpython2/Lib/
Dhtmllib.py4 http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html
26 It supports all entity names required by the XHTML 1.0 Recommendation.
58 # ------ Methods used internally; some may be overridden
60 # --- Formatter interface, taking care of 'savedata' mode;
72 # --- Hooks to save data; shouldn't need to be overridden
99 # --- Hooks for anchors; should probably be overridden
106 hyperlinks (defined by the HREF attribute for <A> tags) within
107 the document. The list of hyperlinks is available as the data
119 index into the list of hyperlinks created by the anchor_bgn()method.
126 # --- Hook for images; should probably be overridden
[all …]
/external/libxml2/
Dxlink.c2 * xlink.c : implementation of the hyperlinks detection module
3 * This version supports both XML XLinks and HTML simple links
118 if (doc == NULL) doc = node->doc; in xlinkIsLink()
119 if ((doc != NULL) && (doc->type == XML_HTML_DOCUMENT_NODE)) { in xlinkIsLink()
123 } else if ((node->ns != NULL) && in xlinkIsLink()
124 (xmlStrEqual(node->ns->href, XHTML_NAMESPACE))) { in xlinkIsLink()
136 * We don't prevent a-priori having XML Linking constructs on in xlinkIsLink()
150 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset")) in xlinkIsLink()
154 snprintf((char *) buf, sizeof(buf), "%s:external-linkset", in xlinkIsLink()
155 (char *) xlink->prefix); in xlinkIsLink()
[all …]
/external/python/cpython3/Doc/library/
Ddifflib.rst1 :mod:`difflib` --- Helpers for computing deltas
18 --------------
41 **Timing:** The basic Ratcliff-Obershelp algorithm is cubic time in the worst
43 quadratic time for the worst case and has expected-case behavior dependent in a
47 **Automatic junk heuristic:** :class:`SequenceMatcher` supports a heuristic that
62 human-readable differences or deltas. Differ uses :class:`SequenceMatcher`
64 within similar (near-matching) lines.
66 Each line of a :class:`Differ` delta begins with a two-letter code:
68 +----------+-------------------------------------------+
71 | ``'- '`` | line unique to sequence 1 |
[all …]
/external/rust/crates/termcolor/src/
Dlib.rs13 In ANSI mode, this crate also provides support for writing hyperlinks.
24 `Buffer` is an in memory buffer that supports colored text. In a parallel
42 # fn test() -> Result<(), Box<::std::error::Error>> {
69 # fn test() -> Result<(), Box<::std::error::Error>> {
87 [`isatty`](https://man7.org/linux/man-pages/man3/isatty.3.html)
91 [`IsTerminal`](https://doc.rust-lang.org/std/io/trait.IsTerminal.html) trait.
94 For example, in a command line application that exposes a `--color` flag,
135 /// Returns true if and only if the underlying writer supports colors.
136 fn supports_color(&self) -> bool; in supports_color()
145 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()>; in set_color()
[all …]
/external/googleapis/google/chat/v1/
Dmessage.proto7 // http://www.apache.org/licenses/LICENSE-2.0
56 // `{message}` is a system-assigned ID for the message. For example,
62 // `spaces/AAAAAAAAAAA/messages/client-custom-name`. For details, see [Name
64 // message](https://developers.google.com/workspace/chat/create-messages#name_a_created_message).
69 // user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user),
97 // Plain-text body of the message. The first link to an image, video, or web
99 // [preview chip](https://developers.google.com/workspace/chat/preview-links).
101 // user](https://developers.google.com/workspace/chat/format-messages#messages-@mention),
105 // message](https://developers.google.com/workspace/chat/create-messages#create-text-messages).
113 // syntax](https://developers.google.com/workspace/chat/format-messages)
[all …]
/external/perfetto/ui/
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/aws-sdk-java-v2/changelogs/
D2.17.x-CHANGELOG.md1 # __2.17.295__ __2022-10-19__
3 - ### Features
4- This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
7 - ### Features
8- This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty…
11 - ### Features
12- Updates internal logic for constructing API endpoints. We have added rule-based endpoints and in…
15 - ### Features
16 - Updated service endpoint metadata.
19 - ### Features
[all …]
/external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/
Dbenchmark-data-2.txt5 "force-async"
6 "parser-inserted"
7 "ready to be parser-executed"
25 :in-range
30 :out-of-range
31 :read-only
32 :read-write
40 <code title="">application/x-www-form-urlencoded</code> encoding\n algorithm
41 <code title="">application/x-www-form-urlencoded</code> encoding\n algorithm
59 <code title="">multipart/form-data</code> boundary string
[all …]
/external/libvpx/
Dlibs.doxy_template4 ## Use of this source code is governed by a BSD-style license
24 #---------------------------------------------------------------------------
26 #---------------------------------------------------------------------------
29 # follow. The default is UTF-8 which is also the encoding used for all text before
34 DOXYFILE_ENCODING = UTF-8
49 # 4096 sub-directories (in 2 levels) under the output directory of each output
61 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
63 # Italian, Japanese, Japanese-en (Japanese with English messages), Korean,
64 # Korean-en, Lithuanian, Norwegian, Polish, Portuguese, Romanian, Russian,
83 # This tag implements a quasi-intelligent brief description abbreviator
[all …]
/external/sdv/vsomeip/third_party/boost/asio/doc/
Dhistory.qbk2 / Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
18 * Changed `any_io_executor` to a "strong typedef"-style class.
23 * Fixed work tracking for `io_context` and `thread_pool` executors when move-assigned.
25 * Fixed I/O object move-assignment to ensure the executor is left in a valid state.
37 * Added executor-converting construction and assignment to `ip::basic_resolver`.
43 with a single parameter, the argument is passed through as-is. For signatures
70 * Reinstated a previously removed null-pointer check, as it had a measurable
72 * Fixed the `executor` concept to test for a const-qualified `execute()`.
81 * Suppressed zero-as-null-pointer-constant warnings.
82 * Fixed a comma-operator warning.
[all …]
/external/pigweed/
Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
17 "rollup-plugin-postcss": "^4.0.2",
18 "ts-protoc-gen": "^0.15.0"
24 "@grpc/grpc-js": "^1.3.7",
25 "@material-ui/core": "^4.12.1",
26 "@material-ui/lab": "^4.0.0-alpha.60",
27 "@rollup/plugin-commonjs": "^19.0.0",
28 "@rollup/plugin-node-resolve": "^13.3.0",
[all …]
/external/antlr/runtime/C/
Ddoxyfile13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
56 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
58 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
59 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
60 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
79 # This tag implements a quasi-intelligent brief description abbreviator
[all …]
/external/libxml2/result/valid/
Dxlink.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification::19990205//EN" "dtds/xmlspec.dtd" [
3 <!ENTITY doc-type "WD">
4 <!ENTITY iso6.doc.date "29-May-1999">
6 <!--ArborText, Inc., 1988-1998, v.4002-->
9 <?xml-stylesheet href="file:///C|/Program%20Files/SoftQuad/XMetaL%201/display/xmlspec.css"
13 <!-- Last edited: 27 May 1999 by bent -->
17 <w3c-designation><!-- &doc-type;-&iso6.doc.date; --> WD-xlink-19990527</w3c-designation>
18 <w3c-doctype>World Wide Web Consortium Working Draft</w3c-doctype>
23 …c href="http://www.w3.org/XML/Group/1999/05/WD-xlink-current">http://www.w3.org/XML/Group/1999/05/…
[all …]
/external/cronet/third_party/libxml/fuzz/seed_corpus/
D98388026d03211bd53544270577d912c94deba191 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification::19990205//EN" "dtds/xmlspec.dtd" [
3 <!ENTITY doc-type "WD">
4 <!ENTITY iso6.doc.date '29-May-1999'>
6 <!--ArborText, Inc., 1988-1998, v.4002-->
9 <?xml-stylesheet
14 <!-- Last edited: 27 May 1999 by bent -->
18 <w3c-designation><!-- &doc-type;-&iso6.doc.date; --> WD-xlink-19990527</w3c-designation>
19 <w3c-doctype>World Wide Web Consortium Working Draft</w3c-doctype>
24 …c href="http://www.w3.org/XML/Group/1999/05/WD-xlink-current">http://www.w3.org/XML/Group/1999/05/…
[all …]
/external/libxml2/test/valid/
Dxlink.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification::19990205//EN" "dtds/xmlspec.dtd" [
3 <!ENTITY doc-type "WD">
4 <!ENTITY iso6.doc.date '29-May-1999'>
6 <!--ArborText, Inc., 1988-1998, v.4002-->
9 <?xml-stylesheet
14 <!-- Last edited: 27 May 1999 by bent -->
18 <w3c-designation><!-- &doc-type;-&iso6.doc.date; --> WD-xlink-19990527</w3c-designation>
19 <w3c-doctype>World Wide Web Consortium Working Draft</w3c-doctype>
24 …c href="http://www.w3.org/XML/Group/1999/05/WD-xlink-current">http://www.w3.org/XML/Group/1999/05/…
[all …]
/external/flac/doc/
DDoxyfile.in13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
58 # 4096 sub-directories (in 2 levels) under the output directory of each output
70 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
72 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
73 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
74 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
93 # This tag implements a quasi-intelligent brief description abbreviator
[all …]
/external/sdv/vsomeip/documentation/
Ddoxygen.in13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
29 PROJECT_NAME = "@PROJECT_NAME@-@PACKAGE_VERSION@"
58 # 4096 sub-directories (in 2 levels) under the output directory of each output
70 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
72 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
73 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
74 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
[all …]
/external/aws-sdk-java-v2/services/pinpointemail/src/main/resources/codegen-resources/
Ddocs-2.json3 …he US East (N. Virginia) Region at the following endpoint: <code>email.us-east-1.amazonaws.com</co…
6 …ou can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.</p> <p>…
10 …r you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.</p>",
13 …"GetAccount": "<p>Obtain information about the email-sending status and capabilities of your Amazo…
15 …r you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.</p>",
16 …pool that it's associated with, as well information about the automatic warm-up process for the ad…
18 …ity's verification status, its DKIM authentication status, and its custom Mail-From settings.</p>",
22 …"PutAccountDedicatedIpWarmupAttributes": "<p>Enable or disable the automatic warm-up feature for d…
31 …oint sends this notification to the address that you specified in the Return-Path header of the or…
32 …"PutEmailIdentityMailFromAttributes": "<p>Used to enable or disable the custom Mail-From domain co…
[all …]
/external/eigen/doc/
DDoxyfile.in13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
60 # 4096 sub-directories (in 2 levels) under the output directory of each output
72 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
74 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
75 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
76 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
95 # This tag implements a quasi-intelligent brief description abbreviator
[all …]
/external/libnl/doc/
DDoxyfile.in13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
58 # 4096 sub-directories (in 2 levels) under the output directory of each output
70 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
72 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
73 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
74 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
93 # This tag implements a quasi-intelligent brief description abbreviator
[all …]

1234