| /third_party/python/Doc/ |
| D | Makefile | 9 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) \ 24 $(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES) 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 [all …]
|
| D | README.rst | 5 documentation. You don't need to build them yourself, `prebuilt versions are 6 available <https://docs.python.org/dev/download.html>`_. 14 Building the docs 23 * `python-docs-theme <https://pypi.org/project/python-docs-theme/>`_ 29 ---------- 31 To get started on UNIX, you can create a virtual environment and build 38 necessary to build the documentation downloaded and installed from PyPI. 43 the Makefile will look for instances of ``sphinx-build`` and ``blurb`` 53 * "clean", which removes all build files and the virtual environment. 55 * "clean-venv", which removes the virtual environment directory. [all …]
|
| /third_party/json/ |
| D | .gitignore | 7 .wsjcpp-logs/* 11 /cmake-build-* 21 # build directories (vscode-cmake-tools, user-defined, ...) 22 /build*/ 29 /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 [all …]
|
| /third_party/skia/m133/site/docs/dev/contrib/ |
| D | bazel.md | 2 --- 6 --- 10 Skia is currently migrating towards using [Bazel](https://bazel.build/) as a build system, due to 14 [Bazel label notation](https://bazel.build/concepts/labels), so to refer the file located at 15 `$SKIA_ROOT/docs/examples/Arc.cpp`, we would say `//docs/examples/Arc.cpp`. 18 The Bazel docs are quite good. Suggested reading order if you are new to Bazel: 19 - [Getting Started with Bazel and C++](https://bazel.build/tutorials/cpp) 20 - [WORKSPACE.bazel and external deps](https://bazel.build/docs/external) 21 - [Targets and Labels](https://bazel.build/concepts/labels) 22 - [Understanding a build](https://bazel.build/docs/build) [all …]
|
| /third_party/mbedtls/ |
| D | .readthedocs.yaml | 2 # Read the Docs configuration file 3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 8 # Include the framework submodule in the build 11 - framework 14 build: 15 os: ubuntu-20.04 20 - ./scripts/apidoc_full.sh 21 - breathe-apidoc -o docs/api apidoc/xml 23 - | 26 …OCS_VIRTUALENV_PATH/bin/rtd" projects "Mbed TLS API" redirects sync --wet-run -f docs/redirects.ya… [all …]
|
| /third_party/benchmark/ |
| D | README.md | 3 …build-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://g… 6 …st-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://githu… 33 [User Guide](docs/user_guide.md) for a more comprehensive feature overview. 35 …read the [Google Test documentation](https://github.com/google/googletest/blob/main/docs/primer.md) 40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss) 45 [Additional Tooling Documentation](docs/tools.md) 47 [Assembly Testing Documentation](docs/AssemblyTests.md) 49 [Building and installing Python bindings](docs/python_bindings.md) 53 The library can be used with C++03. However, it requires C++11 to build, 56 The following minimum versions are required to build the library: [all …]
|
| /third_party/selinux/secilc/ |
| D | README | 17 BUILD STEPS 22 Build the CIL compiler (secilc). 31 Remove temporary build files. 34 Build the secilc man page. 37 Remove temporary build files and compile binaries. 45 Use the '--help' option for more details. 50 There is a github markdown CIL Reference Guide in the docs directory. To 51 view the table of contents, see README.md in the docs directory. 53 To convert the github markdown content to HTML and PDF, change to the docs 57 The documents will be located in the docs/html and docs/pdf directories. [all …]
|
| /third_party/libbpf/ |
| D | .readthedocs.yaml | 2 # Read the Docs configuration file 3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 8 build: 9 os: "ubuntu-22.04" 13 # Build documentation in the docs/ directory with Sphinx 16 configuration: docs/conf.py 19 - htmlzip 20 - pdf 21 - epub 23 # Optionally set the version of Python and requirements required to build your docs [all …]
|
| /third_party/mesa3d/ |
| D | README.rst | 1 `Mesa <https://mesa3d.org>`_ - The 3D Graphics Library 6 ------ 12 Build & install 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 21 $ meson setup build 22 $ ninja -C build/ [all …]
|
| /third_party/jerryscript/targets/mbedos5/ |
| D | README.md | 3 TL;DR? jump straight to [quickstart](#quick-start) 7 This directory contains the necessary code to build JerryScript for devices 11 - [Nordic Semiconductor NRF52 Development Kit](https://developer.mbed.org/platforms/Nordic-nRF52-DK… 12 - [NXP Freedom K64F](https://developer.mbed.org/platforms/FRDM-K64F/) 13 - [STM NUCLEO F401RE](https://developer.mbed.org/platforms/ST-Nucleo-F401RE/) 14 - [Silicon Labs EFM32 Giant Gecko](https://developer.mbed.org/platforms/EFM32-Giant-Gecko/) 20 Peripheral Drivers are intended as a 1-to-1 mapping to mbed C++ APIs, with a few 24 - [DigitalOut](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/io/DigitalOut/) 25 - [InterruptIn](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/io/InterruptIn/) 26 - [I2C](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/interfaces/digital/I2C/) [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-sample.yml | 1 name: ci-sample 6 - '**' 7 - '!docs/**' 8 - '!.**' 9 - '.github/workflows/CI-sample.yml' 12 - v[0-9].* 13 - master 16 build: 18 fail-fast: false 20 os: [macos-latest, ubuntu-latest, windows-latest] [all …]
|
| /third_party/curl/ |
| D | Makefile.am | 12 # are also available at https://curl.se/docs/copyright.html. 21 # SPDX-License-Identifier: curl 27 ACLOCAL_AMFLAGS = -I m4 32 CMake/curl-config.cmake.in \ 57 projects/build-openssl.bat \ 58 projects/build-wolfssl.bat \ 77 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ 78 RELEASE-NOTES buildconf libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) \ 87 bin_SCRIPTS = curl-config 89 SUBDIRS = lib docs src scripts subdir [all …]
|
| /third_party/icu/tools/release/java/ |
| D | readme.txt | 3 # Copyright (C) 2009-2013 IBM and Others. All Rights Reserved 11 - Everything needed to build ICU4C from a command line (UNIX) environment 12 - Doxygen (for generating docs). 13 Doxygen 1.8.13 or newer is recommended for ICU API docs, 15 - Java JDK 1.8+ 16 - Apache Ant 17 - Maven 22 …ure of in-source and out-of-source builds). Doxygen must be found during the configure phase, but … 26 OLD_ICU=/xsrl/E/icu-6.7 27 NEW_ICU=/xsrl/E/icu-6.8 [all …]
|
| /third_party/mesa3d/docs/ |
| D | gitlab-ci.yml | 1 .docs-base: 3 - .build-linux 4 - .use-alpine/x86_64_build 8 - public/ 10 - meson setup _build -D prefix=$(pwd) --auto-features=disabled 11 -D vulkan-drivers="" -D gallium-drivers="" -D platforms=[] -D glx=disabled 12 -D video-codecs="" -D html-docs=enabled -D html-docs-path=public 13 -D werror=true 14 - meson compile -C _build 15 - meson install -C _build [all …]
|
| /third_party/icu/docs/userguide/icu4j/ |
| D | index.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 25 The International Components for Unicode (ICU) library provides robust and full-featured Unicode se… 29 ICU4J is an add-on to the regular JRE that provides: 31 * [Collation](../collation) – rule-based, up-to-date Unicode Collation Algorithm (UCA) sorting or… 45 * [Number Format Enhancements](../format_parse/numbers) – Scientific Notation, Spelled-out, Compa… [all …]
|
| /third_party/skia/m133/bazel/ |
| D | flags.bzl | 2 THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 HAS ITS OWN. 4 This file contains helpers for defining build flags and options that are used to 5 configure the Skia build. 10 # https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl 13 # Re-export other symbols from bazel_skylib for convenience 16 # Forked from https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl 18 doc = "A singleton provider that contains the raw value of a multi-string build setting", 32 # https://bazel.build/rules/lib/config#string_list 39 doc = "A string-typed build setting that can be set multiple times on the command line", 48 This is defined to make the BUILD.bazel file easier to read w/o the boilerplate of defining [all …]
|
| D | buildrc | 1 # This file contains the build configurations of Skia that we use for testing on the CI. 2 # These allow a short-form reference for our supported combinations of build features. 3 # https://bazel.build/docs/bazelrc#config 5 # For most build configurations, we will want to set the --cc_output_directory_tag [1] 9 # the target platform, and some suffixes to avoid Bazel-caused and user-caused conflicts. [3] [4] 10 # For example, a default output directory might look like "k8-fastbuild-ST-6a54c1377847". 13 # Note that multiple definitions of a config are allowed - in this event, they are added together. 15 # the trailing newline (and thus having a multi-line definition) is preferred for brevity. 19 # and generated dependency files (e.g. the output of clang --write-dependencies [5]), so having 23 # [1] https://bazel.build/reference/command-line-reference#flag--cc_output_directory_tag [all …]
|
| /third_party/glfw/ |
| D | .gitignore | 1 # The canonical out-of-tree build subdirectory 2 build 3 build-* 23 GLFW.build 33 build.ninja 48 docs/Doxyfile 49 docs/html 50 docs/warnings.txt 51 docs/doxygen_sqlite3.db 79 examples/triangle-opengl [all …]
|
| /third_party/skia/toolchain/ |
| D | build_toolchain.bzl | 4 It currently makes use of musl and not glibc because the pre-compiled libraries from the latter 5 have absolute paths baked in and this makes linking difficult. The pre-compiled musl library 9 as well as the musl headers and pre-compiled binaries. Those files are downloaded and put 10 into one folder, with a little bit of re-arrangement so clang can find files (like the C runtime). 16 # https://docs.bazel.build/versions/main/skylark/lib/repository_ctx.html#download 23 # https://docs.bazel.build/versions/main/skylark/lib/repository_ctx.html#execute 24 # This uses the extracted llvm-ar that comes with clang. 25 ctx.execute(["bin/llvm-ar", "x", "deb.ar"]) 27 # https://docs.bazel.build/versions/main/skylark/lib/repository_ctx.html#extract 41 # https://docs.bazel.build/versions/main/skylark/lib/repository_ctx.html#download [all …]
|
| /third_party/rust/crates/regex/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 10 # The section is needed to drop write-all permissions that are granted on 16 # on pull-requests, etc. may need additional permissions: 19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions 21 # Reference for how to assign permissions on a job-by-job basis: 22 # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs 25 # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for… 34 # For some builds, we use cross to test on 32-bit and big-endian 37 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/.ci/ |
| D | deploy-docs.sh | 3 set -x 4 set -o errexit -o nounset 6 DOCSDIR=build-docs 7 REVISION=$(git rev-parse --short HEAD) 9 rm -rf $DOCSDIR || exit 13 cp ../build/docs/html/* . 14 #cp ../build/docs/CNAME . 17 git branch -m main 19 git config user.email "harfbuzz-admin@googlegroups.com" 23 set -x [all …]
|
| /third_party/libexif/m4m/ |
| D | gp-documentation.m4 | 7 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/json/docs/mkdocs/ |
| D | Makefile | 6 venv/bin/mkdocs serve --dirtyreload 8 build: prepare_files style_check target 9 venv/bin/mkdocs build 13 mkdir docs/examples 14 cp -r ../json.gif docs/images 15 cp -r ../examples/*.cpp ../examples/*.output docs/examples 18 @cd docs ; python3 ../scripts/check_structure.py 22 rm -fr docs/images/json.gif docs/examples 26 venv/bin/mkdocs gh-deploy --clean --force 30 python3 -mvenv venv [all …]
|
| /third_party/rust/rust/tests/rustdoc/inline_cross/ |
| D | assoc-items.rs | 1 // aux-build:assoc-items.rs 2 // build-aux-docs 3 // ignore-cross-compile 10 // @!hasraw - 'PrivateConst' 11 // @has - '//*[@id="associatedconstant.PublicConst"]' 'pub const PublicConst: u8' 12 // @has - '//*[@class="docblock"]' 'docs for PublicConst' 13 // @!hasraw - 'private_method' 14 // @has - '//*[@id="method.public_method"]' 'pub fn public_method()' 15 // @has - '//*[@class="docblock"]' 'docs for public_method' 16 // @has - '//*[@id="associatedconstant.ConstNoDefault"]' 'const ConstNoDefault: i16' [all …]
|
| /third_party/python/ |
| D | .travis.yml | 4 # To cache doc-building dependencies and C compiler output. 6 - pip 7 - ccache 8 - directories: 9 - $HOME/multissl 13 - OPENSSL=1.1.1f 14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}" 15 - PATH="${OPENSSL_DIR}/bin:$PATH" 16 - CFLAGS="-I${OPENSSL_DIR}/include" 17 - LDFLAGS="-L${OPENSSL_DIR}/lib" [all …]
|