Home
last modified time | relevance | path

Searched refs:number (Results 1176 – 1200 of 1459) sorted by path

1...<<41424344454647484950>>...59

/plugin/runcommand/
H A DCOPYING242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/ryubin/
H A DCOPYING242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/s5/ui/default/
H A Dslides.js11 var number = undef; variable
159 number = 0;
238 if(number != undef) {
239 goTo(number);
246 if(number != undef) {
247 go(number);
257 if(number != undef) {
258 go(-1 * number);
276 number = undef;
280 number = (((number != undef) ? number : 0) * 10) + (key.which - 48);
[all …]
/plugin/s5/ui/dokuwiki/
H A Dslides.js11 var number = undef; variable
158 number = 0;
237 if(number != undef) {
238 goTo(number);
245 if(number != undef) {
246 go(number);
256 if(number != undef) {
257 go(-1 * number);
275 number = undef;
279 number = (((number != undef) ? number : 0) * 10) + (key.which - 48);
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js714 function eachSlice(number, iterator, context) { argument
715 var index = -number, slices = [], array = this.toArray();
716 if (number < 1) return array;
717 while ((index += number) < array.length)
718 slices.push(array.slice(index, index+number));
799 function inGroupsOf(number, fillWith) { argument
801 return this.eachSlice(number, function(slice) {
802 while(slice.length < number) slice.push(fillWith);
/plugin/s5reloaded/ui/thesis/
H A Dslides.js14 var number = undef; variable
422 number = undef;
568 if(number != undef) {
569 goTo(number);
576 if(number != undef) {
577 go(number);
587 if(number != undef) {
588 go(-1 * number);
627 number = undef;
631 number = (((number != undef) ? number : 0) * 10) + (key.which - 48);
[all …]
/plugin/schemadata/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.MaxImgLength.txt
H A DCore.ColorKeywords.txt
H A DCore.DirectLexLineNumberSyncInterval.txt
H A DCore.MaintainLineNumbers.txt
H A DHTML.MaxImgLength.txt
H A DHTML.SafeEmbed.txt
H A DHTML.SafeObject.txt
/plugin/scriptheader/
H A DCOPYING242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/searchformgoto/
H A DCOPYING570 Each version is given a distinguishing version number. If the
575 Foundation. If the Program does not specify a version number of the
/plugin/searchpattern/
H A Dstyle.css92 div.dokuwiki div.sp_main table.sp_main_table td.sp_count{ /*the match number cells in results*/
/plugin/searchstats/
H A Dhelper.php29 'number of words' => 'integer'),
/plugin/semantic/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/sentry/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js2593 if (number === number) {
2595 number = number <= upper ? number : upper;
2598 number = number >= lower ? number : lower;
2601 return number;
3119 return number >= nativeMin(start, end) && number < nativeMax(start, end);
5416 return function(number, precision) { argument
5417 number = toNumber(number);
5428 return func(number);
13981 function clamp(number, lower, upper) {
14035 function inRange(number, start, end) {
[all …]
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md6130 *(number)*: Returns the converted number.
6241 *(number)*: Returns the number.
6406 1. `number` *(number)*: The number to round up.
6410 *(number)*: Returns the rounded up number.
6464 1. `number` *(number)*: The number to round down.
6707 1. `number` *(number)*: The number to round.
6711 *(number)*: Returns the rounded number.
6830 1. `number` *(number)*: The number to clamp.
6835 *(number)*: Returns the clamped number.
6863 1. `number` *(number)*: The number to check.
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2593 if (number === number) {
2595 number = number <= upper ? number : upper;
2598 number = number >= lower ? number : lower;
2601 return number;
3119 return number >= nativeMin(start, end) && number < nativeMax(start, end);
5416 return function(number, precision) { argument
5417 number = toNumber(number);
5428 return func(number);
13981 function clamp(number, lower, upper) {
14035 function inRange(number, start, end) {
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js11316 if (realm.number) {
11317 assert.strictEqual(_.isNumber(realm.number), true);
11385 assert.strictEqual(_.isObject(realm.number), true);
11434 assert.strictEqual(_.isObjectLike(realm.number), true);

1...<<41424344454647484950>>...59