Home
last modified time | relevance | path

Searched full:opening (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dtokenize-arg-string.js15 let opening = null;
21 if (c === ' ' && !opening) {
28 // opening or closing single and double quotes.
29 if (c === opening) {
30 opening = null;
32 else if ((c === "'" || c === '"') && !opening) {
33 opening = c;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Docs/WhiteSpace/
DFunctionOpeningBraceStandard.xml1 <documentation title="Function Opening Brace Whitespace">
4 The opening brace for functions should be on a new line with no blank lines surrounding it.
8 <code title="Valid: Opening brace is on a new line.">
15 <code title="Invalid: Opening brace is on the same line as the function declaration.">
23 <code title="Valid: No blank lines after the opening brace.">
31 <code title="Invalid: A blank line after the opening brace.">
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
DOpeningBraceSameLineSniff.php19 * Checks that the opening brace of a class or interface is on the same line
69 $error = 'Possible parse error: %s missing opening or closing brace';
83 $phpcsFile->recordMetric($stackPtr, 'Class opening brace placement', 'new line');
84 $error = 'Opening brace should be on the same line as the declaration for %s';
93 $phpcsFile->recordMetric($stackPtr, 'Class opening brace placement', 'same line');
96 // Is the opening brace the last thing on the line ?
104 $error = 'Opening brace must be the last content on the line';
111 // Only continue checking if the opening brace looks good.
116 // Is there precisely one space before the opening brace ?
126 $error = 'Expected 1 space before opening brace; found %s';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/Classes/
DOpeningBraceSameLineStandard.xml1 <documentation title="Opening Brace on Same Line">
4 …The opening brace of a class must be on the same line after the definition and must be the last th…
8 <code title="Valid: Opening brace on the same line.">
14 <code title="Invalid: Opening brace on the next line.">
21 <code title="Invalid: Opening brace not last thing on the line.">
/plugin/pgn4web/pgn4web/
Dtwic944.pgn13 [Opening "Sicilian, Chekhover variation"]
37 [Opening "Ruy Lopez"]
62 [Opening "Ruy Lopez"]
93 [Opening "QGD"]
123 [Opening "QGD Slav"]
150 [Opening "Ruy Lopez"]
179 [Opening "Ruy Lopez"]
206 [Opening "Neo-Gruenfeld defence"]
229 [Opening "Ruy Lopez"]
259 [Opening "English"]
[all …]
Deuroteams2011.pgn13 [Opening "Ruy Lopez"]
36 [Opening "French"]
65 [Opening "QGD Slav"]
90 [Opening "QGD"]
124 [Opening "Queen's Indian"]
148 [Opening "Benoni defence"]
176 [Opening "Czech Benoni defence"]
201 [Opening "Modern defence"]
223 [Opening "Gruenfeld"]
251 [Opening "Queen's Indian"]
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/PHP/
DCharacterBeforePHPOpeningTagStandard.xml1 <documentation title="Opening Tag at Start of File">
4 The opening php tag should be the first item in the file.
8 <code title="Valid: A file starting with an opening php tag.">
14 <code title="Invalid: A file with content before the opening php tag.">
DClosingPHPTagStandard.xml4 All opening php tags should have a corresponding closing tag.
8 <code title="Valid: A closing tag paired with it's opening tag.">
15 <code title="Invalid: No closing tag paired with the opening tag.">
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
DOpeningFunctionBraceBsdAllmanSniff.php19 * Checks that the opening brace of a function is on the line after the
105 $error = 'Opening brace should be on a new line';
118 $phpcsFile->recordMetric($stackPtr, 'Function opening brace placement', 'same line');
120 … $error = 'Opening brace should be on the line after the declaration; found %s blank line(s)';
142 $error = 'Opening brace must be the last content on the line';
149 // Only continue checking if the opening brace looks good.
160 // The opening brace is on the correct line, now it needs to be
169 $error = 'Opening brace indented incorrectly; expected %s spaces, found %s';
186 $phpcsFile->recordMetric($stackPtr, 'Function opening brace placement', 'new line');
DOpeningFunctionBraceKernighanRitchieSniff.php19 * Checks that the opening brace of a function is on the same line
106 $phpcsFile->recordMetric($stackPtr, 'Function opening brace placement', 'new line');
107 $error = 'Opening brace should be on the same line as the declaration';
135 $phpcsFile->recordMetric($stackPtr, 'Function opening brace placement', 'same line');
144 $error = 'Opening brace must be the last content on the line';
151 // Only continue checking if the opening brace looks good.
165 $error = 'Expected 1 space before opening brace; found %s';
/plugin/odt/ODT/
DXMLUtil.php22 * Helper function which returns the opening $element tag
27 * @return string Found opening tag or NULL
39 * complete definition including opening and closing tag.
55 // Search the opening tag first.
76 // Opening tag is not terminated.
105 * content only without the opening and closing tag of $element itself.
123 // Search the opening tag first.
144 // Opening tag is not terminated.
178 * content only without the opening and closing tag of $element itself.
195 // Search the opening tag first.
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/
Druleset.xml90 …The opening brace for the class go MUST go on its own line; the closing brace for the class MUST g…
111 …e opening brace MUST go on its own line, and the closing brace MUST go on the next line following …
131 …rgument list is split across multiple lines, the closing parenthesis and opening brace MUST be pla…
142 …between the method or function name and the opening parenthesis, there MUST NOT be a space after t…
153 There MUST NOT be a space after the opening parenthesis
155 There MUST be one space between the closing parenthesis and the opening brace
199 …The opening brace MUST go on the same line, and the closing brace MUST go on the next line followi…
200 …There MUST NOT be a space after the opening parenthesis of the argument list or variable list, and…
204 …r variables) is split across multiple lines, the closing parenthesis and opening brace MUST be pla…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Classes/
DClassDeclarationSniff.php72 $error = 'Possible parse error: %s missing opening or closing brace';
82 $phpcsFile->recordMetric($stackPtr, 'Class opening brace placement', 'same line');
83 $error = 'Opening brace of a %s must be on the line after the definition';
97 $phpcsFile->recordMetric($stackPtr, 'Class opening brace placement', 'new line');
100 …$error = 'Opening brace of a %s must be on the line following the %s declaration; found %s line(s)…
125 $error = 'Opening %s brace must be on a line by itself';
143 $error = 'Expected %s spaces before opening brace; %s found';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Docs/Classes/
DClassDeclarationStandard.xml4 The opening brace of a class must be on the line after the definition by itself.
8 <code title="Valid: Opening brace on the correct line.">
15 <code title="Invalid: Opening brace on same line as declaration.">
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Docs/ControlStructures/
DControlSignatureStandard.xml4 …Control structures should use one space around the parentheses in conditions. The opening brace s…
22 <code title="Valid: Correct placement of the opening brace.">
28 <code title="Invalid: Incorrect placement of the opening brace on a new line.">
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
DClassDefinitionOpeningBraceSpaceSniff.php18 * Ensure there is a single space before the opening brace in a class definition
66 $error = 'Expected 1 space before opening brace of class definition; 0 found';
83 $error = 'Expected 1 space before opening brace of class definition; %s found';
110 $error = 'Opening brace should be the last content on the line';
119 … $error = 'Expected 1 blank line after opening brace of nesting class definition; %s found';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
DDisallowAlternativePHPTagsSniff.php99 $error = 'ASP style opening tag used; expected "<?php" but found "%s"';
103 $error = 'Script style opening tag used; expected "<?php" but found "%s"';
125 …$error = 'ASP style opening tag used with echo; expected "<?php echo %s ..." but found "%s %s ..…
153 $error = 'Script style opening tag used; expected "<?php" but found "%s"';
163 $error = 'Possible use of ASP style short opening tags detected; found: %s';
169 $error = 'Possible use of ASP style opening tags detected; found: %s';
/plugin/openid/Auth/Yadis/
DParseHTML.php92 * Create a regular expression that will match an opening
159 // no opening head tag
172 // closing head tag comes before opening head tag
176 // if there is an opening html tag, make sure the opening head tag
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
DFunctionOpeningBraceSpaceSniff.php19 * Checks that there is no empty line after the opening brace of a function.
83 // between the opening and closing braces.
92 $error = 'Expected 0 blank lines after opening function brace; %s found';
/plugin/fedauth/Auth/Yadis/
DParseHTML.php116 * Create a regular expression that will match an opening
180 // no opening head tag
193 // closing head tag comes before opening head tag
197 // if there is an opening html tag, make sure the opening head tag
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
DYtsBasicTests.yml5 member of the list on a new line with an opening
17 member of the list on a new line with an opening
29 member of the list on a new line with an opening
DYtsDocumentSeparator.yml24 You can explicitly give an opening
44 The opening separator can contain directives
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
DFunctionDeclarationSniff.php100 // Must be one space before the opening parenthesis. For closures, this is
102 // and the opening parenthesis.
113 $error = 'Expected 0 spaces before opening parenthesis; %s found';
185 * @param int $openBracket The position of the opening bracket
203 // If the opening and closing parenthesis of the use statement
400 // The opening brace needs to be one space away from the closing parenthesis.
403 …$error = 'The closing parenthesis and the opening brace of a multi-line function declaration must …
421 … = 'There must be a single space between the closing parenthesis and the opening brace of a multi-…
/plugin/prosemirror/parser/
DMark.php169 return $this->getUnformattedSyntax('opening');
184 * @param string $type 'opening' or 'closing'
193 if ($type === 'opening') {
/plugin/pagecss/
H A Dsyntax.php45 * 'container' means this plugin has distinct opening and closing tags,
95 // Adds an entry pattern for the '<pagecss>' opening tag.
140 * - DOKU_LEXER_ENTER: The opening tag was matched (e.g., '<pagecss>').
152 // *between* the opening and closing tags. This is where the user's CSS code resides.
158 // For the DOKU_LEXER_ENTER (opening tag) and DOKU_LEXER_EXIT (closing tag) states,

12345678910>>...21