| /plugin/dirtylittlehelper/mermaid/editor/docs/ ! |
| D | 64.64.js | 1 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 52.52.js | 1 …brackets:[["(",")"],["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 0.0.js | 1 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"[",close:"]"},{open:"{",close:"}… property
|
| D | 30.30.js | 1 …brackets:[["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:"… property
|
| D | 63.63.js | 5 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 55.55.js | 1 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 12.12.js | 1 …brackets:[["[","]"],["(",")"],["{","}"]],autoClosingPairs:[{open:"[",close:"]"},{open:'"',close:'"… property
|
| D | 35.35.js | 1 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 34.34.js | 1 …brackets:[["[","]"],["(",")"],["{","}"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","co… property
|
| D | 47.47.js | 1 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 40.40.js | 1 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 61.61.js | 1 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 50.50.js | 1 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 54.54.js | 1 …brackets:[["(",")"],["[","]"],["If","EndIf"],["While","EndWhile"],["For","EndFor"],["Sub","EndSub"… property
|
| D | 49.49.js | 1 …brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| D | 37.37.js | 1 …brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[… property
|
| D | 38.38.js | 1 …brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[… property
|
| D | 11.11.js | 1 …brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[… property
|
| D | 56.56.js | 1 …brackets:[["(",")"],["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]… property
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ ! |
| D | code.md | 19 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/findologicxmlexport/vendor/twig/twig/src/ ! |
| D | Lexer.php | 31 protected $brackets; variable in Twig\\Lexer 110 $this->brackets = []; 145 if (!empty($this->brackets)) { 146 list($expect, $lineno) = array_pop($this->brackets); 215 …if (empty($this->brackets) && preg_match($this->regexes['lex_block'], $this->code, $match, null, $… 226 …if (empty($this->brackets) && preg_match($this->regexes['lex_var'], $this->code, $match, null, $th… 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]; [all …]
|
| /plugin/mdpage/vendor/cebe/markdown/tests/extra-data/ ! |
| D | special-attributes.md | 21 some { brackets 23 some } brackets 25 some { } brackets
|
| /plugin/codemirror/dist/modes/ ! |
| D | mscgen.min.js | 1 …brackets:["\\{","\\}"],arcsWords:["note","abox","rbox","box"],arcsOthers:["\\|\\|\\|","\\.\\.\\.",… property
|
| /plugin/json/demo/ ! |
| D | json_usage_demo.txt | 85 Empty curly brackets lists all properties of the variable. 94 Curly brackets may contain pairs with header description linked to path. 114 If variable is simple double array, it can be displayed, if square brackets are added after the var… 120 To generate table header automatically add empty curly brackets. 129 Curly brackets contain pairs with header name and path for each column. 138 Filter rules may be added inside brackets inside square brackets. Each row will be checked against … 157 Show contents only, if it matches [[json_plugin#filters|filter]] inside brackets. Syntax: ''%%%$-st…
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ ! |
| D | ObjectOperatorIndentSniff.php | 121 $brackets = null; 123 $brackets = $tokens[$next]['nested_parenthesis']; 131 if ($origBrackets === $brackets && $origConditions === $conditions) {
|