Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 123) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
Dtrim_block.test25 Trim leading space:
26 {% if leading %}
28 {{- leading }}
31 {%- if leading %}
32 {{- leading }}
54 return ['leading' => 'leading space', 'trailing' => 'trailing space', 'both' => 'both']
67 Trim leading space:
68 leading space
69 leading space
/plugin/asciidocjs/node_modules/lodash/
Dthrottle.js52 var leading = true,
59 leading = 'leading' in options ? !!options.leading : leading;
63 'leading': leading, property
Ddebounce.js74 leading = false,
83 leading = !!options.leading;
105 return leading ? invokeFunc(time) : result;
/plugin/scrollticker/
Dstyle.css67 .counter_decimal-leading-zero::before {
68 content: counter(scrollticker-counter, decimal-leading-zero);
/plugin/submgr/lang/en/
Dhelp.txt2 Groups are specified with a leading at-character: ''@group'' - multiple users and groups can be spe…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.AllowedComments.txt7 allowed, modulo leading and trailing whitespace. See also %HTML.AllowedCommentsRegexp
DHTML.AllowedCommentsRegexp.txt7 it should be allowed. Trailing and leading spaces are removed prior
/plugin/asciidocjs/node_modules/ejs/
Dusage.txt14 …-w --rm-whitespace Remove all safe-to-remove whitespace, including leading and …
/plugin/advanced/lang/en/config/
Dacl.txt10 * A group or user name. Groupnames are marked by a leading ''@'' character.
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dfunctions.js308 var throttledIncr = _.throttle(incr, 60, {leading: false}); property
324 var throttledIncr = _.throttle(incr, 100, {leading: false}); property
347 var throttledIncr = _.throttle(incr, 100, {leading: false}); property
447 var throttledIncr = _.throttle(incr, 32, {leading: false}); property
/plugin/asciidocjs/node_modules/align-text/
DREADME.md38 …unt. If a function, it must return an integer representing the amount of leading indentation to us…
81 …- `prefix`: **{String}** leading characters to use at the beginning of each line. `''` (empty stri…
/plugin/prettytables/
Dscript.js27 var a=0, b=0, leading=true;
/plugin/templater/
DCHANGELOG.md36 …o wrap their strings in quotation marks in order to keep any intentional leading or trailing white…
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
DREADME.md167 Suppress the behavior of treating a leading `!` character as negation.
203 `nonegate` flag to suppress this behavior, and treat leading `!`
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js839 var leading = init("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_");
854 chars = leading.sort(compare).concat(digits).sort(compare);
859 var ret = leading[num % 54];
/plugin/syntaxhighlighter/Styles/
DSyntaxHighlighter.css61 list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
/plugin/asciidocjs/node_modules/minimatch/
DREADME.md181 Suppress the behavior of treating a leading `!` character as negation.
226 `nonegate` flag to suppress this behavior, and treat leading `!`
/plugin/projects/
Dchangelog49 * Removed the leading and trailing empty line (one the first line).
/plugin/asciidocjs/node_modules/jake/node_modules/brace-expansion/
DREADME.md74 If `x` or `y` start with a leading `0`, all the numbers will be padded
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dholder.min.js12leading=h.boundingBox.height;var i=null,j=null,l=a.width*J.setup.lineWrapRatio,m=l;if(h.lineCount>…
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
Dmsword.js.unc15 // var olstyle ='list-style: decimal-leading-zero; font-size: 1.1em; margin: 0 0 0 .25em';
/plugin/asciidocjs/node_modules/brace-expansion/
DREADME.md74 If `x` or `y` start with a leading `0`, all the numbers will be padded
/plugin/mdpage/vendor/cebe/markdown/
DCHANGELOG.md47 - #56 trailing and leading spaces in a link are now ignored
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
Dmsword.js.unc15 // var olstyle ='list-style: decimal-leading-zero; font-size: 1.1em; margin: 0 0 0 .25em';
/plugin/odt/
Dexample.css267 list-style-type: decimal-leading-zero;

12345