Home
last modified time | relevance | path

Searched refs:limit (Results 451 – 475 of 502) sorted by last modified time

1...<<1112131415161718192021

/plugin/authdrupal7/
H A Dauth.php251 * @param int $limit
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog208 vectors was limited to 255 (limit on total number of different
H A Dbox.container.php618 function get_max_width_natural(&$context, $limit=10E6) { argument
619 $strategy = new StrategyWidthMaxNatural($limit);
623 function get_max_width(&$context, $limit=10E6) { argument
624 $strategy = new StrategyWidthMax($limit);
H A Dbox.inline.php480 function get_max_width_natural(&$context, $limit=10E6) { argument
481 return $this->get_max_width($context, $limit);
H A Dstrategy.width.max.php8 function StrategyWidthMax($limit = 10E6) { argument
9 $this->_limit = $limit;
H A Dbox.inline.control.php9 function get_min_width(&$context, $limit = 10E6) { argument
10 return $this->get_max_width($context, $limit);
13 function get_max_width(&$context, $limit = 10E6) { argument
15 GenericContainerBox::get_max_width($context, $limit) -
H A Dstrategy.width.max.natural.php8 function StrategyWidthMaxNatural($limit = 10E6) { argument
9 $this->_limit = $limit;
H A Dbox.button.php26 function get_max_width(&$context, $limit = 10E6) { argument
28 GenericContainerBox::get_max_width($context, $limit);
/plugin/advrack/
H A Djquery.qtip.js1595 limit = this.options.hide.distance,
1599 if(abs(event.pageX - origin.pageX) >= limit || abs(event.pageY - origin.pageY) >= limit) {
/plugin/hipchat/
H A DREADME.md22 4. Optionally, you can also define a comma-separated list of first-level namespaces to limit notifi…
/plugin/dokumicrobugtracker/
H A DLICENSE.txt190 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/magento/
H A Dauth.php215 * @param int $limit max number of users to be returned
251 * @param int $limit
/plugin/authhiorgserver/
H A Dauth.php333 * @param int $limit max number of users to be returned
362 * @param int $limit
/plugin/sphinxsearch/
H A Dfunctions.php377 $limit = 10;
396 if (++$counter == $limit){
H A Dsphinxapi.php694 function SetLimits ( $offset, $limit, $max=0, $cutoff=0 ) argument
697 assert ( is_int($limit) );
699 assert ( $limit>0 );
702 $this->_limit = $limit;
/plugin/owncloud/
H A DCOPYING190 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/searchformgoto/
H A DCOPYING190 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/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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jar ... buf () public int pos () public int limit () public int length () public int capacity ...
/plugin/aceeditor/
H A Dbuild.js1 …er|isolation|iterate|key|keys|kill|language|last|leading|leave|left|level|limit|linear|lines|list|…
H A DNEWS112 * Wrap mode: adapts to editor width if limit is empty
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js496 …rams.stackConcurrentPreciseInstantEvents?this._params.stackConcurrentPreciseInstantEvents.limit:10;
/plugin/searchpattern/
H A Dplugin.info.txt6 … quote inside the string/regex shall be doubled. Options can be passed to limit pages/namespaces s…
H A Dsyntax.php269 $limit = false; //init : $limit will be true if a limiting option is passed
275 $limit = true; //update flag
312 if($limit){ //if a limiting option is also used

1...<<1112131415161718192021