Home
last modified time | relevance | path

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

123

/external/rust/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 …]
/external/doclava/src/com/google/doclava/
DKeywordEntry.java22 KeywordEntry(String label, String href, String comment) { in KeywordEntry()
43 private String href; field in KeywordEntry
/external/skqp/experimental/svg/model/
DSkSVGPattern.cpp33 void SkSVGPattern::setHref(const SkSVGStringType& href) { in setHref()
64 if (const auto* href = v.as<SkSVGStringValue>()) { in onSetAttribute() local
83 const auto* href = ctx.findNodeById(fHref); in hrefTarget() local
DSkSVGUse.cpp20 void SkSVGUse::setHref(const SkSVGStringType& href) { in setHref()
35 if (const auto* href = v.as<SkSVGStringValue>()) { in onSetAttribute() local
DSkSVGGradient.cpp13 void SkSVGGradient::setHref(const SkSVGStringType& href) { in setHref()
33 if (const auto* href = v.as<SkSVGStringValue>()) { in onSetAttribute() local
/external/perfetto/infra/perfetto.dev/src/
Dmarkdown_render.js31 function hrefInDocs(href) { argument
86 function renderLink(originalLinkFn, href, title, text) { argument
127 function renderImage(originalImgFn, href, title, text) { argument
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
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
Dhtml_generation_controller.py15 def GetHTMLForStylesheetHRef(self, href): # pylint: disable=unused-argument argument
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
Dop_--.pass.cpp33 std::chrono::hours& href = --h; in main() local
Dop_++.pass.cpp33 std::chrono::hours& href = ++h; in main() local
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHyperRef.java19 public HyperRef (final String href, final String text, final boolean nbsp) in HyperRef()
/external/llvm-project/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
Dop_++.pass.cpp32 std::chrono::hours& href = ++h; in main() local
Dop_--.pass.cpp32 std::chrono::hours& href = --h; in main() local
/external/autotest/frontend/client/src/autotest/common/ui/
DRealHyperlink.java24 public void setHref(String href) { in setHref()
/external/python/cpython2/Lib/xml/etree/
DElementInclude.py77 def default_loader(href, parse, encoding=None): argument
/external/python/cpython3/Lib/xml/etree/
DElementInclude.py87 def default_loader(href, parse, encoding=None): argument
/external/skia/modules/svg/src/
DSkSVGPattern.cpp33 const auto href = ctx.findNodeById(fHref); in hrefTarget() local
DSkSVGImage.cpp35 const SkSVGIRI& href) { in LoadImage()
/external/libxml2/doc/examples/
Dxpath1.c150 xmlChar* href; in register_namespaces() local
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/
Dextract-tests.py42 href = use.get(ns('xlink:href')) variable
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
DCrawler.java108 String href = element.attr("href"); in fetch() local
/external/dokka/core/src/main/kotlin/Kotlin/
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
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
Depydoc.js172 function expandto(href) { argument
/external/python/google-api-python-client/docs/epy/
Depydoc.js172 function expandto(href) { argument

123