Home
last modified time | relevance | path

Searched refs:brackets (Results 201 – 225 of 232) sorted by last modified time

12345678910

/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md20 - #135 GithubMarkdown was not parsing inline code when there are square brackets around it.
H A DREADME.md439 '[', ']', // square brackets
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dspecial-attributes.md21 some { brackets
23 some } brackets
25 some { } brackets
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_links_reference_style.md11 With [embedded [brackets]] [b].
H A Dmd1_markdown_documentation_basics.md49 Blockquotes are indicated using email-style '`>`' angle brackets.
190 *reference*. With both styles, you use square brackets to delimit the
266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
/plugin/fckg/
H A DChanges370 Updated entities for DW entities with left-hand angle brackets.
/plugin/fetchmedia/
H A Dyarn.lock1392 expand-brackets@^0.1.4:
1394 …resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807…
2100 expand-brackets "^0.1.4"
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DCallTimePassByReferenceSniff.php114 $brackets = $tokens[$nextSeparator]['nested_parenthesis'];
115 $lastBracket = array_pop($brackets);
H A DFunctionCallArgumentSpacingSniff.php111 $brackets = $tokens[$nextSeparator]['nested_parenthesis'];
112 $lastBracket = array_pop($brackets);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php233 $brackets = array(
238 $squareBracket = $phpcsFile->findPrevious($brackets, ($stackPtr - 1), $lastBracket);
240 $closeSquareBracket = $phpcsFile->findNext($brackets, ($stackPtr + 1));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php3221 $brackets = $this->_tokens[$stackPtr]['nested_parenthesis'];
3222 $lastBracket = array_pop($brackets);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DObjectOperatorIndentSniff.php121 $brackets = null;
123 $brackets = $tokens[$next]['nested_parenthesis'];
131 if ($origBrackets === $brackets && $origConditions === $conditions) {
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dlicense.txt181 boilerplate notice, with the fields enclosed by brackets "{}"
183 the brackets!) The text should be enclosed in the appropriate
/plugin/amcharts/assets/amcharts/plugins/export/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "{}"
183 the brackets!) The text should be enclosed in the appropriate
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dlicense.txt181 boilerplate notice, with the fields enclosed by brackets "{}"
183 the brackets!) The text should be enclosed in the appropriate
/plugin/quizlib/scripts/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "{}"
183 the brackets!) The text should be enclosed in the appropriate
/plugin/medialist/
H A DREADME.md16 …1. **Page id** : look up media files linked in the page (i.e. curly brackets `{{...}}` in page tex…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.AggressivelyFixLt.txt
H A DOutput.FixInnerHTML.txt
/plugin/indexnumber/
H A DREADME.md36 you **must** have an id. If the description contains angle brackets, they must be
/plugin/pgn4web/pgn4web/
H A DREADME.txt405 - if square brackets are present in the comments (or the game text) in a
H A Dpgn-standard-proposed-supplement.txt163 Right hand square brackets are illegal in non quote delimitted strings because
/plugin/gitlog/
H A Dreadme.md52 Parameters in brackets [] are optional. Please dont use brackets within shortcode!
/plugin/latexit/
H A Drenderer.php1346 * @param bool $brackets Tells if the brackets should be used.
1348 protected function _open($command, $params = NULL, $brackets = true) { argument
1362 if ($brackets) {
1386 $brackets = false;
1388 $brackets = true;
1390 $this->_open($command, $params, $brackets);
/plugin/masciimath/
H A DREADME.txt17 …* Uses only (: and :) for angular brackets. Jipsen's documentation is ambigious, sometimes using (…
22 …niquely without it as usual, but here this only applies to ( and ), not the other kind of brackets.

12345678910