Home
last modified time | relevance | path

Searched refs:headRow (Results 1 – 12 of 12) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/
H A DHsTaskPage.java85 TR<THEAD<TABLE<Hamlet>>> headRow = html. in render() local
90 headRow. in render()
99 headRow.th("Shuffle Finish Time"); in render()
100 headRow.th("Merge Finish Time"); in render()
103 headRow.th("Finish Time"); //Attempt in render()
106 headRow.th("Elapsed Time Shuffle"); //Attempt in render()
107 headRow.th("Elapsed Time Merge"); //Attempt in render()
108 headRow.th("Elapsed Time Reduce"); //Attempt in render()
110 headRow.th("Elapsed Time"). in render()
113 TBODY<TABLE<Hamlet>> tbody = headRow._()._().tbody(); in render()
/dports/finance/weberp/webERP/
H A DZ_ImportStocks.php54 …$headRow = fgetcsv($FileHandle, 10000, ",",'"'); // Modified to handle " "" " enclosed csv - usef… variable
57 if ( count($headRow) != count($FieldHeadings) ) {
58 …prnMsg (_('File contains '. count($headRow). ' columns, expected '. count($FieldHeadings). '. Try …
66 foreach ($headRow as $headField) {
H A DZ_ImportSuppliers.php63 $headRow = fgetcsv($FileHandle, 10000, ","); variable
66 if( count($headRow) != count($FieldHeadings) ) {
67 …prnMsg (_('File contains '. count($headRow). ' columns, expected '. count($FieldHeadings). '. Try …
75 foreach($headRow as $headField) {
H A DStockCounts.php133 …$headRow = fgetcsv($FileHandle, 10000, ",",'"'); // Modified to handle " "" " enclosed csv - usef… variable
136 if ( count($headRow) != count($FieldHeadings) ) {
137 …prnMsg (_('File contains '. count($headRow). ' columns, expected '. count($FieldHeadings). '. Try …
145 foreach ($headRow as $headField) {
H A DZ_ImportCustbranch.php64 $headRow = fgetcsv($FileHandle, 10000, ","); variable
66 if ( count($headRow) != count($FieldHeadings)) {
67 …prnMsg (_('File contains '. count($headRow). ' columns, expected '. count($FieldHeadings). '. Try …
110 foreach ($headRow as $headField) {
H A DZ_ImportDebtors.php100 $headRow = fgetcsv($FileHandle, 10000, ","); variable
102 if (count($headRow) != count($FieldHeadings)) {
103 …prnMsg(_('File contains ' . count($headRow) . ' columns, expected ' . count($FieldHeadings) . '. T…
111 foreach ($headRow as $headField) {
/dports/www/gitea/gitea-1.16.5/services/gitdiff/
H A Dcsv.go351 headRow, _ := headCSVReader.GetRow(0)
359 if headRow != nil {
360 head2BaseColMap = make([]int, len(headRow))
373 for j := 0; j < len(headRow); j++ {
375 headCell, err := getCell(headRow, j)
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfxml.cpp464 unsigned int row, headRow; in Write() local
489 for (headRow = m_headRowFirst; headRow < m_headRowLast; headRow++) in Write()
492 WriteRow(headRow, x, y); in Write()
493 y += m_rowHeights[headRow]; in Write()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/
H A Dui-export-list.php708 $headRow = array(
741 foreach ($headRow as $key => $val) {
/dports/devel/hadoop/hadoop-1.2.1/src/webapps/hdfs/
H A Ddfsnodelist.jsp297 out.print("<table border=1 cellspacing=0> <tr class=\"headRow\"> "
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DMuse.hs651 (TableHead nullAttr $ toHeaderRow headRow)
655 (headRow, rows) = fromMaybe ([], []) $ uncons headers
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DMuse.hs650 (TableHead nullAttr $ toHeaderRow headRow)
654 (headRow, rows) = fromMaybe ([], []) $ uncons headers