Home
last modified time | relevance | path

Searched refs:limit (Results 126 – 150 of 502) sorted by relevance

12345678910>>...21

/plugin/pdfjs/pdfjs/web/locale/th/
H A Dviewer.properties184 # "{{limit}}" will be replaced by a numerical value.
185 find_match_count_limit={[ plural(limit) ]}
186 find_match_count_limit[zero]=มากกว่า {{limit}} ที่ตรงกัน
187 find_match_count_limit[one]=มากกว่า {{limit}} ที่ตรงกัน
188 find_match_count_limit[two]=มากกว่า {{limit}} ที่ตรงกัน
189 find_match_count_limit[few]=มากกว่า {{limit}} ที่ตรงกัน
190 find_match_count_limit[many]=มากกว่า {{limit}} ที่ตรงกัน
191 find_match_count_limit[other]=มากกว่า {{limit}} ที่ตรงกัน
/plugin/pdfjs/pdfjs/web/locale/el/
H A Dviewer.properties184 # "{{limit}}" will be replaced by a numerical value.
185 find_match_count_limit={[ plural(limit) ]}
186 find_match_count_limit[zero]=Περισσότερες από {{limit}} αντιστοιχίες
187 find_match_count_limit[one]=Περισσότερες από {{limit}} αντιστοιχία
188 find_match_count_limit[two]=Περισσότερες από {{limit}} αντιστοιχίες
189 find_match_count_limit[few]=Περισσότερες από {{limit}} αντιστοιχίες
190 find_match_count_limit[many]=Περισσότερες από {{limit}} αντιστοιχίες
191 find_match_count_limit[other]=Περισσότερες από {{limit}} αντιστοιχίες
/plugin/pdfjs/pdfjs/web/locale/ja/
H A Dviewer.properties184 # "{{limit}}" will be replaced by a numerical value.
185 find_match_count_limit={[ plural(limit) ]}
186 find_match_count_limit[zero]={{limit}} 件以上一致
187 find_match_count_limit[one]={{limit}} 件以上一致
188 find_match_count_limit[two]={{limit}} 件以上一致
189 find_match_count_limit[few]={{limit}} 件以上一致
190 find_match_count_limit[many]={{limit}} 件以上一致
191 find_match_count_limit[other]={{limit}} 件以上一致
/plugin/pdfjs/pdfjs/web/locale/ru/
H A Dviewer.properties184 # "{{limit}}" will be replaced by a numerical value.
185 find_match_count_limit={[ plural(limit) ]}
186 find_match_count_limit[zero]=Более {{limit}} совпадений
187 find_match_count_limit[one]=Более {{limit}} совпадения
188 find_match_count_limit[two]=Более {{limit}} совпадений
189 find_match_count_limit[few]=Более {{limit}} совпадений
190 find_match_count_limit[many]=Более {{limit}} совпадений
191 find_match_count_limit[other]=Более {{limit}} совпадений
/plugin/pdfjs/pdfjs/web/locale/uk/
H A Dviewer.properties184 # "{{limit}}" will be replaced by a numerical value.
185 find_match_count_limit={[ plural(limit) ]}
186 find_match_count_limit[zero]=Понад {{limit}} збігів
187 find_match_count_limit[one]=Більше, ніж {{limit}} збіг
188 find_match_count_limit[two]=Більше, ніж {{limit}} збіги
189 find_match_count_limit[few]=Більше, ніж {{limit}} збігів
190 find_match_count_limit[many]=Понад {{limit}} збігів
191 find_match_count_limit[other]=Понад {{limit}} збігів
/plugin/pdfjs/pdfjs/web/locale/zh-TW/
H A Dviewer.properties184 # "{{limit}}" will be replaced by a numerical value.
185 find_match_count_limit={[ plural(limit) ]}
186 find_match_count_limit[zero]=找到超過 {{limit}} 筆
187 find_match_count_limit[one]=找到超過 {{limit}} 筆
188 find_match_count_limit[two]=找到超過 {{limit}} 筆
189 find_match_count_limit[few]=找到超過 {{limit}} 筆
190 find_match_count_limit[many]=找到超過 {{limit}} 筆
191 find_match_count_limit[other]=找到超過 {{limit}} 筆
/plugin/pdfjs/pdfjs/web/locale/ko/
H A Dviewer.properties184 # "{{limit}}" will be replaced by a numerical value.
185 find_match_count_limit={[ plural(limit) ]}
186 find_match_count_limit[zero]={{limit}} 이상 일치
187 find_match_count_limit[one]={{limit}} 이상 일치
188 find_match_count_limit[two]={{limit}} 이상 일치
189 find_match_count_limit[few]={{limit}} 이상 일치
190 find_match_count_limit[many]={{limit}} 이상 일치
191 find_match_count_limit[other]={{limit}} 이상 일치
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php416 * @param int $limit
419 function getChanges($syncToken, $syncLevel, $limit = null) { argument
429 $limit
/plugin/authucenter/lib/uc_client/
H A Dclient.php216 function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeou… argument
222 return uc_fopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block);
225 function uc_fopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
291 $data = fread($fp, ($limit == 0 || $limit > 8192 ? 8192 : $limit));
293 if($limit) {
294 $limit -= strlen($data);
295 $stop = $limit <= 0;
333 function uc_feed_get($limit = 100, $delete = TRUE) { argument
334 $return = call_user_func(UC_API_FUNC, 'feed', 'get', array('limit'=>$limit, 'delete'=>$delete));
/plugin/authnc/
H A Dauth.php230 * @param int $limit max number of users to be returned, 0 for unlimited
235 public function retrieveUsers($start = 0, $limit = 0, $filter = null) argument
316 * @param int $limit
320 public function retrieveGroups($start = 0, $limit = 0) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTrigger.php281 public function setLimit(Parameter $limit) argument
283 $this->limit = $limit;
290 return $this->limit;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
81 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
96 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
/plugin/pubmed2020/classes/
H A Dpubmed2020.php428 $limit = $pluginObject->getConf('limit_authors_vancouver');
431 if ($limit >= 1) {
432 if (count($authorsToUse) > $limit) {
434 $authorsToUse = array_slice($authorsToUse, 0, $limit);
447 $limit = 3;
450 if ($limit >= 1) {
451 if (count($authorsToUse) > $limit) {
453 $authorsToUse = array_slice($authorsToUse, 0, $limit);
/plugin/pdfjs/pdfjs/web/locale/he/
H A Dviewer.properties184 # "{{limit}}" will be replaced by a numerical value.
185 find_match_count_limit={[ plural(limit) ]}
186 find_match_count_limit[zero]=יותר מ־{{limit}} תוצאות
188 find_match_count_limit[two]=יותר מ־{{limit}} תוצאות
189 find_match_count_limit[few]=יותר מ־{{limit}} תוצאות
190 find_match_count_limit[many]=יותר מ־{{limit}} תוצאות
191 find_match_count_limit[other]=יותר מ־{{limit}} תוצאות
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.button.php26 function get_max_width(&$context, $limit = 10E6) { argument
28 GenericContainerBox::get_max_width($context, $limit);
H A Dstrategy.width.max.php8 function StrategyWidthMax($limit = 10E6) { argument
9 $this->_limit = $limit;
H A Dstrategy.width.max.natural.php8 function StrategyWidthMaxNatural($limit = 10E6) { argument
9 $this->_limit = $limit;
/plugin/refnotes/
H A Dnamespace.php428 public function rewriteReferences($limit = '') { argument
432 $html = $this->getCurrentScope()->rewriteReferences($limit);
439 public function renderNotes($mode, $limit = '') { argument
444 $doc = $this->getCurrentScope()->renderNotes($mode, $limit);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php454 * @param int $limit
457 function getChanges($syncToken, $syncLevel, $limit = null) { argument
467 $limit
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php509 * @param int $limit
512 function getChanges($syncToken, $syncLevel, $limit = null) { argument
522 $limit
/plugin/authsqlite/
H A Dauth.php144 * @param int $limit max number of users to be returned
148 public function retrieveUsers($first = 0, $limit = 0, $filter = array()) { argument
155 if($limit) $sql .= " LIMIT $limit";
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php462 * @param int $limit
465 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) { argument
484 if ($limit > 0) $query .= " LIMIT " . (int)$limit;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php457 * @param int $limit
460 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) { argument
479 if ($limit > 0) $query .= " LIMIT " . (int)$limit;
/plugin/authgooglesheets/
H A Dauth.php117 public function retrieveUsers($start = 0, $limit = 0, $filter = null) argument
119 return $this->helper->getUsers($start, $limit, $filter);
/plugin/aichat/Storage/
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

12345678910>>...21