Searched +full:plugin +full:- +full:syntax +full:- +full:logical +full:- +full:assignment +full:- +full:operators (Results 1 – 9 of 9) sorted by relevance
| /external/pigweed/ |
| D | package-lock.json | 10 "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/pigweed/pw_ide/ts/pigweed-vscode/ |
| D | package-lock.json | 2 "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/yapf/ |
| D | README.rst | 21 Most of the current formatters for Python --- e.g., autopep8, and pep8ify --- 26 YAPF takes a different approach. It's based off of `'clang-format' <https://cl 32 formatting - if the whole codebase of a project is simply piped through YAPF 53 .. code-block:: shell 59 .. code-block:: shell 64 often; therefore, the best way to keep up-to-date with the latest development 67 Note that if you intend to use YAPF as a command-line tool rather than as a 72 .. code-block:: shell 93 usage: yapf [-h] [-v] [-d | -i] [-r | -l START-END] [-e PATTERN] 94 [--style STYLE] [--style-help] [--no-local-style] [-p] [all …]
|
| /external/perfetto/ui/ |
| D | pnpm-lock.yaml | 23 '@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/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/ |
| D | KDocFormatterTest.kt | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * http://www.apache.org/licenses/LICENSE-2.0 68 // Make sure that formatting is stable -- format again and make sure it's the same in checkFormatter() 161 // Without special handling, the "-" in the below would be placed at the in testWordBreaking() 166 * including aaaaaa - off by default */ in testWordBreaking() 173 * aaaaaa - off by default in testWordBreaking() 321 // Regression test for https://github.com/tnorbye/kdoc-formatter/issues/72 in testBracketParam() 347 // Regression test for https://github.com/tnorbye/kdoc-formatter/issues/70 in testMultiLineLink() 393 // Regression test for https://github.com/tnorbye/kdoc-formatter/issues/77 in testPreformattedWithinCode() 432 // Regression test for https://github.com/tnorbye/kdoc-formatter/issues/78 in testPreStability() [all …]
|
| /external/tensorflow/ |
| D | RELEASE.md | 78 …xperimental/SharpnessAwareMinimization). This class implements the sharpness-aware minimization te… 82 …* Added support for cross-trainer data caching in tf.data service. This saves computation resour… 91 …mptionCheckpointHandler) to handle worker preemption/maintenance and cluster-wise consistent error… 95 … to 100 times depending on the size of k. When running on CPU and GPU, a non-optimized XLA kernel … 111 …_device_ordinal` in `LogicalDeviceConfiguration` to control the order of logical devices. (GPU onl… 117 …inistically (and `tf.errors.UnimplementedError` is no longer thrown) when op-determinism has been … 141 …-Review-Doctor, DEKHTIARJonathan, Deven Desai, Djacon, Duncan Riach, fedotoff, fo40225, Frederic B… 163 …ers should switch to [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests). 166 …eels now specifically conform to [manylinux2014](https://peps.python.org/pep-0599/), an upgrade fr… 167 … Forum thread](https://discuss.tensorflow.org/t/tensorflow-linux-wheels-are-being-upgraded-to-many… [all …]
|
| /external/bazelbuild-rules_go/third_party/ |
| D | org_golang_x_tools-deletegopls.patch | 1 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 …]
|
| /external/pigweed/docs/ |
| D | changelog.rst | 3 .. _docs-changelog: 9 -------------------------------- 11 -------------------------------- 12 .. pigweed-live:: 14 .. _docs-changelog-latest: 16 ------------ 18 ------------ 23 * **Clock management**: The new :ref:`module-pw_clock_tree` module manages 26 * **GitHub Actions**: The new :ref:`docs-github` guide shows you 27 how to set up GitHub Actions to build and test a Bazel-based Pigweed [all …]
|
| /external/tensorflow/tensorflow/go/op/ |
| D | wrappers.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 25 // optionalAttr is an intentionally un-exported type to hide 105 // Returns the element-wise sum of a list of tensors. 136 // Computes acos of x element-wise. 140 // Input range is `[-1, 1]` and the output has a range of `[0, pi]`. 155 // Computes inverse hyperbolic cosine of x element-wise. 161 // x = tf.constant([-2, -0.5, 1, 1.2, 200, 10000, float("inf")]) 178 // Returns x + y element-wise. 185 // Both input and output have a range `(-inf, inf)`. 224 // Add an `N`-minibatch `SparseTensor` to a `SparseTensorsMap`, return `N` handles. [all …]
|