Home
last modified time | relevance | path

Searched refs:brackets (Results 176 – 200 of 232) sorted by last modified time

12345678910

/plugin/codemirror/dist/modes/
H A Dsql.min.js1brackets||/^[\{}\(\)\[\]]/,q=c.punctuation||/^[;.,:]/;function r(a,b){var c=a.next();if(m[c]){var …
H A Dsieve.min.js.map1 …wings so that editor behaves...\n // ...more sane incase of broken brackets\n state._ind…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …}\n if (ch < lineText.length) {\n // Only include angle brackets in analysis if th…
/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/minimap/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "{}"
183 the brackets!) The text should be enclosed in the appropriate
/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/sequencediagram/bower_components/eve-raphael/
H A DLICENSE182 boilerplate notice, with the fields enclosed by brackets "[]"
184 the brackets!) The text should be enclosed in the appropriate
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock897 expand-brackets@^2.1.4:
899 …resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f…
938 expand-brackets "^2.1.4"
/plugin/sequencediagram/bower_components/snap.svg/
H A DLICENSE182 boilerplate notice, with the fields enclosed by brackets "[]"
184 the brackets!) The text should be enclosed in the appropriate
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1307 expand-brackets@^0.1.4:
1309 …resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807…
2129 expand-brackets "^0.1.4"
/plugin/webcomponent/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "[]"
183 the brackets!) The text should be enclosed in the appropriate
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst600 separated by a comma (``,``) and wrapped with squared brackets (``[]``).
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml7 enclose in square 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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG831 * arrays keep the same syntax with square brackets: [1, 2]
/plugin/404manager/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "{}"
183 the brackets!) The text should be enclosed in the appropriate
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc51 …ill be inserted into the link, replacing a place holder, which is enclosed in curly brackets, " +
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1615 results = results.replace(/(\[\[\\\\)(.*?)\]\]/gm, function(match,brackets,block) {
1617 return brackets+block + ']]';
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md1218 * [#9966](http://dev.ckeditor.com/ticket/9966): Fixed: Unable to type square brackets with French k…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified710 …ed into the link, replacing a place holder, which is enclosed in curly brackets, as in <span styl…
H A Den.js.ckgedit52 …ill be inserted into the link, replacing a place holder, which is enclosed in curly brackets, " +
H A Den.js.unc58 …ill be inserted into the link, replacing a place holder, which is enclosed in curly brackets, " +
/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/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` ].
H A Dspecs.md125 and `&`. Left angle brackets are used to start tags; ampersands are
171 However, inside Markdown code spans and blocks, angle brackets and
503 ampersands and angle brackets. For example, this:
550 In both styles, the link text is delimited by [square brackets].
574 Reference-style links use a second set of square brackets, inside
579 You can optionally use a space to separate the sets of brackets:
590 * Square brackets containing the link identifier (optionally
607 The link URL may, optionally, be surrounded by angle brackets:
631 Just use an empty set of square brackets -- e.g., to link the word
817 * followed by a set of square brackets, containing the `alt`
[all …]

12345678910