Home
last modified time | relevance | path

Searched defs:max (Results 201 – 213 of 213) sorted by path

123456789

/plugin/tagfilter/script/select2/
H A Dselect2_locale_tr.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azaltmalısınız"; }, argument
H A Dselect2_locale_uk.js13 formatInputTooLong: function (input, max) { return "Введіть буль ласка на" + character(input.length - max, "символ") + " менше"; }, 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_zh-CN.js9 formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, argument
H A Dselect2_locale_zh-TW.js9 formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";}, argument
/plugin/tindexmenu/
H A Dindexmenu-full.js450 dTree.prototype.openCurNS = function(max) { argument
764 dTree.prototype.init = function(s, c, n, nav, max) { argument
/plugin/tindexmenu/syntax/
H A Dindexmenu.php311 function _jstree($data,$ns,$js_opts,$js_name,$max) {
/plugin/translator/syntax/
H A Dtranslator.php284 function _setPages($start, $amount, $max, $display, $printGoBack=false) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php19 protected $max = 74; variable in splitbrain\\phpcli\\TableFormatter
82 public function setMaxWidth($max) argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4235 },fb_1_6_propIterator:function(object,max){max=max||3; argument
/plugin/webcomponent/syntax/
H A Drelated.php208 public function related($id, $max = NULL): array
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2847 var utf8border = function(buf, max) { argument
5642 exports.buf2string = function (buf, max) { argument
5690 exports.utf8border = function (buf, max) { argument
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15146 var p = ({min:C+1,max:C+1}/*:any*/); property in col_obj_w.p

123456789