Home
last modified time | relevance | path

Searched refs:max (Results 151 – 175 of 1190) sorted by relevance

12345678910>>...48

/plugin/tagfilter/script/select2/
H A Dselect2_locale_fr.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de supprimer " + n + " caractère" + (n == 1? "" : "s"); }, argument
H A Dselect2_locale_el.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Παρακαλούμε διαγράψτε " + n + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, argument
H A Dselect2_locale_ar.js12 formatInputTooLong: function (input, max) { var n = input.length - max; if (n == 1){ return "الرجاء إدخال حرف واحد على الأقل"; } return n == 2 ? "الرجاء إدخال حرفين على الأقل" : "الجاء إدخال " + n + " على الأقل "; }, argument
H A Dselect2_locale_en.js13 formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1 ? "" : "s"); }, argument
H A Dselect2_locale_hr.js13 formatInputTooLong: function (input, max) { return "Unesite" + character(input.length - max) + " manje"; }, argument
H A Dselect2_locale_lv.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Lūdzu ievadiet par " + n + " simbol" + (n == 11 ? "iem" : n%10 == 1 ? "u" : "iem") + " mazāk"; }, argument
H A Dselect2_locale_ru.js12 formatInputTooLong: function (input, max) { return "Пожалуйста, введите на" + character(input.length - max) + " меньше"; }, argument
H A Dselect2_locale_lt.js13 formatInputTooLong: function (input, max) { return "Pašalinkite" + character(input.length - max); }, argument
H A Dselect2_locale_uk.js13 formatInputTooLong: function (input, max) { return "Введіть буль ласка на" + character(input.length - max, "символ") + " менше"; }, argument
H A Dselect2_locale_rs.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Obrišite " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, argument
H A Dselect2_locale_pl.js13 formatInputTooLong: function (input, max) { return "Wpisana fraza jest za długa o" + character(input.length - max, "znak", "i"); }, argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1b8655e6ba99fe39933c6eafe78728b7.asciidoc11 'max' => 2,
26 'max' => 2,
/plugin/seqdia/
H A Dimg.php18 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
19 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/graphviz/
H A Dimg.php18 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
19 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/mindmap/
H A Dimg.php22 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
23 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/dataplot/
H A Dimg.php20 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
21 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/randomtables/syntax/
H A Dsource.php95 [$min, $max, $txt] = $line;
97 $range = ($min === $max) ? $min : $min . '-' . $max;
/plugin/diagramsnet/lib/shapes/
H A DmxGmdl.js344 barPos = Math.max(0, Math.min(1, barPos));
434 barPos = Math.max(0, Math.min(1, barPos));
529 hPos = Math.max(hPos, 0);
605 hPos = Math.min(Math.max(hPos, 0), 1);
638 …var hPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'hPos'…
700 barPos = Math.max(0, Math.min(1, barPos));
800 barPos = Math.max(0, Math.min(1, barPos));
917 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
945 …var dx1 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx1', this.dx1)))…
950 …this.state.style['dx1'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.widt…
[all …]
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php114 * @param int $max Maximum offset for range
118 public function getRangeForExpression($expression, $max) argument
133 $to = isset($range[1]) ? $range[1] : $max;
/plugin/webcomponent/_test/
H A Drelated.test.php150 $max = 1;
151 $referrers = $relatedPlugin->related($referentPageId, $max);
152 $expected = $max + 1; // +1 for the more page
158 …f ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = $max;
/plugin/tindexmenu/
H A Dajax.php157 $max=0;
160 $max=$_REQUEST['max'];
161 $level=$max;
172 'max' => $max,
/plugin/indexmenu/
H A Dajax.php49 header('Cache-Control: public, max-age=3600');
/plugin/ifauthex/lib/
H A Dexceptions.php87 …$message .= mb_substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstan…
89 …$message .= substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstance-…
112 …$message .= mb_substr($firstTokenInstance->text(), max(0, $firstTokenInstance->position() - 3), $f…
114 …$message .= substr($firstTokenInstance->text(), max(0, $firstTokenInstance->position() - 3), $firs…
/plugin/statdisplay/helper/
H A Dlog.php55 $max = @filesize($this->logfile);
56 if (!$max) return 100.0;
58 return (int)$pos * 100 / $max;
432 public function max($input, $key = null) function in helper_plugin_statdisplay_log
434 $max = 0;
442 if ($val > $max) $max = $val;
445 return $max;
/plugin/jspolyfill/script/
H A Darray_fill.js24 Math.max(len + relativeStart, 0) :
34 Math.max(len + relativeEnd, 0) :

12345678910>>...48