Home
last modified time | relevance | path

Searched +full:html +full:- +full:docs (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/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…
12 |---|---|---|---|---|
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…
[all …]
Dcustom_input_types.md9 [a list of tokens](https://github.com/Rydgel/monkey-rust/blob/master/lib/parser/mod.rs).
14 The goal is to define nom parsers with this signature: `MyInput -> IResult<MyInput, Output>`.
17 fn parser(i: MyInput) -> IResult<MyInput, Output> {
25 |---|---|
26 | [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 …
[all …]
/third_party/python/Doc/
DMakefile9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
10 SPHINXLINT = PATH=$(VENVDIR)/bin:$$PATH sphinx-lint
17 SPHINXERRORHANDLING = -W
20 PAPEROPT_a4 = -D latex_elements.papersize=a4paper
21 PAPEROPT_letter = -D latex_elements.papersize=letterpaper
23 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) -j $(JOBS) \
26 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
27 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
28 autobuild-dev autobuild-stable venv
34 @echo " html to make standalone HTML files"
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
D_features.hpp10 // Rvalue references - GCC 4.3
11 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
14 // Rvalue references for *this - GCC not supported
15 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
18 // Initialization of class objects by rvalues - GCC any
19 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1610.html
22 // Non-static data member initializers - GCC 4.7
23 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm
26 // Variadic templates - GCC 4.3
27 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf
[all …]
/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()
81 ) -> (Definition, hir::Documentation) { in def_under_cursor()
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()
99 ) -> Option<Option<(Option<hir::Documentation>, Definition)>> { in node_to_def()
102 … ast::SourceFile(it) => sema.to_def(&it).map(|def| (def.docs(sema.db), Definition::Module(def))), in node_to_def()
[all …]
/third_party/rust/crates/static-assertions-rs/
DREADME.md1 …aw.githubusercontent.com/nvzqz/static-assertions-rs/assets/Banner.png)](https://github.com/nvzqz/s…
8 <a href="https://travis-ci.org/nvzqz/static-assertions-rs">
9 … <img src="https://travis-ci.org/nvzqz/static-assertions-rs.svg?branch=master" alt="Build Status">
11 <img src="https://img.shields.io/badge/rustc-^1.37.0-blue.svg" alt="rustc ^1.37.0">
17 …<img src="https://buymecoffee.intm.org/img/button-paypal-white.png" alt="Buy me a coffee" height="…
21 Compile-time assertions for Rust, brought to you by
25 more. See the [docs] and [FAQ](#faq) for more info!
32 [`Cargo.toml`](https://doc.rust-lang.org/cargo/reference/manifest.html):
49 - [`assert_cfg!`]
50 - [`assert_eq_align!`]
[all …]
/third_party/rust/crates/rustix/src/net/
Dsockopt.rs4 //! it can be given an option-specific type signature.
19 /// - [POSIX `getsockopt`]
20 /// - [POSIX `sys/socket.h`]
21 /// - [Linux `getsockopt`]
22 /// - [Linux `socket`]
23 /// - [Winsock2 `getsockopt`]
24 /// - [Winsock2 `SOL_SOCKET` options]
26 /// [POSIX `getsockopt`]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html
27 …[POSIX `sys/socket.h`]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html
28 /// [Linux `getsockopt`]: https://man7.org/linux/man-pages/man2/getsockopt.2.html
[all …]
Dsocket.rs14 fn default() -> Self { in default()
28 /// - [POSIX]
29 /// - [Linux]
30 /// - [Apple]
31 /// - [Winsock2]
33 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html
34 /// [Linux]: https://man7.org/linux/man-pages/man2/socket.2.html
35 …oper.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/socket.2.html
36 /// [Winsock2]: https://docs.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-socket
38 pub fn socket(domain: AddressFamily, type_: SocketType, protocol: Protocol) -> io::Result<OwnedFd> { in socket()
[all …]
/third_party/rust/rust/tests/rustdoc/
Dassoc-consts.rs2 // @has assoc_consts/trait.Foo.html '//pre[@class="rust item-decl"]' \
4 // @has - '//*[@id="associatedconstant.FOO"]' 'const FOO: usize'
6 // @has - '//*[@id="associatedconstant.FOO_NO_DEFAULT"]' 'const FOO_NO_DEFAULT: bool'
8 // @!hasraw - FOO_HIDDEN
16 // @has assoc_consts/struct.Bar.html '//h3[@class="code-header"]' 'impl Foo for Bar'
17 // @has - '//*[@id="associatedconstant.FOO"]' 'const FOO: usize'
19 // @has - '//*[@id="associatedconstant.FOO_NO_DEFAULT"]' 'const FOO_NO_DEFAULT: bool'
21 // @!hasraw - FOO_HIDDEN
27 // @has assoc_consts/struct.Bar.html '//*[@id="associatedconstant.BAR"]' \
31 // @has - '//*[@id="associatedconstant.BAR_ESCAPED"]' \
[all …]
Dmanual_impl.rs1 // @has manual_impl/trait.T.html
2 // @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.
8 fn a_method(&self) -> usize; in a_method()
10 /// Docs associated with the trait b_method definition.
11 fn b_method(&self) -> usize { in b_method()
15 /// Docs associated with the trait c_method definition.
[all …]
/third_party/rust/rust/src/doc/rustdoc/src/
Dwhat-is-rustdoc.md5 takes as an argument either a crate root or a Markdown file, and produces HTML,
13 $ cargo new docs --lib
14 $ cd docs
33 the main page is located in `doc/lib/index.html`. If you open that up in
45 root. To fix this, we can pass in a command-line flag:
48 $ rustdoc src/lib.rs --crate-name docs
51 Now, `doc/docs/index.html` will be generated, and the page says "Crate docs."
62 ... and then re-run `rustdoc`:
65 $ rustdoc src/lib.rs --crate-name docs
68 We now have some generated documentation. Open up `doc/docs/index.html` and
[all …]
/third_party/rust/crates/rustix/
DREADME.md12 …alliance.zulipchat.com/#narrow/stream/206238-general"><img src="https://img.shields.io/badge/zulip
14 …<a href="https://docs.rs/rustix"><img src="https://docs.rs/rustix/badge.svg" alt="docs.rs docs" />…
18 `rustix` provides efficient memory-safe and [I/O-safe] wrappers to POSIX-like,
19 Unix-like, Linux, and Winsock2 syscall-like APIs, with configurable backends.
21 [`io-lifetimes`] instead of raw file descriptors, providing memory safety,
27 `rustix` is low-level and, and while the `net` API supports Winsock2 on
28 Windows, the rest of the APIs do not support Windows; for higher-level and more
29 portable APIs built on this functionality, see the [`system-interface`],
30 [`cap-std`], and [`fs-set-times`] crates, for example.
35 supported on Linux on x86-64, x86, aarch64, riscv64gc, powerpc64le,
[all …]
/third_party/mindspore/mindspore-src/source/.jenkins/check/config/
Dfilter_linklint.txt1 # akg-third-party
2 # file directory: mindspore/akg/third_party/incubator-tvm/
4 https://docs.tvm.ai/vta/tutorials/index.html
5 http://raw.githubusercontent.com/uwsaml/web-data/master/vta/blogpost/vta_stack.png:align
6 https://raw.githubusercontent.com/tvmai/tvmai.github.io/master/images/docs/inferbound/passupdomain_…
7 https://raw.githubusercontent.com/tvmai/tvmai.github.io/master/images/docs/inferbound/stage_graph.p…
8 https://docs.tvm.ai/tutorials/get_started.html#sphx-glr-tutorials-get-started-py
9 http://docs.tvm.ai/tutorials/deployment/cross_compilation_and_rpc.html#sphx-glr-tutorials-deploymen…
10 https://docs.tvm.ai/api/python/module.html#tvm.module.Module.time_evaluatornum
13 https://docs.tvm.ai/api/python/schedule.html#tvm.schedule.Stage.storage_align
[all …]
/third_party/ffmpeg/doc/
DMakefile1 LIBRARIES-$(CONFIG_AVUTIL) += libavutil
2 LIBRARIES-$(CONFIG_SWSCALE) += libswscale
3 LIBRARIES-$(CONFIG_SWRESAMPLE) += libswresample
4 LIBRARIES-$(CONFIG_AVCODEC) += libavcodec
5 LIBRARIES-$(CONFIG_AVFORMAT) += libavformat
6 LIBRARIES-$(CONFIG_AVDEVICE) += libavdevice
7 LIBRARIES-$(CONFIG_AVFILTER) += libavfilter
9 COMPONENTS-$(CONFIG_AVUTIL) += ffmpeg-utils
10 COMPONENTS-$(CONFIG_SWSCALE) += ffmpeg-scaler
11 COMPONENTS-$(CONFIG_SWRESAMPLE) += ffmpeg-resampler
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
Dinstall.bat4 rem * Copyright (C) 2000-2002, International Business Machines Corporation and *
8 call compile.bat -O
15 mkdir docs
16 cd docs
35 attrib -r zip/preferences.properties
39 cd docs
40 copy *.html ..\zip\docs\
42 copy *.gif ..\..\zip\docs\Images\
43 copy *.jpg ..\..\zip\docs\Images\
45 copy *.gif ..\..\..\zip\docs\Images\Screenshots\
[all …]
/third_party/icu/docs/userguide/icu4j/
Dlocale-service-provider.md1 ---
6 ---
7 <!--
9 License & terms of use: http://www.unicode.org/copyright.html
10 -->
16 {: .no_toc .text-delta }
21 ---
29 …rviceProvider`](http://download.oracle.com/javase/6/docs/api/java/util/spi/LocaleServiceProvider.h…
46 …ratorProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/BreakIteratorProvider.h…
47 …ollatorProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/CollatorProvider.html)
[all …]
/third_party/mesa3d/
DREADME.rst1 `Mesa <https://mesa3d.org>`_ - The 3D Graphics Library
6 ------
13 ---------------
15 You can find more information in our documentation (`docs/install.rst
16 <https://docs.mesa3d.org/install.html>`_), but the recommended way is to use
17 Meson (`docs/meson.rst <https://docs.mesa3d.org/meson.html>`_):
19 .. code-block:: sh
22 $ ninja -C build/
23 $ sudo ninja -C build/ install
26 -------
[all …]
/third_party/libexif/m4m/
Dgp-documentation.m47 dnl Copyright (C) 2005-2021 Hans Ulrich Niedermann <gp@n-dimensional.de>
8 dnl SPDX-License-Identifier: LGPL-2.0-or-later
12 AC_MSG_CHECKING([whether to build any docs])
13 AC_ARG_ENABLE([docs], [dnl optenable
14 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl
32 AC_ARG_WITH([doc-dir],
33 [AS_HELP_STRING([--with-doc-dir=PATH],
34 [Where to install docs [default=autodetect]])])
44 if test -d "/usr/share/doc"
48 elif test -d "/usr/doc"
[all …]
/third_party/glfw/docs/
Dnews.md31 - @ref GLFW_UNLIMITED_MOUSE_BUTTONS
35 - [Release notes for 3.4](https://www.glfw.org/docs/3.4/news.html)
36 - [Release notes for 3.3](https://www.glfw.org/docs/3.3/news.html)
37 - [Release notes for 3.2](https://www.glfw.org/docs/3.2/news.html)
38 - [Release notes for 3.1](https://www.glfw.org/docs/3.1/news.html)
39 - [Release notes for 3.0](https://www.glfw.org/docs/3.0/news.html)
/third_party/curl/docs/
DTheArtOfHttpScripting.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 This document assumes that you are familiar with HTML and general networking.
21 invoke `curl --help` or `curl --manual` to get basic information about it.
43 is the plain data you requested, like the actual HTML or the image etc.
47 Using curl's option [`--verbose`](https://curl.se/docs/manpage.html#-v) (`-v`
51 `--verbose` is the single most useful option when it comes to debug or even
52 understand the curl<->server interaction.
54 Sometimes even `--verbose` is not enough. Then
[all …]
/third_party/glfw/
DREADME.md8 GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan
9 application development. It provides a simple, platform-independent API for
12 GLFW natively supports Windows, macOS and Linux and other Unix-like systems. On
16 license](https://www.glfw.org/license.html).
18 You can [download](https://www.glfw.org/download.html) the latest stable release
23 The [documentation](https://www.glfw.org/docs/latest/) is available online and is
25 notes](https://www.glfw.org/docs/latest/news.html) for new features, caveats and
27 history](https://www.glfw.org/changelog.html).
36 [tutorial](https://www.glfw.org/docs/latest/quick.html) for GLFW 3 useful. If
38 guide](https://www.glfw.org/docs/latest/moving.html) for moving to the GLFW
[all …]
/third_party/mesa3d/docs/
Dmeson.build1 get_option('html-docs').require(
2 run_command(prog_python, '-c',
16 sphinx_args += '-W'
20 'html',
21 depfile: 'docs.d',
23 command: [sphinx, '-b', 'html', '-q',
24 '-Ddepfile=@DEPFILE@',
27 output: 'html',
28 build_by_default: get_option('html-docs').enabled(),
31 html_docs_path = get_option('html-docs-path')
/third_party/icu/docs/userguide/dev/
Dediting.md1 ---
6 ---
7 <!--
9 License & terms of use: http://www.unicode.org/copyright.html
10 -->
16 {: .no_toc .text-delta }
21 ---
26 files in the `/docs` directory of the main repository. In particular, the
28 …s from [GitHub's built-in support](https://docs.github.com/en/github/working-with-github-pages/set…
40 …use GitHub to edit the file](https://docs.github.com/en/github/managing-files-in-a-repository/edit…
[all …]
/third_party/rust/crates/bindgen/book/src/
Dallowlisting.md19 * [`bindgen::Builder::allowlist_type`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
20 * [`bindgen::Builder::allowlist_function`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.ht…
21 * [`bindgen::Builder::allowlist_var`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#me…
22 * [`bindgen::Builder::allowlist_file`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
23 * [`bindgen::Builder::allowlist_item`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
27 * `--allowlist-type <type>`
28 * `--allowlist-function <function>`
29 * `--allowlist-var <var>`
30 * `--allowlist-file <path>`
31 * `--allowlist-item <item>`
/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:
12 runs-on: ubuntu-latest
14 - uses: actions/checkout@v3
15 - uses: actions/setup-python@v4
17 python-version: '3.9'
19 - run: pip install -r docs/requirements.txt
[all …]

12345678910>>...45