Home
last modified time | relevance | path

Searched full:docs (Results 1 – 25 of 4740) sorted by relevance

12345678910>>...190

/third_party/skia/m133/tools/fiddle/
Dall_examples.cpp3 #include "docs/examples/50_percent_gray.cpp"
4 #include "docs/examples/50_percent_srgb.cpp"
5 #include "docs/examples/Alpha_Constants_a.cpp"
6 #include "docs/examples/Alpha_Constants_b.cpp"
7 #include "docs/examples/Anti_Alias.cpp"
8 #include "docs/examples/AutoCanvasRestore_SkCanvas_star.cpp"
9 #include "docs/examples/AutoCanvasRestore_restore.cpp"
10 #include "docs/examples/Bitmap_012.cpp"
11 #include "docs/examples/Bitmap_ComputeIsOpaque.cpp"
12 #include "docs/examples/Bitmap_HeapAllocator_allocPixelRef.cpp"
[all …]
/third_party/skia/tools/fiddle/
Dall_examples.cpp3 #include "../../docs/examples/50_percent_gray.cpp"
4 #include "../../docs/examples/50_percent_srgb.cpp"
5 #include "../../docs/examples/Alpha_Constants_a.cpp"
6 #include "../../docs/examples/Alpha_Constants_b.cpp"
7 #include "../../docs/examples/Alpha_Type_Opaque.cpp"
8 #include "../../docs/examples/Alpha_Type_Premul.cpp"
9 #include "../../docs/examples/Alpha_Type_Unpremul.cpp"
10 #include "../../docs/examples/Anti_Alias.cpp"
11 #include "../../docs/examples/Arc.cpp"
12 #include "../../docs/examples/AutoCanvasRestore_SkCanvas_star.cpp"
[all …]
/third_party/rust/crates/nom/doc/
Dchoosing_a_combinator.md3 … nicer way to find a nom parser than reading through the documentation on docs.rs. Function combin…
13 | [char](https://docs.rs/nom/latest/nom/character/complete/fn.char.html) | `char('a')` | `"abc"` |…
14 | [is_a](https://docs.rs/nom/latest/nom/bytes/complete/fn.is_a.html) | ` is_a("ab")` | `"ababc"` |…
15 | [is_not](https://docs.rs/nom/latest/nom/bytes/complete/fn.is_not.html) | `is_not("cd")` | `"abab…
16 | [one_of](https://docs.rs/nom/latest/nom/character/complete/fn.one_of.html) | `one_of("abc")` | `…
17 | [none_of](https://docs.rs/nom/latest/nom/character/complete/fn.none_of.html) | `none_of("abc")` |…
18 | [tag](https://docs.rs/nom/latest/nom/bytes/complete/fn.tag.html) | `tag("hello")` | `"hello worl…
19 | [tag_no_case](https://docs.rs/nom/latest/nom/bytes/complete/fn.tag_no_case.html) | `tag_no_case("…
20 | [take](https://docs.rs/nom/latest/nom/bytes/complete/fn.take.html) | `take(4)` | `"hello"` | `Ok…
21 | [take_while](https://docs.rs/nom/latest/nom/bytes/complete/fn.take_while.html) | `take_while(is_a…
[all …]
Dcustom_input_types.md26 | [AsBytes](https://docs.rs/nom/latest/nom/trait.AsBytes.html) |Casts the input type to a byte slic…
27 | [Compare](https://docs.rs/nom/latest/nom/trait.Compare.html) |Character comparison operations|
28 | [ExtendInto](https://docs.rs/nom/latest/nom/trait.ExtendInto.html) |Abstracts something which can…
29 | [FindSubstring](https://docs.rs/nom/latest/nom/trait.FindSubstring.html) |Look for a substring in…
30 | [FindToken](https://docs.rs/nom/latest/nom/trait.FindToken.html) |Look for self in the given inpu…
31 | [InputIter](https://docs.rs/nom/latest/nom/trait.InputIter.html) |Common iteration operations on …
32 | [InputLength](https://docs.rs/nom/latest/nom/trait.InputLength.html) |Calculate the input length|
33 | [InputTake](https://docs.rs/nom/latest/nom/trait.InputTake.html) |Slicing operations|
34 | [InputTakeAtPosition](https://docs.rs/nom/latest/nom/trait.InputTakeAtPosition.html) |Look for a …
35 | [Offset](https://docs.rs/nom/latest/nom/trait.Offset.html) |Calculate the offset between slices|
[all …]
/third_party/curl/packages/vms/
Dgnv_link_curl.com465 $ if f$search("[.docs.examples]''target'.o") .eqs. ""
470 $ if f$search("[.docs.examples]''target'.exe") .eqs. ""
473 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
474 /dsf=[.docs.examples]'target'.dsf -
475 [.docs.examples]'target'.o,-
483 $ if f$search("[.docs.examples]''target'.exe") .eqs. ""
486 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
487 /dsf=[.docs.examples]'target'.dsf -
488 [.docs.examples]'target'.o,-
496 $ if f$search("[.docs.examples]''target'.exe") .eqs. ""
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
D_features.hpp11 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
15 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
19 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1610.html
23 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm
27 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf
31 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2555.pdf
35 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm
39 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html
43 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf
47 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1737.pdf
[all …]
/third_party/rust/rust/tests/rustdoc/
Dmanual_impl.rs2 // @has - '//*[@class="docblock"]' 'Docs associated with the trait definition.'
3 // @has - '//*[@class="docblock"]' 'Docs associated with the trait a_method definition.'
4 // @has - '//*[@class="docblock"]' 'Docs associated with the trait b_method definition.'
5 /// Docs associated with the trait definition.
7 /// Docs associated with the trait a_method definition.
10 /// Docs associated with the trait b_method definition.
15 /// Docs associated with the trait c_method definition.
24 // @has - '//*[@class="docblock"]' 'Docs associated with the S1 trait implementation.'
25 // @has - '//*[@class="docblock"]' 'Docs associated with the S1 trait a_method implementation.'
26 // @!has - '//*[@class="docblock"]' 'Docs associated with the trait a_method definition.'
[all …]
Dassoc-consts.rs63 // @has - '//*[@class="docblock"]' "Docs for QUX0 in trait."
64 /// Docs for QUX0 in trait.
67 // @has - '//*[@class="docblock"]' "Docs for QUX1 in trait."
68 /// Docs for QUX1 in trait.
71 // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT12 in trait."
72 /// Docs for QUX_DEFAULT12 in trait.
75 // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT1 in trait."
76 /// Docs for QUX_DEFAULT1 in trait.
79 // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT2 in trait."
80 /// Docs for QUX_DEFAULT2 in trait.
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DdEQP-Charts.md3 …/HEAD/scripts/generate_stats.py) and collected into a Sheet here: https://docs.google.com/spreadsh…
13 [https://docs.google.com/spreadsheets/d/1uttk1z8lJ4ZsUY7wMdFauMzUxb048nh5l52zdrAznek/edit#gid=21317…
15 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
17 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
19 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
21 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
25 [https://docs.google.com/spreadsheets/d/1uttk1z8lJ4ZsUY7wMdFauMzUxb048nh5l52zdrAznek/edit#gid=88272…
27 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
29 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
31 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
[all …]
/third_party/python/Doc/
DMakefile46 @echo " dist to create a \"dist\" directory with archived docs for download"
63 echo "Neither Misc/NEWS.d nor Misc/NEWS found; cannot build docs"; \
169 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
170 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
171 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
172 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
173 rm -r dist/python-$(DISTVERSION)-docs-html
174 rm dist/python-$(DISTVERSION)-docs-html.tar
178 cp -pPR build/text dist/python-$(DISTVERSION)-docs-text
179 tar -C dist -cf dist/python-$(DISTVERSION)-docs-text.tar python-$(DISTVERSION)-docs-text
[all …]
/third_party/rust/rust/tests/rustdoc-json/enums/
Dtuple_fields_hidden.rs4 // @set 1.1.0 = "$.index[*][?(@.docs=='1.1.0')].id"
5 // @set 2.1.0 = "$.index[*][?(@.docs=='2.1.0')].id"
6 // @set 2.1.1 = "$.index[*][?(@.docs=='2.1.1')].id"
7 // @set 2.2.1 = "$.index[*][?(@.docs=='2.2.1')].id"
8 // @set 2.3.0 = "$.index[*][?(@.docs=='2.3.0')].id"
9 // @set 3.1.1 = "$.index[*][?(@.docs=='3.1.1')].id"
10 // @set 3.1.2 = "$.index[*][?(@.docs=='3.1.2')].id"
11 // @set 3.2.0 = "$.index[*][?(@.docs=='3.2.0')].id"
12 // @set 3.2.2 = "$.index[*][?(@.docs=='3.2.2')].id"
13 // @set 3.3.0 = "$.index[*][?(@.docs=='3.3.0')].id"
[all …]
/third_party/rust/rust/src/tools/clippy/tests/ui-toml/pub_crate_missing_docs/
Dpub_crate_missing_doc.rs7 /// some docs
10 /// some docs
13 /// some docs
18 /// some docs
21 /// some docs
24 /// some docs
29 /// some docs
31 /// some docs
34 /// some docs
40 /// some docs
[all …]
/third_party/mesa3d/docs/
Dgitlab-ci.yml1 .docs-base:
12 -D video-codecs="" -D html-docs=enabled -D html-docs-path=public
18 extends: .docs-base
24 changes: &docs-or-ci
25 - docs/**/*
28 # git grep -h ":file: src/" -- docs | sort | uniq
35 test-docs:
36 extends: .docs-base
44 changes: *docs-or-ci
48 changes: *docs-or-ci
[all …]
/third_party/json/
D.gitignore29 /docs/docset/docSet.dsidx
30 /docs/docset/JSON_for_Modern_C++.docset/
31 /docs/docset/JSON_for_Modern_C++.tgz
32 /docs/mkdocs/docs/__pycache__/
33 /docs/mkdocs/docs/examples/
34 /docs/mkdocs/docs/images/json.gif
35 /docs/mkdocs/site/
36 /docs/mkdocs/venv/
/third_party/typescript/tests/baselines/reference/
DcollisionArgumentsClassConstructor.errors.txt2 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
3 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
4 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
6 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
7 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
8 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
9 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
10 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
12 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
13 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
[all …]
DcollisionArgumentsClassMethod.errors.txt2 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
3 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
4 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
6 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
7 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
8 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
9 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
10 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
12 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
13 …arguments'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
[all …]
/third_party/rust/crates/log/
DREADME.md8 [![Documentation](https://docs.rs/log/badge.svg)](https://docs.rs/log)
11 * [`log` documentation](https://docs.rs/log)
64 * [`env_logger`](https://docs.rs/env_logger/*/env_logger/)
65 * [`simple_logger`](https://docs.rs/simple_logger/*/simple_logger/)
66 * [`simplelog`](https://docs.rs/simplelog/*/simplelog/)
67 * [`pretty_env_logger`](https://docs.rs/pretty_env_logger/*/pretty_env_logger/)
68 * [`stderrlog`](https://docs.rs/stderrlog/*/stderrlog/)
69 * [`flexi_logger`](https://docs.rs/flexi_logger/*/flexi_logger/)
71 * [`log4rs`](https://docs.rs/log4rs/*/log4rs/)
72 * [`fern`](https://docs.rs/fern/*/fern/)
[all …]
/third_party/rust/rust/tests/rustdoc/inline_cross/auxiliary/
Dassoc-items.rs6 /// docs for PrivateConst
8 /// docs for PublicConst
10 /// docs for private_method
12 /// docs for public_method
17 /// docs for ConstNoDefault
19 /// docs for ConstWithDefault
21 /// docs for TypeNoDefault
23 /// docs for TypeWithDefault
25 /// docs for method_no_default
27 /// docs for method_with_default
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/doc_links/
Dtests.rs50 let (cursor_def, docs) = def_under_cursor(sema, &position); in check_rewrite()
51 let res = rewrite_links(sema.db, docs.as_str(), cursor_def); in check_rewrite()
61 let (cursor_def, docs) = def_under_cursor(sema, &position); in check_doc_links()
62 let defs = extract_definitions_from_docs(&docs); in check_doc_links()
82 let (docs, def) = sema in def_under_cursor()
92 let docs = docs.expect("no docs found for cursor def"); in def_under_cursor() localVariable
93 (def, docs) in def_under_cursor()
102 … ast::SourceFile(it) => sema.to_def(&it).map(|def| (def.docs(sema.db), Definition::Module(def))), in node_to_def()
103 … ast::Module(it) => sema.to_def(&it).map(|def| (def.docs(sema.db), Definition::Module(def))), in node_to_def()
104 …ast::Fn(it) => sema.to_def(&it).map(|def| (def.docs(sema.db), Definition::Function(def))), in node_to_def()
[all …]
/third_party/typescript/src/lib/
Des2020.intl.d.ts7 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#loca…
14 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
41 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
56 …* [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_neg…
63 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
70 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
77 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#loca…
84 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#loca…
92 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
95 …ormation about this option, see [Intl page](https://developer.mozilla.org/docs/Web/JavaScript/Refe…
[all …]
/third_party/rust/rust/tests/rustdoc-json/
Dassoc_items.rs11 // @has "$.index[*][?(@.docs=='ToDeclare trait')].inner.assoc_type"
12 // @is "$.index[*][?(@.docs=='ToDeclare trait')].inner.assoc_type.default" null
13 // @is "$.index[*][?(@.docs=='ToDeclare trait')].inner.assoc_type.bounds" []
16 // @has "$.index[*][?(@.docs=='AN_ATTRIBUTE trait')].inner.assoc_const"
17 // @is "$.index[*][?(@.docs=='AN_ATTRIBUTE trait')].inner.assoc_const.default" null
18 // @is "$.index[*][?(@.docs=='AN_ATTRIBUTE trait')].inner.assoc_const.type.primitive" '"usize"'
24 // @has "$.index[*][?(@.docs=='ToDeclare impl')].inner.assoc_type"
25 // @is "$.index[*][?(@.docs=='ToDeclare impl')].inner.assoc_type.default.primitive" \"usize\"
29 // @has "$.index[*][?(@.docs=='AN_ATTRIBUTE impl')].inner.assoc_const"
30 // @is "$.index[*][?(@.docs=='AN_ATTRIBUTE impl')].inner.assoc_const.type.primitive" \"usize\"
[all …]
/third_party/rust/crates/static-assertions-rs/
DREADME.md25 more. See the [docs] and [FAQ](#faq) for more info!
111 - Write docs. If you're familiar with how this library works, sharing your
168 [docs]: https://docs.rs/static_assertions
170 [`assert_cfg!`]: https://docs.rs/static_assertions/1.1.0/static_assertions/macro.assert…
171 [`assert_eq_align!`]: https://docs.rs/static_assertions/1.1.0/static_assertions/macro.assert…
172 [`assert_eq_size!`]: https://docs.rs/static_assertions/1.1.0/static_assertions/macro.assert…
173 [`assert_eq_size_ptr!`]: https://docs.rs/static_assertions/1.1.0/static_assertions/macro.assert…
174 [`assert_eq_size_val!`]: https://docs.rs/static_assertions/1.1.0/static_assertions/macro.assert…
175 [`assert_fields!`]: https://docs.rs/static_assertions/1.1.0/static_assertions/macro.assert…
176 [`assert_impl_all!`]: https://docs.rs/static_assertions/1.1.0/static_assertions/macro.assert…
[all …]
/third_party/rust/rust/tests/rustdoc/inline_cross/
Dassoc-items.rs2 // build-aux-docs
12 // @has - '//*[@class="docblock"]' 'docs for PublicConst'
15 // @has - '//*[@class="docblock"]' 'docs for public_method'
19 // @has - '//div[@class="docblock"]' 'docs for ConstWithDefault'
23 // @has - '//div[@class="docblock"]' 'docs for TypeWithDefault'
27 // @has - '//div[@class="docblock"]' 'docs for method_with_default'
32 // @has - '//*[@class="docblock"]' 'docs for ConstNoDefault'
34 // @has - '//*[@class="docblock"]' 'docs for ConstWithDefault'
36 // @has - '//*[@class="docblock"]' 'docs for TypeNoDefault'
37 // @has - '//*[@class="docblock"]' 'docs for TypeWithDefault'
[all …]
/third_party/typescript/lib/
Dlib.es2020.intl.d.ts27 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#loca…
34 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
61 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
76 …* [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_neg…
83 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
90 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
97 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#loca…
104 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#loca…
112 …* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Rela…
115 …ormation about this option, see [Intl page](https://developer.mozilla.org/docs/Web/JavaScript/Refe…
[all …]
/third_party/libuv/.github/workflows/
DCI-docs.yml1 name: CI-docs
6 - 'docs/**'
7 - '!docs/code/**'
8 - '.github/workflows/CI-docs.yml'
11 docs-src:
19 - run: pip install -r docs/requirements.txt
22 make -C docs html
25 make -C docs linkcheck

12345678910>>...190