Searched refs:checkFormatter (Results 1 – 1 of 1) sorted by relevance
564 function checkFormatter(formatter, formatterName) { function1652 …if ($.isArray(data) && data.length >= maxSelSize && checkFormatter(opts.formatSelectionTooBig, "fo…1659 if (checkFormatter(opts.formatInputTooShort, "formatInputTooShort")) {1669 if (checkFormatter(opts.formatInputTooLong, "formatInputTooLong")) {1728 … if (data.results.length === 0 && checkFormatter(opts.formatNoMatches, "formatNoMatches")) {1736 if (data.more === true && checkFormatter(opts.formatLoadMore, "formatLoadMore")) {3060 if (checkFormatter(self.opts.formatNoMatches, "formatNoMatches")) {