Home
last modified time | relevance | path

Searched full:trailing (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/plugin/asciidocjs/node_modules/lodash/
Dthrottle.js12 * 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
Ddebounce.js18 * 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.js25 var trailing = strSymbols
29 return chr[methodName]() + trailing;
/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/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/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/tagentry/
Dscript.js11 alert('incomlete "{{tag>}}" - missing trailing "}}" ?');
24 if (ce == '}' ) { // no trailing whitespace to remove
33 alert('incomlete "{{tag>}}" - missing trailing "}}" ?');
/plugin/userpagecreate/lang/en/
Dsettings.php3 $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/
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.
/plugin/avatar/
D.editorconfig10 trim_trailing_whitespace = true # Automatically removes trailing whitespace
16 trim_trailing_whitespace = false # Don't removes trailing whitespace
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.white-space.php25 … '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/
Dsettings.php7 $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/
DYtsFoldedScalars.yml37 test: Three trailing newlines in literals
76 test: Extra trailing newlines with spaces
143 test: Three trailing newlines in folded blocks
Dmultiple_lines_as_literal_block.yml5 line with trailing spaces:
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
DParserTest.php105 $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/
Dold.js79 // 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/
Dcreole.test.php70 * 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/
Dconfig.inc.php31 // 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/
Den.php31 …'Strategy_RemoveForeignElements: Trailing hyphen in comment removed' => 'Trailing hyphen(s) in com…
/plugin/submgr/lang/en/
Dhelp.txt1 Namespaces are specified by a trailing colon: ''some:namespace:'' \\
/plugin/solr/lang/en/
Dsettings.php4 $lang['url'] = "Solr server URL (without trailing slash)";
/plugin/orphanswanted/
Dhelper.php138 //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.jshintrc12 "trailing": true,
/plugin/sequencediagram/bower_components/lodash/test/
Dunderscore.html224 '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