Home
last modified time | relevance | path

Searched refs:parenthesis (Results 1 – 25 of 5357) sorted by relevance

12345678910>>...215

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PSR12/Sniffs/Files/
H A DDeclareStatementSniff.php47 $parenthesis = ($stackPtr + 1);
52 if ($tokens[$parenthesis]['type'] === 'T_OPEN_PARENTHESIS') {
60 $parenthesis = $phpcsFile->findNext(T_OPEN_PARENTHESIS, ($parenthesis + 1));
66 if ($parenthesis !== false) {
67 if ($tokens[($parenthesis + 1)]['type'] !== 'T_STRING') {
74 $phpcsFile->fixer->replaceToken(($parenthesis + 1), '');
135 if ($tokens[$parenthesis]['type'] === 'T_CLOSE_PARENTHESIS') {
143 $parenthesis = $phpcsFile->findNext(T_CLOSE_PARENTHESIS, ($parenthesis + 1));
150 if ($tokens[($parenthesis + 1)]['type'] !== 'T_SEMICOLON') {
160 $phpcsFile->fixer->replaceToken(($parenthesis + 1), '');
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/datalog/tests/tool/
H A Dsyntax-color.rkt25 (test-color "(" 'parenthesis)
26 (test-color ")" 'parenthesis)
27 (test-color "!=" 'parenthesis)
28 (test-color "=" 'parenthesis)
29 (test-color "?" 'parenthesis)
30 (test-color "~" 'parenthesis)
31 (test-color "." 'parenthesis)
32 (test-color "," 'parenthesis)
33 (test-color ":-" 'parenthesis)
/dports/editors/cpeditor/cpeditor-6.8.2/src/Settings/
H A DParenthesesPage.cpp39 nameLabel = new QLabel(tr("Parenthesis: %1").arg(parenthesis())); in ParenthesisWidget()
62 .arg(parenthesis()) in ParenthesisWidget()
83 QString ParenthesisWidget::parenthesis() const in parenthesis() function in ParenthesisWidget
168 QString parenthesis; in addParenthesis() local
170 while (parenthesis.length() != 2) in addParenthesis()
173 if (parenthesis.isNull()) in addParenthesis()
177 addParenthesis(parenthesis[0], parenthesis[1]); in addParenthesis()
184 auto currentParenthesis = parenthesisWidget(index)->parenthesis(); in deleteCurrentParenthesis()
208 connect(parenthesis, &ParenthesisWidget::changed, this, &ParenthesesPage::updateButtons); in addParenthesis()
209 stackedWidget->addWidget(parenthesis); in addParenthesis()
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/tri/
H A Dtridefs.tex25 \newcount\parenthesis \parenthesis=0 \newcount\n
26 \def\({\global\advance\parenthesis by1\left(}
27 \def\){\global\advance\parenthesis by-1\right)}
28 \def\{{\global\advance\parenthesis by1\left\lbrace}
29 \def\}{\global\advance\parenthesis by-1\right\rbrace}
30 \def\[{\relax} % dummy parenthesis
31 \def\]{\relax} % dummy parenthesis
34 \def\ldd{\ifnum\n<\parenthesis\global\advance\n by1
36 \def\rdd{\ifnum\n<\parenthesis\global\advance\n by1
H A Dredtri.tex25 \newcount\parenthesis \parenthesis=0 \newcount\n
26 \def\({\global\advance\parenthesis by1\left(}
27 \def\){\global\advance\parenthesis by-1\right)}
28 \def\{{\global\advance\parenthesis by1\left\lbrace}
29 \def\}{\global\advance\parenthesis by-1\right\rbrace}
30 \def\[{\relax} % dummy parenthesis
31 \def\]{\relax} % dummy parenthesis
34 \def\ldd{\ifnum\n<\parenthesis\global\advance\n by1
36 \def\rdd{\ifnum\n<\parenthesis\global\advance\n by1
/dports/math/reduce/Reduce-svn5758-src/generic/breduce/
H A Dbreduce39 \newcount\parenthesis \parenthesis=0 \newcount\n
40 \def\({\global\advance\parenthesis by1\left(}
41 \def\){\global\advance\parenthesis by-1\right)}
42 \def\{{\global\advance\parenthesis by1\left\lbrace}
43 \def\}{\global\advance\parenthesis by-1\right\rbrace}
44 \def\[{\relax} % dummy parenthesis
45 \def\]{\relax} % dummy parenthesis
48 \def\ldd{\ifnum\n<\parenthesis\global\advance\n by1
50 \def\rdd{\ifnum\n<\parenthesis\global\advance\n by1
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/lexers/h/
H A Dhaxe.go95 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
336 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
346 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
355 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
363 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
395 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
405 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
465 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
467 "type-parenthesis": {
[all …]
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/lexers/h/
H A Dhaxe.go95 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
336 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
346 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
355 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
363 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
395 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
405 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
465 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
467 "type-parenthesis": {
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/SqlEnterpriseFormatter/
H A DSqlEnterpriseFormatter_es.ts28 <source>Indent contents of parenthesis block</source>
43 <source>Before opening parenthesis in column definitions</source>
48 <source>After opening parenthesis in column definitions</source>
63 <source>Before opening parenthesis in expressions</source>
68 <source>After opening parenthesis in expressions</source>
73 <source>Before closing parenthesis in expressions</source>
78 <source>After closing parenthesis in expressions</source>
129 <source>Before opening parenthesis</source>
134 <source>After opening parenthesis</source>
139 <source>Before closing parenthesis</source>
[all …]
H A DSqlEnterpriseFormatter_it.ts28 <source>Indent contents of parenthesis block</source>
43 <source>Before opening parenthesis in column definitions</source>
48 <source>After opening parenthesis in column definitions</source>
63 <source>Before opening parenthesis in expressions</source>
68 <source>After opening parenthesis in expressions</source>
73 <source>Before closing parenthesis in expressions</source>
78 <source>After closing parenthesis in expressions</source>
129 <source>Before opening parenthesis</source>
134 <source>After opening parenthesis</source>
139 <source>Before closing parenthesis</source>
[all …]
H A DSqlEnterpriseFormatter_de.ts28 <source>Indent contents of parenthesis block</source>
43 <source>Before opening parenthesis in column definitions</source>
48 <source>After opening parenthesis in column definitions</source>
63 <source>Before opening parenthesis in expressions</source>
68 <source>After opening parenthesis in expressions</source>
73 <source>Before closing parenthesis in expressions</source>
78 <source>After closing parenthesis in expressions</source>
129 <source>Before opening parenthesis</source>
134 <source>After opening parenthesis</source>
139 <source>Before closing parenthesis</source>
[all …]
H A DSqlEnterpriseFormatter_pt_BR.ts28 <source>Indent contents of parenthesis block</source>
43 <source>Before opening parenthesis in column definitions</source>
48 <source>After opening parenthesis in column definitions</source>
63 <source>Before opening parenthesis in expressions</source>
68 <source>After opening parenthesis in expressions</source>
73 <source>Before closing parenthesis in expressions</source>
78 <source>After closing parenthesis in expressions</source>
129 <source>Before opening parenthesis</source>
134 <source>After opening parenthesis</source>
139 <source>Before closing parenthesis</source>
[all …]
H A DSqlEnterpriseFormatter_ro_RO.ts28 <source>Indent contents of parenthesis block</source>
43 <source>Before opening parenthesis in column definitions</source>
48 <source>After opening parenthesis in column definitions</source>
63 <source>Before opening parenthesis in expressions</source>
68 <source>After opening parenthesis in expressions</source>
73 <source>Before closing parenthesis in expressions</source>
78 <source>After closing parenthesis in expressions</source>
129 <source>Before opening parenthesis</source>
134 <source>After opening parenthesis</source>
139 <source>Before closing parenthesis</source>
[all …]
H A DSqlEnterpriseFormatter_sk.ts28 <source>Indent contents of parenthesis block</source>
43 <source>Before opening parenthesis in column definitions</source>
48 <source>After opening parenthesis in column definitions</source>
63 <source>Before opening parenthesis in expressions</source>
68 <source>After opening parenthesis in expressions</source>
73 <source>Before closing parenthesis in expressions</source>
78 <source>After closing parenthesis in expressions</source>
129 <source>Before opening parenthesis</source>
134 <source>After opening parenthesis</source>
139 <source>Before closing parenthesis</source>
[all …]
H A DSqlEnterpriseFormatter_zh_CN.ts28 <source>Indent contents of parenthesis block</source>
43 <source>Before opening parenthesis in column definitions</source>
48 <source>After opening parenthesis in column definitions</source>
63 <source>Before opening parenthesis in expressions</source>
68 <source>After opening parenthesis in expressions</source>
73 <source>Before closing parenthesis in expressions</source>
78 <source>After closing parenthesis in expressions</source>
129 <source>Before opening parenthesis</source>
134 <source>After opening parenthesis</source>
139 <source>Before closing parenthesis</source>
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/lexers/h/
H A Dhaxe.go91 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
332 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
342 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
351 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
355 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
391 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
401 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
461 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
463 "type-parenthesis": {
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/lexers/h/
H A Dhaxe.go91 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
332 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
342 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
351 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
355 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
391 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
401 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
461 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
463 "type-parenthesis": {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/lexers/h/
H A Dhaxe.go95 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
336 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
346 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
355 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
363 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
395 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
405 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
465 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
467 "type-parenthesis": {
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/h/
H A Dhaxe.go95 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
336 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
346 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
355 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
363 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
395 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
405 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
465 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
467 "type-parenthesis": {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/h/
H A Dhaxe.go95 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
336 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
346 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
355 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
363 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
395 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
405 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
465 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
467 "type-parenthesis": {
[all …]
/dports/devel/chroma/chroma-0.9.2/lexers/h/
H A Dhaxe.go95 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
336 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
346 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
355 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
363 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
395 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
405 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
465 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
467 "type-parenthesis": {
[all …]
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/alecthomas/chroma/lexers/h/
H A Dhaxe.go91 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
332 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
342 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
351 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
355 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
391 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
401 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
461 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
463 "type-parenthesis": {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/chroma-0.6.3/lexers/h/
H A Dhaxe.go91 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
332 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
342 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
351 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
355 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
391 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
401 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
461 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
463 "type-parenthesis": {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/lexers/h/
H A Dhaxe.go91 {`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
332 {`\(`, Punctuation, Push("#pop", "parenthesis-close", "cast-type", "expr")},
342 {`(?:catch)\b`, Keyword, Push("expr", "function-param", "parenthesis-open")},
351 {`(?:while)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
355 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
359 {`\(`, Punctuation, Push("#pop", "expr", "parenthesis")},
391 {`(?:if)\b`, Keyword, Push("#pop", "parenthesis", "parenthesis-open")},
401 Default(Pop(1), Push("call"), Push("parenthesis-open"), Push("type")),
461 {`\(`, Punctuation, Push("#pop", "type-check", "type-parenthesis")},
463 "type-parenthesis": {
[all …]
/dports/science/clhep/2.4.1.0/CLHEP/Vector/src/
H A DZMinput.cc46 bool parenthesis = false; in ZMinput3doubles() local
55 parenthesis = true; in ZMinput3doubles()
122 if (parenthesis) { in ZMinput3doubles()
167 bool parenthesis = false; in ZMinputAxisAngle() local
176 parenthesis = true; in ZMinputAxisAngle()
216 if (parenthesis) { in ZMinputAxisAngle()
249 bool parenthesis = false; in ZMinput2doubles() local
258 parenthesis = true; in ZMinput2doubles()
301 if (parenthesis) { in ZMinput2doubles()

12345678910>>...215