Home
last modified time | relevance | path

Searched +full:repo +full:- +full:token (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/typescript/scripts/
Drequest-pr-review.ts9 string: ["token", "pull", "reviewer", "owner", "repo"],
16 token: process.env.GH_TOKEN,
20 repo: "TypeScript"
28 if (!options.token || !options.pull || !options.reviewer || !options.owner || !options.repo) {
30 printHelpAndExit(-1);
36 printHelpAndExit(-2);
44 const gh = new Octokit({ auth: options.token });
47 repo: options.repo,
61 usage: request-pr-review.js [options]
64 --token <token> Your GitHub auth token. Uses %GH_TOKEN% if present.
[all …]
Dpost-vsts-artifact-comment.js1 // @ts-check
5 const ado = require("azure-devops-node-api");
6 const { default: fetch } = require("node-fetch");
16 …script.visualstudio.com/defaultcollection", ado.getHandlerFromToken("")); // Empty token, anon auth
36 repo: "TypeScript", property
50 // Send a ping to https://github.com/microsoft/typescript-make-monaco-builds#pull-request-builds
51 …oft/typescript-make-monaco-builds/dispatches", { event_type: process.env.SOURCE_ISSUE, headers: { …
64 repo: "TypeScript", property
/third_party/littlefs/.github/workflows/
Dpost-release.yml1 name: post-release
8 post-release:
9 runs-on: ubuntu-18.04
11 # trigger post-release in dependency repo, this indirection allows the
12 # dependency repo to be updated often without affecting this repo. At
13 # the time of this comment, the dependency repo is responsible for
14 # creating PRs for other dependent repos post-release.
15 - name: trigger-post-release
16 continue-on-error: true
18 curl -sS -X POST -H "authorization: token ${{secrets.BOT_TOKEN}}" \
[all …]
/third_party/openssl/.github/workflows/
Dfips-label.yml1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
13 - completed
19 apply-label:
22 pull-requests: write
23 runs-on: ubuntu-latest
26 - name: 'Download artifact'
28 uses: actions/github-script@v4
32 owner: context.repo.owner,
33 repo: context.repo.repo,
40 owner: context.repo.owner,
[all …]
/third_party/rust/crates/syn/tests/
Dtest_precedence.rs16 //! some complications - see the `syn_brackets` and `librustc_brackets`
18 //! 3. Serialize the `syn` expression back into a string, and re-parse it with
48 mod repo; module
50 /// Test some pre-set expressions chosen by us.
92 repo::clone_rust(); in test_rustc_precedence()
107 .filter_entry(repo::base_dir_filter) in test_rustc_precedence()
122 let edition = repo::edition(path).parse().unwrap(); in test_rustc_precedence()
158 fn test_expressions(edition: Edition, exprs: Vec<syn::Expr>) -> (usize, usize) { in test_expressions()
170 errorf!("\nFAIL - librustc failed to parse raw\n"); in test_expressions()
179 errorf!("\nFAIL - librustc failed to parse bracketed\n"); in test_expressions()
[all …]
/third_party/flatbuffers/.github/workflows/
Dlabel.yml14 runs-on: ubuntu-latest
17 - uses: actions/labeler@main
19 repo-token: "${{ secrets.GITHUB_TOKEN }}"
Dstale.yml5 - cron: "30 20 * * *"
10 runs-on: ubuntu-latest
13 - uses: actions/stale@v3
15 repo-token: ${{ secrets.GITHUB_TOKEN }}
16 …stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. …
17 …stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Plea…
18 days-before-stale: 182 # 6 months
19 days-before-close: 14
20 operations-per-run: 1500
/third_party/node/deps/npm/docs/public/cli-commands/npm-repo/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/node/deps/npm/lib/config/
Dcmd-list.js9 'it': 'install-test',
10 'cit': 'install-ci-test',
20 'run': 'run-script',
21 'clean-install': 'ci',
22 'clean-install-test': 'cit'
32 'install-clean': 'ci',
33 'isntall-clean': 'ci',
34 'dist-tags': 'dist-tag',
36 'find-dupes': 'dedupe',
40 'add-user': 'adduser',
[all …]
/third_party/gn/src/gn/
Dinput_file_manager.h2 // Use of this source code is governed by a BSD-style license that can be
27 class Token; variable
88 std::vector<Token>** tokens,
132 std::vector<Token> tokens;
155 // Maps repo-relative filenames to the corresponding owned pointer.
/third_party/skia/third_party/externals/dawn/src/dawn_node/
DREADME.md3 Note: This code is currently WIP. There are a number of [known issues](#known-issues).
9 - [CMake 3.10](https://cmake.org/download/) or greater
10 - [Go 1.13](https://golang.org/dl/) or greater
16 [install depot_tools]: http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/d…
23 # Clone the repo as "dawn"
27 cp scripts/standalone-with-node.gclient .gclient
38 mkdir <build-output-path>
39 cd <build-output-path>
40 cmake <dawn-root-path> -GNinja -DDAWN_BUILD_NODE_BINDINGS=1 -DDAWN_ENABLE_PIC=1
47 2. Checkout the [WebGPU CTS repo](https://github.com/gpuweb/cts)
[all …]
/third_party/node/deps/npm/docs/public/configuring-npm/package-json/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/skia/infra/bots/task_drivers/compile_wasm_gm_tests/
Dcompile_wasm_gm_tests.go2 // Use of this source code is governed by a BSD-style license that can be
23 const dockerImage = "gcr.io/skia-public/canvaskit-emsdk:2.0.10_v2"
31 skiaPath = flag.String("skia_path", "", "Path to skia repo root.")
38 … "If provided, dump a JSON blob of step data to the given file. Prints to stdout if '-' is given.")
77 // Create token source with scope for cloud registry (storage).
/third_party/css-what/
Dreadme.md1 # css-what
3 …o/github/workflow/status/fb55/css-what/Node.js%20CI/master)](https://github.com/fb55/css-what/acti…
4 …](https://img.shields.io/coveralls/github/fb55/css-what/master)](https://coveralls.io/github/fb55/…
11 import * as CSSwhat from "css-what";
32 **`CSSwhat.parse(selector)` - Parses `selector`.**
34-dimensional array. The first array represents selectors separated by commas (eg. `sub1, sub2`), t…
37------------------- | --------------------------------------- | ------------- | ------------------…
39 | `universal` | - | `*` | `{ type: 'univers…
42 | `pseudo-element` | `name` | `::name` | `{ type: 'pseudo-
47 | `child` | - | `>` | `{ type: 'child' …
[all …]
/third_party/node/deps/npm/docs/public/static/d/
D2215187023.json1-commands/npm-adduser"},"frontmatter":{"description":null,"section":null,"title":""}},{"fields":{"…
/third_party/node/deps/npm/docs/public/cli-commands/npm-install/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/node/deps/npm/docs/public/cli-commands/npm-version/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/flutter/flutter/dev/bots/
DREADME.md6 * https://cirrus-ci.com/github/flutter/flutter/master
7 - Testing done on PRs and submitted changes on GitHub.
9 - Additional testing and processing done after changes are submitted.
14 The [Cirrus](https://cirrus-ci.org)-based bots run the [`test.dart`](test.dart)
17 branch API docs [staging site](https://master-docs.flutter.dev/).
21 We also have post-commit testing with actual devices, in what we call our
38 - [depot_tools](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/ht…
39 - Python package installer: `sudo apt-get install python-pip`
40 - Python coverage package (only needed for `training_simulation`): `sudo pip install coverage`
44 - Make sure the depot_tools is in your PATH. If you're on Windows, you also need
[all …]
/third_party/node/deps/npm/docs/public/cli-commands/npm-install-test/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/node/deps/npm/docs/public/cli-commands/npm-star/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/node/deps/npm/docs/public/cli-commands/npm-rebuild/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/node/deps/npm/docs/public/cli-commands/npm-token/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/node/deps/npm/docs/public/cli-commands/npm-ping/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/node/deps/npm/docs/public/cli-commands/npm-org/
Dindex.html1-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=de…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[all …]
/third_party/nghttp2/third-party/llhttp/
DREADME.md34 |:----------------|-----------:|-------------:|-----------:|--------:|
47 All optimizations and multi-character matching in llhttp are generated
49 most of http_parser's code is hand-optimized and unrolled. Instead describing
101 The following callbacks can return `0` (proceed normally), `-1` (error) or `HPE_PAUSED` (pause the …
111 …voked after a new chunk is started. The current chunk length is stored in `parser->content_length`.
118 The following callbacks can return `0` (proceed normally), `-1` (error) or `HPE_USER` (error from t…
136 * `-1`: Error
180 If any of `llhttp_data_cb` returns errno not equal to `HPE_OK` - the parsing interrupts,
188 **if this function ever returns a non-pause type error, it will continue to return
196 Requests without `Content-Length` and other messages might require treating
[all …]

123456