Home
last modified time | relevance | path

Searched refs:Parentheses (Results 1 – 25 of 1472) sorted by relevance

12345678910>>...59

/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/parentheses-spacing/
H A Dparentheses-spacing.lint-test24 warning:3:5:XHP25:Spaces Inside Parentheses
25 warning:3:8:XHP25:Spaces Inside Parentheses
26 warning:4:3:XHP25:Spaces Inside Parentheses
27 warning:5:3:XHP25:Spaces Inside Parentheses
28 warning:7:21:XHP25:Spaces Inside Parentheses
29 warning:7:24:XHP25:Spaces Inside Parentheses
30 warning:13:6:XHP25:Spaces Inside Parentheses
31 warning:13:30:XHP25:Spaces Inside Parentheses
32 warning:14:10:XHP25:Spaces Inside Parentheses
33 warning:14:19:XHP25:Spaces Inside Parentheses
[all …]
H A Darray.lint-test7 warning:3:8:XHP25:Spaces Inside Parentheses
8 warning:3:16:XHP25:Spaces Inside Parentheses
9 warning:4:7:XHP25:Spaces Inside Parentheses
10 warning:4:14:XHP25:Spaces Inside Parentheses
11 warning:5:2:XHP25:Spaces Inside Parentheses
12 warning:5:11:XHP25:Spaces Inside Parentheses
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/parentheses-spacing/
H A Dparentheses-spacing.lint-test24 warning:3:5:XHP25:Spaces Inside Parentheses
25 warning:3:8:XHP25:Spaces Inside Parentheses
26 warning:4:3:XHP25:Spaces Inside Parentheses
27 warning:5:3:XHP25:Spaces Inside Parentheses
28 warning:7:21:XHP25:Spaces Inside Parentheses
29 warning:7:24:XHP25:Spaces Inside Parentheses
30 warning:13:6:XHP25:Spaces Inside Parentheses
31 warning:13:30:XHP25:Spaces Inside Parentheses
32 warning:14:10:XHP25:Spaces Inside Parentheses
33 warning:14:19:XHP25:Spaces Inside Parentheses
[all …]
H A Darray.lint-test7 warning:3:8:XHP25:Spaces Inside Parentheses
8 warning:3:16:XHP25:Spaces Inside Parentheses
9 warning:4:7:XHP25:Spaces Inside Parentheses
10 warning:4:14:XHP25:Spaces Inside Parentheses
11 warning:5:2:XHP25:Spaces Inside Parentheses
12 warning:5:11:XHP25:Spaces Inside Parentheses
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/language-construct-parentheses/
H A Dlanguage-construct-parentheses.lint-test21 warning:9:8:XHP46:Language Construct Parentheses
22 warning:10:13:XHP46:Language Construct Parentheses
23 warning:11:8:XHP46:Language Construct Parentheses
24 warning:12:13:XHP46:Language Construct Parentheses
25 warning:13:5:XHP46:Language Construct Parentheses
26 warning:15:9:XHP46:Language Construct Parentheses
27 warning:16:14:XHP46:Language Construct Parentheses
28 warning:17:9:XHP46:Language Construct Parentheses
29 warning:18:14:XHP46:Language Construct Parentheses
30 warning:19:6:XHP46:Language Construct Parentheses
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/language-construct-parentheses/
H A Dlanguage-construct-parentheses.lint-test21 warning:9:8:XHP46:Language Construct Parentheses
22 warning:10:13:XHP46:Language Construct Parentheses
23 warning:11:8:XHP46:Language Construct Parentheses
24 warning:12:13:XHP46:Language Construct Parentheses
25 warning:13:5:XHP46:Language Construct Parentheses
26 warning:15:9:XHP46:Language Construct Parentheses
27 warning:16:14:XHP46:Language Construct Parentheses
28 warning:17:9:XHP46:Language Construct Parentheses
29 warning:18:14:XHP46:Language Construct Parentheses
30 warning:19:6:XHP46:Language Construct Parentheses
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/__tests__/xhpast/
H A Dsingle-pass-adjacent-patches.lint-test10 warning:5:12:XHP25:Spaces Inside Parentheses
11 warning:5:12:XHP25:Spaces Inside Parentheses
13 warning:6:5:XHP25:Spaces Inside Parentheses
14 warning:6:5:XHP25:Spaces Inside Parentheses
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/__tests__/xhpast/
H A Dsingle-pass-adjacent-patches.lint-test10 warning:5:12:XHP25:Spaces Inside Parentheses
11 warning:5:12:XHP25:Spaces Inside Parentheses
13 warning:6:5:XHP25:Spaces Inside Parentheses
14 warning:6:5:XHP25:Spaces Inside Parentheses
/dports/devel/elm-format/elm-format-0.8.3/Style Guide/
H A DExpressions.md8 Parentheses are not used around function application within binary operator expressions:
14 Parentheses are used around `if`, `case`, `let`, and lambda expressions:
59 Parentheses are not used around the second term unless it is a binary operator expression:
73 ## Parentheses section in Expressions
75 Parentheses are required in the following places:
80 Parentheses are allowed (but not required) in the following places:
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_texteditor/
H A Dbasetextdocumentlayout.h48 typedef QVector<Parenthesis> Parentheses; typedef
101 inline void setParentheses(const Parentheses &parentheses) { m_parentheses = parentheses; } in setParentheses()
104 inline const Parentheses &parentheses() const { return m_parentheses; } in parentheses()
161 Parentheses m_parentheses;
176 static void setParentheses(const QTextBlock &block, const Parentheses &parentheses);
177 static void clearParentheses(const QTextBlock &block) { setParentheses(block, Parentheses());} in clearParentheses()
178 static Parentheses parentheses(const QTextBlock &block);
H A Dbasetextdocumentlayout.cpp102 Parentheses parenList = BaseTextDocumentLayout::parentheses(block); in checkOpenParenthesis()
171 Parentheses parenList = BaseTextDocumentLayout::parentheses(block); in checkClosedParenthesis()
240 Parentheses parenList = BaseTextDocumentLayout::parentheses(block); in findPreviousOpenParenthesis()
268 Parentheses parenList = BaseTextDocumentLayout::parentheses(block); in findPreviousBlockOpenParenthesis()
304 Parentheses parenList = BaseTextDocumentLayout::parentheses(block); in findNextClosingParenthesis()
368 Parentheses parentheses = BaseTextDocumentLayout::parentheses(block); in matchCursorBackward()
369 const Parentheses::const_iterator cend = parentheses.constEnd(); in matchCursorBackward()
390 Parentheses parentheses = BaseTextDocumentLayout::parentheses(block); in matchCursorForward()
391 const Parentheses::const_iterator cend = parentheses.constEnd(); in matchCursorForward()
443 Parentheses BaseTextDocumentLayout::parentheses(const QTextBlock &block) in parentheses()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtextdocumentlayout.h42 using Parentheses = QVector<Parenthesis>; variable
93 inline void setParentheses(const Parentheses &parentheses) { m_parentheses = parentheses; } in setParentheses()
95 inline const Parentheses &parentheses() const { return m_parentheses; } in parentheses()
153 Parentheses m_parentheses;
167 static void setParentheses(const QTextBlock &block, const Parentheses &parentheses);
168 static void clearParentheses(const QTextBlock &block) { setParentheses(block, Parentheses());} in clearParentheses()
169 static Parentheses parentheses(const QTextBlock &block);
H A Dtextdocumentlayout.cpp65 Parentheses parenList = TextDocumentLayout::parentheses(block); in checkOpenParenthesis()
134 Parentheses parenList = TextDocumentLayout::parentheses(block); in checkClosedParenthesis()
203 Parentheses parenList = TextDocumentLayout::parentheses(block); in findPreviousOpenParenthesis()
233 Parentheses parenList = TextDocumentLayout::parentheses(block); in findPreviousBlockOpenParenthesis()
266 Parentheses parenList = TextDocumentLayout::parentheses(block); in findNextClosingParenthesis()
328 Parentheses parentheses = TextDocumentLayout::parentheses(block); in matchCursorBackward()
329 const Parentheses::const_iterator cend = parentheses.constEnd(); in matchCursorBackward()
348 Parentheses parentheses = TextDocumentLayout::parentheses(block); in matchCursorForward()
349 const Parentheses::const_iterator cend = parentheses.constEnd(); in matchCursorForward()
398 Parentheses TextDocumentLayout::parentheses(const QTextBlock &block) in parentheses()
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/new/
H A Dadding-parentheses-around-an-expressive-mark-or-chordal-note.ly8 objects in parentheses. The associated grob is @code{Parentheses}.
16 \override Parentheses.padding = #0.1
17 \override Parentheses.font-size = #-4
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dparenthesize-chords.ly11 { \tweak Parentheses.font-size 0 \parenthesize <ces,, des> }
13 { \tweak Parentheses.font-size -2 \parenthesize <c' e> }
18 \tweak Parentheses.font-size 0 \parenthesize <f g>
H A Dparenthesize.ly7 @code{Score.Parentheses}."
22 \override Parentheses.padding = #0.1
/dports/devel/rgbds/rgbds/test/asm/
H A Dsym-scope.asm15 ; Note however that `Parentheses` begins with `Parent`, which string checks may fail to handle
17 Parentheses.check
19 Parentheses: label
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/
H A Dadding-parentheses-around-an-expressive-mark-or-chordal-note.ly15 objects in parentheses. The associated grob is @code{Parentheses}.
24 \override Parentheses.padding = #0.1
25 \override Parentheses.font-size = #-4
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc1912.vhd49 report "1:Parentheses do NOT change the precedence of operation.";
55 report "2:Parentheses do NOT change the precedence of operation.";
63 report "3:Parentheses do NOT change the precedence of operation.";
70 report "4:Parentheses do NOT change the precedence of operation.";
77 report "5:Parentheses do NOT change the precedence of operation.";
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/CMakeDependentOption/
H A DRunCMakeTest.cmake5 run_cmake_script(Parentheses-CMP0127-NEW)
6 run_cmake_script(Parentheses-CMP0127-WARN)
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CMakeDependentOption/
H A DRunCMakeTest.cmake5 run_cmake_script(Parentheses-CMP0127-NEW)
6 run_cmake_script(Parentheses-CMP0127-WARN)
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/CMakeDependentOption/
H A DRunCMakeTest.cmake5 run_cmake_script(Parentheses-CMP0127-NEW)
6 run_cmake_script(Parentheses-CMP0127-WARN)
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/constructor-parentheses/
H A Dconstructor-parentheses.lint-test8 advice:3:5:XHP49:Constructor Parentheses
9 advice:5:5:XHP49:Constructor Parentheses
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/constructor-parentheses/
H A Dconstructor-parentheses.lint-test8 advice:3:5:XHP49:Constructor Parentheses
9 advice:5:5:XHP49:Constructor Parentheses
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/
H A DParentheses.java40 public class Parentheses { class
65 Parentheses test = new Parentheses(); in main()

12345678910>>...59