| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | LimitStream.php | 20 private $limit; variable in GuzzleHttp\\Psr7\\LimitStream 24 * @param int $limit Total number of bytes to allow to be read 31 $limit = -1, argument 35 $this->setLimit($limit); 47 if ($this->limit == -1) { 51 return $this->stream->tell() >= $this->offset + $this->limit; 62 } elseif ($this->limit == -1) { 65 return min($this->limit, $length - $this->offset); 85 if ($this->limit !== -1) { 86 if ($offset > $this->offset + $this->limit) { [all …]
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | LimitStream.php | 17 private $limit; variable in GuzzleHttp\\Stream\\LimitStream 21 * @param int $limit Total number of bytes to allow to be read 28 $limit = -1, argument 32 $this->setLimit($limit); 44 if ($this->limit == -1) { 53 return $tell >= $this->offset + $this->limit; 64 } elseif ($this->limit == -1) { 67 return min($this->limit, $length - $this->offset); 83 if ($this->limit !== -1) { 84 if ($offset > $this->offset + $this->limit) { [all …]
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | LimitStream.php | 20 private $limit; variable in GuzzleHttp\\Psr7\\LimitStream 27 * @param int $limit Total number of bytes to allow to be read 34 int $limit = -1, argument 38 $this->setLimit($limit); 50 if ($this->limit === -1) { 54 return $this->stream->tell() >= $this->offset + $this->limit; 64 } elseif ($this->limit === -1) { 67 return min($this->limit, $length - $this->offset); 86 if ($this->limit !== -1) { 87 if ($offset > $this->offset + $this->limit) { [all …]
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | split.js | 31 function split(string, separator, limit) { argument 32 if (limit && typeof limit != 'number' && isIterateeCall(string, separator, limit)) { 33 separator = limit = undefined; 35 limit = limit === undefined ? MAX_ARRAY_LENGTH : limit >>> 0; 36 if (!limit) { 46 return castSlice(stringToArray(string), 0, limit); 49 return string.split(separator, limit);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | RC2.php | 464 $limit = 20; 465 $actions = [$limit => 44, 44 => 64]; 479 if ($j === $limit) { 480 if ($limit === 64) { 489 $limit = $actions[$limit]; 509 $limit = 44; 510 $actions = [$limit => 20, 20 => 0]; 524 if ($j === $limit) { 525 if ($limit === 0) { 534 $limit = $actions[$limit]; [all …]
|
| /plugin/tagfilter/script/select2/ |
| D | select2_locale_rs.js | 13 …limit) { return "Možete izabrati samo " + limit + " stavk" + (limit % 10 == 1 && limit % 100 != 11… argument
|
| D | select2_locale_lt.js | 14 formatSelectionTooBig: function (limit) { argument 15 …n "Jūs galite pasirinkti tik " + limit + " element" + ((limit%100 > 9 && limit%100 < 21) || limit%…
|
| D | select2_locale_sk.js | 36 formatSelectionTooBig: function (limit) { argument 37 if (limit == 1) { 39 } else if (limit <= 4) { 40 return "Môžete zvoliť najviac "+smallNumbers[limit](false)+" položky"; 42 return "Môžete zvoliť najviac "+limit+" položiek";
|
| D | select2_locale_cs.js | 37 formatSelectionTooBig: function (limit) { argument 38 if (limit == 1) { 40 } else if (limit <= 4) { 41 return "Můžete zvolit maximálně "+smallNumbers[limit](false)+" položky"; 43 return "Můžete zvolit maximálně "+limit+" položek";
|
| /plugin/statistics/ |
| D | Query.php | 18 protected string $limit = ''; variable in dokuwiki\\plugin\\statistics\\Query 80 * @param int $limit The number of results. If one more is returned, there is another page 83 public function setPagination(int $start, int $limit) argument 86 if ($limit) $limit += 1; 88 if ($limit) { 89 $this->limit = " LIMIT $start,$limit"; 91 $this->limit = " OFFSET $start"; 337 $this->limit; 351 $this->limit; 367 $this->limit; [all …]
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| D | BaseCssFilter.php | 26 protected function filterReferences($content, $callback, $limit = -1, &$count = 0) argument 28 return CssUtils::filterReferences($content, $callback, $limit, $count); 34 protected function filterUrls($content, $callback, $limit = -1, &$count = 0) argument 36 return CssUtils::filterUrls($content, $callback, $limit, $count); 42 …protected function filterImports($content, $callback, $limit = -1, &$count = 0, $includeUrl = true) argument 44 return CssUtils::filterImports($content, $callback, $limit, $count, $includeUrl); 50 protected function filterIEFilters($content, $callback, $limit = -1, &$count = 0) argument 52 return CssUtils::filterIEFilters($content, $callback, $limit, $count);
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.regexp.split.js | 33 internalSplit = function (separator, limit) { argument 35 if (separator === undefined && limit === 0) return []; 37 if (!isRegExp(separator)) return $split.call(string, separator, limit); 44 var splitLimit = limit === undefined ? MAX_UINT32 : limit >>> 0; 66 internalSplit = function (separator, limit) { 67 return separator === undefined && limit === 0 ? [] : $split.call(this, separator, limit); 76 function split(separator, limit) { argument 80 ? splitter.call(separator, O, limit) 81 : internalSplit.call(String(O), separator, limit); 88 function (regexp, limit) { argument [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | Limit.php | 17 * @param int $limit Limit 19 public function __construct(int $limit) argument 21 $this->setLimit($limit); 27 * @param int $limit Limit 31 public function setLimit(int $limit): self argument 33 return $this->setParam('value', $limit);
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | split.rst | 15 You can also pass a ``limit`` argument: 17 * If ``limit`` is positive, the returned array will contain a maximum of 18 limit elements with the last element containing the rest of string; 20 * If ``limit`` is negative, all components except the last -limit are 23 * If ``limit`` is zero, then this is treated as 1. 31 chunks. Length is set by the ``limit`` argument (one character by default). 50 * ``limit``: The limit argument
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
| D | GoogleCloudApigeeV1Quota.php | 29 public $limit; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Quota 52 public function setLimit($limit) argument 54 $this->limit = $limit; 61 return $this->limit;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/ |
| D | FindDevicesByDeviceIdentifierRequest.php | 27 public $limit; variable in Google\\Service\\AndroidProvisioningPartner\\FindDevicesByDeviceIdentifierRequest 50 public function setLimit($limit) argument 52 $this->limit = $limit; 59 return $this->limit;
|
| D | FindDevicesByOwnerRequest.php | 30 public $limit; variable in Google\\Service\\AndroidProvisioningPartner\\FindDevicesByOwnerRequest 57 public function setLimit($limit) argument 59 $this->limit = $limit; 66 return $this->limit;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | Quota.php | 22 public $limit; variable in Google\\Service\\Compute\\Quota 33 public function setLimit($limit) argument 35 $this->limit = $limit; 39 return $this->limit;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
| D | AboutStorageQuota.php | 25 public $limit; variable in Google\\Service\\Drive\\AboutStorageQuota 42 public function setLimit($limit) argument 44 $this->limit = $limit; 51 return $this->limit;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/ |
| D | GoogleCloudRetailV2SearchRequestFacetSpec.php | 36 public $limit; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchRequestFacetSpec 83 public function setLimit($limit) argument 85 $this->limit = $limit; 92 return $this->limit;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
| D | Pivot.php | 30 public $limit; variable in Google\\Service\\AnalyticsData\\Pivot 59 public function setLimit($limit) argument 61 $this->limit = $limit; 68 return $this->limit;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
| D | PollItemsRequest.php | 32 public $limit; variable in Google\\Service\\CloudSearch\\PollItemsRequest 73 public function setLimit($limit) argument 75 $this->limit = $limit; 82 return $this->limit;
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
| D | Limit.php | 61 $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);
|
| /plugin/directions/syntax/ |
| D | common.php | 195 $limit = $maxdirections; 208 $limit--; 209 if ($limit == 0) break; 226 $limit--; 227 if ($limit == 0) break; 247 $limit--; 248 if ($limit == 0) break; 250 $limit = $maxdirections; 258 $limit--; 259 if ($limit == 0) break;
|
| /plugin/authucenter/lib/uc_client/model/ |
| D | misc.php | 55 …function dfopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument 61 return $this->dfopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block, $encodetype); 64 …function dfopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE , $ip = '', $timeout… argument 127 $data = fread($fp, ($limit == 0 || $limit > 8192 ? 8192 : $limit)); 129 if($limit) { 130 $limit -= strlen($data); 131 $stop = $limit <= 0;
|