Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 25 of 116) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
Dtrim_block.test37 Trim trailing space:
38 {% if trailing -%}
39 {{ trailing -}}
54 return ['leading' => 'leading space', 'trailing' => 'trailing space', 'both' => 'both']
71 Trim trailing space:
72 trailing spaceCombined:<ul>
/plugin/asciidocjs/node_modules/lodash/
Dthrottle.js53 trailing = true;
60 trailing = 'trailing' in options ? !!options.trailing : trailing;
65 'trailing': trailing property
Ddebounce.js76 trailing = true;
86 trailing = 'trailing' in options ? !!options.trailing : trailing;
143 if (trailing && lastArgs) {
D_createCaseFirst.js25 var trailing = strSymbols
29 return chr[methodName]() + trailing;
/plugin/linksuggest/
Daction.php57 $trailing = ':'; //needs to be remembered, such that actual user input can be returned
69 $trailing = '';
133 $trailing = ':';
139 'ns' => $entered_ns . $trailing,
175 $trailing = ':'; //needs to be remembered, such that actual user input can be returned
187 $trailing = '';
230 $trailing = ':';
236 'ns' => $entered_ns . $trailing,
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dparseutil.js100 let trailing = refDestructuringErrors && refDestructuringErrors.trailingComma
101 if (!andThrow) return !!trailing
102 if (trailing) this.raise(trailing, "Comma is not permitted after the rest element")
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.LegacyEntityDecoder.txt11 not have a trailing semicolon, but only if there weren't any trailing
23 to match entities that had missing trailing semicolons in less
DCache.SerializerPath.txt8 Absolute path with no trailing slash to store serialized definitions in.
DHTML.AllowedComments.txt7 allowed, modulo leading and trailing whitespace. See also %HTML.AllowedCommentsRegexp
/plugin/submgr/lang/en/
Dhelp.txt1 Namespaces are specified by a trailing colon: ''some:namespace:'' \\
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
D.jshintrc12 "trailing": true,
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
D.jshintrc12 "trailing": true,
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
D.jshintrc12 "trailing": true,
/plugin/farmer/vendor/splitbrain/php-ico/
H A Dchangelog9 Removed trailing whitespace from blank lines.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dinline-html.md1 this is <span class="name">inline **html**</span> trailing
Dmd1_inline_html_simple.md42 Just plain comment, with trailing spaces on the line:
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
Darray.test26 {# arrays can have a trailing , like in PHP #}
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md33 * Change 'trailing data' to 'last position' for the messages.
/plugin/asciidocjs/node_modules/require-directory/
D.jshintrc20 "trailing" : true,
/plugin/findologicxmlexport/vendor/hoa/protocol/
DCHANGELOG.md24 * Protocol: Add a trailing slash to `Application`. (Ivan Enderlin, 2016-01-06T08:43:29+01:00)
/plugin/asciidocjs/node_modules/ejs/
Dusage.txt14 …pace Remove all safe-to-remove whitespace, including leading and trailing whitespace.
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md37 * Removed the 'trailing data' aspect of decoded types.
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md125 Support for trailing commas in call expressions when `ecmaVersion`
169 Allow trailing comma in destructuring arrays.
/plugin/findologicxmlexport/vendor/jms/serializer/
DUPGRADING.md34 - As default now JSON preserve trailing zeros when serializing a float
/plugin/asciidocjs/node_modules/esutils/
DREADME.md31 Returns `Statement?` if `node` has trailing `Statement`.
85 Return true if provided code can be the trailing character of ECMA262 Identifier. They are formally…

12345