| /external/threetenbp/.github/workflows/ |
| D | build.yml | 1 name: Build 6 - '*' 8 - 'v*' 9 - 'website*' 12 - 'main' 18 build: 20 security-events: write # for github/codeql-action 21 runs-on: ubuntu-latest 27 - name: Checkout 30 - name: Set up JDK [all …]
|
| /external/libopus/doc/ |
| D | release.txt | 5 - Check for uncommitted changes to master. 6 - Update OPUS_LT_* API versioning in configure.ac. 7 - Tag the release commit with 'git tag -s vN.M'. 8 - Include release notes in the tag annotation. 9 - Verify 'make distcheck' produces a tarball with 11 - Push tag to public repo. 12 - Upload source package 'opus-${version}.tar.gz' 13 - Add to https://svn.xiph.org/releases/opus/ 14 - Update checksum files 15 - svn commit [all …]
|
| /external/ktfmt/website/ |
| D | README.md | 1 # A demo website for ktfmt 10 ## Build for deployment 14 KTFMT_TMP_DIR=$(mktemp -d) 15 KTFMT_WEBSITE_OUTPUT_DIR=$KTFMT_TMP_DIR gulp build-website 18 rm -rf "$KTFMT_TMP_DIR"
|
| /external/ktfmt/ |
| D | .gitignore | 2 ktfmt_idea_plugin/build/ 21 online_formatter/build/ 24 website/node_modules 25 release-ktfmt-website/
|
| /external/ktfmt/.github/workflows/ |
| D | publish_artifacts_on_release.yaml | 5 # 2. OSSRH_GPG_SECRET_KEY - private key for signing Maven artifacts 6 # 3. OSSRH_GPG_SECRET_KEY_PASSWORD - password for unlocking OSSRH_GPG_SECRET_KEY 7 # 4. JETBRAINS_MARKETPLACE_TOKEN - token obtained from https://plugins.jetbrains.com/author/me/toke… 21 runs-on: ubuntu-latest 23 - uses: actions/checkout@v4 26 - name: Set up Maven Central Repository 27 uses: actions/setup-java@v1 29 java-version: 11 30 server-id: ossrh 31 server-username: MAVEN_USERNAME [all …]
|
| /external/curl/docs/examples/ |
| D | README.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 10 some simple steps on how you can build your own application to take full 14 them for submission in future packages and on the website. 18 The `Makefile.example` is an example Makefile that could be used to build 22 Most examples should build fine using a command line like this: 24 `curl-config --cc --cflags --libs` -o example example.c 29 `curl-config --cc` -o example example.c `curl-config --cflags --libs` 34 actually torture our website with your tests. Thanks. [all …]
|
| /external/curl/docs/ |
| D | HISTORY.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 12 currency-exchange calculations available to Internet Relay Chat (IRC) 17 ---- 22 Daniel extended this existing command-line open-source tool. After a few minor 28 ---- 37 was released in August 1997. The http-only days were already passed. 39 Version 2.2 was released on August 14 1997 and introduced support to build for 47 ---- [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/ |
| D | README.md | 1 # ExoPlayer website 3 The [ExoPlayer website](https://exoplayer.dev/) is hosted on 8 …[here](https://help.github.com/articles/using-jekyll-as-a-static-site-generator-with-github-pages/… 10 [here](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/). 11 Once your machine is setup, you can build and run a local instance of the
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/ |
| D | README.md | 1 # ExoPlayer website 3 The [ExoPlayer website](https://exoplayer.dev/) is hosted on 8 …[here](https://help.github.com/articles/using-jekyll-as-a-static-site-generator-with-github-pages/… 10 [here](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/). 11 Once your machine is setup, you can build and run a local instance of the
|
| /external/kotlinx.serialization/dokka-templates/ |
| D | README.md | 3 the Kotlin Website Team uses this directory to place custom templates in this folder 4 during the website build time on TeamCity. 11 [Here](https://kotlin.github.io/dokka/1.7.20-SNAPSHOT/user_guide/output-formats/html/#custom-html-p…
|
| /external/rust/crates/tonic/ |
| D | README.md | 1  13 [Examples] | [Website] | [Docs] | [Chat] 21 contains the tools to build clients and servers from [`protobuf`] definitions. 25 - Bi-directional streaming 26 - High performance async io 27 - Interoperability 28 - TLS backed by [`rustls`] 29 - Load balancing 30 - Custom metadata 31 - Authentication [all …]
|
| /external/opencensus-java/examples/ |
| D | README.md | 3 ## To build the examples use 15 To build Spring Servlet example 26 ./build/install/opencensus-examples/bin/TagContextExample 38 ./build/install/opencensus-examples/bin/ZPagesTester 61 ./build/install/opencensus-examples/bin/QuickStart 86 ./build/install/opencensus-examples/bin/HelloWorldServer serverPort cloudProjectId zPagePort promet… 87 ./build/install/opencensus-examples/bin/HelloWorldClient user host serverPort cloudProjectId zPageP… 98 See the full tutorial on [OpenCensus website](https://opencensus.io/quickstart/java/metrics/). 104 ./build/install/opencensus-examples/bin/Repl 115 prometheus --config.file=prometheus.yaml [all …]
|
| /external/dagger2/ |
| D | README.md | 3 [![Maven Central][mavenbadge-svg]][mavencentral] 7 Dagger is a compile-time framework for dependency injection. It uses no 9 compile-time, and generates plain Java source code. 11 Dagger is actively maintained by Google. Snapshot releases are auto-deployed to 12 Sonatype's central Maven repository on every clean build with the version 13 `HEAD-SNAPSHOT`. The current version builds upon previous work done at [Square][square]. 17 You can [find the dagger documentation here][website] which has extended usage 22 [this talk by Greg Kick][gaktalk], and on the dagger-discuss@googlegroups.com 30 [`http_archive`][bazel-external-deps]. 37 # Top-level WORKSPACE file [all …]
|
| /external/perfetto/infra/perfetto.dev/ |
| D | deploy | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # This script builds the perfetto.dev docs website (via ./build) and pushes the 17 # contents to the gs://perfetto.dev GCS bucket. It doesn't re-deploy the 20 # This is ran by the Cloud Build infrastructure (./cloudbuild.yaml) whenever a 21 # docs/ change is detected. See go/perfetto-ui-autopush for more details. 23 set -eux 26 readonly CUR_DIR="$(cd -P ${BASH_SOURCE[0]%/*}; pwd)" 31 # The directory that will contain the static website artifacts. 34 # Build first. 35 "$CUR_DIR/build" [all …]
|
| /external/cronet/third_party/anonymous_tokens/src/ |
| D | README.md | 5 * [RSA Blind Signatures](https://datatracker.ietf.org/doc/draft-irtf-cfrg-rsa-blind-signatures/) 6 …tures with Public Metadata](https://datatracker.ietf.org/doc/draft-amjad-cfrg-partially-blind-rsa/) 15 …e, trust may have been established in a variety of ways (authentication, log-in, etc.). To denote … 28 * [Abseil](https://github.com/abseil/abseil-cpp) for C++ common libraries. 43 ## How to build 47 [Follow the instructions for your platform on the Bazel website. Make sure you 49 (https://docs.bazel.build/versions/master/install.html) 52 …instructions for your platform on the Git website.](https://git-scm.com/book/en/v2/Getting-Started… 56 Navigate into the `anonymous-tokens` folder you just created, and build the 60 cd anonymous-tokens [all …]
|
| /external/google-cloud-java/java-discoveryengine/grpc-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ |
| D | UserEventServiceGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * Service for ingesting end user actions on a website to Discovery Engine API. 78 .build(); in getWriteUserEventMethod() 122 .build(); in getCollectUserEventMethod() 168 .build(); in getImportUserEventsMethod() 189 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 203 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 220 * Service for ingesting end user actions on a website to Discovery Engine API. 245 * due to browser restriction of POST-ing to a 3rd party domain. 281 * Service for ingesting end user actions on a website to Discovery Engine API. [all …]
|
| /external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
| D | StreamingReadFeatureValuesRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 85 * for a machine learning model predicting user clicks on a website, an 115 * for a machine learning model predicting user clicks on a website, an 148 * clicks on a website, an entity ID could be `user_123`. 164 * clicks on a website, an entity ID could be `user_123`. 180 * clicks on a website, an entity ID could be `user_123`. 197 * clicks on a website, an entity ID could be `user_123`. 269 private byte memoizedIsInitialized = -1; 298 if (size != -1) return size; in getSerializedSize() 526 public com.google.cloud.aiplatform.v1beta1.StreamingReadFeatureValuesRequest build() { in build() method in StreamingReadFeatureValuesRequest.Builder [all …]
|
| D | ReadFeatureValuesRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 84 * website, an EntityType ID could be `user`. 113 * website, an EntityType ID could be `user`. 144 * for a machine learning model predicting user clicks on a website, an entity 169 * for a machine learning model predicting user clicks on a website, an entity 247 private byte memoizedIsInitialized = -1; 276 if (size != -1) return size; in getSerializedSize() 493 public com.google.cloud.aiplatform.v1beta1.ReadFeatureValuesRequest build() { in build() method in ReadFeatureValuesRequest.Builder 523 featureSelectorBuilder_ == null ? featureSelector_ : featureSelectorBuilder_.build(); in buildPartial0() 659 * website, an EntityType ID could be `user`. [all …]
|
| /external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ |
| D | StreamingReadFeatureValuesRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 85 * for a machine learning model predicting user clicks on a website, an 115 * for a machine learning model predicting user clicks on a website, an 148 * clicks on a website, an entity ID could be `user_123`. 164 * clicks on a website, an entity ID could be `user_123`. 180 * clicks on a website, an entity ID could be `user_123`. 197 * clicks on a website, an entity ID could be `user_123`. 268 private byte memoizedIsInitialized = -1; 297 if (size != -1) return size; in getSerializedSize() 522 public com.google.cloud.aiplatform.v1.StreamingReadFeatureValuesRequest build() { in build() method in StreamingReadFeatureValuesRequest.Builder [all …]
|
| D | ReadFeatureValuesRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 84 * website, an EntityType ID could be `user`. 113 * website, an EntityType ID could be `user`. 144 * for a machine learning model predicting user clicks on a website, an entity 169 * for a machine learning model predicting user clicks on a website, an entity 246 private byte memoizedIsInitialized = -1; 275 if (size != -1) return size; in getSerializedSize() 491 public com.google.cloud.aiplatform.v1.ReadFeatureValuesRequest build() { in build() method in ReadFeatureValuesRequest.Builder 520 featureSelectorBuilder_ == null ? featureSelector_ : featureSelectorBuilder_.build(); in buildPartial0() 655 * website, an EntityType ID could be `user`. [all …]
|
| /external/google-cloud-java/java-webrisk/grpc-google-cloud-webrisk-v1beta1/src/main/java/com/google/webrisk/v1beta1/ |
| D | WebRiskServiceV1Beta1Grpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * website and in client applications. 84 .build(); in getComputeThreatListDiffMethod() 129 .build(); in getSearchUrisMethod() 174 .build(); in getSearchHashesMethod() 195 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 209 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 227 * website and in client applications. 286 * website and in client applications. 303 * website and in client applications. [all …]
|
| /external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
| D | README.adoc | 1 // Copyright 2014-2023 The Khronos Group Inc. 2 // SPDX-License-Identifier: CC-BY-4.0 8 invoked from the top-level directory or from the API Registry in 9 ../xml to build generated components of the specification. 13 * `genvk.py` - Python script to generate Vulkan headers and some other 15 * `reg.py` - Python tools to read a registry XML file and call into 17 * `conventions.py`, `vkconventions.py`, `apiconventions.py` - API-specific 19 * `generator.py` - output generator base class. 20 ** `cgenerator.py` - C header output generator. 21 ** `docgenerator.py` - Asciidoc interface language include generator. [all …]
|
| /external/kotlinx.coroutines/ |
| D | RELEASE.md | 3 To release a new `<version>` of `kotlinx-coroutines`: 14 4. Search & replace `<old-version>` with `<version>` across the project files. Should replace in: 17 * [`kotlinx-coroutines-debug/README.md`](kotlinx-coroutines-debug/README.md) 18 * [`kotlinx-coroutines-test/README.md`](kotlinx-coroutines-test/README.md) 19 * [`coroutines-guide-ui.md`](ui/coroutines-guide-ui.md) 22 * [`integration-testing/gradle.properties`](integration-testing/gradle.properties) 25 As an alternative approach, you can use `./bump-version.sh new_version` 33 `git checkout -b version-<version>` 36 `git commit -a -m "Version <version>"` 39 `git push -u origin version-<version>` [all …]
|
| /external/arm-trusted-firmware/docs/getting_started/ |
| D | prerequisites.rst | 4 This document describes the software requirements for building |TF-A| for 7 It may possible to build |TF-A| with combinations of software packages that are 11 Build Host 12 ---------- 14 |TF-A| can be built using either a Linux or a Windows machine as the build host. 16 A relatively recent Linux distribution is recommended for building |TF-A|. We 17 have performed tests using Ubuntu 16.04 LTS (64-bit) but other distributions 24 --------- 26 |TF-A| can be built with any of the following *cross-compiler* toolchains that 27 target the Armv7-A or Armv8-A architectures: [all …]
|
| /external/llvm/docs/ |
| D | HowToReleaseLLVM.rst | 12 This document contains information about successfully releasing LLVM --- 13 including subprojects: e.g., ``clang`` and ``dragonegg`` --- to the public. It 14 is the Release Manager's responsibility to ensure that a high quality build of 25 LLVM is released on a time based schedule --- with major releases roughly 29 there are large number of bug-fixes in the stable branch or a critical bug 38 date. Announce release schedule to the LLVM community and update the website. 43 7-10 days. During the first round of testing, any regressions found should be 68 ---------------------------- 85 committing patches that might break the build. E.g., new features, large 92 #. Create the release branch for ``llvm``, ``clang``, the ``test-suite``, and [all …]
|