Home
last modified time | relevance | path

Searched refs:maxRecords (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/dports/www/tikiwiki/tiki-21.2/lib/search/
H A Dsearchlib-mysql.php63 $maxRecords = -1, argument
247 …return $this->_find($h, $words, $offset, $maxRecords, false, $filter, $boolean, $type, $searchDate…
271 $result = $this->query($sql, $bindVars, $maxRecords, $offset);
391 $maxRecords,
491 $maxRecords,
601 $maxRecords,
795 $maxRecords,
960 …$rv = $this->find_faqs($words, $offset, $maxRecords, $fulltext, $filter, $boolean, $searchDate, $c…
981 …$rv = $this->find_files($words, $offset, $maxRecords, $fulltext, $filter, $boolean, $searchDate, $…
988 …$rv = $this->find_blogs($words, $offset, $maxRecords, $fulltext, $filter, $boolean, $searchDate, $…
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/language/
H A DLanguageTranslations.php257 * @param int $maxRecords
265 $maxRecords = -1, argument
280 $result = $this->query($query, $bindvars, $maxRecords, $offset);
432 * @param int $maxRecords
530 * @param int $maxRecords
546 $result = $this->query($query, [$this->lang], $maxRecords, $offset);
558 * @param int $maxRecords
591 * @param int $maxRecords
651 * @param int $maxRecords
672 * @param int $maxRecords
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-webmail_contacts.php72 $maxRecords = 20; variable
76 $contacts = $contactlib->list_contacts($user, $offset, $maxRecords, $sort_mode, $find, true);
78 …$contacts = $contactlib->list_contacts_by_letter($user, $offset, $maxRecords, $sort_mode, $_REQUES…
81 $cant_pages = ceil(count($contacts) / $maxRecords);
84 $smarty->assign('actual_page', 1 + ($offset / $maxRecords));
86 if (count($contacts) > ($offset + $maxRecords)) {
87 $smarty->assign('next_offset', $offset + $maxRecords);
94 $smarty->assign('prev_offset', $offset - $maxRecords);
H A Dtiki-lastchanges.php46 $lastchanges = $histlib->get_last_changes($days, $offset, $maxRecords, $sort_mode, $findwhat);
49 $cant_pages = ceil($lastchanges["cant"] / $maxRecords);
51 $smarty->assign('actual_page', 1 + ($offset / $maxRecords));
52 if ($lastchanges["cant"] > ($offset + $maxRecords)) {
53 $smarty->assign('next_offset', $offset + $maxRecords);
58 $smarty->assign('prev_offset', $offset - $maxRecords);
H A Dtiki-newsletter_archives.php62 …$channels = $nllib->list_editions($_REQUEST["nlId"], $ed_offset, $maxRecords, $ed_sort_mode, $ed_f…
64 …$channels = $nllib->list_editions(0, $ed_offset, $maxRecords, $ed_sort_mode, $ed_find, false, 'tik…
66 $cant_pages = ceil($channels["cant"] / $maxRecords);
68 $smarty->assign('actual_page', 1 + ($ed_offset / $maxRecords));
69 if ($channels["cant"] > ($ed_offset + $maxRecords)) {
70 $smarty->assign('next_offset', $ed_offset + $maxRecords);
76 $smarty->assign('prev_offset', $ed_offset - $maxRecords);
H A Dtiki-list_gallery.php112 $maxRecords = $info["maxRows"] * $info["rowImages"]; variable
139 $images = $imagegallib->get_images($offset, $maxRecords, $sort_mode, $find, $_REQUEST["galleryId"]);
140 $cant_pages = ceil($images["cant"] / $maxRecords);
142 $smarty->assign('actual_page', 1 + ($offset / $maxRecords));
143 if ($images["cant"] > ($offset + $maxRecords)) {
144 $smarty->assign('next_offset', $offset + $maxRecords);
150 $smarty->assign('prev_offset', $offset - $maxRecords);
H A Dtiki-edit_languages.php83 …$maxRecords = (isset($_REQUEST['maxRecords']) && $_REQUEST['maxRecords'] > 0) ? $_REQUEST['maxReco… variable
84 $smarty->assign('maxRecords', $maxRecords);
87 for ($i = 0; $i < $maxRecords; $i++) {
141 $data = $translations->getDbUntranslated($maxRecords, $offset, $find);
144 $data = $translations->getAllUntranslated($maxRecords, $offset, $find);
149 $data = $translations->getDbTranslations($sort_mode, $maxRecords, $offset, $find);
152 $data = $translations->getAllTranslations($maxRecords, $offset, $find);
H A Dtiki-contacts.php111 $maxRecords = 20; variable
113 $contacts = $contactlib->list_contacts($user, $offset, $maxRecords, $sort_mode, $find, true, $_REQU…
159 $cant_pages = ceil($cant / $maxRecords);
161 $smarty->assign('actual_page', 1 + ($offset / $maxRecords));
162 if ($cant > ($offset + $maxRecords)) {
163 $smarty->assign('next_offset', $offset + $maxRecords);
170 $smarty->assign('prev_offset', $offset - $maxRecords);
H A Dtiki-survey_stats_survey.php57 $cant_pages = ceil($channels["cant"] / $maxRecords);
59 $smarty->assign('actual_page', 1 + ($offset / $maxRecords));
60 if ($channels["cant"] > ($offset + $maxRecords)) {
61 $smarty->assign('next_offset', $offset + $maxRecords);
67 $smarty->assign('prev_offset', $offset - $maxRecords);
H A Dtiki-listpages.php108 $maxRecords = $_REQUEST['maxRecords']; variable
110 $maxRecords = $maxRecords; variable
240 $maxRecords,
266 $cant_pages = ceil($listpages['cant'] / $maxRecords);
268 $smarty->assign('actual_page', 1 + ($offset / $maxRecords));
269 if ($listpages['cant'] > ($offset + $maxRecords)) {
270 $smarty->assign('next_offset', $offset + $maxRecords);
277 $smarty->assign('prev_offset', $offset - $maxRecords);
H A Dtiki-searchindex.php50 $maxRecords = empty($_REQUEST['maxRecords']) ? $prefs['maxRecords'] : $_REQUEST['maxRecords']; variable
57 $results = tiki_searchindex_get_results($filter, $postfilter, $offset, $maxRecords);
115 $cacheName = $user . '/' . $offset . '/' . $maxRecords . '/' . serialize($filter);
125 $results = tiki_searchindex_get_results($filter, $postfilter, $offset, $maxRecords);
191 * @param int $maxRecords
196 function tiki_searchindex_get_results($filter, $postfilter, $offset, $maxRecords) argument
223 $query->setRange($offset, $maxRecords);
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/yara/
H A Dfile_prefetched.h55 uint64_t maxRecords; member
57 PrefetchedFile(uint64_t maxRecords) : in PrefetchedFile()
59 maxRecords(maxRecords) in PrefetchedFile()
72 uint64_t maxRecords;
75 PrefetchedFile(uint64_t maxRecords) :
78 maxRecords(maxRecords),
129 readRecords(records, me.file, me.maxRecords);
140 me.reader = std::thread([&me]() { readRecords(me.records, me.file, me.maxRecords); });
/dports/www/tikiwiki/tiki-21.2/lib/directory/
H A Ddirlib.php146 $result = $this->query($query, $bindvars, $maxRecords, $offset);
184 $result = $this->query($query, $bindvars, $maxRecords, $offset);
226 $result = $this->query($query, $bindvars, $maxRecords, $offset);
261 $result = $this->query($query, $bindvars, $maxRecords, $offset);
312 $result = $this->query($query, $bindvars, $maxRecords, $offset);
346 $result = $this->query($query, $bindvars, $maxRecords, $offset);
381 $result = $this->query($query, $bindvars, $maxRecords, $offset);
421 $result = $this->query($query, $bindvars, $maxRecords, $offset);
455 $result = $this->query($query, $bindvars, $maxRecords, $offset);
782 $result = $this->query($query, $bindvars, $maxRecords, $offset);
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManager.java274 if ((force==false) && (logCount < maxRecords)) in checkLogFile()
290 fileCapacity = maxRecords; in checkLogFile()
317 public void setMemoryLogCapacity(int maxRecords) { in setMemoryLogCapacity() argument
319 memCapacity = maxRecords; in setMemoryLogCapacity()
322 config.setMemoryMaxRecords(maxRecords); in setMemoryLogCapacity()
327 public void setLogFileCapacity(long maxRecords) in setLogFileCapacity() argument
330 fileCapacity = maxRecords; in setLogFileCapacity()
331 config.setLogFileMaxRecords(maxRecords); in setLogFileCapacity()
408 final long maxRecords; in logToFile() local
412 maxRecords = fileCapacity; in logToFile()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManager.java274 if ((force==false) && (logCount < maxRecords)) in checkLogFile()
290 fileCapacity = maxRecords; in checkLogFile()
317 public void setMemoryLogCapacity(int maxRecords) { in setMemoryLogCapacity() argument
319 memCapacity = maxRecords; in setMemoryLogCapacity()
322 config.setMemoryMaxRecords(maxRecords); in setMemoryLogCapacity()
327 public void setLogFileCapacity(long maxRecords) in setLogFileCapacity() argument
330 fileCapacity = maxRecords; in setLogFileCapacity()
331 config.setLogFileMaxRecords(maxRecords); in setLogFileCapacity()
408 final long maxRecords; in logToFile() local
412 maxRecords = fileCapacity; in logToFile()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/core/Search/
H A DResultSet.php13 private $maxRecords; variable in Search_ResultSet
30 function __construct($result, $count, $offset, $maxRecords) argument
37 $this->maxRecords = $maxRecords;
43 $return = new self($list, $this->count, $this->offset, $this->maxRecords);
102 return $this->maxRecords;
108 $this->maxRecords = $max;
156 return $this->count > $this->offset + $this->maxRecords;
266 'maxRecords' => $this->maxRecords,
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/uploaders/
H A DBufferSizeTracker.java25 protected final long maxRecords; field in BufferSizeTracker
27 public BufferSizeTracker(Object accessLock, long maxBytes, long maxRecords) { in BufferSizeTracker() argument
30 this.maxRecords = maxRecords; in BufferSizeTracker()
92 return recordCount < maxRecords in canFitRecordByteDelta()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/db/
H A DBTree.java44 protected final int maxRecords; field in BTree
73 this.maxRecords = 2*this.degree - 1; in BTree()
147 long[] children = new long[this.maxRecords + 1];
205 putChild(chunk, node, this.maxRecords, 0);
242 int upper= this.maxRecords - 1;
275 for (int j = this.maxRecords - 2; j >= i; --j) {
609 if (index < this.maxRecords) {
645 int upper= this.maxRecords - 1;
666 for (; i < this.maxRecords; ++i) {
737 int indexFirstBlankKey = BTree.this.maxRecords;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/uploaders/
H A DBufferSizeTracker.java25 protected final long maxRecords; field in BufferSizeTracker
27 public BufferSizeTracker(Object accessLock, long maxBytes, long maxRecords) { in BufferSizeTracker() argument
30 this.maxRecords = maxRecords; in BufferSizeTracker()
100 return recordCount < maxRecords in canFitRecordByteDelta()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Common/
H A DDataAdapter.cs404 if (maxRecords < 0) in Fill()
406 throw ADP.InvalidMaxRecords(nameof(maxRecords), maxRecords); in Fill()
414 …return FillFromReader(dataSet, null, srcTable, readerHandler, startRecord, maxRecords, null, null); in Fill()
428 …d virtual int Fill(DataTable[] dataTables, IDataReader dataReader, int startRecord, int maxRecords) in Fill() argument
442 if ((1 < dataTables.Length) && ((0 != startRecord) || (0 != maxRecords))) in Fill()
556 if ((1 == schemaCount) && ((0 < startRecord) || (0 < maxRecords))) in FillFromReader()
558 rowsAddedToDataSet = FillLoadDataRowChunk(mapping, startRecord, maxRecords); in FillFromReader()
585 private int FillLoadDataRowChunk(SchemaMapping mapping, int startRecord, int maxRecords) in FillLoadDataRowChunk() argument
600 if (0 < maxRecords) in FillLoadDataRowChunk()
602 while ((rowsAddedToDataSet < maxRecords) && dataReader.Read()) in FillLoadDataRowChunk()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/faqs/
H A Dfaqlib.php29 function list_faqs($offset, $maxRecords, $sort_mode, $find) argument
49 if (($maxRecords == -1) || (($n >= $offset) && ($n < ($offset + $maxRecords)))) {
110 function list_suggested_questions($offset, $maxRecords, $sort_mode, $find, $faqId) argument
134 $result = $this->query($query, $bindvars, $maxRecords, $offset);
155 function list_all_faq_questions($offset, $maxRecords, $sort_mode, $find) argument
171 $result = $this->query($query, $bindvars, $maxRecords, $offset);
307 …function list_faq_questions($faqId = 0, $offset = 0, $maxRecords = -1, $sort_mode = 'question_asc'… argument
327 $result = $this->query($query, $bindvars, $maxRecords, $offset);
/dports/www/tikiwiki/tiki-21.2/lib/polls/
H A Dpolllib.php31 function list_polls($offset, $maxRecords, $sort_mode, $find) argument
45 $result = $this->query($query, $bindvars, $maxRecords, $offset);
69 function list_active_polls($offset, $maxRecords, $sort_mode, $find) argument
83 $result = $this->query($query, $bindvars, $maxRecords, $offset);
104 function list_all_polls($offset, $maxRecords, $sort_mode, $find) argument
118 $result = $this->query($query, $bindvars, $maxRecords, $offset);
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-assignuser.tpl45 …ef="tiki-assignuser.php?{if $offset}offset={$offset}&amp;{/if}maxRecords={$prefs.maxRecords}&amp;s…
64 <input type="hidden" value="{$prefs.maxRecords}" name="maxRecords">
82 …_user={$assign_user|escape:url}&amp;{/if}offset={$offset}&amp;maxRecords={$prefs.maxRecords}&amp;s…
83 …_user={$assign_user|escape:url}&amp;{/if}offset={$offset}&amp;maxRecords={$prefs.maxRecords}&amp;s…
111 …ef="tiki-assignuser.php?{if $offset}offset={$offset}&amp;{/if}maxRecords={$prefs.maxRecords}&amp;s…
117 …ef="tiki-assignuser.php?{if $offset}offset={$offset}&amp;{/if}maxRecords={$prefs.maxRecords}&amp;s…
132 {pagination_links cant=$cant_pages step=$prefs.maxRecords offset=$offset}{/pagination_links}
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDataAdapter.cs434 if (maxRecords < 0) { in Fill()
435 throw ADP.InvalidMaxRecords("maxRecords", maxRecords); in Fill()
442 …return FillFromReader(dataSet, null, srcTable, readerHandler, startRecord, maxRecords, null, null); in Fill()
465 if ((1 < dataTables.Length) && ((0 != startRecord) || (0 != maxRecords))) { in Fill()
557 if ((1 == schemaCount) && ((0 < startRecord) || (0 < maxRecords))) { in FillFromReader()
558 rowsAddedToDataSet = FillLoadDataRowChunk(mapping, startRecord, maxRecords); in FillFromReader()
581 private int FillLoadDataRowChunk(SchemaMapping mapping, int startRecord, int maxRecords) { in FillLoadDataRowChunk() argument
593 if (0 < maxRecords) { in FillLoadDataRowChunk()
594 while ((rowsAddedToDataSet < maxRecords) && dataReader.Read()) { in FillLoadDataRowChunk()
776 …t FillFromReader(DataTable[] dataTables, IDataReader dataReader, int startRecord, int maxRecords) { in FillFromReader() argument
[all …]
/dports/biology/bbmap/bbmap/current/sketch/
H A DSketchResults.java94 final long limit=(params.maxRecords*2+5); in addToList()
131 alignSSUs(params.maxRecords*4);//This should be enough... in toText()
135 alignSSUs(params.maxRecords); in toText()
152 if(idx>=params.maxRecords){break;} in toText()
167 if(idx>=params.maxRecords){break;} in toText()
178 void alignSSUs(int maxRecords){ in alignSSUs() argument
189 alignerPool.addJobs(list, maxRecords); in alignSSUs()

12345678910>>...14