Home
last modified time | relevance | path

Searched refs:isFirstRow (Results 1 – 25 of 59) sorted by relevance

123

/dports/biology/gatk/gatk-4.2.0.0/scripts/funcotator/data_sources/
H A DgetDnaRepairGenes.py55 isFirstRow = True variable
65 if isFirstRow:
68 isFirstRow = False variable
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DRtfTableRow.java228 if (isFirstRow()) { in writeRowAndCellsDefintions()
260 if (isFirstRow()) { in writeRowAndCellsDefintions()
288 if (isFirstRow() && parentTable.isHighestRow(id)) { in adjustBorderProperties()
291 } else if (isFirstRow()) { in adjustBorderProperties()
366 public boolean isFirstRow() { in isFirstRow() method in RtfTableRow
/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/ui/
H A DBatchPage.scala54 isFirstRow: Boolean,
58 numSparkJobRowsInOutputOp, isFirstRow, sparkJob.jobUIData.get)
61 numSparkJobRowsInOutputOp, isFirstRow, sparkJob.sparkJobId)
96 isFirstRow: Boolean,
115 if (isFirstRow) {
166 isFirstRow: Boolean,
172 if (isFirstRow) {
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Helper/
H A DTable.php350 $isFirstRow = false;
354 $isFirstRow = true;
367 if ($isHeader || $isFirstRow) {
368 if ($isFirstRow) {
370 $isFirstRow = false;
/dports/graphics/aseprite/aseprite-1.2.9/src/filters/
H A Dbrightness_contrast_filter.cpp56 if (filterMgr->isFirstRow()) { in applyToRgba()
125 if (!filterMgr->isFirstRow()) in applyToIndexed()
H A Dfilter_manager.h74 virtual bool isFirstRow() const = 0;
H A Dhue_saturation_filter.cpp71 if (filterMgr->isFirstRow()) { in applyToRgba()
155 if (!filterMgr->isFirstRow()) in applyToIndexed()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/console/Helper/
H A DTable.php364 $isFirstRow = $this->horizontal;
368 $isFirstRow = true;
381 if ($isHeader || $isFirstRow) {
382 if ($isFirstRow) {
384 $isFirstRow = false;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/console/Helper/
H A DTable.php376 $isFirstRow = $this->horizontal;
380 $isFirstRow = true;
393 if ($isHeader || $isFirstRow) {
394 if ($isFirstRow) {
396 $isFirstRow = false;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/console/Helper/
H A DTable.php364 $isFirstRow = $this->horizontal;
368 $isFirstRow = true;
381 if ($isHeader || $isFirstRow) {
382 if ($isFirstRow) {
384 $isFirstRow = false;
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/console/Helper/
H A DTable.php376 $isFirstRow = $this->horizontal;
380 $isFirstRow = true;
393 if ($isHeader || $isFirstRow) {
394 if ($isFirstRow) {
396 $isFirstRow = false;
/dports/www/owncloud/owncloud/lib/composer/symfony/console/Helper/
H A DTable.php376 $isFirstRow = $this->horizontal;
380 $isFirstRow = true;
393 if ($isHeader || $isFirstRow) {
394 if ($isFirstRow) {
396 $isFirstRow = false;
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/table/
H A Dtablecell.cxx248 if ( rProperties.isFirstRow() && ( nRow == 0 ) ) in pushToXCell()
294 if ( ( !rProperties.isFirstRow() || ( nRow != 0 ) ) && in pushToXCell()
300 if ( rProperties.isFirstRow() ) in pushToXCell()
372 if ( ( !rProperties.isFirstRow() || ( nRow != 0 ) ) && in pushToXCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/table/
H A Dtablecell.cxx258 if ( rProperties.isFirstRow() && ( nRow == 0 ) ) in pushToXCell()
304 if ( ( !rProperties.isFirstRow() || ( nRow != 0 ) ) && in pushToXCell()
310 if ( rProperties.isFirstRow() ) in pushToXCell()
382 if ( ( !rProperties.isFirstRow() || ( nRow != 0 ) ) && in pushToXCell()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/sql/
H A DSqlGrep.java134 boolean isFirstRow = true; in readRecords()
174 if (isFirstRow) { in readRecords()
192 isFirstRow = false; in readRecords()
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/Helper/
H A DTable.php390 $isFirstRow = $this->horizontal;
395 $isFirstRow = true;
408 if ($isHeader || $isFirstRow) {
414 $isFirstRow = false;
/dports/www/nextcloud/nextcloud/3rdparty/symfony/console/Helper/
H A DTable.php376 $isFirstRow = $this->horizontal;
381 $isFirstRow = true;
394 if ($isHeader || $isFirstRow) {
400 $isFirstRow = false;
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/table/
H A Dtableproperties.hxx43 bool isFirstRow() const { return mbFirstRow; }; in isFirstRow() function in oox::drawingml::table::TableProperties
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/table/
H A Dtableproperties.hxx45 bool isFirstRow() const { return mbFirstRow; }; in isFirstRow() function in oox::drawingml::table::TableProperties
/dports/science/jmol/jmol-14.32.7/src/org/jmol/symmetry/
H A DCIPData.java450 if (!CIPChirality.isFirstRow(a)) in couldBeChiralAlkene()
461 if (!CIPChirality.isFirstRow(other)) in couldBeChiralAlkene()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/filters/
H A Dfilter_manager_impl.h115 bool isFirstRow() const override { return m_row == 0; } in isFirstRow() function
/dports/print/lyx/lyx-2.3.4.2/src/
H A DTextMetrics.h226 bool isFirstRow(Row const & row) const;
/dports/databases/adodb5/ADOdb-5.21.3/
H A Dadodb-active-recordx.inc.php867 $isFirstRow = true;
892 if($isFirstRow) {
893 $isFirstRow = false;
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/
H A Dadodb-active-recordx.inc.php873 $isFirstRow = true;
898 if($isFirstRow) {
899 $isFirstRow = false;
/dports/www/phprecipebook/phprecipebook/libs/adodb5/
H A Dadodb-active-recordx.inc.php802 $isFirstRow = true;
828 if($isFirstRow)
830 $isFirstRow = false;

123