Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 25 of 502) sorted by path

12345678910>>...21

/plugin/aceeditor/
H A DNEWS112 * Wrap mode: adapts to editor width if limit is empty
H A Dbuild.js1 …er|isolation|iterate|key|keys|kill|language|last|leading|leave|left|level|limit|linear|lines|list|…
/plugin/acknowledge/
H A Dhelper.php585 * @param int $limit maximum number of results
588 public function getAcknowledgements($limit = 100)
598 return $this->db->queryAll($sql, $limit);
557 getAcknowledgements($limit = 100) global() argument
/plugin/advrack/
H A Djquery.qtip.js1595 limit = this.options.hide.distance,
1599 if(abs(event.pageX - origin.pageX) >= limit || abs(event.pageY - origin.pageY) >= limit) {
/plugin/aichat/Storage/
H A DAbstractStorage.php114 * If not, the storage should return twice the $limit of chunks and the caller will filter out the readable ones.
118 * @param int $limit The number of results to return, see note above
121 abstract public function getSimilarChunks($vector, $lang = '', $limit = 4);
84 getSimilarChunks($vector, $limit = 4) global() argument
H A DSQLiteStorage.php139 public function getSimilarChunks($vector, $lang = '', $limit = 4)
155 [json_encode($vector, JSON_THROW_ON_ERROR), $cluster, $this->similarityThreshold, $limit]
88 getSimilarChunks($vector, $limit = 4) global() argument
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js495 // limit abortion to this input
501 limit: options.max
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php68 * @param int $limit
72 public static function split($pattern, $string, $limit = -1, $flags = 0) argument
83 if (self::isLastPart($length, $flags, $limit, $count)) {
101 * @param $limit
105 private static function isLastPart($length, $flags, $limit, &$count) argument
110 return $limit > 0
113 && ++$count > $limit;
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DMultibyteTest.php14 public function testSplit($expected, $pattern, $subject, $limit = -1, $flags = 0) argument
16 $this->assertSame($expected, Multibyte::split($pattern, $subject, $limit, $flags));
/plugin/airtable/
H A DLICENSE190 the covered work, and you disclaim any intention to limit operation or
240 used to limit the access or legal rights of the compilation's users
H A DREADME.md17 * set **Max Records** parameter - this will add a limit to the number of rows in a table that a use…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js851 gatherAttribute: function( elm, attr, limit, lvl ) { argument
853 limit = limit ? limit : 3;
857 if ( !value && lvl < limit ) {
858 return _this.gatherAttribute( elm.parentNode, attr, limit, lvl + 1 );
867 gatherClassName: function( elm, className, limit, lvl ) { argument
869 limit = limit ? limit : 3;
874 if ( !value && lvl < limit ) {
875 return _this.gatherClassName( elm.parentNode, className, limit, lvl + 1 );
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js18475 limit = 255 - threshold,
18484 if (r > limit &&
18485 g > limit &&
18486 b > limit &&
H A Dfabric.min.js11 …tance,limit=255-threshold,abs=Math.abs,r,g,b;for(var i=0,len=data.length;i<len;i+=4){r=data[i];g=d…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js4162 var limit = (s.strstart > (s.w_size - MIN_LOOKAHEAD)) ?
4249 } while ((cur_match = prev[cur_match & wmask]) > limit && --chain_length !== 0);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1285 var limit = Math.pow(2, 8 * byteLength - 1)
1287 checkInt(this, value, offset, byteLength, limit - 1, -limit)
1305 var limit = Math.pow(2, 8 * byteLength - 1)
1307 checkInt(this, value, offset, byteLength, limit - 1, -limit)
21475 var limit = (s.strstart > (s.w_size - MIN_LOOKAHEAD)) ?
21562 } while ((cur_match = prev[cur_match & wmask]) > limit && --chain_length !== 0);
H A Dpdfmake.min.js.map1limit","sub","writeIntBE","writeInt8","writeInt16LE","writeInt16BE","writeInt32LE","writeInt32BE",…
/plugin/api/
H A DREADME.md19 http://localhost:81/lib/exe/ajax.php?call=api&fn=pages&limit=10
22 …* `limit` : the max number of pages (known also under [pagename](https://www.dokuwiki.org/pagename…
H A Daction.php82 $limit = $INPUT->str('limit');
83 if (!$limit) {
84 $limit = PHP_INT_MAX;
91 if ($key >= $limit - 1) {
/plugin/api/_test/
H A Dpages.test.php126 $limit = 3;
129 'limit' => $limit
138 $this->assertEquals($limit, sizeof($data), "The number of page is equal t max");
/plugin/authchained/
H A Dauth.php346 * @param int $limit max number of users to be returned
350 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
353 return $this->usermanager_auth->retrieveUsers($start, $limit, $filter);
385 * @param int $limit
388 public function retrieveGroups($start = 0, $limit = 0) { argument
390 return $this->usermanager_auth->retrieveGroups($start,$limit);
/plugin/authdjango/
H A Dauth.php118 function retrieveGroups($start=0,$limit=0){ argument
/plugin/authdrupal7/
H A Dauth.php251 * @param int $limit
/plugin/authdrupal8/
H A Dauth.php246 * @param int $limit
249 //public function retrieveGroups($start = 0, $limit = 0) {

12345678910>>...21