Home
last modified time | relevance | path

Searched refs:whitespace (Results 126 – 150 of 187) sorted by relevance

12345678

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D50.50.js.map1whitespace' },\n { include: '@pseudoColumns' },\n { include: '@numbers' },\n…
H A D12.12.js.map1whitespace' },\n // numbers\n [/@numbers/, 'number'],\n // charac…
H A D59.59.js.map1whitespace\n { include: '@whitespace' },\n // [[ attributes ]].\n …
H A D22.22.js.map1 …'],\n [/=/, 'delimiter'],\n [/[ \\t\\r\\n]+/] // whitespace\n ],\n …
H A D43.43.js.map1whitespace' },\n { include: '@comments' },\n { include: '@strings' },\n …
H A D7.7.js.map1whitespace' },\n [/[:,.]/, 'delimiter'],\n [/[{}()\\[\\]]/, '@brackets'],\n …
H A D35.35.js.map1whitespace' },\n { include: '@numbers' },\n { include: '@strings' },\n …
H A D40.40.js.map1whitespace' },\n { include: '@pseudoColumns' },\n { include: '@numbers' },\n…
H A D61.61.js.map1whitespace' },\n { include: '@pseudoColumns' },\n { include: '@numbers' },\n…
H A D42.42.js.map1 …staload should be specially parsed\n // dynload whitespace+ \"special_strin…
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1whitespace\n if (stream.eatSpace()) {\n return rval(state,stream,\"whitespace\");\n }\n…
H A Dq.min.js.map1 …\n return stream.peek()==\"/\"?(stream.skipToEnd(),\"comment\"):\"whitespace\";\n if(c=='\…
H A Dscheme.min.js.map1 …ower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char<? …
H A Dxquery.min.js.map1 … stream.eatWhile(/[\\w\\$_-]/);\n }\n // if the next non whitespace character is an …
H A Dsql.min.js.map1whitespace width_bucket window with within without work wrapper write xml xmlagg xmlattributes xml…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js23503 return whitespace + string + whitespace;
24252 var string = whitespace + 'a b c' + whitespace,
24253 expected = (index == 2 ? whitespace : '') + 'a b c' + (index == 1 ? whitespace : '');
24261 var object = { 'toString': lodashStable.constant(whitespace + 'a b c' + whitespace) },
24262 expected = (index == 2 ? whitespace : '') + 'a b c' + (index == 1 ? whitespace : '');
24299 var string = whitespace + 'a b c' + whitespace,
24300 expected = (index == 2 ? whitespace : '') + 'a b c' + (index == 1 ? whitespace : '');
24309 var string = Object(whitespace + 'a b c' + whitespace),
24310 trimmed = (index == 2 ? whitespace : '') + 'a b c' + (index == 1 ? whitespace : ''),
24320 var string = whitespace + 'a b c' + whitespace,
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css336 /* the right margin should visually be 10px, but because of its inline-block nature the whitespace inbetween is about 4px more */
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md162 …alue, $message = '')` | Check that a string contains at least one non-whitespace character
/plugin/code3/src/
H A Dtz.js880 case 0: // whitespace state
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG413 * allowed operators that contain whitespaces to have more than one whitespace
626 * fixed raw blocks when used with the whitespace trim option
771 * added whitespace control modifier to all tags (see docs for more information)
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog5 * Fixed: space could be added after some non-whitespace symbols
886 * Fixed: whitespace/line breaks were not preserved inside the
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1whitespace character of\n // the line if there is one, else it places the cursor at the e…
/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
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9813 <h3 id="_trimstring-charswhitespace"><code>_.trim([string=''], [chars=whitespace])</code></h3>
9816 Removes leading and trailing whitespace or specified characters from `string`.
9823 2. `[chars=whitespace]` *(string)*: The characters to trim.
9845 <h3 id="_trimendstring-charswhitespace"><code>_.trimEnd([string=''], [chars=whitespace])</code></h3>
9848 Removes trailing whitespace or specified characters from `string`.
9855 2. `[chars=whitespace]` *(string)*: The characters to trim.
9874 <h3 id="_trimstartstring-charswhitespace"><code>_.trimStart([string=''], [chars=whitespace])</code>…
9877 Removes leading whitespace or specified characters from `string`.
9884 2. `[chars=whitespace]` *(string)*: The characters to trim.
/plugin/scrape/
H A DHTMLPurifier.standalone.php

12345678