Home
last modified time | relevance | path

Searched refs:max (Results 126 – 150 of 1190) sorted by relevance

12345678910>>...48

/plugin/visrep/
H A Dimg.php17 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 3…
/plugin/tagfilter/script/select2/
H A Dselect2_locale_de.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Bitte " + n + " Zeichen weniger eingeben"; }, argument
H A Dselect2_locale_no.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vennligst fjern " + n + " tegn"; }, argument
H A Dselect2_locale_sv.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Var god sudda ut " + n + " tecken"; }, argument
13 formatSelectionTooBig: function (limit) { return "Du kan max välja " + limit + " element"; },
H A Dselect2_locale_da.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Angiv venligst " + n + " tegn mindre"; }, argument
H A Dselect2_locale_is.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vinsamlegast styttið texta um " + n + " staf" + (n > 1 ? "i" : ""); }, argument
H A Dselect2_locale_ca.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Introduïu " + n + " caràcter" + (n == 1? "" : "s") + "menys"; }, argument
H A Dselect2_locale_es.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); }, argument
H A Dselect2_locale_et.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Sisesta " + n + " täht" + (n == 1? "" : "e") + " vähem"; }, argument
H A Dselect2_locale_fa.js14 formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نویسه را حذف کنید."; }, argument
H A Dselect2_locale_it.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Inserisci " + n + " caratter" + (n == 1? "e" : "i") + " in meno"; }, argument
H A Dselect2_locale_bg.js13 formatInputTooLong: function (input, max) { var n = input.length - max; return "Моля въведете с " + n + " по-малко символ" + (n > 1 ? "а" : ""); }, argument
H A Dselect2_locale_gl.js21 formatInputTooLong: function (input, max) { argument
22 var n = input.length - max;
H A Dselect2_locale_id.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Hapus " + n + " huruf" + (n == 1 ? "" : "s"); }, argument
H A Dselect2_locale_mk.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Ве молиме внесете " + n + " помалку карактер" + (n == 1? "" : "и"); }, argument
H A Dselect2_locale_nl.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " minder in"; }, argument
H A Dselect2_locale_vi.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vui lòng nhập ít hơn " + n + " ký tự" + (n == 1? "" : "s"); }, argument
H A Dselect2_locale_pt-BR.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " caractere" + (n == 1? "" : "s"); }, argument
H A Dselect2_locale_pt-PT.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, argument
H A Dselect2_locale_ro.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vă rugăm să introduceți mai puțin de " + n + " caracter" + (n == 1? "" : "e"); }, argument
H A Dselect2_locale_eu.js21 formatInputTooLong: function (input, max) { argument
22 var n = input.length - max;
/plugin/graphgear/
H A Dload.php23 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
24 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/mindmap/
H A Dxml.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/plantuml/
H A Dimg.php17 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + max($conf['cachetime'], 3600)) . ' GMT');
18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'],…
/plugin/externalembed/
H A Dall.css1 /*@media only screen and (max-width: 800px){
7 @media screen and (max-width: 374px) {

12345678910>>...48