Home
last modified time | relevance | path

Searched refs:CellType (Results 1 – 25 of 684) sorted by path

12345678910>>...28

/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxcell.cpp62 CellType type, in Cell()
96 Cell::CellType Cell::cellType() const in cellType()
274 Cell::CellType cellType = d->cellType; in isDateTime()
H A Dxlsxcell.h36 enum CellType // See ECMA 376, 18.18.11. ST_CellType (Cell Type) for more information. enum
50 CellType type = NumberType,
61 CellType cellType() const;
H A Dxlsxcell_p.h29 Cell::CellType cellType;
H A Dxlsxworksheet.cpp2411 Cell::CellType cellType = Cell::CustomType; in loadXmlSheetData()
/dports/biology/subread/subread-2.0.2-source/doc/
H A DSubreadUsersGuide.tex1471 celltype <- factor(targets$CellType)
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec9740 REPEAT2 (num_rows, cols[rcount1].rows, Dwg_DATATABLE_row) //CellType?
/dports/cad/pcb/pcb-4.2.0/src/
H A Dedif.y657 _Cell : CellType
679 CellType : EDIF_TOK_CELLTYPE _CellType PopC
/dports/cad/sumo/sumo-1.2.0/src/utils/foxtools/
H A DMFXAddEditTypedTable.cpp540 CellType
550 MFXAddEditTypedTable::setCellType(int pos, CellType t) { in setCellType()
H A DMFXAddEditTypedTable.h29 enum CellType { enum
66 CellType getCellType(int pos) const;
67 void setCellType(int pos, CellType t);
147 std::vector<CellType> myCellTypes;
/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dcelltypes.h27 struct CellType struct
36 dict<RTLIL::IdString, CellType> cell_types; argument
60 CellType ct = {type, inputs, outputs, is_evaluable};
/dports/databases/grass7/grass-7.8.6/lib/raster3d/
H A Draster3dlib.dox235 CellType: double
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/
H A DProtobufUtil.java2551 kvbuilder.setCellType(CellProtos.CellType.valueOf(kv.getTypeByte())); in toCell()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DCellProtos.java19 public enum CellType enum in CellProtos
83 public static CellType valueOf(int value) { in valueOf()
95 public static com.google.protobuf.Internal.EnumLiteMap<CellType>
99 private static com.google.protobuf.Internal.EnumLiteMap<CellType>
101 new com.google.protobuf.Internal.EnumLiteMap<CellType>() {
102 public CellType findValueByNumber(int number) {
103 return CellType.valueOf(number);
120 private static final CellType[] VALUES = values();
122 public static CellType valueOf( in valueOf()
134 private CellType(int index, int value) { in CellType() method in CellProtos.CellType
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/protobuf/
H A DCell.proto29 enum CellType { enum
49 optional CellType cell_type = 5; field
63 optional CellType key_type = 5; field
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/codec/
H A DMessageCodec.java55 builder.setCellType(CellProtos.CellType.valueOf(cell.getTypeByte())); in write()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/calamine-0.16.2/
H A DChangelog.md131 - feat: add a CellType alias trait
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/calamine-0.16.2/src/
H A Dde.rs7 use super::{CellErrorType, CellType, DataType, Range, Rows};
495 pub trait ToCellDeserializer<'a>: CellType {
H A Dlib.rs203 pub trait CellType: Default + Clone + PartialEq {} trait
204 impl<T: Default + Clone + PartialEq> CellType for T {}
208 pub struct Cell<T: CellType> {
215 impl<T: CellType> Cell<T> {
237 pub struct Range<T: CellType> {
243 impl<T: CellType> Range<T> {
634 impl<T: CellType> Index<usize> for Range<T> {
651 impl<T: CellType> IndexMut<usize> for Range<T> {
668 pub struct Cells<'a, T: CellType> {
701 pub struct UsedCells<'a, T: CellType> {
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dtypes.rst158 .. data:: CellType
/dports/databases/py-gdbm/Python-3.8.12/Doc/reference/
H A Ddatamodel.rst570 :data:`cell <types.CellType>` type can be accessed in the :mod:`types`
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_funcattrs.py87 cell_obj = types.CellType(1)
90 cell_obj = types.CellType()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtypes.py23 CellType = type(_cell_factory()) variable
/dports/databases/py-gdbm/Python-3.8.12/Misc/
H A DNEWS5634 under the name CellType. Patch by Pierre Glaser.
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dtypes.rst158 .. data:: CellType
/dports/databases/py-sqlite3/Python-3.8.12/Doc/reference/
H A Ddatamodel.rst570 :data:`cell <types.CellType>` type can be accessed in the :mod:`types`

12345678910>>...28