/external/pytorch/.github/workflows/ |
D | generated-linux-binary-conda-nightly.yml | 3 # Template is at: .github/templates/linux_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: linux-binary-conda 12 - nightly 15 # Release candidate tags look like: v1.11.0-rc1 16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_conda/*' 23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 25 AWS_DEFAULT_REGION: us-east-1 [all …]
|
D | generated-linux-binary-manywheel-nightly.yml | 3 # Template is at: .github/templates/linux_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: linux-binary-manywheel 12 - nightly 15 # Release candidate tags look like: v1.11.0-rc1 16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_wheel/*' 23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 25 AWS_DEFAULT_REGION: us-east-1 [all …]
|
D | generated-linux-aarch64-binary-manywheel-nightly.yml | 3 # Template is at: .github/templates/linux_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: linux-aarch64-binary-manywheel 12 - nightly 15 # Release candidate tags look like: v1.11.0-rc1 16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_wheel/*' 25 AWS_DEFAULT_REGION: us-east-1 27 BUILD_ENVIRONMENT: linux-aarch64-binary-manywheel [all …]
|
D | generated-linux-binary-manywheel-split-nightly | 3 # Template is at: .github/templates/linux_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: linux-binary-manywheel-split 12 - nightly 15 # Release candidate tags look like: v1.11.0-rc1 16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_wheel/*' 23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 25 AWS_DEFAULT_REGION: us-east-1 [all …]
|
D | generated-linux-binary-libtorch-cxx11-abi-nightly.yml | 3 # Template is at: .github/templates/linux_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: linux-binary-libtorch-cxx11-abi 12 - nightly 15 # Release candidate tags look like: v1.11.0-rc1 16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_libtorch/*' 23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 25 AWS_DEFAULT_REGION: us-east-1 [all …]
|
D | generated-linux-binary-libtorch-pre-cxx11-nightly.yml | 3 # Template is at: .github/templates/linux_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: linux-binary-libtorch-pre-cxx11 12 - nightly 15 # Release candidate tags look like: v1.11.0-rc1 16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_libtorch/*' 23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 25 AWS_DEFAULT_REGION: us-east-1 [all …]
|
D | generated-linux-s390x-binary-manywheel-nightly.yml | 3 # Template is at: .github/templates/linux_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: linux-s390x-binary-manywheel 12 - nightly 15 # Release candidate tags look like: v1.11.0-rc1 16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_wheel/*' 25 AWS_DEFAULT_REGION: us-east-1 27 BUILD_ENVIRONMENT: linux-s390x-binary-manywheel [all …]
|
D | _binary-upload.yml | 13 …If true, will download artifacts from s3. Otherwise will use the default GitHub artifact download … 59 github-token: 61 description: Github Token 62 conda-pytorchbot-token: 64 description: Conda PyTorchBot token 65 conda-pytorchbot-token-test: 67 description: Conda PyTorchBot token 71 runs-on: ubuntu-22.04 72 …t: ${{ (github.event_name == 'push' && (github.event.ref == 'refs/heads/nightly' || startsWith(git… 92 GITHUB_TOKEN: ${{ secrets.github-token }} [all …]
|
D | nightly.yml | 5 - cron: 0 0 * * * 9 # Release candidate tags look like: v1.11.0-rc1 10 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 11 - ciflow/nightly/* 16 …group: ${{ github.workflow }}--${{ github.event.pull_request.number || github.sha }}-${{ github.ev… 17 cancel-in-progress: true 20 docs-build: 22 uses: ./.github/workflows/_linux-build.yml 24 build-environment: linux-jammy-py3.8-gcc11 25 docker-image-name: pytorch-linux-jammy-py3.8-gcc11 [all …]
|
D | generated-macos-arm64-binary-conda-nightly.yml | 3 # Template is at: .github/templates/macos_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: macos-arm64-binary-conda 8 # TODO: Migrate to new ciflow trigger, reference https://github.com/pytorch/pytorch/pull/70321 12 - nightly 15 # Release candidate tags look like: v1.11.0-rc1 16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_conda/*' 23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" [all …]
|
D | generated-macos-arm64-binary-wheel-nightly.yml | 3 # Template is at: .github/templates/macos_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: macos-arm64-binary-wheel 8 # TODO: Migrate to new ciflow trigger, reference https://github.com/pytorch/pytorch/pull/70321 12 - nightly 15 # Release candidate tags look like: v1.11.0-rc1 16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_wheel/*' 23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" [all …]
|
D | generated-linux-binary-manywheel-main.yml | 3 # Template is at: .github/templates/linux_binary_build_workflow.yml.j2 4 # Generation script: .github/scripts/generate_ci_workflows.py 5 name: linux-binary-manywheel 11 - main 13 - 'ciflow/trunk/*' 18 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 20 AWS_DEFAULT_REGION: us-east-1 22 BUILD_ENVIRONMENT: linux-binary-manywheel 25 PR_NUMBER: ${{ github.event.pull_request.number }} 28 SHA1: ${{ github.event.pull_request.head.sha || github.sha }} [all …]
|
/external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/ |
D | GeneratedJavaParserTokenManagerBase.java | 1 package com.github.javaparser; 3 import com.github.javaparser.ast.comments.BlockComment; 4 import com.github.javaparser.ast.comments.Comment; 5 import com.github.javaparser.ast.comments.JavadocComment; 6 import com.github.javaparser.ast.comments.LineComment; 8 import static com.github.javaparser.GeneratedJavaParserConstants.*; 11 * Base class for {@link com.github.javaparser.GeneratedJavaParserTokenManager} 15 * Create a TokenRange that spans exactly one token 17 private static TokenRange tokenRange(Token token) { in tokenRange() argument 18 JavaToken javaToken = token.javaToken; in tokenRange() [all …]
|
D | GeneratedJavaParserBase.java | 1 package com.github.javaparser; 3 import com.github.javaparser.ast.ArrayCreationLevel; 4 import com.github.javaparser.ast.Node; 5 import com.github.javaparser.ast.NodeList; 6 import com.github.javaparser.ast.body.Parameter; 7 import com.github.javaparser.ast.comments.CommentsCollection; 8 import com.github.javaparser.ast.expr.*; 9 import com.github.javaparser.ast.stmt.Statement; 10 import com.github.javaparser.ast.type.ArrayType; 11 import com.github.javaparser.ast.type.Type; [all …]
|
/external/aws-sdk-java-v2/core/imds/src/test/java/software/amazon/awssdk/imds/internal/ |
D | CachedTokenClientTest.java | 18 import static com.github.tomakehurst.wiremock.client.WireMock.aResponse; 19 import static com.github.tomakehurst.wiremock.client.WireMock.equalTo; 20 import static com.github.tomakehurst.wiremock.client.WireMock.exactly; 21 import static com.github.tomakehurst.wiremock.client.WireMock.get; 22 import static com.github.tomakehurst.wiremock.client.WireMock.getRequestedFor; 23 import static com.github.tomakehurst.wiremock.client.WireMock.put; 24 import static com.github.tomakehurst.wiremock.client.WireMock.putRequestedFor; 25 import static com.github.tomakehurst.wiremock.client.WireMock.stubFor; 26 import static com.github.tomakehurst.wiremock.client.WireMock.urlPathEqualTo; 27 import static com.github.tomakehurst.wiremock.client.WireMock.verify; [all …]
|
D | BaseEc2MetadataClientTest.java | 18 import static com.github.tomakehurst.wiremock.client.WireMock.aResponse; 19 import static com.github.tomakehurst.wiremock.client.WireMock.equalTo; 20 import static com.github.tomakehurst.wiremock.client.WireMock.exactly; 21 import static com.github.tomakehurst.wiremock.client.WireMock.get; 22 import static com.github.tomakehurst.wiremock.client.WireMock.getRequestedFor; 23 import static com.github.tomakehurst.wiremock.client.WireMock.put; 24 import static com.github.tomakehurst.wiremock.client.WireMock.putRequestedFor; 25 import static com.github.tomakehurst.wiremock.client.WireMock.stubFor; 26 import static com.github.tomakehurst.wiremock.client.WireMock.urlPathEqualTo; 27 import static com.github.tomakehurst.wiremock.client.WireMock.verify; [all …]
|
/external/cldr/docs/site/development/ |
D | maven.md | 1 --- 3 --- 13 CLDR pulls pre\-release [ICU](https://icu-project.org)4J jars from ICU's GitHub Maven repository. 15 At present, GitHub requires authentication even for publicly accessible repositories. 17 …GitHub documentation covering this topic is https://docs.github.com/en/packages/using-github-packa… 19 ## Getting Started \- GitHub token 21 …token. A token is used like a password, and should be kept secret as one. You can revoke a token i… 23 1. go to https://github.com/settings/tokens \- you may need to login with a 2nd factor. 24 2. click "generate new token". 25 - update the Note, something you will remember such as "Maven settings on my laptop" [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/release/ |
D | release_notes.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Generate draft and release notes in Markdown from Github PRs. 16 You'll need a github API token to avoid being rate-limited. See 17 https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ 38 -- 39 … auto generated release notes. Previous release notes are [here](https://github.com/grpc/grpc/rele… 41 …bels and make necessary corrections (like fixing the title) to the PR in Github. Final release not… 44 -- 47 - 51 - [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | TokenTextElement.java | 2 * Copyright (C) 2007-2010 Júlio Vilmar Gesser. 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 22 package com.github.javaparser.printer.lexicalpreservation; 24 import com.github.javaparser.JavaToken; 25 import com.github.javaparser.Range; 26 import com.github.javaparser.ast.Node; 31 private final JavaToken token; field in TokenTextElement 33 TokenTextElement(JavaToken token) { in TokenTextElement() argument 34 this.token = token; in TokenTextElement() 47 return token.getText(); in expand() [all …]
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ |
D | JavaTokenTest.java | 2 * Copyright (C) 2007-2010 Júlio Vilmar Gesser. 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 22 package com.github.javaparser; 24 import com.github.javaparser.ast.expr.Expression; 29 import static com.github.javaparser.GeneratedJavaParserConstants.*; 30 import static com.github.javaparser.JavaToken.Category.*; 31 import static com.github.javaparser.Providers.provider; 32 import static com.github.javaparser.Range.range; 51 …id assertToken(String image, Range range, int kind, JavaToken.Category category, JavaToken token) { in assertToken() argument 52 assertEquals(image, token.getText()); in assertToken() [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | ConcreteSyntaxModel.java | 2 * Copyright (C) 2007-2010 Júlio Vilmar Gesser. 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 22 package com.github.javaparser.printer; 24 import com.github.javaparser.GeneratedJavaParserConstants; 25 import com.github.javaparser.ast.*; 26 import com.github.javaparser.ast.body.*; 27 import com.github.javaparser.ast.comments.Comment; 28 import com.github.javaparser.ast.expr.*; 29 import com.github.javaparser.ast.modules.*; 30 import com.github.javaparser.ast.observer.ObservableProperty; [all …]
|
/external/grpc-grpc/tools/release/ |
D | release_notes.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Generate draft and release notes in Markdown from Github PRs. 16 You'll need a github API token to avoid being rate-limited. See 17 https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ 40 -- 41 … auto generated release notes. Previous release notes are [here](https://github.com/grpc/grpc/rele… 43 …bels and make necessary corrections (like fixing the title) to the PR in Github. Final release not… 46 -- 49 - 53 - [all …]
|
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/ |
D | grpc_service.proto | 20 option go_package = "github.com/envoyproxy/go-control-plane/envoy/api/v2/core"; 24 // [#protodoc-title: gRPC services] 28 // [#next-free-field: 6] 37 // [#next-free-field: 7] 52 // See https://github.com/grpc/grpc/pull/15909. 56 // See https://grpc.io/docs/guides/auth.html#credential-types to understand Channel and Call 71 // [#next-free-field: 8] 95 // Security token service configuration that allows Google gRPC to 96 // fetch security token from an OAuth 2.0 authorization server. 97 // See https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 and [all …]
|
/external/googleapis/google/devtools/cloudbuild/v2/ |
D | repositories.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 47 "https://www.googleapis.com/auth/cloud-platform"; 165 // Fetches read/write token of a given repository. 175 // Fetches read token of a given repository. 202 // A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Data Center, 227 // Configuration for connections to github.com. 230 // Configuration for connections to an instance of GitHub Enterprise. 262 // client has an up-to-date value before proceeding. 267 // user to complete the installation. Used for GitHub and GitHub Enterprise 275 // Only for GitHub Enterprise. An App creation has been requested. [all …]
|
/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v2/src/main/proto/google/devtools/cloudbuild/v2/ |
D | repositories.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 46 "https://www.googleapis.com/auth/cloud-platform"; 164 // Fetches read/write token of a given repository. 174 // Fetches read token of a given repository. 193 // A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Server or 218 // Configuration for connections to github.com. 221 // Configuration for connections to an instance of GitHub Enterprise. 243 // client has an up-to-date value before proceeding. 248 // user to complete the installation. Used for GitHub and GitHub Enterprise 256 // Only for GitHub Enterprise. An App creation has been requested. [all …]
|