Home
last modified time | relevance | path

Searched +full:markdown +full:- +full:it +full:- +full:anchor (Results 1 – 25 of 210) sorted by relevance

123456789

/aosp_15_r20/external/AFLplusplus/benchmark/
H A Dbenchmark.ipynb14 "with open(\"benchmark-results.jsonl\") as f:\n",
20 "cell_type": "markdown",
25 "We have JSON Lines in [benchmark-results.jsonl](benchmark-results.jsonl) that look like this:"
42 " \"comment\": \"i9-9900k, 16GB DDR4-3000, Arch Linux\",\n",
44 " \"target_arch\": \"x86_64-pc-linux-gnu\"\n",
48 " \"cpu_model\": \"Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz\",\n",
52 " \"test-instr\": {\n",
69 "cell_type": "markdown",
85 " .dataframe tbody tr th:only-of-type {\n",
86 " vertical-align: middle;\n",
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/comment/
Dprint.go2 // Use of this source code is governed by a BSD-style
19 // HTML and Markdown headings.
20 // If HeadingLevel is zero, it defaults to level 3,
25 // (anchor tag) to use for the heading h when generating
26 // HTML and Markdown. If HeadingID returns an empty string,
47 // If TextCodePrefix is the empty string, it defaults to TextPrefix+"\t".
53 // If TextWidth is zero, it defaults to 80 minus the number of code points in TextPrefix.
83 // - baseURL/ImportPath, for a link to another package
84 // - baseURL/ImportPath#Name, for a link to a const, func, type, or var in another package
85 // - baseURL/ImportPath#Recv.Name, for a link to a method in another package
[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 …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-tooltip/
H A DREADME.md2 <!---
5 paper-tooltip.html
10 The bot does some handling of markdown. Please file a bug if it does the wrong
13 -->
15 …ld status](https://travis-ci.org/PolymerElements/paper-tooltip.svg?branch=master)](https://travis-
17 _[Demo and API docs](https://elements.polymer-project.org/elements/paper-tooltip)_
20 ##&lt;paper-tooltip&gt;
24 `<paper-tooltip>` is a label that appears on hover and focus when the user
25 hovers over an element with the cursor or with the keyboard. It will be centered
26 to an anchor element specified in the `for` attribute, or, if that doesn't exist,
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-icon-button/
H A DREADME.md2 <!---
5 paper-icon-button-light.html paper-icon-button.html
10 The bot does some handling of markdown. Please file a bug if it does the wrong
13 -->
15 …tatus](https://travis-ci.org/PolymerElements/paper-icon-button.svg?branch=master)](https://travis-
17 _[Demo and API docs](https://elements.polymer-project.org/elements/paper-icon-button)_
20 ##&lt;paper-icon-button&gt;
22 …: [Icon toggles](https://www.google.com/design/spec/components/buttons.html#buttons-toggle-buttons)
24 `paper-icon-button` is a button with an image placed at the center. When the user touches
27 `paper-icon-button` includes a default icon set. Use `icon` to specify which icon
[all …]
/aosp_15_r20/external/cldr/tools/scripts/tr-archive/
H A Darchive.js6 const markedAlert = require('marked-alert');
8 // Setup some options for our markdown renderer
38 let f1 = await fs.readFile(infile, "utf-8");
58 `<meta charset="utf-8">\n` +
59 `<link rel='stylesheet' type='text/css' media='screen' href='../reports-v2.css'>\n` +
77 header.innerHTML = (await fs.readFile('header.html', 'utf-8')).trim();
125 // body already has no content to it at this point.
127 body.appendChild(getScript({ src: './js/anchor.min.js' }));
144 // This invokes anchor.js
170 h6.removeAttribute(p.name); // so that it does not have a conflicting id
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-item/
H A DREADME.md2 <!---
5 paper-icon-item.html paper-item-behavior.html paper-item-body.html paper-item.html
10 The bot does some handling of markdown. Please file a bug if it does the wrong
13 -->
15 …uild status](https://travis-ci.org/PolymerElements/paper-item.svg?branch=master)](https://travis-c…
17 _[Demo and API docs](https://elements.polymer-project.org/elements/paper-item)_
20 ##&lt;paper-item&gt;
24 `<paper-item>` is an interactive list item. By default, it is a horizontal flexbox.
27 <paper-item>Item</paper-item>
30 Use this element with `<paper-item-body>` to make Material Design styled two-line and three-line
[all …]
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/functions/
Dpackage-lock.json9 "firebase-admin": "^11.4.1",
10 "firebase-functions": "^3.11.0",
15 "eslint-plugin-promise": "^4.0.1",
16 "firebase-functions-test": "^0.2.0"
22 "node_modules/@babel/code-frame": {
24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
25 …"integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOci…
34 "node_modules/@babel/helper-validator-identifier": {
36 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
37 …"integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJ…
[all …]
/aosp_15_r20/external/bazelbuild-rules_python/sphinxdocs/private/
H A Dproto_to_markdown.py7 # http://www.apache.org/licenses/LICENSE-2.0
30 def _anchor_id(text: str) -> str:
31 # MyST/Sphinx's markdown processing doesn't like dots in anchor ids.
36 # See https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#block-attributes
37 def _block_attrs(*attrs: str) -> str:
41 def _link(display: str, link: str = "", *, ref: str = "", classes: str = "") -> str:
51 def _span(display: str, classes: str = ".span") -> str:
55 def _link_here_icon(anchor: str) -> str:
57 # text upon mouse-over; it's how headings show a clickable link.
58 return _link("¶", anchor, classes=".headerlink")
[all …]
/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/
H A DMarkdownFormatService.kt15 ListKind.Ordered -> "${size++}. " in getTagAndIncrement()
16 else -> "* " in getTagAndIncrement()
33 private var lastTableCellStart = -1
38 to.setLength(to.length - 1) in appendNewline()
57 var index = to.length - 1 in endsWithNewline()
63 index-- in endsWithNewline()
86 val longestBackTickRun = backTicks.map { it.value.length }.max() ?: 0 in appendText()
98 override fun appendCode(body: () -> Unit) { in appendCode()
114 override fun appendUnorderedList(body: () -> Unit) { in appendUnorderedList()
121 override fun appendOrderedList(body: () -> Unit) { in appendOrderedList()
[all …]
/aosp_15_r20/external/skia/site/
H A Dconfig.toml27 ## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
38 anchor = "smart" qkey
43 id = "UA-18058-16"
72 # images = ["images/project-illustration.png"]
78 # Flag used in the "version-banner" partial to decide whether to display a
84 # Used in the "version-banner" partial to display a version number for the
88 # A link to latest version of the docs. Used in the "version-banner" partial to
92 # Repository configuration (URLs for in-page links to opening issues and suggesting changes)
105 gcs_engine_id = "009791159600898516779:8-nlv0iznho"
136 yes = 'Glad to hear it! Please <a href="https://bugs.chromium.org/p/skia/issues/entry">tell us how …
[all …]
/aosp_15_r20/system/media/camera/docs/
H A Dhtml.mako1 ## -*- coding: utf-8 -*-
4 <!-- Copyright (C) 2012 The Android Open Source Project
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
19 <!-- automatically generated from html.mako. do NOT edit directly -->
20 <meta charset="utf-8" />
23 body { background-color: #f7f7f7; font-family: Roboto, sans-serif;}
26 a:link { color: #258aaf; text-decoration: none}
27 a:hover { color: #459aaf; text-decoration: underline }
28 a:visited { color: #154a5f; text-decoration: none}
[all …]
/aosp_15_r20/external/perfetto/ui/
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
133 '@rollup/plugin-commonjs':
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCldrUtility.java3 * Copyright (c) 2002-2013, International Business Machines
69 * These need to be consistent with "CLDR-Code-Git-Commit" in tools/cldr-code/pom.xml
71 * <p>If and when "CLDR-Apps-Git-Commit" in tools/cldr-apps/pom.xml becomes usable for the
72 * cldr-apps war file, we may add APPS_SLUG = "CLDR-Apps" here, and in some contexts use
75 public static final String CODE_SLUG = "CLDR-Code";
77 public static final String GIT_COMMIT_SUFFIX = "-Git-Commit";
105 public static final UnicodeSet DIGITS = new UnicodeSet("[0-9]").freeze();
114 * .add("$alpha", "[a-zA-Z]")
115 * .add("$digit", "[0-9]")
116 * .add("$alphanum", "[a-zA-Z0-9]")
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Demoji.go2 // Use of this source code is governed by a BSD-style
5 //go:generate go run emoji2go.go -o emoji.go
7 package markdown package
9 // emoji maps known emoji names to their UTF-8 emoji forms.
12 "-1": "\U0001f44e",
41 "anchor": "\u2693",
504 "e-mail": "\U0001f4e7",
827 "it": "\U0001f1ee\U0001f1f9",
1130 "non-potable_water": "\U0001f6b1",
1611 "t-rex": "\U0001f996",
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dfhir.schema.json2 "$schema": "http://json-schema.org/draft-06/schema#",
3 "id": "http://hl7.org/fhir/json-schema/4.0",
1059 …"pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-
1064-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01…
1066-time or partial date (e.g. just year or year + month). If hours and minutes are specified, a tim…
1069 "pattern": "^-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?$",
1074 "pattern": "^[A-Za-z0-9\\-\\.]{1,64}$",
1076-\" and \".\", with a length limit of 64 characters. (This might be an integer, an unprefixed OID…
1079-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])T([01][0
1081 "description": "An instant in time - known at least to the second"
[all …]
Dprofiles-resources.json5 "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
14 "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
18It represents a server that provides the full set of functionality defined by FHIR. It is provided…
25 "date" : "2019-11-01T09:29:23+11:00",
33 …e Capability Statement for FHIR. It represents a server that provides the full set of functionalit…
48 "system" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
49 "code" : "SMART-on-FHIR",
50 "display" : "SMART-on-FHIR"
54 … Capability Statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR doc…
76 "code" : "history-instance",
[all …]
Ddataelements.json5 "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
9 "fullUrl" : "http://hl7.org/fhir/StructureDefinition/de-date.id",
12 "id" : "de-date.id",
14 "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
16 "url" : "http://hl7.org/fhir/StructureDefinition/de-date.id",
22 "date" : "2019-11-01T09:29:23+11:00",
54 "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
66 "fullUrl" : "http://hl7.org/fhir/StructureDefinition/de-date.value",
69 "id" : "de-date.value",
71 "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
[all …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
/aosp_15_r20/development/tools/winscope/
H A Dpackage-lock.json19 "@angular/platform-browser": "^14.0.0",
20 "@angular/platform-browser-dynamic": "^14.0.0",
22 "@auth0/auth0-angular": "^1.10.0",
28 "gl-matrix": "^3.4.3",
29 "html-loader": "^3.1.0",
32 "jsbn-rsa": "^1.0.4",
35 "style-loader": "^3.3.1",
37 "ts-loader": "^9.3.0",
40 "webgl-utils": "^1.0.1",
41 "webgl-utils.js": "^1.1.0",
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/moveit/
DCONTRIBUTING.md10 <meta charset="utf-8">
11 <link rel="dns-prefetch" href="https://github.githubassets.com">
12 <link rel="dns-prefetch" href="https://avatars0.githubusercontent.com">
13 <link rel="dns-prefetch" href="https://avatars1.githubusercontent.com">
14 <link rel="dns-prefetch" href="https://avatars2.githubusercontent.com">
15 <link rel="dns-prefetch" href="https://avatars3.githubusercontent.com">
16 <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
17 <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
21-v0wSB0SbeOFEPVJKeG3ENnZHwhmCB7glTJtbS70wGCd2pJHoqe+KL2LEDE4gdI+EaY0lXGWQ5IPmHimAuvJmWw==" rel="st…
22-uP1AMyqEyOPRvRp69YW8vMoZjC+Zl+bvrF+7DpeyLNAlanwBk1G9TGFqriK9cju81RQF75NYHIW4a2NZuT/02w==" rel="st…
[all …]
/aosp_15_r20/external/ktfmt/core/src/test/java/com/facebook/ktfmt/format/
H A DFormatterTest.kt8 * http://www.apache.org/licenses/LICENSE-2.0
52 |args.forEach { println(File + "-") } in support script (kts) files()
87 | // Multiple call expressions --> each on its own line. in support script (kts) files()
258 assertFormatted("public fun interface Function<T : List<*>> : (Int, T?) -> T?\n") in spacing around variable declarations()
391 fun `assignment expressions with scoping functions are block-like`() = in spacing around variable declarations()
396 | name.sub = scope { x -> in spacing around variable declarations()
399 | name.sub += scope { x -> in spacing around variable declarations()
402 | name.sub -= scope { x -> in spacing around variable declarations()
405 | name.sub *= scope { x -> in spacing around variable declarations()
408 | name.sub /= scope { x -> in spacing around variable declarations()
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/third_party/
H A 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 …]
/aosp_15_r20/external/crosvm/docs/book/
H A Dmermaid.min.js1-1:t>e?1:t>=e?0:NaN},i=function(t){var e;return 1===t.length&&(e=t,t=function(t,n){return r(e(t),n… class
4 * Copyright (c) 2012-2013 Chris Pettitt
24-i,s=e.y-a,c=t.width/2,u=t.height/2;if(!o&&!s)throw new Error("Not possible to find intersection i…
30 …=arguments[0],"function"==typeof arguments[arguments.length-1]?(e=arguments[arguments.length-1],c.…
31 … processed */if(s.getAttribute("data-processed"))return"continue";s.setAttribute("data-processed",…
/aosp_15_r20/external/webp/
H A DChangeLog2 cf7c5a5d provide a way to opt-out/override WEBP_NODISCARD
3 cc34288a update ChangeLog (tag: v1.4.0-rc1)
11 07216886 webp-container-spec: fix VP8 chunk ref ('VP8'->'VP8 ')
14 d537cd37 cmake: fix vwebp_sdl compile w/libsdl-org release
16 7b0bc235 man/cwebp.1: add more detail to -partition_limit
21 1bf46358 man/cwebp.1: clarify -pass > 1 behavior w/o -size/-psnr
22 eba03acb webp-container-spec: replace 'above' with 'earlier'
23 a16d30cb webp-container-spec: clarify chunk order requirements
24 8a7e9112 Merge "CMakeLists.txt: apply cmake-format" into main
28 fba7d62e CMakeLists.txt: apply cmake-format
[all …]

123456789