Home
last modified time | relevance | path

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

12345678910>>...22

/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/frameworks/base/core/java/android/view/textclassifier/
H A DTextLinksParams.java8 * http://www.apache.org/licenses/LICENSE-2.0
23 import android.text.util.Linkify;
24 import android.text.util.Linkify.LinkifyMask;
43 textLink -> new TextLinkSpan(textLink);
68 if ((mask & Linkify.WEB_URLS) != 0) { in fromLinkMask()
71 if ((mask & Linkify.EMAIL_ADDRESSES) != 0) { in fromLinkMask()
74 if ((mask & Linkify.PHONE_NUMBERS) != 0) { in fromLinkMask()
77 if ((mask & Linkify.MAP_ADDRESSES) != 0) { in fromLinkMask()
94 * Annotates the given text with the generated links. It will fail if the provided text doesn't
110 if (Linkify.containsUnsupportedCharacters(textString)) { in apply()
[all …]
H A DTextClassifier.java8 * http://www.apache.org/licenses/LICENSE-2.0
36 import android.text.util.Linkify;
37 import android.text.util.Linkify.LinkifyMask;
119 /** E-mail address (e.g. "[email protected]"). */
121 /** Phone number (e.g. "555-123 456"). */
185 /** The widget involved in the text classification context is a standard non-selectable
187 String WIDGET_TYPE_UNSELECTABLE_TEXTVIEW = "nosel-textview";
193 String WIDGET_TYPE_EDIT_WEBVIEW = "edit-webview";
198 /** The widget involved in the text classification context is a custom non-selectable text
200 String WIDGET_TYPE_CUSTOM_UNSELECTABLE_TEXTVIEW = "nosel-customview";
[all …]
/aosp_15_r20/external/google-styleguide/include/
H A 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.
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
36 import android.text.util.Linkify;
193 // Set the account label if it exists. in setPhoneCallDetails()
221 int relevantLinkTypes = Linkify.EMAIL_ADDRESSES | Linkify.PHONE_NUMBERS | Linkify.WEB_URLS; in setPhoneCallDetails()
262 view -> in setPhoneCallDetails()
268 view -> in setPhoneCallDetails()
292 // Since TextDirection remains at View.TEXT_DIRECTION_LTR, initialize it. in setNameView()
304 // We have a real phone number as "nameView" so make it always LTR in setNameView()
388 title.setTypeface(Typeface.create("sans-serif-medium", Typeface.NORMAL)); in showVoicemailDonationPromo()
449 // Only add the call type or location if its not empty. It will be empty for unknown in getCallLocationAndDate()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/scripts/
H A 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 …]
/aosp_15_r20/development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
H A DMainActivity.java8 * http://www.apache.org/licenses/LICENSE-2.0
39 * {@link android.text.util.Linkify}</li>
64 * .setAutoLinkMask(Linkify.ALL) before the text is set on the TextView. in onCreate()
66 * See android.text.util.Linkify for other options, for example only in onCreate()
67 * auto-linking email addresses or phone numbers in onCreate()
116 * pointing to a telephone number. Clicking it opens the "tel:" URL that starts the dialer. in onCreate()
119 * that it will not expand to include text inserted on either side of this span. in onCreate()
/aosp_15_r20/developers/samples/android/views/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
DMainActivity.java8 * http://www.apache.org/licenses/LICENSE-2.0
39 * {@link android.text.util.Linkify}</li>
64 * .setAutoLinkMask(Linkify.ALL) before the text is set on the TextView. in onCreate()
66 * See android.text.util.Linkify for other options, for example only in onCreate()
67 * auto-linking email addresses or phone numbers in onCreate()
116 * pointing to a telephone number. Clicking it opens the "tel:" URL that starts the dialer. in onCreate()
119 * that it will not expand to include text inserted on either side of this span. in onCreate()
/aosp_15_r20/developers/build/prebuilts/gradle/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
H A DMainActivity.java8 * http://www.apache.org/licenses/LICENSE-2.0
39 * {@link android.text.util.Linkify}</li>
64 * .setAutoLinkMask(Linkify.ALL) before the text is set on the TextView. in onCreate()
66 * See android.text.util.Linkify for other options, for example only in onCreate()
67 * auto-linking email addresses or phone numbers in onCreate()
116 * pointing to a telephone number. Clicking it opens the "tel:" URL that starts the dialer. in onCreate()
119 * that it will not expand to include text inserted on either side of this span. in onCreate()
/aosp_15_r20/frameworks/base/core/java/android/text/util/
H A DLinkify.java8 * http://www.apache.org/licenses/LICENSE-2.0
59 * Linkify take a piece of text and a regular expression and turns all of the
85 public class Linkify { class
87 private static final String LOG_TAG = "Linkify";
109 * take an options mask. Note that this should be avoided, as it uses the
148 * Filters out web URL matches that occur after an at-sign (@). This is
157 if (s.charAt(start - 1) == '@') {
187 * to be used in a tel: URL. It does this by removing everything
189 * &apos;+1 (919) 555-1212&apos;
206 * might also include a MatchFilter that disallows the match if it is
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/aarch64-unknown-linux-musl/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/x86_64-unknown-linux-musl/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/bin/
Dhwasan_symbolize2 #===- lib/hwasan/scripts/hwasan_symbolize ----------------------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
12 #===------------------------------------------------------------------------===#
29 # Simulate Python 3.x behaviour of defaulting to UTF-8 for print. This is
30 # important in case any symbols are non-ASCII.
32 sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
34 # Below, a parser for a subset of ELF. It only supports 64 bit, little-endian,
35 # and only parses what is necessary to find the build ids. It uses a memoryview
51 return (size + alignment - 1) & ~(alignment - 1)
[all …]
/aosp_15_r20/packages/apps/CellBroadcastReceiver/res/values/
Doverlayable.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2019 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
17 <!-- The collection of resources for theming the appearance of a device -->
22 <!-- START VENDOR CUSTOMIZATION -->
24 <!-- START THEME / STYLE -->
30 <!-- All attributes defined in app level need to exposed to overlay the AlerDialog and
31 CellBroadcastAlertDialog layouts -->
54 <!-- Declare the IDs used in overlayable layouts like CellBroadcastAlertDialog -->
[all …]
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DTextViewTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
126 import android.text.util.Linkify;
250 * Promotes the TextView to editable and places focus in it to allow simulated typing. Used in
317 mActivityRule.runOnUiThread(() -> { in testGetLayout()
339 mActivityRule.runOnUiThread(() -> mTextView = findTextView(R.id.textview_text)); in testAccessKeyListener()
346 mActivityRule.runOnUiThread(() -> mTextView.setKeyListener(digitsKeyListener)); in testAccessKeyListener()
352 mActivityRule.runOnUiThread(() -> mTextView.setKeyListener(qwertyKeyListener)); in testAccessKeyListener()
361 mActivityRule.runOnUiThread(() -> mTextView = findTextView(R.id.textview_text)); in testFontWeightAdjustment_forceBoldTextEnabled_typefaceNull_textIsBolded()
364 mActivityRule.runOnUiThread(() -> mTextView.setTypeface(null)); in testFontWeightAdjustment_forceBoldTextEnabled_typefaceNull_textIsBolded()
368 final int fontWeightAdjustment = FontStyle.FONT_WEIGHT_BOLD - defaultFontWeight; in testFontWeightAdjustment_forceBoldTextEnabled_typefaceNull_textIsBolded()
[all …]
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/
Dpackage-lock.json8 "firebase-admin": "^11.4.1",
9 "firebase-functions": "^3.13.2"
14 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz",
15 …"integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7F…
18 "parser": "bin/babel-parser.js"
26 "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-1.2.1.tgz",
27 …"integrity": "sha512-7PQA7EH43S0CxcOa9OeAnaeA0oQ+e/DHNPZwSQM9CQHW76jle5+OvLdibRp/Aafs9KXbLhxyjOTkR…
29 "text-decoding": "^1.0.0"
35 "node_modules/@firebase/app-types": {
37 "resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.0.tgz",
[all …]

12345678910>>...22