Home
last modified time | relevance | path

Searched refs:braces (Results 1 – 25 of 6702) sorted by relevance

12345678910>>...269

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/proc-macro/
H A Dweird-braces.stdout5 span: $DIR/weird-braces.rs:16:25: 16:36 (#0),
18 span: $DIR/weird-braces.rs:17:1: 17:2 (#0),
38 span: $DIR/weird-braces.rs:17:2: 17:39 (#0),
42 span: $DIR/weird-braces.rs:18:1: 18:5 (#0),
46 span: $DIR/weird-braces.rs:18:6: 18:9 (#0),
51 span: $DIR/weird-braces.rs:18:9: 18:10 (#0),
74 span: $DIR/weird-braces.rs:18:10: 18:17 (#0),
79 span: $DIR/weird-braces.rs:18:17: 18:18 (#0),
83 span: $DIR/weird-braces.rs:18:19: 18:22 (#0),
87 span: $DIR/weird-braces.rs:18:23: 18:26 (#0),
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/
H A DCompactProtocolBench.cpp65 braces.dismiss(); in BENCHMARK()
69 braces.rehire(); in BENCHMARK()
79 braces.dismiss(); in BENCHMARK()
83 braces.rehire(); in BENCHMARK()
90 braces.dismiss(); in BENCHMARK()
94 braces.rehire(); in BENCHMARK()
108 braces.rehire(); in BENCHMARK()
125 braces.rehire(); in BENCHMARK()
138 braces.rehire(); in BENCHMARK()
155 braces.rehire(); in BENCHMARK()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dnonstandard_macro_braces.rs129 help = help.replace(b.0, &braces.0).replace(b.1, &braces.1); in emit_help()
151 braces in find_matching_macro()
157 let mut braces = vec![ in macro_braces() localVariable
160 braces: ("(", ")"), in macro_braces()
164 braces: ("(", ")"), in macro_braces()
168 braces: ("(", ")"), in macro_braces()
172 braces: ("(", ")"), in macro_braces()
176 braces: ("(", ")"), in macro_braces()
199 braces.insert(it.name, it.braces); in macro_braces()
201 braces in macro_braces()
[all …]
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/highlighter/
H A Dhighlighter-json.cpp38 braces += "{"; in jsonKey()
49 braces.chop (1); in jsonKey()
146 braces += "{"; in jsonValue()
157 braces.chop (1); in jsonValue()
205 braces += "["; in jsonValue()
220 && braces.at (braces.size() - 1) == '{' in jsonValue()
221 && braces.at (braces.size() - 2) == 'v') in jsonValue()
226 braces.clear(); in jsonValue()
266 || (!braces.isEmpty() && braces.at (braces.size() - 1) == '{')) in jsonValue()
391 QString braces; in highlightJsonBlock() local
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/prismjs/plugins/match-braces/
H A Dprism-match-braces.css6 .rainbow-braces .token.punctuation.brace-level-1,
7 .rainbow-braces .token.punctuation.brace-level-5,
8 .rainbow-braces .token.punctuation.brace-level-9 {
12 .rainbow-braces .token.punctuation.brace-level-2,
13 .rainbow-braces .token.punctuation.brace-level-6,
14 .rainbow-braces .token.punctuation.brace-level-10 {
18 .rainbow-braces .token.punctuation.brace-level-3,
19 .rainbow-braces .token.punctuation.brace-level-7,
20 .rainbow-braces .token.punctuation.brace-level-11 {
24 .rainbow-braces .token.punctuation.brace-level-4,
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/prismjs/plugins/match-braces/
H A Dprism-match-braces.css6 .rainbow-braces .token.punctuation.brace-level-1,
7 .rainbow-braces .token.punctuation.brace-level-5,
8 .rainbow-braces .token.punctuation.brace-level-9 {
12 .rainbow-braces .token.punctuation.brace-level-2,
13 .rainbow-braces .token.punctuation.brace-level-6,
14 .rainbow-braces .token.punctuation.brace-level-10 {
18 .rainbow-braces .token.punctuation.brace-level-3,
19 .rainbow-braces .token.punctuation.brace-level-7,
20 .rainbow-braces .token.punctuation.brace-level-11 {
24 .rainbow-braces .token.punctuation.brace-level-4,
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dout.cpp70 char braces[5]; member in cv::CV_FINAL
93 memcpy(braces, br, 5); in FormattedImpl()
170 if (braces[BRACE_ROW_OPEN]) in next()
180 if (braces[BRACE_ROW_CLOSE]) in next()
189 buf[0] = braces[BRACE_ROW_SEP]; in next()
200 buf[0] = braces[BRACE_CN_OPEN]; in next()
213 buf[0] = braces[BRACE_CN_CLOSE]; in next()
320 char braces[5] = {'[', ']', ',', '[', ']'}; in format() local
322 braces[0] = braces[1] = '\0'; in format()
338 char braces[5] = {'[', ']', ',', '[', ']'}; in format() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/const-generics/min_const_generics/
H A Dconst-expression-suggest-missing-braces.stderr2 --> $DIR/const-expression-suggest-missing-braces.rs:6:17
13 --> $DIR/const-expression-suggest-missing-braces.rs:19:11
18 help: enclose the `const` expression in braces
24 --> $DIR/const-expression-suggest-missing-braces.rs:22:15
35 --> $DIR/const-expression-suggest-missing-braces.rs:25:15
46 --> $DIR/const-expression-suggest-missing-braces.rs:28:11
51 help: enclose the `const` expression in braces
57 --> $DIR/const-expression-suggest-missing-braces.rs:31:19
68 --> $DIR/const-expression-suggest-missing-braces.rs:34:21
79 --> $DIR/const-expression-suggest-missing-braces.rs:37:21
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/invalid/res_info/error_in_footnote_caption/
H A Derror_in_footnote_caption.21 error_in_footnote_caption.texi:11: @TeX expected braces
2 error_in_footnote_caption.texi:11: @LaTeX expected braces
3 error_in_footnote_caption.texi:20: @TeX expected braces
4 error_in_footnote_caption.texi:20: @bullet expected braces
5 error_in_footnote_caption.texi:21: @LaTeX expected braces
6 error_in_footnote_caption.texi:30: @TeX expected braces
7 error_in_footnote_caption.texi:31: @copyright expected braces
8 error_in_footnote_caption.texi:34: @error expected braces
9 error_in_footnote_caption.texi:36: @bullet expected braces
10 error_in_footnote_caption.texi:37: @LaTeX expected braces
/dports/textproc/texi2html/texi2html-5.0/test/invalid/res_all/error_in_footnote_caption/
H A Derror_in_footnote_caption.21 error_in_footnote_caption.texi:11: @TeX expected braces
2 error_in_footnote_caption.texi:11: @LaTeX expected braces
3 error_in_footnote_caption.texi:20: @TeX expected braces
4 error_in_footnote_caption.texi:20: @bullet expected braces
5 error_in_footnote_caption.texi:21: @LaTeX expected braces
6 error_in_footnote_caption.texi:30: @TeX expected braces
7 error_in_footnote_caption.texi:31: @copyright expected braces
8 error_in_footnote_caption.texi:34: @error expected braces
9 error_in_footnote_caption.texi:36: @bullet expected braces
10 error_in_footnote_caption.texi:37: @LaTeX expected braces
/dports/textproc/texi2html/texi2html-5.0/test/invalid/res/error_in_footnote_caption/
H A Derror_in_footnote_caption.21 error_in_footnote_caption.texi:11: @TeX expected braces
2 error_in_footnote_caption.texi:11: @LaTeX expected braces
3 error_in_footnote_caption.texi:20: @TeX expected braces
4 error_in_footnote_caption.texi:20: @bullet expected braces
5 error_in_footnote_caption.texi:21: @LaTeX expected braces
6 error_in_footnote_caption.texi:30: @TeX expected braces
7 error_in_footnote_caption.texi:31: @copyright expected braces
8 error_in_footnote_caption.texi:34: @error expected braces
9 error_in_footnote_caption.texi:36: @bullet expected braces
10 error_in_footnote_caption.texi:37: @LaTeX expected braces
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/reflection/
H A Dfatal_serializer_benchmark.cpp55 folly::BenchmarkSuspender braces; in BENCHMARK() local
60 braces.dismissing([&] { // in BENCHMARK()
67 folly::BenchmarkSuspender braces; in BENCHMARK_RELATIVE() local
72 braces.dismissing([&] { // in BENCHMARK_RELATIVE()
79 folly::BenchmarkSuspender braces; in BENCHMARK() local
86 braces.dismissing([&] { // in BENCHMARK()
100 braces.dismissing([&] { // in BENCHMARK_RELATIVE()
112 braces.dismissing([&] { // in BENCHMARK()
124 braces.dismissing([&] { // in BENCHMARK_RELATIVE()
138 braces.dismissing([&] { // in BENCHMARK()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/braces/
H A DCHANGELOG.md65 - don't condense when braces contain extglobs
102 - don't expand braces inside character classes
159 [2.3.2]: https://github.com/micromatch/braces/compare/2.3.1...2.3.2
160 [2.3.1]: https://github.com/micromatch/braces/compare/2.3.0...2.3.1
161 [2.3.0]: https://github.com/micromatch/braces/compare/2.2.1...2.3.0
162 [2.2.1]: https://github.com/micromatch/braces/compare/2.2.0...2.2.1
163 [2.2.0]: https://github.com/micromatch/braces/compare/2.1.1...2.2.0
164 [2.1.1]: https://github.com/micromatch/braces/compare/2.1.0...2.1.1
165 [2.1.0]: https://github.com/micromatch/braces/compare/2.0.4...2.1.0
166 [2.0.4]: https://github.com/micromatch/braces/compare/2.0.3...2.0.4
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/braces/
H A DCHANGELOG.md65 - don't condense when braces contain extglobs
102 - don't expand braces inside character classes
159 [2.3.2]: https://github.com/micromatch/braces/compare/2.3.1...2.3.2
160 [2.3.1]: https://github.com/micromatch/braces/compare/2.3.0...2.3.1
161 [2.3.0]: https://github.com/micromatch/braces/compare/2.2.1...2.3.0
162 [2.2.1]: https://github.com/micromatch/braces/compare/2.2.0...2.2.1
163 [2.2.0]: https://github.com/micromatch/braces/compare/2.1.1...2.2.0
164 [2.1.1]: https://github.com/micromatch/braces/compare/2.1.0...2.1.1
165 [2.1.0]: https://github.com/micromatch/braces/compare/2.0.4...2.1.0
166 [2.0.4]: https://github.com/micromatch/braces/compare/2.0.3...2.0.4
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/braces/
H A DCHANGELOG.md65 - don't condense when braces contain extglobs
102 - don't expand braces inside character classes
159 [2.3.2]: https://github.com/micromatch/braces/compare/2.3.1...2.3.2
160 [2.3.1]: https://github.com/micromatch/braces/compare/2.3.0...2.3.1
161 [2.3.0]: https://github.com/micromatch/braces/compare/2.2.1...2.3.0
162 [2.2.1]: https://github.com/micromatch/braces/compare/2.2.0...2.2.1
163 [2.2.0]: https://github.com/micromatch/braces/compare/2.1.1...2.2.0
164 [2.1.1]: https://github.com/micromatch/braces/compare/2.1.0...2.1.1
165 [2.1.0]: https://github.com/micromatch/braces/compare/2.0.4...2.1.0
166 [2.0.4]: https://github.com/micromatch/braces/compare/2.0.3...2.0.4
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/watchpack/node_modules/braces/
H A DCHANGELOG.md65 - don't condense when braces contain extglobs
102 - don't expand braces inside character classes
159 [2.3.2]: https://github.com/micromatch/braces/compare/2.3.1...2.3.2
160 [2.3.1]: https://github.com/micromatch/braces/compare/2.3.0...2.3.1
161 [2.3.0]: https://github.com/micromatch/braces/compare/2.2.1...2.3.0
162 [2.2.1]: https://github.com/micromatch/braces/compare/2.2.0...2.2.1
163 [2.2.0]: https://github.com/micromatch/braces/compare/2.1.1...2.2.0
164 [2.1.1]: https://github.com/micromatch/braces/compare/2.1.0...2.1.1
165 [2.1.0]: https://github.com/micromatch/braces/compare/2.0.4...2.1.0
166 [2.0.4]: https://github.com/micromatch/braces/compare/2.0.3...2.0.4
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/watchpack/node_modules/braces/
H A DCHANGELOG.md65 - don't condense when braces contain extglobs
102 - don't expand braces inside character classes
159 [2.3.2]: https://github.com/micromatch/braces/compare/2.3.1...2.3.2
160 [2.3.1]: https://github.com/micromatch/braces/compare/2.3.0...2.3.1
161 [2.3.0]: https://github.com/micromatch/braces/compare/2.2.1...2.3.0
162 [2.2.1]: https://github.com/micromatch/braces/compare/2.2.0...2.2.1
163 [2.2.0]: https://github.com/micromatch/braces/compare/2.1.1...2.2.0
164 [2.1.1]: https://github.com/micromatch/braces/compare/2.1.0...2.1.1
165 [2.1.0]: https://github.com/micromatch/braces/compare/2.0.4...2.1.0
166 [2.0.4]: https://github.com/micromatch/braces/compare/2.0.3...2.0.4
[all …]
/dports/www/py-django-braces/django-braces-1.15.0/
H A DREADME.md1 # django-braces
3 `django-braces` provides useful Mixins for Django's class-based views.
6 You can read more in [the documentation](https://django-braces.readthedocs.io/en/latest/index.html).
8 ![Build](https://github.com/brack3t/django-braces/actions/workflows/ci.yml/badge.svg?branch=main)
9 [![PyPI version](https://badge.fury.io/py/django-braces.svg)](http://badge.fury.io/py/django-braces)
10 …odecov.io/gh/brack3t/django-braces/branch/main/graph/badge.svg?token=aBhzbsyyTi)](https://codecov.…
14 `django-braces` is stable and time-tested. It does not receive a lot of updates
17 `django-braces` also only officially supports Python version that are still
18 receiving fixes and Django LTS versions. `django-braces` will work with most
23 Install from PyPI with `pip`: `pip install django-braces`
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/braces/
H A DREADME.md1braces [![NPM version](https://img.shields.io/npm/v/braces.svg?style=flat)](https://www.npmjs.com/…
15 ## Why use braces?
30 var braces = require('braces');
141 **Escaping braces**
278 var braces = require('braces');
502 · no-braces
511 fastest is braces
518 fastest is braces
525 fastest is braces
532 fastest is braces
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/braces/
H A DREADME.md1braces [![NPM version](https://img.shields.io/npm/v/braces.svg?style=flat)](https://www.npmjs.com/…
15 ## Why use braces?
30 var braces = require('braces');
141 **Escaping braces**
278 var braces = require('braces');
502 · no-braces
511 fastest is braces
518 fastest is braces
525 fastest is braces
532 fastest is braces
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/braces/
H A DREADME.md1braces [![NPM version](https://img.shields.io/npm/v/braces.svg?style=flat)](https://www.npmjs.com/…
15 ## Why use braces?
30 var braces = require('braces');
141 **Escaping braces**
278 var braces = require('braces');
502 · no-braces
511 fastest is braces
518 fastest is braces
525 fastest is braces
532 fastest is braces
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/micromatch/node_modules/braces/
H A DREADME.md1braces [![NPM version](https://img.shields.io/npm/v/braces.svg?style=flat)](https://www.npmjs.com/…
15 ## Why use braces?
30 var braces = require('braces');
141 **Escaping braces**
278 var braces = require('braces');
502 · no-braces
511 fastest is braces
518 fastest is braces
525 fastest is braces
532 fastest is braces
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/braces/
H A DREADME.md1braces [![NPM version](https://img.shields.io/npm/v/braces.svg?style=flat)](https://www.npmjs.com/…
15 ## Why use braces?
30 var braces = require('braces');
141 **Escaping braces**
278 var braces = require('braces');
502 · no-braces
511 fastest is braces
518 fastest is braces
525 fastest is braces
532 fastest is braces
[all …]
/dports/devel/cscope/cscope-15.9/src/
H A Dscanner.l125 braces = 0;
159 braces = 1;
170 ++braces;
175 if (braces == 1) {
258 if (--braces <= 0) {
260 braces = 0;
263 if (braces == 0 || (braces == 1 && classdef == YES)) {
322 if (braces == 0) {
369 if (braces == 0) {
455 typedefbraces = braces;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Dmatch-arm-without-braces.stderr1 error: `match` arm body without braces
2 --> $DIR/match-arm-without-braces.rs:26:27
10 error: `match` arm body without braces
11 --> $DIR/match-arm-without-braces.rs:31:11
25 error: `match` arm body without braces
26 --> $DIR/match-arm-without-braces.rs:37:11
40 error: `match` arm body without braces
56 --> $DIR/match-arm-without-braces.rs:49:9
65 error: `match` arm body without braces
80 error: `match` arm body without braces
[all …]

12345678910>>...269