Home
last modified time | relevance | path

Searched +full:linkify +full:- +full:it (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/miette/src/
Dhandler.rs23 fn default() -> RgbColors { in default()
46 pub(crate) linkify: Option<bool>, field
62 pub fn new() -> Self { in new()
67 /// clickable links in supported terminals. Defaults to auto-detection
69 pub fn terminal_links(mut self, linkify: bool) -> Self { in terminal_links()
70 self.linkify = Some(linkify); in terminal_links()
78 pub fn graphical_theme(mut self, theme: GraphicalTheme) -> Self { in graphical_theme()
84 pub fn width(mut self, width: usize) -> Self { in width()
89 /// Include the cause chain of the top-level error in the report.
90 pub fn with_cause_chain(mut self) -> Self { in with_cause_chain()
[all …]
/external/aws-sdk-java-v2/scripts/
Dnew-change2 # This file is borrowed from the aws/aws-cli project with the following modifications:
3 # - Add a 'deprecation' category, and validation for the category value
4 # - Modify the 'linkify' method to use Markdown syntax instead of reStructuredText (rst)
5 # - Better error reporting when one or more of the fields are empty
6 # - Change filename format to use a the SHA1 digest of the content instead of a random number
7 # - Change references to aws/cli to aws/aws-sdk-java
15 bin/new-change
24 # or "AWS SDK for Java v2" if it's an SDK change to the core, runtime etc
61 # or "AWS SDK for Java v2" if it's an SDK change to the core, runtime etc
67 # Leave it empty if you would prefer not to be mentioned.
[all …]
/external/google-styleguide/include/
Dstyleguide.js26 // If toc_levels is defined, set headingLevels to it.
66 var lowestLevel = parseInt(headingLevels.charAt(headingLevels - 1));
95 // If level is a masterLevel, make it a TOC parent category
186 // If level is a masterLevel, make it a TOC parent category
206 // If level is a masterLevel but it's specified to ignore links, skip it
236 return (' ' + element.className + ' ').indexOf(' ' + cls + ' ') > -1;
240 * Linkify all h2 through h4 headers, except for those marked
257 // Find all elements of the given tag and linkify if
267 header.style.left = '-46px';
274 // Linkify all h2, h3, and h4s. h1s are titles.
/external/trusty/arm-trusted-firmware/
Dpoetry.lock6 description = "A configurable sidebar-enabled Sphinx theme"
8 python-versions = ">=3.6"
10 …{file = "alabaster-0.7.13-py3-none-any.whl", hash = "sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f8…
11 …{file = "alabaster-0.7.13.tar.gz", hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b90…
19 python-versions = "*"
21 …{file = "anytree-2.8.0-py2.py3-none-any.whl", hash = "sha256:14c55ac77492b11532395049a03b773d14c7e…
22 …{file = "anytree-2.8.0.tar.gz", hash = "sha256:3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1…
29 dev = ["check-manifest"]
37 python-versions = ">=3.7"
39 …{file = "Babel-2.12.1-py3-none-any.whl", hash = "sha256:b4246fb7677d3b98f501a39d43396d3cafdc8eadb0…
[all …]
/external/libtextclassifier/java/src/com/android/textclassifier/common/logging/
DTextClassifierEvent.java8 * http://www.apache.org/licenses/LICENSE-2.0
59 * Linkify
208 * <p>Package-private for SystemTextClassifier's use.
220 /** Returns the index of this event in the series of event it belongs to. */
254 * Returns a bundle containing non-structured extra information about this event.
354 /** Sets the index of this event in the series of events it belongs to. */
422 * Sets a bundle containing non-structured extra information about the event.
425 * the internals of this bundle as it may have unexpected consequences on the clients of the
450 * // System smart-selects a recognized entity. e.g. "New York City".
454 * .setRelativeWordStartIndex(-1) // Goes back one word to "New" from "York".
[all …]
/external/libtextclassifier/native/annotator/
Dmodel.fbs8 // http://www.apache.org/licenses/LICENSE-2.0
17 include "annotator/entity-data.fbs";
19 include "utils/codepoint-range.fbs";
20 include "utils/container/bit-vector.fbs";
23 include "utils/intents/intent-config.fbs";
47 // Results are optimized for Smart{Select,Share,Linkify}.
49 // Smart{Select,Share,Linkify}
193 // Maximum number of tokens to attempt a classification (-1 is unlimited).
194 max_num_tokens:int = -1;
197 // Options for post-checks, checksums and verification to apply on a match.
[all …]
/external/curl/src/
Dtool_cb_hdr.c21 * SPDX-License-Identifier: curl
53 bold-off code (21) isn't supported everywhere - like in the mac
74 struct HdrCbData *hdrcbdata = &per->hdrcbdata; in tool_header_cb()
75 struct OutStruct *outs = &per->outs; in tool_header_cb()
76 struct OutStruct *heads = &per->heads; in tool_header_cb()
77 struct OutStruct *etag_save = &per->etag_save; in tool_header_cb()
83 if(!per->config) in tool_header_cb()
88 warnf(per->config->global, "Header data exceeds single call write limit"); in tool_header_cb()
94 /* Discard incomplete UTF-8 sequence buffered from body */ in tool_header_cb()
95 if(outs->utf8seq[0]) in tool_header_cb()
[all …]
/external/libtextclassifier/jni/com/google/android/textclassifier/
DAnnotatorModel.java8 * http://www.apache.org/licenses/LICENSE-2.0
59 /** Results are optimized for Smart{Select,Share,Linkify}. */
135 /** Initializes the knowledge engine, passing the given serialized config to it. */
142 /** Initializes the contact engine, passing the given serialized config to it. */
149 /** Initializes the installed app engine, passing the given serialized config to it. */
/external/doclava/src/com/google/doclava/
DSampleCode.java8 * http://www.apache.org/licenses/LICENSE-2.0
48 * and linkify the breadcrumb paths in all files.
59 if (len > 1 && dest.charAt(len - 1) != '/') { in SampleCode()
71 * so that it is accessible for dynamic content and search suggestions.
73 * @param offlineMode Ignored -- offline-docs mode is not currently supported for
84 System.out.println("-samplecode not a directory: " + mSource); in setSamplesTOC()
101 * @param offlineMode Ignored -- offline-docs mode is not currently supported for
111 System.out.println("-samplecode not a directory: " + mSource); in writeSamplesFiles()
272 * Each sample project must have an index, and each index locally defines it's own
275 * then updates the SC node with the page vars and returns it to the caller.
[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/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go
2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000
3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000
4 @@ -1,89 +0,0 @@
5 -// Copyright 2021 The Go Authors. All rights reserved.
6 -// Use of this source code is governed by a BSD-style
7 -// license that can be found in the LICENSE file.
8 -
9 -//go:build go1.18
10 -// +build go1.18
[all …]