Home
last modified time | relevance | path

Searched refs:brackets (Results 176 – 200 of 232) sorted by path

12345678910

/plugin/dirtylittlehelper/mermaid/editor/src/mermaid-language/
H A Dmermaid.js10 brackets: [ property in conf
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1brackets [] */\n\t\tvar comment = 0 /* comments /* // or /* */\n\t\tvar parentheses = 0 /* functio…
/plugin/dokuprism/prism/
H A Dprism.js68 !function(a){a.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][+-]?\d+)?/,boolean:/\b(?:false|true)\b/,block:{pattern:/^(\s*(?:~\s*)?)[#\/]\S+?(?=\s*(?:~\s*)?$|\s)/,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\s\S]+/}},punctuation:/[!"#%&':()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,\/;<=>@\[\\\]^`{|}~\s]+/},a.hooks.add("before-tokenize",(function(e){a.languages["markup-templating"].buildPlaceholders(e,"handlebars",/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g)})),a.hooks.add("after-tokenize",(function(e){a.languages["markup-templating"].tokenizePlaceholders(e,"handlebars")})),a.languages.hbs=a.languages.handlebars,a.languages.mustache=a.languages.handlebars}(Prism); class in a.languages.handlebars
/plugin/dropfiles/
H A Dyarn.lock958 expand-brackets@^0.1.4:
960 …resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807…
1758 expand-brackets "^0.1.4"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc155 Would be structured like this (note the position of the square brackets):
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt47 Internal links are created by using square brackets. You can either just give a [[doku>wiki:pagenam…
49 Internal links are created by using square brackets. You can either just give
125 You can include external and internal [[doku>wiki:images]] with curly brackets. Optionally you can …
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
49 Internal links are created by using square brackets. You can either just give
126 You can include external and internal [[doku>images]] with curly brackets. Optionally you can specify the size of them.
/plugin/fckg/
H A DChanges370 Updated entities for DW entities with left-hand angle brackets.
/plugin/fedauth/Auth/
H A DCOPYING182 boilerplate notice, with the fields enclosed by brackets "[]"
184 the brackets!) The text should be enclosed in the appropriate
/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/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml7 enclose in square brackets.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG831 * arrays keep the same syntax with square brackets: [1, 2]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst600 separated by a comma (``,``) and wrapped with squared brackets (``[]``).
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php31 protected $brackets; variable in Twig\\Lexer
110 $this->brackets = [];
145 if (!empty($this->brackets)) {
146 list($expect, $lineno) = array_pop($this->brackets);
269 $this->brackets[] = [$this->code[$this->cursor], $this->lineno];
273 if (empty($this->brackets)) {
277 list($expect, $lineno) = array_pop($this->brackets);
293 $this->brackets[] = ['"', $this->lineno];
343 list($expect, $lineno) = array_pop($this->brackets);
358 $bracket = end($this->brackets);
[all …]
/plugin/flowplay/flowplayer/
H A DLICENSE.txt182 boilerplate notice, with the fields enclosed by brackets "[]"
184 the brackets!) The text should be enclosed in the appropriate
/plugin/gitlog/
H A Dreadme.md52 Parameters in brackets [] are optional. Please dont use brackets within shortcode!
/plugin/gtime/gtlib/
H A DLICENSE182 boilerplate notice, with the fields enclosed by brackets "[]"
184 the brackets!) The text should be enclosed in the appropriate
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt181 attr_selector attribute selector (square brackets in a[href^=http://])
/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/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/PEAR/Sniffs/WhiteSpace/
H A DObjectOperatorIndentSniff.php121 $brackets = null;
123 $brackets = $tokens[$next]['nested_parenthesis'];
131 if ($origBrackets === $brackets && $origConditions === $conditions) {
/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/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …fore{content:"\F168"}.mdi-code-braces::before{content:"\F169"}.mdi-code-brackets::before{content:"…
/plugin/indexnumber/
H A DREADME.md36 you **must** have an id. If the description contains angle brackets, they must be

12345678910