Home
last modified time | relevance | path

Searched refs:limit (Results 76 – 100 of 502) sorted by path

12345678910>>...21

/plugin/autlogin/
H A Dadmin.php1656 * @param string $limit limit the search to this folder
1658 function _get_tree($folder,$limit=''){ argument
1663 search($data,$conf['datadir'],'search_index',array('ns' => $folder),$limit);
1665 … search($media,$conf['mediadir'],'search_index',array('ns' => $folder, 'nofiles' => true),$limit);
/plugin/autogallery/
H A Dauth.php165 * @param int $limit max number of users to be returned, 0 for unlimited
207 * @param int $limit
/plugin/autogroup/
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/barcode/
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/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/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/bbcodeextensions/
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/bez/mdl/
H A DFactory.php129 public function get_all($filters=array(), $orderby='', $defaults=array(), $limit=false) { argument
140 if (is_int($limit)) {
141 $q .= " LIMIT $limit";
H A DThread_commentFactory.php13 public function get_from_thread(Thread $thread, $filters=array(), $orderby='', $limit=false) { argument
15 return $this->get_all($filters, $orderby, array('thread' => $thread), $limit);
/plugin/bible/bible_douayRheims/
H A DJosue.txt330 …h, and Saphon the other part of the kingdom of Sehon king of Hesebon: the limit of this also is th…
355 …f Egypt: and the bounds thereof shall be the great sea, this shall be the limit of the south coast.
/plugin/bibtex/OSBib/create/
H A DFORMMISC.php35 $limit = $override ? $override : 40;
36 if(($limit != -1) && ($count = preg_match_all("/./", $text, $throwAway)) > $limit)
38 $start = floor(($limit/2) - 2);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php681 $limit = 'creatorListLimit';
702 $limit = 'primaryCreatorListLimit';
720 $limit = 'otherCreatorListLimit';
778 if($style[$limit] && (sizeof($cArray) > $style[$moreThan]))
780 array_splice($cArray, $style[$limit]);
/plugin/blogtng/
H A Dadmin.php338 * @param int $limit Number of results to display per page (page size)
347 $currentpage = floor($query['offset'] / $limit) + 1;
355 if($count > $limit) {
356 $this->htmlPagination($query, $currentpage, $count, $limit);
368 if($count > $limit) {
369 $this->htmlPagination($query, $currentpage, $count, $limit);
379 * @param int $limit number of items per page
383 private function htmlPagination($query, $currentpage, $maximum, $limit) { argument
384 $lastpage = (int) ceil($maximum / $limit);
509 $limit = $query['limit'];
[all …]
/plugin/bookcreator/syntax/
H A Dbookmanager.php361 * @param int $limit maximum number of selections, 0=all
364 private function getlist($order, $limit = 0) {
388 if($limit != 0) $result = array_slice($result, 0, $limit);
434 getlist($order, $limit = 0) global() argument
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md1061 Executable version does not attempt to limit or alter the recipient's
H A Dckeditor.js1149 this.limit=a.config.undoStackSize||20;this.strokesLimit=25;this.editor=a;this.reset()};b.prototype=…
1151 …ire("change");k.splice(this.index+1,k.length-this.index-1);k.length==this.limit&&k.shift();this.in…
/plugin/ckgedit/ckeditor/
H A DLICENSE.md1061 Executable version does not attempt to limit or alter the recipient's
H A Dckeditor.js1222 …this.strokesRecorded=[0,0];this.locked=null;this.previousKeyGroup=-1;this.limit=a.config.undoStack…
1224 …ire("change");e.splice(this.index+1,e.length-this.index-1);e.length==this.limit&&e.shift();this.in…
H A Dckeditor.js.unc24270 this.limit = a.config.undoStackSize || 20;
24322 e.length == this.limit && e.shift();
/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/clipboardutils/
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/codemirror/dist/modes/
H A Dcypher.min.js.map1limit\", \"load\", \"match\", \"merge\", \"null\", \"on\", \"optional\", \"order\", \"periodic\", …
H A Decl.min.js.map1limit ln local log loop map matched matchlength matchposition matchtext matchunicode max merge mer…
H A Dpuppet.min.js.map1 … ' +\n 'file filebucket group host icmp iniface interface jump k5login limit log_level ' +\n …
H A Dsparql.min.js.map1 … \"ask\", \"from\", \"named\", \"where\", \"order\", \"limit\", \"offset\", \"f…

12345678910>>...21