Home
last modified time | relevance | path

Searched refs:formatRow (Results 1 – 25 of 88) sorted by relevance

1234

/dports/science/gromacs/gromacs-2021.4/src/gromacs/onlinehelp/tests/
H A Dhelpformat.cpp86 checkText(formatter_.formatRow(), "FormattedTable"); in TEST_F()
101 checkText(formatter_.formatRow(), "FormattedTable"); in TEST_F()
113 checkText(formatter_.formatRow(), "FormattedTable"); in TEST_F()
124 checkText(formatter_.formatRow(), "FormattedTable"); in TEST_F()
131 checkText(formatter_.formatRow(), "FormattedRow2"); in TEST_F()
139 checkText(formatter_.formatRow(), "FormattedRow3"); in TEST_F()
145 checkText(formatter_.formatRow(), "FormattedRow4"); in TEST_F()
163 checkText(formatter_.formatRow(), "FormattedRow2"); in TEST_F()
169 checkText(formatter_.formatRow(), "FormattedRow3"); in TEST_F()
185 checkText(formatter_.formatRow(), "FormattedRow2"); in TEST_F()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialStatistics.php93 private function formatRow( $text, $number, $trExtraParams = [], function in SpecialStatistics
128 $this->formatRow( $linkRenderer->makeKnownLink(
135 $this->formatRow( $linkRenderer->makeKnownLink( $specialAllPagesTitle,
143 $pageStatsHtml .= $this->formatRow(
158 $this->formatRow( $this->msg( 'statistics-edits' )->parse(),
162 $this->formatRow( $this->msg( 'statistics-edits-average' )->parse(),
174 $this->formatRow( $this->msg( 'statistics-users' )->parse() . ' ' .
182 $this->formatRow( $this->msg( 'statistics-users-active' )->parse() . ' ' .
241 $text .= $this->formatRow( $grouppage . ' ' . $grouplink,
278 $return .= $this->formatRow(
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialStatistics.php92 private function formatRow( $text, $number, $trExtraParams = [], function in SpecialStatistics
127 $this->formatRow(
137 $this->formatRow( $linkRenderer->makeKnownLink( $specialAllPagesTitle,
145 $pageStatsHtml .= $this->formatRow(
160 $this->formatRow( $this->msg( 'statistics-edits' )->parse(),
164 $this->formatRow( $this->msg( 'statistics-edits-average' )->parse(),
176 $this->formatRow( $this->msg( 'statistics-users' )->parse() . ' ' .
184 $this->formatRow( $this->msg( 'statistics-users-active' )->parse() . ' ' .
231 $text .= $this->formatRow( $grouppage . ' ' . $grouplink,
268 $return .= $this->formatRow(
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialStatistics.php99 private function formatRow( $text, $number, $trExtraParams = [], function in SpecialStatistics
134 $this->formatRow( $linkRenderer->makeKnownLink(
141 $this->formatRow( $linkRenderer->makeKnownLink( $specialAllPagesTitle,
149 $pageStatsHtml .= $this->formatRow(
164 $this->formatRow( $this->msg( 'statistics-edits' )->parse(),
168 $this->formatRow( $this->msg( 'statistics-edits-average' )->parse(),
180 $this->formatRow( $this->msg( 'statistics-users' )->parse() . ' ' .
188 $this->formatRow( $this->msg( 'statistics-users-active' )->parse() . ' ' .
237 $text .= $this->formatRow( $grouppage . ' ' . $grouplink,
274 $return .= $this->formatRow(
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmpui/
H A Ddetailsdialog.cpp292 metaDataRows += formatRow(tr("Title"), m_info.value(Qmmp::TITLE)); in printInfo()
293 metaDataRows += formatRow(tr("Artist"), m_info.value (Qmmp::ARTIST)); in printInfo()
295 metaDataRows += formatRow(tr("Album"), m_info.value(Qmmp::ALBUM)); in printInfo()
296 metaDataRows += formatRow(tr("Comment"), m_info.value(Qmmp::COMMENT)); in printInfo()
297 metaDataRows += formatRow(tr("Genre"), m_info.value(Qmmp::GENRE)); in printInfo()
298 metaDataRows += formatRow(tr("Composer"), m_info.value(Qmmp::COMPOSER)); in printInfo()
299 metaDataRows += formatRow(tr("Year"), m_info.value(Qmmp::YEAR)); in printInfo()
300 metaDataRows += formatRow(tr("Track"), m_info.value(Qmmp::TRACK)); in printInfo()
332 propertyRows += formatRow(item); in printInfo()
364 QString DetailsDialog::formatRow(const MetaDataItem &item) const in formatRow() function in DetailsDialog
[all …]
H A Ddetailsdialog.h81 QString formatRow(const QString &key, const QString &value) const;
82 QString formatRow(const MetaDataItem &item) const;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/bin/
H A Darrow2csv.ts140 this.push(`${formatRow(header, maxColWidths, sep)}\n`);
165 this.push(`${formatRow(header, maxColWidths = state.maxColWidths, sep)}\n`);
172 this.push(`${formatRow(header, state.maxColWidths, sep)}\n`);
178 this.push(`${formatRow(header, maxColWidths, sep)}\n`);
180 … this.push(`${formatRow([rowId, ...row.toArray()].map(valueToString), maxColWidths, sep)}\n`);
192 function formatRow(row: string[] = [], maxColWidths: number[] = [], sep = ' | ') {
/dports/databases/arrow/apache-arrow-6.0.1/js/src/bin/
H A Darrow2csv.ts140 this.push(`${formatRow(header, maxColWidths, sep)}\n`);
165 this.push(`${formatRow(header, maxColWidths = state.maxColWidths, sep)}\n`);
172 this.push(`${formatRow(header, state.maxColWidths, sep)}\n`);
178 this.push(`${formatRow(header, maxColWidths, sep)}\n`);
180 … this.push(`${formatRow([rowId, ...row.toArray()].map(valueToString), maxColWidths, sep)}\n`);
192 function formatRow(row: string[] = [], maxColWidths: number[] = [], sep = ' | ') {
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/bin/
H A Darrow2csv.ts140 this.push(`${formatRow(header, maxColWidths, sep)}\n`);
165 this.push(`${formatRow(header, maxColWidths = state.maxColWidths, sep)}\n`);
172 this.push(`${formatRow(header, state.maxColWidths, sep)}\n`);
178 this.push(`${formatRow(header, maxColWidths, sep)}\n`);
180 … this.push(`${formatRow([rowId, ...row.toArray()].map(valueToString), maxColWidths, sep)}\n`);
192 function formatRow(row: string[] = [], maxColWidths: number[] = [], sep = ' | ') {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/pagers/
H A DProtectedTitlesPager.php83 public function formatRow( $row ) { function in ProtectedTitlesPager
84 return $this->mForm->formatRow( $row );
H A DNewPagesPager.php168 public function formatRow( $row ) { function in NewPagesPager
169 return $this->mForm->formatRow( $row );
H A DCategoryPager.php78 public function formatRow( $result ) { function in CategoryPager
H A DMergeHistoryPager.php86 public function formatRow( $row ) { function in MergeHistoryPager
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/pagers/
H A DProtectedTitlesPager.php102 public function formatRow( $row ) { function in ProtectedTitlesPager
103 return $this->mForm->formatRow( $row );
H A DNewPagesPager.php200 public function formatRow( $row ) { function in NewPagesPager
201 return $this->mForm->formatRow( $row );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/pagers/
H A DProtectedTitlesPager.php102 public function formatRow( $row ) { function in ProtectedTitlesPager
103 return $this->mForm->formatRow( $row );
H A DNewPagesPager.php216 public function formatRow( $row ) { function in NewPagesPager
217 return $this->mForm->formatRow( $row );
/dports/devel/arcanist-lib/arcanist-b2e715f/src/console/view/
H A DPhutilConsoleTable.php134 $output[] = $this->formatRow($columns);
160 $output[] = $this->formatRow($columns);
271 protected function formatRow(array $columns) { function in PhutilConsoleTable
/dports/devel/arcanist/arcanist-b2e715f/src/console/view/
H A DPhutilConsoleTable.php134 $output[] = $this->formatRow($columns);
160 $output[] = $this->formatRow($columns);
271 protected function formatRow(array $columns) { function in PhutilConsoleTable
/dports/games/fillets-ng/fillets-ng-data-1.0.1/script/
H A Dinit.lua139 local function formatRow(index, levelname, codename, moves, author, player_steps) function
177 formatRow(index, level.levelname, level.codename, moves, author,
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/lib/form/
H A DsfWidgetFormSchemaFormatterPlain.php18 public function formatRow($label, $field, $errors = array(), $help = '', $hiddenFields = null) { function in sfWidgetFormSchemaFormatterPlain
/dports/devel/folly/folly-2021.12.27.00/folly/functional/test/
H A DApplyTupleTest.cpp318 auto formatRow = folly::uncurry([=](std::string a, std::string b) { in TEST() local
324 EXPECT_EQ(expected, formatRow(row)); in TEST()
325 auto formatRowCopy = formatRow; in TEST()
327 auto formatRowMove = std::move(formatRow); in TEST()
331 EXPECT_NE(expected, formatRow(row)); in TEST()
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/form/widget/
H A DsfWidgetFormSchemaFormatterDefault.php14 public function formatRow($label, $field, $errors = array(), $help = '', $hiddenFields = null) { function in sfWidgetFormSchemaFormatterDefault
H A DsfWidgetFormSchemaFormatterCustomRowFormat.php26 public function formatRow($label, $field, $errors = array(), $help = '', $hiddenFields = null) { function in sfWidgetFormSchemaFormatterCustomRowFormat
/dports/science/gromacs/gromacs-2021.4/src/gromacs/onlinehelp/
H A Dhelpformat.h225 std::string formatRow();

1234