Searched refs:trailing (Results 1 – 25 of 116) sorted by relevance
12345
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/ |
| D | trim_block.test | 37 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/ |
| D | throttle.js | 53 trailing = true; 60 trailing = 'trailing' in options ? !!options.trailing : trailing; 65 'trailing': trailing property
|
| D | debounce.js | 76 trailing = true; 86 trailing = 'trailing' in options ? !!options.trailing : trailing; 143 if (trailing && lastArgs) {
|
| D | _createCaseFirst.js | 25 var trailing = strSymbols 29 return chr[methodName]() + trailing;
|
| /plugin/linksuggest/ |
| D | action.php | 57 $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/ |
| D | parseutil.js | 100 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/ |
| D | Core.LegacyEntityDecoder.txt | 11 not have a trailing semicolon, but only if there weren't any trailing 23 to match entities that had missing trailing semicolons in less
|
| D | Cache.SerializerPath.txt | 8 Absolute path with no trailing slash to store serialized definitions in.
|
| D | HTML.AllowedComments.txt | 7 allowed, modulo leading and trailing whitespace. See also %HTML.AllowedCommentsRegexp
|
| /plugin/submgr/lang/en/ |
| D | help.txt | 1 Namespaces are specified by a trailing colon: ''some:namespace:'' \\
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
| D | .jshintrc | 12 "trailing": true,
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/ |
| D | .jshintrc | 12 "trailing": true,
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
| D | .jshintrc | 12 "trailing": true,
|
| /plugin/farmer/vendor/splitbrain/php-ico/ |
| H A D | changelog | 9 Removed trailing whitespace from blank lines.
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | inline-html.md | 1 this is <span class="name">inline **html**</span> trailing
|
| D | md1_inline_html_simple.md | 42 Just plain comment, with trailing spaces on the line:
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
| D | array.test | 26 {# arrays can have a trailing , like in PHP #}
|
| /plugin/pureldap/vendor/freedsx/socket/ |
| H A D | CHANGELOG.md | 33 * Change 'trailing data' to 'last position' for the messages.
|
| /plugin/asciidocjs/node_modules/require-directory/ |
| D | .jshintrc | 20 "trailing" : true,
|
| /plugin/findologicxmlexport/vendor/hoa/protocol/ |
| D | CHANGELOG.md | 24 * Protocol: Add a trailing slash to `Application`. (Ivan Enderlin, 2016-01-06T08:43:29+01:00)
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | usage.txt | 14 …pace Remove all safe-to-remove whitespace, including leading and trailing whitespace.
|
| /plugin/pureldap/vendor/freedsx/asn1/ |
| H A D | CHANGELOG.md | 37 * Removed the 'trailing data' aspect of decoded types.
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | CHANGELOG.md | 125 Support for trailing commas in call expressions when `ecmaVersion` 169 Allow trailing comma in destructuring arrays.
|
| /plugin/findologicxmlexport/vendor/jms/serializer/ |
| D | UPGRADING.md | 34 - As default now JSON preserve trailing zeros when serializing a float
|
| /plugin/asciidocjs/node_modules/esutils/ |
| D | README.md | 31 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