Home
last modified time | relevance | path

Searched refs:brackets (Results 1 – 25 of 232) sorted by relevance

12345678910

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D64.64.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunction2d99d6cf0100.o
H A D52.52.js1brackets:[["(",")"],["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunctiona75057290100.r
H A D0.0.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"[",close:"]"},{open:"{",close:"}… property in AnonymousFunction3c616b5b0100.i
H A D30.30.js1brackets:[["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:"… property in AnonymousFunction34b2ea210100.o
H A D63.63.js5brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunctione09f0dad0100.n
H A D55.55.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunction8e40b28f0100.r
H A D12.12.js1brackets:[["[","]"],["(",")"],["{","}"]],autoClosingPairs:[{open:"[",close:"]"},{open:'"',close:'"… property in AnonymousFunctionf600a1a10100.s
H A D34.34.js1brackets:[["[","]"],["(",")"],["{","}"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","co… property in AnonymousFunction689e0ea90100.R
H A D47.47.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunction3be257710100.n
H A D35.35.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunctionb598d7cb0100.A
H A D40.40.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunction2106d7830100.T
H A D50.50.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunction0d5ac4e50100.i
H A D61.61.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunction46a97b690100.A
H A D54.54.js1brackets:[["(",")"],["[","]"],["If","EndIf"],["While","EndWhile"],["For","EndFor"],["Sub","EndSub"… property in AnonymousFunction4145e96d0100.t
H A D49.49.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunctiond5d7e9b50100.R
H A D11.11.js1brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[… property in AnonymousFunctiona905d87f0100.o
H A D38.38.js1brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[… property in AnonymousFunction9c8933310100.s
H A D37.37.js1brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[… property in AnonymousFunction4f8e6a0f0100.r
H A D56.56.js1brackets:[["(",")"],["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunctiondb3b7bb10100.t
H A D46.46.js1brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property in AnonymousFunctioneee78e4f0100.i
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dcode.md19 A code block enclosed in brackets: [`somecode`].
21 A code block enclosed in brackets: [ `somecode` ].
25 A code block enclosed in image brackets: ![`somecode`].
27 A code block enclosed in image brackets: ![ `somecode` ].
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dspecial-attributes.md21 some { brackets
23 some } brackets
25 some { } 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/codemirror/dist/modes/
H A Dmscgen.min.js1brackets:["\\{","\\}"],arcsWords:["note","abox","rbox","box"],arcsOthers:["\\|\\|\\|","\\.\\.\\.",… property in AnonymousFunctionf90549c60100.b.msgenny
/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) {

12345678910