Searched full:trailing (Results 1 – 25 of 447) sorted by relevance
12345678910>>...18
| /plugin/asciidocjs/node_modules/lodash/ |
| D | throttle.js | 12 * should be invoked on the leading and/or trailing edge of the `wait` 17 * **Note:** If `leading` and `trailing` options are `true`, `func` is 18 * invoked on the trailing edge of the timeout only if the throttled function 36 * @param {boolean} [options.trailing=true] 37 * Specify invoking on the trailing edge of the timeout. 45 * var throttled = _.throttle(renewToken, 300000, { 'trailing': false }); 48 * // Cancel the trailing throttled invocation. 53 trailing = true; 60 trailing = 'trailing' in options ? !!options.trailing : trailing; 65 'trailing': trailing property
|
| D | debounce.js | 18 * leading and/or trailing edge of the `wait` timeout. The `func` is invoked 23 * **Note:** If `leading` and `trailing` options are `true`, `func` is 24 * invoked on the trailing edge of the timeout only if the debounced function 44 * @param {boolean} [options.trailing=true] 45 * Specify invoking on the trailing edge of the timeout. 55 * 'trailing': false 63 * // Cancel the trailing debounced invocation. 76 trailing = true; 86 trailing = 'trailing' in options ? !!options.trailing : trailing; 102 // Start the timer for the trailing edge. [all …]
|
| D | _createCaseFirst.js | 25 var trailing = strSymbols 29 return chr[methodName]() + trailing;
|
| /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/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/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/tagentry/ |
| D | script.js | 11 alert('incomlete "{{tag>}}" - missing trailing "}}" ?'); 24 if (ce == '}' ) { // no trailing whitespace to remove 33 alert('incomlete "{{tag>}}" - missing trailing "}}" ?');
|
| /plugin/userpagecreate/lang/en/ |
| D | settings.php | 3 $lang['target'] = 'Prefix for the userpages. The username is appended here. Use a trailing colon if… 4 $lang['template'] = 'The template to copy. Use a trailing colon if you want to copy a whole namespa…
|
| /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.
|
| /plugin/avatar/ |
| D | .editorconfig | 10 trim_trailing_whitespace = true # Automatically removes trailing whitespace 16 trim_trailing_whitespace = false # Don't removes trailing whitespace
|
| /plugin/html2pdf/html2pdf/html2ps/unittest/ |
| D | test.white-space.php | 25 … 'Incorrect line box number in DIV with "white-space: pre" with trailing empty line [%s]'); 45 … 'Incorrect line box number in DIV with "white-space: pre-line" with trailing empty line [%s]'); 69 … 'Incorrect line box number in DIV with "white-space: pre" with trailing empty line [%s]'); 89 … 'Incorrect line box number in DIV with "white-space: pre-line" with trailing empty line [%s]');
|
| /plugin/jiralinks/lang/en/ |
| D | settings.php | 7 $lang['jiraserver'] = 'Jira issues browser URL<br />Incl. trailing slash.'; 10 $lang['jira_api_url'] = 'Jira REST API URL<br />Incl. trailing slash.';
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
| D | YtsFoldedScalars.yml | 37 test: Three trailing newlines in literals 76 test: Extra trailing newlines with spaces 143 test: Three trailing newlines in folded blocks
|
| D | multiple_lines_as_literal_block.yml | 5 line with trailing spaces:
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/Tests/ |
| D | ParserTest.php | 105 $tests['Literal block chomping strip with single trailing newline'] = [$expected, $yaml]; 122 $tests['Literal block chomping strip with multiple trailing newlines'] = [$expected, $yaml]; 130 …$tests['Literal block chomping strip with multiple trailing newlines after a 1-liner'] = [$expecte… 144 $tests['Literal block chomping strip without trailing newline'] = [$expected, $yaml]; 159 $tests['Literal block chomping clip with single trailing newline'] = [$expected, $yaml]; 176 $tests['Literal block chomping clip with multiple trailing newlines'] = [$expected, $yaml]; 206 $tests['Literal block chomping clip without trailing newline'] = [$expected, $yaml]; 221 $tests['Literal block chomping keep with single trailing newline'] = [$expected, $yaml]; 238 $tests['Literal block chomping keep with multiple trailing newlines'] = [$expected, $yaml]; 252 $tests['Literal block chomping keep without trailing newline'] = [$expected, $yaml]; [all …]
|
| /plugin/asciidocjs/node_modules/fs.realpath/ |
| D | old.js | 79 // Regex to find the device root, including trailing slash. E.g. 'c:\\'. 100 // the partial path so far, including a trailing slash if any 102 // the partial path without a trailing slash (except when pointing at a root) 202 // the partial path so far, including a trailing slash if any 204 // the partial path without a trailing slash (except when pointing at a root)
|
| /plugin/creole/_test/ |
| D | creole.test.php | 70 * Test heading 1, no trailing equal signs 86 * Test heading 2, no trailing equal signs 102 * Test heading 3, no trailing equal signs 118 * Test heading 4, no trailing equal signs 134 * Test heading 5, no trailing equal signs
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | config.inc.php | 31 // NOTE: Trailing backslash required 52 // Trailing backslash required 120 // Trailing directory separator ('/' or '\', depending on your system)
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages/ |
| D | en.php | 31 …'Strategy_RemoveForeignElements: Trailing hyphen in comment removed' => 'Trailing hyphen(s) in com…
|
| /plugin/submgr/lang/en/ |
| D | help.txt | 1 Namespaces are specified by a trailing colon: ''some:namespace:'' \\
|
| /plugin/solr/lang/en/ |
| D | settings.php | 4 $lang['url'] = "Solr server URL (without trailing slash)";
|
| /plugin/orphanswanted/ |
| D | helper.php | 138 //add a trailing : 148 //add a trailing : to each $item too 170 //add a trailing : to each $item too
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
| D | .jshintrc | 12 "trailing": true,
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | underscore.html | 224 'throttle does not trigger trailing call when trailing is set to false': true, 371 …lete QUnit.config.excused.Functions['throttle does not trigger trailing call when trailing is set …
|
12345678910>>...18