Home
last modified time | relevance | path

Searched refs:_max (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
DCartesianProduct.php69 protected $_max = 0; variable in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct
112 $this->_max = count($this->_sets) - 1;
161 for ($i = 0; $i <= $this->_max; ++$i) {
170 if ($i === $this->_max) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
DRepetition.php63 protected $_max = 0; variable in Hoa\\Compiler\\Llk\\Rule\\Repetition
92 $this->_max = $max;
114 return $this->_max;
/plugin/datatables/assets/pdfmake/
Dpdfmake.js56272 var _max = cmap.nGroups - 1;
56273 while (_min <= _max) {
56274 var _mid = _min + _max >> 1;
56277 _max = _mid - 1;
57798 var _max = this.table.binarySearchHeader.nUnits - 1;
57799 while (_min <= _max) {
57800 var mid = _min + _max >> 1;
57807 _max = mid - 1;