Home
last modified time | relevance | path

Searched refs:limit (Results 26 – 50 of 502) sorted by relevance

12345678910>>...21

/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/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/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DQuery.php36 public $limit; variable in Google\\Service\\Datastore\\Query
109 public function setLimit($limit) argument
111 $this->limit = $limit;
118 return $this->limit;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DStructuredQuery.php30 public $limit; variable in Google\\Service\\Firestore\\StructuredQuery
75 public function setLimit($limit) argument
77 $this->limit = $limit;
84 return $this->limit;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DReadRequest.php36 public $limit; variable in Google\\Service\\Spanner\\ReadRequest
99 public function setLimit($limit) argument
101 $this->limit = $limit;
108 return $this->limit;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php99 * @param int $limit
102 public function getChanges($syncToken, $syncLevel, $limit = null) { argument
137 if ($limit) {
140 $left = $limit - (count($modified) + count($deleted));
146 $left = $limit - (count($modified) + count($deleted));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Query.php46 public $limit; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Query
139 public function setLimit($limit) argument
141 $this->limit = $limit;
148 return $this->limit;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunRealtimeReportRequest.php30 public $limit; variable in Google\\Service\\AnalyticsData\\RunRealtimeReportRequest
79 public function setLimit($limit) argument
81 $this->limit = $limit;
88 return $this->limit;
H A DRunReportRequest.php42 public $limit; variable in Google\\Service\\AnalyticsData\\RunReportRequest
153 public function setLimit($limit) argument
155 $this->limit = $limit;
162 return $this->limit;
/plugin/struct/meta/
H A DSearchCloud.php14 protected $limit = ''; variable in dokuwiki\\plugin\\struct\\meta\\SearchCloud
85 return [$sql . $this->limit, $opts];
89 * We do not have pagination in clouds, so we can work with a limit within SQL
91 * @param int $limit
93 public function setLimit($limit)
95 $this->limit = " LIMIT $limit";
92 setLimit($limit) global() argument
/plugin/projects/lib/
H A Dtools.php111 function set_media_file_revision_limit($limit) { argument
113 if (!$limit) $limit = '0';
114 $limit = trim(strtoupper($limit));
115 switch ($limit) {
123 if (!preg_match('/(\d+) *(B|KB|MB|GB|TB)?/', $limit, $matches)) {
/plugin/tagging/helper/
H A Dquerybuilder.php29 protected $limit; variable in helper_plugin_tagging_querybuilder
93 * Namespaces to limit search to
120 * Result limit
121 * @param int $limit
123 public function setLimit($limit) argument
125 $this->limit = $limit;
179 if ($this->limit) {
181 $this->values[] = $this->limit;
/plugin/refnotes/
H A Dnote.php14 private $limit; variable in refnotes_note_block_iterator
20 public function __construct($note, $limit) { argument
22 $this->limit = $this->getBlockLimit($limit);
45 return parent::valid() && (($this->limit == 0) || ($this->count <= $this->limit));
51 private function getBlockLimit($limit) { argument
52 if (preg_match('/(\/?)(\d+)/', $limit, $match) == 1) {
/plugin/authowncloud/
H A Dauth.php177 private function getUsers($filter = array(), $start = 0, $limit = -1) { argument
219 if($limit > 0) $sql .= ' LIMIT '.$start.','.$limit.' ';
244 * @param int $limit max number of users to be returned
248 public function retrieveUsers($start = 0, $limit = -1, $filter = array()) { argument
249 $result = $this->getUsers($filter, $start, $limit);
294 public function retrieveGroups($start=0,$limit=-1){ argument
295 return OC_Group::getGroups('',$limit,$start);
/plugin/tagfilter/script/select2/
H A Dselect2_locale_de.js11 formatSelectionTooBig: function (limit) { return "Sie können nur " + limit + " Eintr" + (limit === 1 ? "ag" : "äge") + " auswählen"; }, argument
H A Dselect2_locale_da.js13 formatSelectionTooBig: function (limit) { return "Du kan kun vælge " + limit + " emne" + (limit === 1 ? "" : "r"); }, argument
H A Dselect2_locale_ca.js13 formatSelectionTooBig: function (limit) { return "Només podeu seleccionar " + limit + " element" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_es.js11 formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_et.js13 formatSelectionTooBig: function (limit) { return "Saad vaid " + limit + " tulemus" + (limit == 1 ? "e" : "t") + " valida"; }, argument
H A Dselect2_locale_it.js11 formatSelectionTooBig: function (limit) { return "Puoi selezionare solo " + limit + " element" + (limit == 1 ? "o" : "i"); }, argument
H A Dselect2_locale_bg.js14 formatSelectionTooBig: function (limit) { return "Можете да направите до " + limit + (limit > 1 ? " избора" : " избор"); }, argument
H A Dselect2_locale_gl.js29 formatSelectionTooBig: function (limit) { argument
30 if (limit === 1 ) {
33 return "Só pode seleccionar " + limit + " elementos";
H A Dselect2_locale_id.js13 formatSelectionTooBig: function (limit) { return "Anda hanya dapat memilih " + limit + " pilihan" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_mk.js13 formatSelectionTooBig: function (limit) { return "Можете да изберете само " + limit + " ставк" + (limit == 1 ? "а" : "и"); }, argument
H A Dselect2_locale_nl.js11 formatSelectionTooBig: function (limit) { return "Maximaal " + limit + " item" + (limit == 1 ? "" : "s") + " toegestaan"; }, argument

12345678910>>...21