| /third_party/python/Doc/ |
| D | Makefile | 9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build 14 SPHINXERRORHANDLING = -W 17 PAPEROPT_a4 = -D latex_elements.papersize=a4paper 18 PAPEROPT_letter = -D latex_elements.papersize=letterpaper 20 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) \ 21 $(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES) 23 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \ 24 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ 25 autobuild-dev autobuild-stable venv 29 @echo " clean to remove build files" [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 ---------- 35 That will install all the tools necessary to build the documentation. Assuming 38 build the HTML output files:: 52 * "clean", which removes all build files. 59 * "htmlview", which re-uses the "html" builder, but then opens the main page 63 convert them into a single Compiled HTML (.chm) file -- these are popular [all …]
|
| /third_party/node/deps/npm/ |
| D | Makefile | 4 PUBLISHTAG = $(shell node scripts/publish-tag.js) 5 BRANCH = $(shell git rev-parse --abbrev-ref HEAD) 7 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' ) \ 12 man/man1/npm-README.1 \ 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' ) \ [all …]
|
| /third_party/gstreamer/gstreamer/docs/ |
| D | README | 9 Some of the docbook-related bits in this README might be out of date now that 10 quite a bit of the documentation has moved into the gst-docs repository. 16 * API references, using gtk-doc (gstreamer, gstreamer-libs) 17 * FAQ / Application Development Manual / Plugin Writer's Guide / Tutorials - 18 these are maintained in markdown format and live in the gst-docs repository. 23 OK, I've grown so tired of having to coax the docs to build every time I 28 -------- 31 - one or more .xml files, with the main one being gstreamer-(whatever).xml 32 - image files 33 - in .svg [all …]
|
| /third_party/node/deps/npm/node_modules/extsprintf/ |
| D | Makefile.targ | 1 # -*- mode: makefile -*- 8 # into other repos as-is without requiring any modifications. If you find 23 # docs Builds restdown documentation in docs/ 29 # xref Generates cscope (source cross-reference index) 38 # (paths relative to top-level Makefile) 43 # restdown-generated HTML and JSON files. 46 # assumed to be contained in "docs/", and must NOT 47 # contain the "docs/" prefix. 50 # JSL_CONF_WEB (paths relative to top-level Makefile) 89 MKDIR ?= mkdir -p [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/flutter/flutter/packages/flutter/lib/src/material/ |
| D | colors.dart | 2 // Use of this source code is governed by a BSD-style license that can be 69 /// * <https://material.io/go/design-theming#color-color-schemes> 113 /// Color selection = Colors.green[400]; // Selects a mid-range green. 115 /// {@end-tool} 125 /// {@end-tool} 129 ///  130 ///  132 ///  133 ///  135 ///  [all …]
|
| /third_party/python/.azure-pipelines/windows-release/ |
| D | stage-build.yml | 2 - job: Build_Docs 3 displayName: Docs build 6 #vmImage: windows-2019 12 - template: ./checkout.yml 14 - script: Doc\make.bat html 15 displayName: 'Build HTML docs' 17 BUILDDIR: $(Build.BinariesDirectory)\Doc 19 - script: Doc\make.bat htmlhelp 20 displayName: 'Build CHM docs' 22 BUILDDIR: $(Build.BinariesDirectory)\Doc [all …]
|
| /third_party/googletest/googlemock/ |
| D | README.md | 35 * Does automatic verification of expectations (no record-and-replay needed). 56 * Learn the [basics](../../master/googletest/docs/primer.md) of 58 * Read [Google Mock for Dummies](../../master/googlemock/docs/ForDummies.md). 59 * Read the instructions below on how to build Google Mock. 63 Once you understand the basics, check out the rest of the docs: 65 * [CheatSheet](../../master/googlemock/docs/CheatSheet.md) - all the commonly used stuff 67 * [CookBook](../../master/googlemock/docs/CookBook.md) - recipes for getting things done, 71 [KnownIssues](docs/KnownIssues.md) and 72 [FrequentlyAskedQuestions](docs/FrequentlyAskedQuestions.md) before 82 …y C++ testing framework](../../master/googlemock/docs/ForDummies.md#using-google-mock-with-any-tes… [all …]
|
| /third_party/python/.azure-pipelines/ |
| D | docs-steps.yml | 6 - checkout: self 10 - task: UsePythonVersion@0 15 - script: python -m pip install sphinx==1.8.2 blurb python-docs-theme 16 displayName: 'Install build dependencies' 18 - ${{ if ne(parameters.latex, 'true') }}: 19 - script: make check suspicious html PYTHON=python 20 workingDirectory: '$(build.sourcesDirectory)/Doc' 21 displayName: 'Build documentation' 23 - ${{ if eq(parameters.latex, 'true') }}: 24 - script: sudo apt-get update && sudo apt-get install -qy --force-yes texlive-full [all …]
|
| /third_party/gstreamer/gstplugins_good/common/ |
| D | gtk-doc-plugins.mak | 2 # for GStreamer plug-ins 11 @echo check-inspected-versions: make sure the inspected plugin info 16 update: scanobj-update 17 $(MAKE) check-outdated-docs 20 GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAG… 21 GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_L… 22 GTKDOC_RUN = $(LIBTOOL) --mode=execute 36 # thomas: make docs parallel installable 37 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)-@GST_API_VERSION@ 40 scanobj-build.stamp [all …]
|
| /third_party/gstreamer/gstplugins_base/common/ |
| D | gtk-doc-plugins.mak | 2 # for GStreamer plug-ins 11 @echo check-inspected-versions: make sure the inspected plugin info 16 update: scanobj-update 17 $(MAKE) check-outdated-docs 20 GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAG… 21 GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_L… 22 GTKDOC_RUN = $(LIBTOOL) --mode=execute 36 # thomas: make docs parallel installable 37 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)-@GST_API_VERSION@ 40 scanobj-build.stamp [all …]
|
| /third_party/gstreamer/gst_libav/common/ |
| D | gtk-doc-plugins.mak | 2 # for GStreamer plug-ins 11 @echo check-inspected-versions: make sure the inspected plugin info 16 update: scanobj-update 17 $(MAKE) check-outdated-docs 20 GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAG… 21 GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_L… 22 GTKDOC_RUN = $(LIBTOOL) --mode=execute 36 # thomas: make docs parallel installable 37 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)-@GST_API_VERSION@ 40 scanobj-build.stamp [all …]
|
| /third_party/gstreamer/gstreamer/common/ |
| D | gtk-doc-plugins.mak | 2 # for GStreamer plug-ins 11 @echo check-inspected-versions: make sure the inspected plugin info 16 update: scanobj-update 17 $(MAKE) check-outdated-docs 20 GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAG… 21 GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_L… 22 GTKDOC_RUN = $(LIBTOOL) --mode=execute 36 # thomas: make docs parallel installable 37 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)-@GST_API_VERSION@ 40 scanobj-build.stamp [all …]
|
| /third_party/gstreamer/gstplugins_bad/common/ |
| D | gtk-doc-plugins.mak | 2 # for GStreamer plug-ins 11 @echo check-inspected-versions: make sure the inspected plugin info 16 update: scanobj-update 17 $(MAKE) check-outdated-docs 20 GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAG… 21 GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_L… 22 GTKDOC_RUN = $(LIBTOOL) --mode=execute 36 # thomas: make docs parallel installable 37 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)-@GST_API_VERSION@ 40 scanobj-build.stamp [all …]
|
| /third_party/node/tools/node_modules/eslint/node_modules/eslint-utils/ |
| D | package.json | 6 "url": "https://github.com/mysticatea/eslint-utils/issues" 10 "eslint-visitor-keys": "^1.1.0" 15 "@mysticatea/eslint-plugin": "^12.0.0", 17 "dot-prop": "^4.2.0", 22 "npm-run-all": "^4.1.5", 27 "rollup-plugin-sourcemaps": "^0.4.2", 37 "homepage": "https://github.com/mysticatea/eslint-utils#readme", 44 "name": "eslint-utils", 47 "url": "git+https://github.com/mysticatea/eslint-utils.git" 50 "build": "rollup -c", string [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 …]
|
| /third_party/glib/fuzzing/ |
| D | README.md | 1 Fuzz targets used by [oss-fuzz](https://github.com/google/oss-fuzz/). 3 …-fuzz.com/) _(requires access)_, [Build logs](https://oss-fuzz-build-logs.storage.googleapis.com/i… 7 Add **fuzz_target_name.c** and edit `meson.build` accordingly. 9 New targets are picked up by oss-fuzz automatically within a day. Targets must not be renamed once … 17 glib/** # all files in directory glib and sub-directories 21 …//llvm.org/docs/LibFuzzer.html#fuzz-target), [Dictionaries](https://llvm.org/docs/LibFuzzer.html#d… 23 ## How to reproduce oss-fuzz bugs locally 25 Build with at least the following flags, choosing a sanitizer as needed. A somewhat recent version … 28 $ CC=clang CXX=clang++ meson DIR -Db_sanitize=<address|undefined> -Db_lundef=false 41 …tion is [difficult to achieve](https://clang.llvm.org/docs/MemorySanitizer.html#handling-external-… [all …]
|
| /third_party/harfbuzz/.ci/ |
| D | deploy-docs.sh | 3 set -x 4 set -o errexit -o nounset 6 TAG="$(git describe --exact-match --match "[0-9]*" HEAD 2>/dev/null || true)" 8 DOCSDIR=build-docs 9 REVISION=$(git rev-parse --short HEAD) 11 rm -rf $DOCSDIR || exit 15 cp ../build/docs/html/* . 16 #cp ../build/docs/CNAME . 24 set -x 29 git add -A . [all …]
|
| /third_party/glib/ |
| D | .gitlab-ci.yml | 2 - build 3 - coverage 4 - analysis 5 - deploy 9 - _ccache/ 14 MESON_COMMON_OPTIONS: "--buildtype debug --fatal-meson-warnings" 16 fedora-x86_64: 18 stage: build 20 - tags 22 CFLAGS: "-coverage -ftest-coverage -fprofile-arcs" [all …]
|
| /third_party/gstreamer/gstplugins_base/ |
| D | Makefile.am | 1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc 11 gst-libs \ 15 docs \ subdir 22 docs \ 23 gst-libs \ 34 ChangeLog gst-plugins-base.doap autogen.sh \ 35 …$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*… 36 gst-libs/gst/gl/gstglconfig.h.meson \ 41 ACLOCAL_AMFLAGS = -I m4 -I common/m4 46 check-valgrind: [all …]
|
| /third_party/lz4/.circleci/ |
| D | config.yml | 2 # It should include any build commands you had along with commands that CircleCI 11 build: 17 shell: /bin/bash --login 19 …y don't or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-… 21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts 22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results 23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag… 24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images. 26 # We have selected a pre-built image that mirrors the build environment we use on 29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/ [all …]
|
| /third_party/grpc/tools/remote_build/ |
| D | README.md | 3 This allows you to spawn gRPC C/C++ remote build and tests from your workstation with 7 remote build and execution cluster), others will need to rely on local test runs 13 - See [Installing Bazel](https://docs.bazel.build/versions/master/install.html) for instructions ho… 15 - Setup application default credentials for running remote builds by following the ["Set credential… 18 ## Running remote build manually from dev workstation 20 …build & execution platform. If you want to run tests on linux, you need to run bazel from a linux … 27 bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=opt //test/... 33 bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=asan //test/... 40 bazel --bazelrc=tools/remote_build/windows.bazelrc test --config=windows_opt //test/... 48 There is no such thing as Mac RBE cluster, so a real remote build on Macs is currently impossible. [all …]
|
| /third_party/boost/libs/thread/doc/ |
| D | overview.qbk | 2 (C) Copyright 2007-12 Anthony Williams. 19 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2497.html N2497], 20 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2320.html N2320], 21 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2184.html N2184], 22 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2139.html N2139], and 23 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2094.html N2094] 26 Some minor non-standard features have been added also as thread attributes, reverse_lock, shared_lo… 39 [section:build Using and building the library] 41 Boost.Thread is configured following the conventions used to build [@http://www.boost.org/doc/libs/… 43 …AD_USE_LIB is defined if BOOST_THREAD_USE_DLL and the compiler supports auto-tss cleanup with Boos… [all …]
|
| /third_party/curl/packages/vms/ |
| D | gnv_link_curl.com | 5 $! File to build images using gnv$libcurl.exe 7 $! Copyright 2009 - 2021, John Malmberg 21 $! 10-Jun-2009 J. Malmberg 41 $! Extended parsing option starts with VMS 7.3-1. 48 $ min_ver = f$element(0, "-", min_ver_patch) 49 $ patch = f$element(1, "-", min_ver_patch) 50 $ if patch .eqs. "-" then patch = "" 69 $ set def [--] 72 $! Build the Message file. 73 $!-------------------------- [all …]
|