Home
last modified time | relevance | path

Searched refs:limit (Results 376 – 400 of 502) sorted by last modified time

1...<<1112131415161718192021

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLimit.php61 $limit = new LUT\Limit($iterator, 2, 3)
63 ->when($result = iterator_to_array($limit))
88 $limit = new LUT\Limit($iterator, 0, 0)
90 ->exception(function () use ($limit) {
91 iterator_to_array($limit);
H A DInfinite.php58 $limit = new LUT\Limit($infinite, 0, 100)
60 ->when($result = iterator_to_array($limit, false))
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php398 * @param int $limit Maximum of replacements. -1 for unbound.
401 public function replace($pattern, $replacement, $limit = -1) argument
410 $limit
417 $limit
428 * @param int $limit Maximum of split. -1 for unbound.
435 $limit = -1, argument
441 $limit,
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst228 You can limit the depth of what will be serialized in a property with the
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php539 public static function greaterThan($value, $limit, $message = '') argument
541 if ($value <= $limit) {
545 static::valueToString($limit)
552 if ($value < $limit) {
556 static::valueToString($limit)
561 public static function lessThan($value, $limit, $message = '') argument
563 if ($value >= $limit) {
567 static::valueToString($limit)
572 public static function lessThanEq($value, $limit, $message = '') argument
574 if ($value > $limit) {
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst51 Use the ``truncate`` filter to cut off a string after limit is reached
/plugin/orgapp/
H A DCOPYING190 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
/plugin/gplusone/
H A DCOPYING190 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
/plugin/barcode/
H A DCOPYING190 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
/plugin/pgpinlinesupport/
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
/plugin/sha3sum/
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
/plugin/timetrack/
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
/plugin/inlineedit/
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
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md1061 Executable version does not attempt to limit or alter the recipient's
H A Dckeditor.js1149 this.limit=a.config.undoStackSize||20;this.strokesLimit=25;this.editor=a;this.reset()};b.prototype=…
1151 …ire("change");k.splice(this.index+1,k.length-this.index-1);k.length==this.limit&&k.shift();this.in…
/plugin/autogroup/
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
/plugin/authsmartcard/
H A Dauth.php238 * @param int $limit max number of users to be returned
242 public function retrieveUsers($start, $limit, $filter) { argument
243 return parent::retrieveUsers($start, $limit, $filter);
264 * @param int $limit
267 public function retrieveGroups($start = 0, $limit = 0) { argument
/plugin/redissue/
H A Dsyntax.php107 preg_match("/limit *= *(['\"])(\\d+)\\1/", $match, $limit);
108 if( count($limit) != 0 ) {
109 $data['limit'] = $limit[2];
H A DREADME.md70 * limit: set the limit of issues displayed. Default is 25.
80 <redissue project="" tracker="4" limit="50" />
/plugin/wavedrom/
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
/plugin/gtime/gtlib/asn1/
H A DASN1Object.php91 * @param int $limit number of bytes to read
94 protected function readBytes(&$stream, $limit) { argument
100 if (count($stream) < $limit) {
101 …throw new GTException("not enough bytes, tried to read {$limit}, but only " . count($stream) . " r…
106 for ($i = 0; $i < $limit; $i++) {
/plugin/authdjango/
H A Dauth.php118 function retrieveGroups($start=0,$limit=0){ argument
/plugin/importfacebookevents/
H A Dsyntax.php192 $limit = $data[FB_EVENTS_NR_ENTRIES];
194 …,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name,pict…
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak32 define("FB_EVENTS_LIMIT", "limit");
192 $limit = $data[FB_EVENTS_NR_ENTRIES];
194 …,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name,pict…
196 …_page_id}/events/?fields={$fb_fields}&access_token={$fb_access_token}&limit={$limit}&since={$since…
H A Dsyntax.php.2018-03-08_165158.bak32 define("FB_EVENTS_LIMIT", "limit");
192 $limit = $data[FB_EVENTS_NR_ENTRIES];
194 …,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name,pict…
196 …_page_id}/events/?fields={$fb_fields}&access_token={$fb_access_token}&limit={$limit}&since={$since…

1...<<1112131415161718192021