Home
last modified time | relevance | path

Searched refs:delimiters (Results 51 – 75 of 93) sorted by path

1234

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D48.48.js.map1 …)/, ['delimiter.html', 'tag.html', 'delimiter.html']],\n // delimiters\n [/[…
H A D50.50.js.map1 … http://stackoverflow.com/questions/728172/are-there-multiline-comment-delimiters-in-sql-that-are-…
H A D52.52.js.map1 …])+\\/)/, { token: 'regexp.delim', next: '@regexp' }],\n // delimiters and operators\n …
H A D53.53.js1 …,"|=","||","_","?","#"],escapes:/\\([nrt0\"''\\]|x\h{2}|u\{\h{1,6}\})/,delimiters:/[,]/,symbols:/[… property in AnonymousFunctionf44b204b0100.s
H A D53.53.js.map1delimiters: /[,]/,\n symbols: /[\\#\\!\\%\\&\\*\\+\\-\\.\\/\\:\\;\\<\\=\\>\\@\\^\\|_\\?]+/,\n …
H A D54.54.js.map1 …d+/, 'number.float'],\n [/\\d+/, 'number'],\n // delimiters and operators\n …
H A D55.55.js.map1 …-Z_$][\\w$]*(?:\\.[a-zA-Z_$][\\w$]*)*/, 'annotation'],\n // delimiters and operators\n …
H A D59.59.js.map1 … //DataTypes\n [/int\\d*/, 'keyword'],\n // delimiters and operators\n …
H A D6.6.js.map1 …', bracket: '@open', next: '@regexp' }\n ],\n // delimiters and operators\n …
H A D60.60.js.map1 … //DataTypes\n [/int\\d*/, 'keyword'],\n // delimiters and operators\n …
H A D61.61.js.map1 … http://stackoverflow.com/questions/728172/are-there-multiline-comment-delimiters-in-sql-that-are-…
H A D64.64.js.map1 …// whitespace\n { include: '@whitespace' },\n // delimiters and operators\n …
H A D66.66.js.map1 …', bracket: '@open', next: '@regexp' }\n ],\n // delimiters and operators\n …
H A D67.67.js.map1 … // date literal\n [/#.*#/, 'number'],\n // delimiters and operators\n …
H A D8.8.js.map1 …// whitespace\n { include: '@whitespace' },\n // delimiters and operators\n …
/plugin/edittable/lib/
H A Dhandsontable.full.js12283 delimiters: {
12465 if (cultures[currentCulture].delimiters.decimal !== '.') {
12466 … string = string.replace(/\./g, '').replace(cultures[currentCulture].delimiters.decimal, '.');
12908 var p = sep ? abbr + sep : cultures[currentCulture].delimiters.decimal;
12933 cultures[currentCulture].delimiters.thousands);
13196 _decimalSep = cultureData.delimiters.decimal;
13197 if (cultureData.delimiters.thousands === '.') {
13200 _thousandSep = cultureData.delimiters.thousands;
15120 delimiters = _numbro$cultureData.delimiters;
35688 var decimalDelimiter = _numbro2.default.cultureData().delimiters.decimal;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc316 $params['should_trim_fields'] = (boolean) Optional parameter to specify whether the values between delimiters in a delimited file should have whitespace trimmed from them
H A DTextStructureNamespace.asciidoc40 $params['should_trim_fields'] = (boolean) Optional parameter to specify whether the values between delimiters in a delimited file should have whitespace trimmed from them
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm36 <cfloop list="#submitted_text#" index="field" delimiters=",">
42 <cfloop list="#field#" index="line" delimiters="#CRLF#">
75 <cfloop list="#food#" index="aspell_line" delimiters="#CRLF#">
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php266 …public static function parseScalar(string $scalar, int $flags = 0, array $delimiters = null, int &… argument
272 if (null !== $delimiters) {
275 …(sprintf('Unexpected end of line, expected one of "%s".', implode('', $delimiters)), self::$parsed…
277 if (!\in_array($tmp[0], $delimiters)) {
283 if (!$delimiters) {
291 …} elseif (Parser::preg_match('/^(.*?)('.implode('|', $delimiters).')/', substr($scalar, $i), $matc…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG1049 * made lexer more flexible as you can now change the default delimiters
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dcoding_standards.rst52 * Do not put any spaces before and after string delimiters:
H A Drecipes.rst158 Twig allows some syntax customization for the block delimiters. It's not
162 To change the block delimiters, you need to create your own lexer object::
536 practice as both AngularJS and Twig use the same delimiters in their syntax:
543 * Escaping the AngularJS delimiters by wrapping AngularJS sections with the
547 * Changing the delimiters of one of the template engines (depending on which
560 * For Twig, change the delimiters via the ``tag_variable`` Lexer option:
H A Dtemplates.rst40 There are two kinds of delimiters: ``{% ... %}`` and ``{{ ... }}``. The first
/plugin/interwikiformatting/
H A DREADME.md12 …dia where page ids are made of words separated by underscores or other delimiters the plugin will …

1234