Home
last modified time | relevance | path

Searched refs:limit (Results 226 – 250 of 502) sorted by relevance

12345678910>>...21

/plugin/loglog/lang/en/
H A Dauth_failed.txt3 The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTER…
H A Dauth_success.txt3 The number of recent logins has exceeded the configured limit (@THRESHOLD@ in @INTERVAL@ minutes)!
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DSyncCollectionTest.php50 $elem->limit = 5;
/plugin/pdfjs/pdfjs/web/locale/vi/
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]=Nhiều hơn {{limit}} đã trùng
187 find_match_count_limit[one]=Nhiều hơn {{limit}} đã trùng
188 find_match_count_limit[two]=Nhiều hơn {{limit}} đã trùng
189 find_match_count_limit[few]=Nhiều hơn {{limit}} đã trùng
190 find_match_count_limit[many]=Nhiều hơn {{limit}} đã trùng
191 find_match_count_limit[other]=Nhiều hơn {{limit}} đã trùng
/plugin/redissue/
H A Dsyntax.php107 preg_match("/limit *= *(['\"])(\\d+)\\1/", $match, $limit);
108 if( count($limit) != 0 ) {
109 $data['limit'] = $limit[2];
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DKgsearch.php81 'limit' => [
H A DFitness.php226 'limit' => [
284 'limit' => [
/plugin/pagequery/
H A Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
/plugin/authplaincas/
H A Dauth.php627 * @param limit max number of users to be returned
631 function retrieveUsers($start=0,$limit=0,$filter=array()) { argument
646 if (($limit > 0) && ($count >= $limit)) break;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php1053 $limit = strlen($str);
1054 if ($i>=$limit) return $limit;
1057 while (($i<$limit) && ((ord($str[$i]) & 0xC0) == 0x80)) $i++;
/plugin/statistics/
H A Dadmin.php119 * set limit clause
195 * @param int $limit
198 function html_pager($limit, $next) { argument
202 $go = max($this->start - $limit, 0);
207 $go = $this->start + $limit;
/plugin/quickstats/
H A DREADME1 …tage for many users is that is does not require an sql database; this may limit is workability on …
/plugin/batchedit/
H A Dengine.php264 public function findMatches($regexp, $replacement, $limit, $contextChars, $contextLines, $applyTemplatePatterns) { argument
274 if ($limit >= 0 && $count > $limit) {
275 $count = $limit;
1017 public function findMatches($namespace, $regexp, $replacement, $limit, $contextChars, $contextLines, $applyTemplatePatterns) { argument
1023 $interrupted = $page->findMatches($regexp, $replacement, $limit - $this->session->getMatchCount(),
1205 // time limit, which could be more strict then what PHP would do, but is easier to
/plugin/showsamples/
H A Djquery.scrollTo.min.js7limit:!0};$.fn.scrollTo=function(a,d,b){"object"=== typeof d&&(b=d,d=0);"function"===typeof b&&(b=… property in p.defaults
/plugin/facebookwall/
H A Dsyntax.php215 $limit = $numberOfEntries + 5;
216 …h.facebook.com/{$fb_page_id}/feed?access_token={$fb_access_token}&fields={$fields}&limit={$limit}";
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php73 public $limit; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php66 public $limit; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md150 $limit = new Hoa\Iterator\Limit($foobar, 2, 3);
152 foreach ($limit as $value) {
169 $limit = new Hoa\Iterator\Limit($infinite, 0, 21);
171 foreach ($limit as $value) {
429 $limit = new Hoa\Iterator\Limit($generator, 0, 10);
431 foreach ($limit as $value) {
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php720 public $limit; variable in Google_Query
755 public function setLimit( $limit) { argument
756 $this->limit = $limit;
759 return $this->limit;
/plugin/lastfm/inc/
H A Dlastfmutils.php17 function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) { argument
31 if($chart != 'profile') $data = array_slice($data,0,$limit);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php264 * @param int $limit max number of users to be returned
268 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
280 if(($limit > 0) && ($count >= $limit)) break;
/plugin/hipchat/
H A DREADME.md22 4. Optionally, you can also define a comma-separated list of first-level namespaces to limit notifi…
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php631 $limit = $m[2];
633 $value = substr($context->get($keyname), 0, $limit);
634 if ($ellipsis && strlen($context->get($keyname)) > $limit) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php294 $limit = $unicode_cmap_offset + $length;
336 $limit = $unicode_cmap_offset + $length;
385 if ($offset >= $limit) {

12345678910>>...21