Home
last modified time | relevance | path

Searched +full:plugin +full:- +full:syntax +full:- +full:top +full:- +full:level +full:- +full:await (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/
Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
17 "rollup-plugin-postcss": "^4.0.2",
18 "ts-protoc-gen": "^0.15.0"
24 "@grpc/grpc-js": "^1.3.7",
25 "@material-ui/core": "^4.12.1",
26 "@material-ui/lab": "^4.0.0-alpha.60",
27 "@rollup/plugin-commonjs": "^19.0.0",
28 "@rollup/plugin-node-resolve": "^13.3.0",
[all …]
/external/yapf/
DCHANGELOG5 ## [0.32.0] 2021-12-26
7 - Look at the 'pyproject.toml' file to see if it contains ignore file information
9 - New entry point `yapf_api.FormatTree` for formatting lib2to3 concrete
10 syntax trees.
11 - Add CI via GitHub Actions.
13 - Change tests to support "pytest".
14 - Reformat so that "flake8" is happy.
15 - Use GitHub Actions instead of Travis for CI.
16 - Clean up the FormatToken interface to limit how much it relies upon the
18 - Rename "unwrapped_line" module to "logical_line."
[all …]
/external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/
Dbenchmark-data-2.txt5 "force-async"
6 "parser-inserted"
7 "ready to be parser-executed"
25 :in-range
30 :out-of-range
31 :read-only
32 :read-write
40 <code title="">application/x-www-form-urlencoded</code> encoding\n algorithm
41 <code title="">application/x-www-form-urlencoded</code> encoding\n algorithm
59 <code title="">multipart/form-data</code> boundary string
[all …]
/external/pigweed/pw_ide/ts/pigweed-vscode/
Dpackage-lock.json2 "name": "pigweed-vscode",
8 "name": "pigweed-vscode",
10 "license": "Apache-2.0",
21 "@typescript-eslint/eslint-plugin": "^5.59.8",
22 "@typescript-eslint/parser": "^5.59.8",
23 "@vscode/test-electron": "^2.3.2",
26 "node-polyfill-webpack-plugin": "^2.0.1",
27 "ts-jest": "^29.1.1",
28 "ts-loader": "^9.4.4",
31 "webpack-cli": "^5.1.4"
[all …]
/external/perfetto/ui/
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/cronet/third_party/protobuf/
DCHANGES.txt1 2022-09-29 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
4 2022-09-27 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
6 * Refactoring java full runtime to reuse sub-message builders and prepare to
13 * Make message-type extensions merge from wire-format instead of building up
16 sub-messages directly from text rather than building a new sub-message and
19 2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
24 2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
36 2022-03-04 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
49 * Encoding and decoding of binary format will now work properly on big-endian
51 * UTF-8 verification was fixed to properly reject surrogate code points.
[all …]
/external/protobuf/
DCHANGES.txt1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
4 * Fix round-trip bug (#10158)
6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960)
12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.…
16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721)
42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
44 * Refactoring java full runtime to reuse sub-message builders and prepare to
[all …]
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go
2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000
3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000
4 @@ -1,89 +0,0 @@
5 -// Copyright 2021 The Go Authors. All rights reserved.
6 -// Use of this source code is governed by a BSD-style
7 -// license that can be found in the LICENSE file.
8 -
9 -//go:build go1.18
10 -// +build go1.18
[all …]