Home
last modified time | relevance | path

Searched refs:rowsToDisplay (Results 1 – 10 of 10) sorted by relevance

/dports/www/matomo/piwik/plugins/CoreVisualizations/JqplotDataGenerator/
H A DEvolution.php69 $rowsToDisplay = $this->properties['rows_to_display']
77 $this->getSeriesMetadata($rowsToDisplay, $columnsToDisplay, $units, $dataTables);
81 foreach ($rowsToDisplay as $rowLabel) {
272 …private function getSeriesMetadata(array $rowsToDisplay, array $columnsToDisplay, array $units, ar… argument
280 foreach ($rowsToDisplay as $rowIndex => $rowLabel) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/showcase/core/
H A Dapp_delegate.mm26 [[ShowcaseViewController alloc] initWithRows:[AppDelegate rowsToDisplay]];
51 + (NSArray<showcase::ModelRow*>*)rowsToDisplay { method
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/explore_sites/
H A DExploreSitesCategoryCardView.java239 mTileView.setMaxRows(rowsToDisplay(category, incompleteAllowed)); in updateTileViews()
334 int rowsToDisplay(ExploreSitesCategory category, boolean incompleteAllowed) { in rowsToDisplay() method in ExploreSitesCategoryCardView
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/explore_sites/
H A DExploreSitesCategoryCardViewTest.java117 expectedMaxRows, categoryCardView.rowsToDisplay(category, incompleteAllowedActual));
/dports/deskutils/egroupware/egroupware/calendar/js/
H A Det2_widget_timegrid.ts802 var rowsToDisplay = Math.ceil((totalDisplayMinutes+60)/granularity);
810 var rowHeight = (100/rowsToDisplay).toFixed(1);
812 this.rowHeight = this.scrolling.height() / rowsToDisplay;
920 var rowsToDisplay = Math.ceil((totalDisplayMinutes+60)/this.options.granularity);
923 var new_height = this.scrolling.height() / rowsToDisplay;
H A Det2_widget_daycol.ts75 rowsToDisplay: 10,
H A Dapp.min.js.map1 …ver","wd_start","day_start","wd_end","day_end","totalDisplayMinutes","rowsToDisplay","ceil","row_c…
/dports/deskutils/egroupware/egroupware/calendar/inc/
H A Dclass.calendar_uiviews.inc.php74 var $rowsToDisplay; variable in calendar_uiviews
/dports/www/getleft/Getleft-v1.2/scripts/tablelist4.8/scripts/
H A DtablelistWidget.tcl3538 lappend data(rowsToDisplay) $row
3608 set wasEmpty [expr {[llength $data(rowsToDisplay)] == $data(itemCount)}]
3611 foreach row $data(rowsToDisplay) {
3779 unset data(rowsToDisplay)
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/tablelist/scripts/
H A DtablelistWidget.tcl3561 lappend data(rowsToDisplay) $row
3631 set wasEmpty [expr {[llength $data(rowsToDisplay)] == $data(itemCount)}]
3634 foreach row $data(rowsToDisplay) {
3825 unset data(rowsToDisplay)