Home
last modified time | relevance | path

Searched defs:max (Results 76 – 100 of 273) sorted by relevance

1234567891011

/plugin/asciidocjs/node_modules/lodash/
Dmath.js6 'max': require('./max'), property
/plugin/tagfilter/script/select2/
Dselect2_locale_lt.js13 …formatInputTooLong: function (input, max) { return "Pašalinkite" + character(input.length - max); … argument
Dselect2_locale_fa.js14 …formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نو… argument
Dselect2_locale_en.js13 …formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + … argument
Dselect2_locale_uk.js13 …formatInputTooLong: function (input, max) { return "Введіть буль ласка на" + character(input.lengt… argument
Dselect2_locale_pl.js13 …formatInputTooLong: function (input, max) { return "Wpisana fraza jest za długa o" + character(inp… argument
Dselect2_locale_sk.js26 formatInputTooLong: function (input, max) { argument
Dselect2_locale_cs.js27 formatInputTooLong: function (input, max) { argument
/plugin/aichat/
H A Dremote.php88 public function similar($query, $max = -1, $threshold = -1, $lang = '')
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2Bucket.php32 public function setMax(GooglePrivacyDlpV2Value $max)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php304 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high)
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php118 public function getRangeForExpression($expression, $max)
/plugin/farmer/vendor/splitbrain/php-ringicon/src/
H A DAbstractRingIcon.php61 protected function rand($min, $max)
/plugin/sphinxsearch-was/
H A Dsphinxapi.php660 function SetLimits($offset, $limit, $max = 0, $cutoff = 0)
677 function SetMaxQueryTime($max)
761 function SetIDRange($min, $max)
788 function SetFilterRange($attribute, $min, $max, $exclude = false)
800 function SetFilterFloatRange($attribute, $min, $max, $exclude = false)
/plugin/sphinxsearch/
Dsphinxapi.php694 function SetLimits ( $offset, $limit, $max=0, $cutoff=0 )
711 function SetMaxQueryTime ( $max )
796 function SetIDRange ( $min, $max )
824 function SetFilterRange ( $attribute, $min, $max, $exclude=false )
836 function SetFilterFloatRange ( $attribute, $min, $max, $exclude=false )
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DDateHistogram.php121 public function setExtendedBounds(string $min = '', string $max = ''): self
/plugin/data/syntax/
Dcloud.php209 protected function cloudWeight(&$tags, $min, $max, $levels)
/plugin/gtime/gtlib/util/
DGTBaseX.php36 private $max; variable in GTBaseX
/plugin/data-au/syntax/
Dcloud.php194 protected function _cloud_weight(&$tags, $min, $max, $levels) {
/plugin/webcomponent/syntax/
Drelated.php208 public function related($id, $max = NULL): array
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php116 …public static function getRelatedPagesOrderedByBacklinkCount(MarkupPath $page, ?int $max = null): …
/plugin/statdisplay/helper/
Dlog.php432 public function max($input, $key = null) function in helper_plugin_statdisplay_log
/plugin/tableplot/
Dtable2Plot.js68 max: 0, // defaults to maximum y value in the table property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DDistributionUpdate.php65 public function setMax(SplitInt64 $max)
/plugin/const/
Dclass.evalmath.php993 public static function max( ...$args ) { function in EvalMath_Functions
1140 public static function rand_int( $min, $max ) {

1234567891011