Home
last modified time | relevance | path

Searched refs:emptyCell (Results 1 – 25 of 57) sorted by relevance

123

/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestCellCenters.cxx116 vtkSmartPointer<vtkCell> emptyCell = MakeEmptyCell(); in TestCellCenters() local
131 emptyCell->GetCellType(), emptyCell->GetNumberOfPoints(), emptyCell->GetPointIds()->begin()); in TestCellCenters()
133 emptyCell->GetCellType(), emptyCell->GetNumberOfPoints(), emptyCell->GetPointIds()->begin()); in TestCellCenters()
137 emptyCell->GetCellType(), emptyCell->GetNumberOfPoints(), emptyCell->GetPointIds()->begin()); in TestCellCenters()
141 emptyCell->GetCellType(), emptyCell->GetNumberOfPoints(), emptyCell->GetPointIds()->begin()); in TestCellCenters()
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/Tests/
H A DShared.hs77 [[emptyCell,emptyCell,emptyCell]
78 ,[cl "g" 1 1,emptyCell,emptyCell]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/Tests/
H A DShared.hs79 [[emptyCell,emptyCell,emptyCell]
80 ,[cl "g" 1 1,emptyCell,emptyCell]
/dports/security/keybase/client-v5.7.1/go/flexibletable/
H A Dcells.go83 type emptyCell struct{} struct
85 func (emptyCell) render(int) string { return "" } argument
86 func (emptyCell) minWidth() int { return 0 } argument
87 func (emptyCell) full() string { return "" } argument
H A Dtable.go66 case emptyCell:
83 row[iCell].Content = emptyCell{}
93 row[iCell].Content = emptyCell{}
/dports/lang/libobjc2/libobjc2-2.1/
H A Dhash_table.h223 uint32_t toHash, PREFIX(_table_cell) emptyCell) in PREFIX()
232 emptyCell->value = cell->value; in PREFIX()
245 emptyCell->value = hopCell->value; in PREFIX()
370 PREFIX(_table_cell) emptyCell) in PREFIX()
372 uint32_t jump = emptyCell->secondMaps; in PREFIX()
376 PREFIX(_table_lookup)(table, (emptyCell - table->table) + hop); in PREFIX()
377 emptyCell->value = hopCell->value; in PREFIX()
378 emptyCell->secondMaps &= ~(1 << (hop-1)); in PREFIX()
/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/ui/
H A DStreamingPage.scala438 }.getOrElse(emptyCell)
440 val executorId = if (info.executorId.isEmpty) emptyCell else info.executorId
441 val location = if (info.location.isEmpty) emptyCell else info.location
443 }.getOrElse(emptyCell)
447 }.getOrElse(emptyCell)
450 }.getOrElse(emptyCell)
511 val emptyCell = "-" constant
517 msOption.map(SparkUIUtils.formatDurationVerbose).getOrElse(emptyCell)
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxshcolumn.cpp85 static TXshCell emptyCell; in getCell() local
87 return emptyCell; in getCell()
125 const TXshCell emptyCell; in getCells() local
130 for (i = 0; i < rowCount; i++) cells[i] = emptyCell; in getCells()
149 while (dstCell < endDstCell) *dstCell++ = emptyCell; in getCells()
153 while (dstCell < endDstCell) *dstCell++ = emptyCell; in getCells()
H A Dtxshsoundcolumn.cpp309 static TXshCell emptyCell; in getCell() local
313 if (l) emptyCell.m_level = l->getSoundLevel(); in getCell()
314 return emptyCell; in getCell()
317 if (!l) return emptyCell; in getCell()
332 static TXshCell emptyCell; in getSoundCell() local
336 if (l) emptyCell.m_level = l->getSoundLevel(); in getSoundCell()
337 return emptyCell; in getSoundCell()
340 if (!l) return emptyCell; in getSoundCell()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/pandoc-types-1.22/test/
H A Dtest-pandoc-types.hs6 import Text.Pandoc.Builder (singleton, plain, text, simpleTable, table, emptyCell,
460 emptyRow = Row nullAttr $ replicate 2 emptyCell
511 isPadCell = (== emptyCell)
628 ,[emptyCell]
631 [[emptyCell,emptyCell,emptyCell]
632 ,[cl "g" 1 1,cl "h" 1 1,emptyCell]]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-types-1.22/test/
H A Dtest-pandoc-types.hs6 import Text.Pandoc.Builder (singleton, plain, text, simpleTable, table, emptyCell,
460 emptyRow = Row nullAttr $ replicate 2 emptyCell
511 isPadCell = (== emptyCell)
628 ,[emptyCell]
631 [[emptyCell,emptyCell,emptyCell]
632 ,[cl "g" 1 1,cl "h" 1 1,emptyCell]]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/merge/
H A DPositionBaseRowMerge.java76 SheetUtil.emptyCell(cc_, (Node)orgSeqObject); in mergeCellSequences()
196 SheetUtil.emptyCell(cc_, orgCell); in mergeCells()
H A DSheetMerge.java73 SheetUtil.emptyCell(cc_, children.item(i)); in clearRow()
H A DSheetUtil.java50 public static void emptyCell(ConverterCapabilities cc, Node node) { in emptyCell() method in SheetUtil
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/merge/
H A DPositionBaseRowMerge.java76 SheetUtil.emptyCell(cc_, (Node)orgSeqObject); in mergeCellSequences()
196 SheetUtil.emptyCell(cc_, orgCell); in mergeCells()
H A DSheetMerge.java73 SheetUtil.emptyCell(cc_, children.item(i)); in clearRow()
H A DSheetUtil.java50 public static void emptyCell(ConverterCapabilities cc, Node node) { in emptyCell() method in SheetUtil
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dcontainerplacer.cpp44 return LayoutCell::emptyCell; in operator ()()
H A Dlayoutcell.h156 static LayoutCell emptyCell; variable
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/Tests/Readers/
H A DLaTeX.hs201 , emptyCell
204 ,Row nullAttr [ emptyCell
206 , emptyCell
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/pandoc-types-1.22/src/Text/Pandoc/
H A DBuilder.hs165 , emptyCell
515 emptyCell :: Cell
516 emptyCell = simpleCell mempty function
606 = let (newHang, cells', _) = placeRowSection oldHang $ cells <> repeat emptyCell
623 = let (headHang', rowHead, cells') = placeRowSection headHang $ cells <> repeat emptyCell
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-types-1.22/src/Text/Pandoc/
H A DBuilder.hs165 , emptyCell
515 emptyCell :: Cell
516 emptyCell = simpleCell mempty function
606 = let (newHang, cells', _) = placeRowSection oldHang $ cells <> repeat emptyCell
623 = let (headHang', rowHead, cells') = placeRowSection headHang $ cells <> repeat emptyCell
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/
H A DThriftServerPage.scala38 private val emptyCell = "-"
182 msOption.map(formatDurationVerbose).getOrElse(emptyCell)
H A DThriftServerSessionPage.scala38 private val emptyCell = "-"
189 msOption.map(formatDurationVerbose).getOrElse(emptyCell)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/Tests/Readers/
H A DLaTeX.hs220 , emptyCell
223 ,Row nullAttr [ emptyCell
225 , emptyCell

123