Home
last modified time | relevance | path

Searched refs:brackets (Results 201 – 225 of 232) sorted by relevance

12345678910

/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1615 results = results.replace(/(\[\[\\\\)(.*?)\]\]/gm, function(match,brackets,block) {
1617 return brackets+block + ']]';
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1616 results = results.replace(/(\[\[\\\\)(.*?)\]\]/gm, function(match, brackets, block) {
1618 return brackets + block + ']]';
/plugin/codemirror/dist/modes/
H A Djavascript.min.js.map1brackets","findFatArrow","fatArrowAt","arrow","indexOf","m","exec","index","depth","sawSomething",…
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md439 '[', ']', // square brackets
/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.unc58 …ill be inserted into the link, replacing a place holder, which is enclosed in curly brackets, " +
/plugin/pgn4web/pgn4web/
H A DREADME.txt405 - if square brackets are present in the comments (or the game text) in a
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified802 …ed into the link, replacing a place holder, which is enclosed in curly brackets, as in <span styl…
H A Den.js-4.9.merged58 …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/ckgedit/lang/
H A Den.4.9.js.beautified802 …ed into the link, replacing a place holder, which is enclosed in curly brackets, as in <span styl…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst600 separated by a comma (``,``) and wrapped with squared brackets (``[]``).
/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/ckgedit/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG831 * arrays keep the same syntax with square brackets: [1, 2]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1brackets\n * @public\n */\n\nvar addAnnotation = function addAnnotation(className, annotation) {\n…
H A D6.6.js1 …{\]\}\:\"\,\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","…
H A Dbundle.js396brackets=t,this.options=n}}class w extends o.a{constructor(e){super(),this._editor=e,this._lastBra…
426brackets;for(const e of n){if(e.open===t)return{token:e.token,bracketType:1};if(e.close===t)return…
H A D4.4.js.map1brackets: [\n ['{', '}'],\n ['[', ']']\n ],\n autoClosingPairs: [\n { o…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md163 * Feature: Cookies can now contain square brackets.
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1 …{\]\}\:\"\,\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","…
H A Dbundle.js396brackets=t,this.options=n}}class w extends o.a{constructor(e){super(),this._editor=e,this._lastBra…
426brackets;for(const e of n){if(e.open===t)return{token:e.token,bracketType:1};if(e.close===t)return…
/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/jmol2/jmol/
H A DCHANGES.txt1604 # new feature: Jmol math simple array definitions using brackets: x = [3,4,5,6]
4683 # [syncId] (optional) a unique string of digits -- brackets included
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md1218 * [#9966](http://dev.ckeditor.com/ticket/9966): Fixed: Unable to type square brackets with French k…

12345678910