Home
last modified time | relevance | path

Searched refs:headerRow (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/recordlist/Classes/Controller/
H A DRecordDownloadController.php148 $headerRow = $downloader->getHeaderRow($columnsToRender);
159 return $this->{$downloadAction}($request, $headerRow, $records);
204 * @param array $headerRow
210 array $headerRow, argument
218 $result[] = CsvUtility::csvValues($headerRow, $csvDelimiter, $csvQuote);
230 * @param array $headerRow
236 array $headerRow, argument
255 'columns' => array_values($headerRow),
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dpanelswidget.cpp112 const int headerRow = m_layout->rowCount(); in addPropertiesPanel() local
119 m_layout->addWidget(iconLabel, headerRow, 0, 3, 1, Qt::AlignTop | Qt::AlignHCenter); in addPropertiesPanel()
130 m_layout->addWidget(nameLabel, headerRow, 1, 1, 1, Qt::AlignVCenter | Qt::AlignLeft); in addPropertiesPanel()
133 const int lineRow = headerRow + 1; in addPropertiesPanel()
/dports/biology/gatk/gatk-4.2.0.0/scripts/funcotator/data_sources/
H A DgetDnaRepairGenes.py56 headerRow = [] variable
67 headerRow = strippedRow variable
81 if len(strippedRow) < len(headerRow):
/dports/deskutils/charmtimetracker/Charm-1.12.0/Charm/Widgets/
H A DMonthlyTimesheet.cpp243 QDomElement headerRow = doc.createElement(QStringLiteral("tr")); in update() local
244 headerRow.setAttribute(QStringLiteral("class"), QStringLiteral("header_row")); in update()
245 table.appendChild(headerRow); in update()
246 addTblHdr(headerRow, tr("Task")); in update()
248 addTblHdr(headerRow, tr("Week")); in update()
249 addTblHdr(headerRow, tr("Total")); in update()
250 addTblHdr(headerRow, tr("Days")); in update()
/dports/sysutils/plasma5-plasma-systemmonitor/plasma-systemmonitor-5.23.5/src/table/
H A DTableViewHeader.qml62 var newIndex = headerRow.currentIndex
68 newIndex = headerRow.children.length - 1
70 if (newIndex >= headerRow.children.length) {
74 item = headerRow.children[newIndex]
78 headerRow.currentIndex = newIndex
82 id: headerRow
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/sourcemarkers/
H A DSourceMarkerItemCodec.java143 TableRowElement headerRow = Document.get().createTRElement(); in addBreak() local
144 headerRow.setClassName(resources_.styles().headerRow()); in addBreak()
157 headerRow.appendChild(cell); in addBreak()
159 row.getParentElement().insertBefore(headerRow, row); in addBreak()
/dports/lang/php73/php-7.3.33/sapi/fpm/tests/
H A Dresponse.inc226 foreach ($headerRows as $headerRow) {
227 $colonPosition = strpos($headerRow, ':');
229 $this->error("Invalid header row (no colon): $headerRow");
231 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
232 substr($headerRow, $colonPosition + 1)
/dports/www/mod_php73/php-7.3.33/sapi/fpm/tests/
H A Dresponse.inc226 foreach ($headerRows as $headerRow) {
227 $colonPosition = strpos($headerRow, ':');
229 $this->error("Invalid header row (no colon): $headerRow");
231 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
232 substr($headerRow, $colonPosition + 1)
/dports/devel/kdevelop/kdevelop-21.12.3/app/plasma/applet/package/contents/ui/
H A Dkdevelopsessions.qml43 id: headerRow
65 anchors { left: headerRow.left; right: headerRow.right; top: headerRow.bottom }
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/konsoleprofiles/package/contents/ui/
H A Dkonsoleprofiles.qml57 id: headerRow
79 anchors { left: headerRow.left; right: headerRow.right; top: headerRow.bottom }
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/
H A DThriftServerPage.scala73 val headerRow = Seq("User", "JobID", "GroupID", "Start Time", "Finish Time", "Duration", constant
99 Some(UIUtils.listingTable(headerRow, generateDataRow,
146 val headerRow = Seq("User", "IP", "Session ID", "Start Time", "Finish Time", "Duration", constant
161 Some(UIUtils.listingTable(headerRow, generateDataRow, dataRows, true, None, Seq(null), false))
H A DThriftServerSessionPage.scala82 val headerRow = Seq("User", "JobID", "GroupID", "Start Time", "Finish Time", "Duration", constant
108 Some(UIUtils.listingTable(headerRow, generateDataRow,
166 val headerRow = Seq("User", "IP", "Session ID", "Start Time", "Finish Time", "Duration", constant
168 Some(listingTable(headerRow, dataRows))
/dports/lang/php81/php-8.1.1/sapi/fpm/tests/
H A Dresponse.inc254 foreach ($headerRows as $headerRow) {
255 $colonPosition = strpos($headerRow, ':');
257 $this->error("Invalid header row (no colon): $headerRow");
259 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
260 substr($headerRow, $colonPosition + 1)
/dports/www/mod_php80/php-8.0.15/sapi/fpm/tests/
H A Dresponse.inc254 foreach ($headerRows as $headerRow) {
255 $colonPosition = strpos($headerRow, ':');
257 $this->error("Invalid header row (no colon): $headerRow");
259 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
260 substr($headerRow, $colonPosition + 1)
/dports/www/mod_php81/php-8.1.1/sapi/fpm/tests/
H A Dresponse.inc254 foreach ($headerRows as $headerRow) {
255 $colonPosition = strpos($headerRow, ':');
257 $this->error("Invalid header row (no colon): $headerRow");
259 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
260 substr($headerRow, $colonPosition + 1)
/dports/lang/php74/php-7.4.27/sapi/fpm/tests/
H A Dresponse.inc254 foreach ($headerRows as $headerRow) {
255 $colonPosition = strpos($headerRow, ':');
257 $this->error("Invalid header row (no colon): $headerRow");
259 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
260 substr($headerRow, $colonPosition + 1)
/dports/lang/php80/php-8.0.15/sapi/fpm/tests/
H A Dresponse.inc254 foreach ($headerRows as $headerRow) {
255 $colonPosition = strpos($headerRow, ':');
257 $this->error("Invalid header row (no colon): $headerRow");
259 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
260 substr($headerRow, $colonPosition + 1)
/dports/www/mod_php74/php-7.4.27/sapi/fpm/tests/
H A Dresponse.inc254 foreach ($headerRows as $headerRow) {
255 $colonPosition = strpos($headerRow, ':');
257 $this->error("Invalid header row (no colon): $headerRow");
259 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
260 substr($headerRow, $colonPosition + 1)
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DFictionBook2Style.cpp33 , headerRow(false) in FictionBook2BlockFormat()
77 if ((format.strong > 0) || blockFormat.title || blockFormat.subtitle | blockFormat.headerRow) in makePropertyList()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/examples/training/utils/
H A Dplot_dakota_scatter27 headerRow = ifp.readline()
28 columns = headerRow.split()
H A Dplot_dakota_centered28 headerRow = ifp.readline()
29 columns = headerRow.split()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/PdfExport/
H A Dpdfexport.cpp403 headerRow.reset(); in clearDataHeaders()
933 if (headerRow) in flushDataRowsPage()
934 allRows += *headerRow; in flushDataRowsPage()
1001 if (headerRow) in flushDataRowsPage()
1002 verticalLinesStart += headerRow->height; in flushDataRowsPage()
1018 if (headerRow) in flushDataRowsPage()
1175 headerRow.reset(row); in exportDataHeader()
1227 if (headerRow) in calculateDataColumnWidths()
1331 if (headerRow) in calculateDataRowHeights()
1338 headerRow->height = qMin(maxRowHeight, actualColHeight); in calculateDataRowHeights()
[all …]
/dports/editors/ted/Ted-2.23/docBuf/
H A DdocTable.c252 int headerRow= -1; in docDelimitTables() local
276 headerRow= -1; in docDelimitTables()
308 { headerRow= n; } in docDelimitTables()
310 rowNode->biRowTableHeaderRow= headerRow; in docDelimitTables()
/dports/www/tikiwiki/tiki-21.2/lib/sheet/
H A Dsheetlib.php557 function clone_layout($sheetId, $className, $headerRow, $footerRow, $parseValues = 'n') // {{{2 argument
561 && $row[ 'headerRow' ] == $headerRow
568 $headerRow = empty($headerRow) ? 0 : $headerRow;
577 [ $sheetId, $stamp, $className, (int)$headerRow, (int)$footerRow, $parseValues ]
/dports/graphics/opencv/opencv-4.5.3/modules/ts/misc/
H A Dtable_formatter.py266headerRow = tblRow(len(columns), {"align": "center", "valign": "top", "bold": True, "header": True…
267 headerRow.cells = columns
268 headerRow.minheight = self.headerHeight
270 self.consolePrintRow2(colrizer, headerRow, columns)
383headerRow = tblRow(len(columns), {"align": "center", "valign": "top", "bold": True, "header": True…
384 headerRow.cells = columns
386 header_rows = [headerRow]

1234567