Home
last modified time | relevance | path

Searched refs:limit (Results 401 – 425 of 502) sorted by last modified time

1...<<1112131415161718192021

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165027.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_164706.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_164623.bak32 define("FB_EVENTS_LIMIT", "limit");
188 $limit = $data[FB_EVENTS_NR_ENTRIES];
190 …,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name,pict…
192 …_page_id}/events/?fields={$fb_fields}&access_token={$fb_access_token}&limit={$limit}&since={$since…
H A Dsyntax.php.2018-03-08_163718.bak32 define("FB_EVENTS_LIMIT", "limit");
188 $limit = $data[FB_EVENTS_NR_ENTRIES];
190 …,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name,pict…
192 …_page_id}/events/?fields={$fb_fields}&access_token={$fb_access_token}&limit={$limit}&since={$since…
H A Dsyntax.php.2018-03-08_163705.bak32 define("FB_EVENTS_LIMIT", "limit");
188 $limit = $data[FB_EVENTS_NR_ENTRIES];
190 …,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name,pict…
192 …_page_id}/events/?fields={$fb_fields}&access_token={$fb_access_token}&limit={$limit}&since={$since…
H A Dsyntax.php.2018-03-08_163658.bak32 define("FB_EVENTS_LIMIT", "limit");
188 $limit = $data[FB_EVENTS_NR_ENTRIES];
190 …,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name,pict…
192 …_page_id}/events/?fields={$fb_fields}&access_token={$fb_access_token}&limit={$limit}&since={$since…
/plugin/fckg/fckeditor/
H A Dlicense.txt1020 Executable version does not attempt to limit or alter the recipient's
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js776 self.split = function (str, separator, limit) { argument
777 return fixed.split.call(str, separator, limit);
1102 fixed.split = function (separator, limit) { argument
1118 limit = (limit === undef ? -1 : limit) >>> 0;
1137 return output.length > limit ? output.slice(0, limit) : output;
/plugin/authsmf20/
H A Dauth.php409 * @param int $limit
412 public function retrieveGroups($start = 0, $limit = 10) argument
420 LIMIT {$start}, {$limit}";
/plugin/authsplit/
H A Dauth.php547 * @param int $limit max number of users to be returned
552 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
556 $start, $limit, $filter
613 * @param int $limit
616 public function retrieveGroups($start = 0, $limit = 0) { argument
618 $result = $this->authplugins['secondary']->retrieveGroups($start, $limit);
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md274 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
/plugin/nssearch/
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/authvk/
H A Dauth.php292 * @param int $limit max number of users to be returned
296 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
312 if(($limit > 0) && ($count >= $limit)) break;
/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/filterrss/
H A Dsyntax.php61 $limit = 99999999;
65 $limit = (int)$matches[1];
74 $limit = 99999999;
78 $limit = (int)$matches[1];
90 …rl' => $url, 'conditions' => array(), 'order_by' => $order_by, 'desc' => $desc, 'limit' => $limit);
131 …> $url, 'conditions' => $cond_output, 'order_by' => $order_by, 'desc' => $desc, 'limit' => $limit);
/plugin/fetchmedia/
H A Dyarn.lock2332 p-limit@^1.1.0:
2334 …resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.1.0.tgz#b07ff2d9a5d88bec806035895a2bab6…
2340 p-limit "^1.1.0"
/plugin/authimap2/
H A Dauth.php283 * @param int $limit max number of users to be returned, 0 for unlimited
287 public function retrieveUsers($start = 0, $limit = 0, $filter = null) { argument
303 if(($limit > 0) && ($count >= $limit)) break;
/plugin/database2/
H A Ddatabase2.php1576 * @param integer $limit maximum number of matching records to retrieve
1582 $offset = 0, $limit = null, $customQuery = null ) argument
1628 if ( ( $offset > 0 ) || ( $limit > 0 ) )
1631 $limit = ' LIMIT ' . ( ( $limit > 0 ) ? $limit : '10' );
1634 $limit .= ' OFFSET ' . $offset;
1664 $st = $this->db->prepare( $query . $filter . $order . $limit );
/plugin/barcodes/vendor/jucksearm/php-barcode/
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/authgoogle/google/contrib/
H A DGoogle_ComputeService.php3731 public $limit; variable in Google_Quota
3734 public function setLimit( $limit) { argument
3735 $this->limit = $limit;
3738 return $this->limit;
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/toggle/
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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1285 var limit = Math.pow(2, 8 * byteLength - 1)
1287 checkInt(this, value, offset, byteLength, limit - 1, -limit)
1305 var limit = Math.pow(2, 8 * byteLength - 1)
1307 checkInt(this, value, offset, byteLength, limit - 1, -limit)
21475 var limit = (s.strstart > (s.w_size - MIN_LOOKAHEAD)) ?
21562 } while ((cur_match = prev[cur_match & wmask]) > limit && --chain_length !== 0);
H A Dpdfmake.min.js.map1limit","sub","writeIntBE","writeInt8","writeInt16LE","writeInt16BE","writeInt32LE","writeInt32BE",…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js4162 var limit = (s.strstart > (s.w_size - MIN_LOOKAHEAD)) ?
4249 } while ((cur_match = prev[cur_match & wmask]) > limit && --chain_length !== 0);

1...<<1112131415161718192021