Home
last modified time | relevance | path

Searched defs:href (Results 1 – 25 of 209) sorted by relevance

123456789

/aosp_15_r20/external/rust/android-crates-io/crates/url/tests/
Dsetters_tests.json28 "href": "a://example.net", string
31 "href": "a://example.net", string
36 "href": "a://example.net", string
39 "href": "b://example.net", string
44 "href": "javascript:alert(1)", string
47 "href": "defuse:alert(1)", string
53 "href": "a://example.net", string
56 "href": "b://example.net", string
62 "href": "a://example.net", string
65 "href": "a://example.net", string
[all …]
Durltestdata.json7 "href": "http://example.org/", string
22 "href": "http://user:pass@foo:21/bar;par?b#c", string
37 "href": "https://test@test/", string
52 "href": "https://test/", string
67 "href": "non-special://test@test/x", string
82 "href": "non-special://test/x", string
97 "href": "http://example.org/foo/foo.com", string
112 "href": "http://example.org/foo/:foo.com", string
127 "href": "http://example.org/foo/foo.com", string
142 "href": "a: foo.com", string
[all …]
/aosp_15_r20/external/perfetto/infra/perfetto.dev/src/
H A Dmarkdown_render.js32 function hrefInDocs(href) { argument
87 function renderLink(originalLinkFn, href, title, text) { argument
128 function renderImage(originalImgFn, href, title, text) { argument
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DKeywordEntry.java22 KeywordEntry(String label, String href, String comment) { in KeywordEntry()
43 private String href; field in KeywordEntry
/aosp_15_r20/external/bazelbuild-rules_python/sphinxdocs/tests/sphinx_stardoc/
H A Dsphinx_output_test.py15 def assert_xref(self, doc, *, text, href): argument
68 def test_xrefs(self, text, href): argument
/aosp_15_r20/external/dokka/core/src/main/kotlin/Kotlin/
H A DDescriptorDocumentationParser.kt85 …val content = buildContent(tree, LinkResolver(linkMap, { href -> linkResolver.resolveContentLink(c… in <lambda>() method
96 …buildInlineContentTo(markdownNode, content, LinkResolver(linkMap, { href -> linkResolver.resolveCo… in <lambda>() method
111 …buildInlineContentTo(markdownNode, section, LinkResolver(linkMap, { href -> linkResolver.resolveCo… in <lambda>() method
117 …buildInlineContentTo(markdownNode, section, LinkResolver(linkMap, { href -> linkResolver.resolveCo… in <lambda>() method
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dhtml_module.py77 def HRefToResource(self, href, tag_for_err_msg): argument
92 loader, module_name, module_dir_name, href, tag_for_err_msg): argument
H A Dhtml_generation_controller.py15 def GetHTMLForStylesheetHRef(self, href): # pylint: disable=unused-argument argument
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DDocTreeUtils.kt60 val href = if (classInfo != null) in <lambda>() constant
/aosp_15_r20/trusty/kernel/lib/ktipc/
H A Dktipc.c46 struct handle_ref href; member
53 struct handle_ref href; member
/aosp_15_r20/development/samples/Wiktionary/src/com/example/android/wiktionary/
H A DExtendedWikiHelper.java176 String.format("<a href=\"%s://%s/$1\">$1</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST))); in sFormatRules.add()
178 String.format("<a href=\"%s://%s/$1\">$2</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST))); in sFormatRules.add()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/duration/
Darithmetic_pass.cpp60 boost::chrono::hours& href = ++h; in main() local
74 boost::chrono::hours& href = --h; in main() local
/aosp_15_r20/external/trusty/lk/dev/virtio/vsock-rust/src/
Dvsock.rs100 href: HandleRef, field
555 let mut href = HandleRef::default(); in vsock_tx_loop() localVariable
/aosp_15_r20/external/libxml2/
H A Drunsuite.c745 xmlChar *href = NULL; in xstcTestInstance() local
839 xmlChar *href = NULL; in xstcTestGroup() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Drunsuite.c763 xmlChar *href = NULL; in xstcTestInstance() local
857 xmlChar *href = NULL; in xstcTestGroup() local
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/
H A DURIResolver.java42 public Source resolve(String href, String base) in resolve()
/aosp_15_r20/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
H A Dop_--.pass.cpp33 std::chrono::hours& href = --h; in main() local
H A Dop_++.pass.cpp33 std::chrono::hours& href = ++h; in main() local
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHyperRef.java19 public HyperRef (final String href, final String text, final boolean nbsp) in HyperRef()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.duration/time.duration.arithmetic/
H A Dop_++.pass.cpp32 std::chrono::hours& href = ++h; in main() local
H A Dop_--.pass.cpp32 std::chrono::hours& href = --h; in main() local
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/ui/
H A DRealHyperlink.java24 public void setHref(String href) { in setHref()
/aosp_15_r20/external/python/cpython2/Lib/xml/etree/
DElementInclude.py77 def default_loader(href, parse, encoding=None): argument
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestIncompatibleException.java61 public static DOMTestIncompatibleException incompatibleLoad(String href, in incompatibleLoad()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/etree/
DElementInclude.py87 def default_loader(href, parse, encoding=None): argument

123456789