Home
last modified time | relevance | path

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

12345678910>>...159

/third_party/flutter/skia/tools/fiddle/
Ddisabled_examples.txt1 docs/examples/Alpha_Type_Opaque.cpp
2 docs/examples/Alpha_Type_Premul.cpp
3 docs/examples/Alpha_Type_Unpremul.cpp
4 docs/examples/Arc.cpp
5 docs/examples/Canvas_129.cpp
6 docs/examples/Canvas_SaveLayerRec_SaveLayerRec.cpp
7 docs/examples/Canvas_drawAnnotation_2.cpp
8 docs/examples/Canvas_drawPatch_2_a.cpp
9 docs/examples/Canvas_drawPosText.cpp
10 docs/examples/Canvas_drawPosTextH.cpp
[all …]
Dall_examples.cpp3 #include "../../docs/examples/Alpha_Constants_a.cpp"
4 #include "../../docs/examples/Alpha_Constants_b.cpp"
5 #include "../../docs/examples/Alpha_Type_Opaque.cpp"
6 #include "../../docs/examples/Alpha_Type_Premul.cpp"
7 #include "../../docs/examples/Alpha_Type_Unpremul.cpp"
8 #include "../../docs/examples/Anti_Alias.cpp"
9 #include "../../docs/examples/Arc.cpp"
10 #include "../../docs/examples/AutoCanvasRestore_SkCanvas_star.cpp"
11 #include "../../docs/examples/AutoCanvasRestore_restore.cpp"
12 #include "../../docs/examples/Bitmap_012.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 …]
/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/node/deps/npm/
DMakefile7 markdowns = $(shell find docs -name '*.md' | grep -v 'index') README.md
9 cli_mandocs = $(shell find docs/content/cli-commands -name '*.md' \
11 |sed 's|docs/content/cli-commands/|man/man1/|g' ) \
15 files_mandocs = $(shell find docs/content/configuring-npm -name '*.md' \
17 |sed 's|docs/content/configuring-npm/|man/man5/|g' ) \
19 misc_mandocs = $(shell find docs/content/using-npm -name '*.md' \
21 |sed 's|docs/content/using-npm/|man/man7/|g' ) \
25 all: docs
42 clean: markedclean marked-manclean docs-clean
52 cd docs && node ../bin/npm-cli.js install && \
[all …]
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.83 * docs/libs/tmpl/gstcontrol.sgml:
4 * docs/libs/tmpl/gstdparam.sgml:
5 * docs/libs/tmpl/gstdplinint.sgml:
6 * docs/libs/tmpl/gstdpman.sgml:
7 * docs/libs/tmpl/gstdpsmooth.sgml:
8 * docs/libs/tmpl/gstunitconvert.sgml:
9 more docs for the state of dparams
28 Fix inline docs: tag setter vararg functions are NULL-terminated,
39 * docs/pwg/building-pads.xml:
40 * docs/pwg/intro-basics.xml:
[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/flutter/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…
9 [https://docs.google.com/spreadsheets/d/1uttk1z8lJ4ZsUY7wMdFauMzUxb048nh5l52zdrAznek/edit#gid=21317…
11 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
13 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
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…
21 [https://docs.google.com/spreadsheets/d/1uttk1z8lJ4ZsUY7wMdFauMzUxb048nh5l52zdrAznek/edit#gid=88272…
23 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
25 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
27 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
[all …]
/third_party/flutter/glfw/docs/
DCMakeLists.txt5 "${GLFW_SOURCE_DIR}/docs/main.dox"
6 "${GLFW_SOURCE_DIR}/docs/news.dox"
7 "${GLFW_SOURCE_DIR}/docs/moving.dox"
8 "${GLFW_SOURCE_DIR}/docs/quick.dox"
9 "${GLFW_SOURCE_DIR}/docs/compile.dox"
10 "${GLFW_SOURCE_DIR}/docs/build.dox"
11 "${GLFW_SOURCE_DIR}/docs/intro.dox"
12 "${GLFW_SOURCE_DIR}/docs/context.dox"
13 "${GLFW_SOURCE_DIR}/docs/monitor.dox"
14 "${GLFW_SOURCE_DIR}/docs/window.dox"
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dcolors.dart129 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.pink.png)
130 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.pinkAccent.png)
132 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.red.png)
133 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.redAccent.png)
135 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.deepOrange.png)
136 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.deepOrangeAccent.png)
138 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.orange.png)
139 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.orangeAccent.png)
141 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.amber.png)
142 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.amberAccent.png)
[all …]
/third_party/python/Doc/
DMakefile43 @echo " dist to create a \"dist\" directory with archived docs for download"
61 echo "Neither Misc/NEWS.d nor Misc/NEWS found; cannot build docs"; \
163 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
164 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
165 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
166 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
167 rm -r dist/python-$(DISTVERSION)-docs-html
168 rm dist/python-$(DISTVERSION)-docs-html.tar
172 cp -pPR build/text dist/python-$(DISTVERSION)-docs-text
173 tar -C dist -cf dist/python-$(DISTVERSION)-docs-text.tar python-$(DISTVERSION)-docs-text
[all …]
/third_party/flutter/flutter/dev/bots/
Ddocs.sh9 … (cd "$FLUTTER_ROOT/dev/docs" && firebase deploy --token "$FIREBASE_TOKEN" --project "$@") && break
33 # Zip up the docs so people can download them for offline usage.
35 # Must be run from "$FLUTTER_ROOT/dev/docs"
36 echo "Zipping Flutter offline docs archive."
37 rm -rf flutter.docs.zip doc/offline
38 (cd ./doc; zip -r -9 -q ../flutter.docs.zip .)
41 # Generate the docset for Flutter docs for use with Dash, Zeal, and Velocity.
43 # Must be run from "$FLUTTER_ROOT/dev/docs"
59 # Must be run from "$FLUTTER_ROOT/dev/docs"
62 mv flutter.docs.zip doc/offline/flutter.docs.zip
[all …]
/third_party/rust/crates/tracing/tracing-core/
DREADME.md10 [![Documentation][docs-badge]][docs-url]
11 [![Documentation (master)][docs-master-badge]][docs-master-url]
16 [Documentation][docs-url] | [Chat][discord-url]
20 [docs-badge]: https://docs.rs/tracing-core/badge.svg
21 [docs-url]: https://docs.rs/tracing-core/0.1.30
22 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
23 [docs-master-url]: https://tracing-rs.netlify.com/tracing_core
88 [`span::Id`]: https://docs.rs/tracing-core/0.1.30/tracing_core/span/struct.Id.html
89 [`Event`]: https://docs.rs/tracing-core/0.1.30/tracing_core/event/struct.Event.html
90 [`Subscriber`]: https://docs.rs/tracing-core/0.1.30/tracing_core/subscriber/trait.Subscriber.html
[all …]
/third_party/rust/crates/tracing/tracing-log/
DREADME.md10 [![Documentation][docs-badge]][docs-url]
11 [![Documentation (master)][docs-master-badge]][docs-master-url]
17 [Documentation][docs-url] | [Chat (discord)][discord-url]
22 [docs-badge]: https://docs.rs/tracing-log/badge.svg
23 [docs-url]: https://docs.rs/tracing-log
24 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
25 [docs-master-url]: https://tracing-rs.netlify.com/tracing_log
51 [`AsTrace`]: https://docs.rs/tracing-log/latest/tracing_log/trait.AsTrace.html
52 [`AsLog`]: https://docs.rs/tracing-log/latest/tracing_log/trait.AsLog.html
53 [`LogTracer`]: https://docs.rs/tracing-log/latest/tracing_log/struct.LogTracer.html
[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/flutter/flutter/packages/flutter/lib/src/animation/
Dcurves.dart61 …/// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_bounc…
62 …/// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_flipp…
92 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_sawtoo…
122 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_interv…
168 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_thresh…
197 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease.m…
198 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_i…
199 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_o…
200 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_i…
280 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_bounce…
[all …]
/third_party/rust/crates/tracing/tracing-error/
DREADME.md11 [![Documentation][docs-badge]][docs-url]
12 [![Documentation (master)][docs-master-badge]][docs-master-url]
18 [Documentation (release)][docs-url] | [Documentation (master)][docs-master-url] | [Chat][discord-ur…
22 [docs-badge]: https://docs.rs/tracing-error/badge.svg
23 [docs-url]: https://docs.rs/tracing-error/0.2.0/tracing_error
24 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
25 [docs-master-url]: https://tracing-rs.netlify.com/tracing_error
224 [`SpanTrace`]: https://docs.rs/tracing-error/*/tracing_error/struct.SpanTrace.html
225 [`ErrorLayer`]: https://docs.rs/tracing-error/*/tracing_error/struct.ErrorLayer.html
226 [`TracedError`]: https://docs.rs/tracing-error/*/tracing_error/struct.TracedError.html
[all …]
/third_party/rust/crates/tracing/tracing-futures/
DREADME.md10 [![Documentation][docs-badge]][docs-url]
11 [![Documentation (master)][docs-master-badge]][docs-master-url]
17 [Documentation][docs-url] | [Chat][discord-url]
21 [docs-badge]: https://docs.rs/tracing-futures/badge.svg
22 [docs-url]: https://docs.rs/tracing-futures/0.2.5/tracing_futures
23 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
24 [docs-master-url]: https://tracing-rs.netlify.com/tracing_futures
48 [`Instrument`]: https://docs.rs/tracing-futures/0.2.5/tracing_futures/trait.Instrument.html
49 [`WithSubscriber`]: https://docs.rs/tracing-futures/0.2.5/tracing_futures/trait.WithSubscriber.html
50 [span]: https://docs.rs/tracing/latest/tracing/span/index.html
[all …]
/third_party/node/deps/npm/node_modules/extsprintf/
DMakefile.targ23 # docs Builds restdown documentation in docs/
46 # assumed to be contained in "docs/", and must NOT
47 # contain the "docs/" prefix.
107 DOC_BUILD = $(BUILD)/docs/public
204 # The "docs" target is complicated because we do several things here:
208 # (2) Copy these files into $(DOC_BUILD) (build/docs/public), which
212 # (3) Then copy any directories and media from docs/media into
218 # identify the subdirectories in docs/media, recreate them in
221 DOC_MEDIA_DIRS := $(shell find docs/media -type d 2>/dev/null | grep -v "^docs/media$$")
222 DOC_MEDIA_DIRS := $(DOC_MEDIA_DIRS:docs/media/%=%)
[all …]
/third_party/node/deps/npm/node_modules/aws4/
DREADME.md7 [AWS Signature Version 4](http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.h…
12 [S3](http://docs.aws.amazon.com/AmazonS3/latest/API/),
13 [EC2](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/),
14 [DynamoDB](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html),
15 [Kinesis](http://docs.aws.amazon.com/kinesis/latest/APIReference/),
16 [Lambda](http://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html),
17 [SQS](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/),
18 [SNS](http://docs.aws.amazon.com/sns/latest/api/),
19 [IAM](http://docs.aws.amazon.com/IAM/latest/APIReference/),
20 [STS](http://docs.aws.amazon.com/STS/latest/APIReference/),
[all …]
/third_party/rust/crates/tracing/
DREADME.md6 [![Documentation][docs-badge]][docs-url]
7 [![Documentation (master)][docs-master-badge]][docs-master-url]
14 [docs-badge]: https://docs.rs/tracing/badge.svg
15 [docs-url]: https://docs.rs/tracing
16 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
17 [docs-master-url]: https://tracing-rs.netlify.com
41 [`tracing-subscriber`][tracing-subscriber-docs]'s [`fmt` module][fmt] provides
80 [tracing-subscriber-docs]: https://docs.rs/tracing-subscriber/
81 [fmt]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/index.html
82 [`set_global_default`]: https://docs.rs/tracing/latest/tracing/subscriber/fn.set_global_default.html
[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/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer82 for more info, check docs/random/thomasvs/registry
85 * docs/manual/Makefile.am: use $(wildcard) instead of
90 * docs/manuals.mak: don't do silly things with if/else
272 * docs/: gst/gstreamer-sections.txt, manual/dynamic.sgml,
359 * configure.base, docs/fwg/intro.sgml, plugins/SID/gstsiddec.cc,
544 * docs/gst/: Makefile.am, gstreamer.hierarchy,
569 * docs/gst/gstreamer.hierarchy: remove Gtk classes from Gst
593 * docs/fwg/: Makefile.am, buffers.sgml, checklist.sgml,
599 * docs/manual/: debugging.sgml, helloworld2.sgml: Fix incorrectly
626 * docs/fwg/intro.sgml: Added what I think should be the basic steps
[all …]
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia1308 FILE: ../../../third_party/skia/experimental/docs/animationCommon.js
1309 FILE: ../../../third_party/skia/experimental/docs/backend.js
1310 FILE: ../../../third_party/skia/experimental/docs/canvasBackend.js
1311 FILE: ../../../third_party/skia/experimental/docs/exampleSlides.js
1312 FILE: ../../../third_party/skia/experimental/docs/interpolatorFunctions.js
1313 FILE: ../../../third_party/skia/experimental/docs/jsonbaseddoc.htm
1314 FILE: ../../../third_party/skia/experimental/docs/svgBackend.js
1315 FILE: ../../../third_party/skia/experimental/docs/svgbaseddoc.htm
1316 FILE: ../../../third_party/skia/experimental/docs/utilities.js
3322 FILE: ../../../third_party/skia/include/docs/SkXPSDocument.h
[all …]

12345678910>>...159