Home
last modified time | relevance | path

Searched refs:get_cell_type (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/py-notebook/notebook-6.4.5/notebook/tests/selenium/
H A Dtest_dualmode_cellmode.py18 assert notebook.get_cell_type(index) == 'raw'
23 assert notebook.get_cell_type(index) == 'markdown'
28 assert notebook.get_cell_type(index) == 'markdown'
32 assert notebook.get_cell_type(index) == 'markdown'
36 assert notebook.get_cell_type(index) == 'markdown'
40 assert notebook.get_cell_type(index) == 'markdown'
44 assert notebook.get_cell_type(index) == 'markdown'
48 assert notebook.get_cell_type(index) == 'markdown'
52 assert notebook.get_cell_type(index) == 'code'
57 assert notebook.get_cell_type(index) == 'markdown'
H A Dtest_dualmode_insertcell.py16 assert notebook.get_cell_type(2) == "code"
23 assert notebook.get_cell_type(3) == "code"
H A Dtest_dualmode_markdown.py21 assert notebook.get_cell_type(index) == 'markdown'
/dports/devel/liborcus/liborcus-0.16.1/src/python/
H A Dcell.hpp38 PyTypeObject* get_cell_type();
H A Dcell.cpp63 PyTypeObject* cell_type = get_cell_type(); in create_and_init_cell_object()
342 PyTypeObject* get_cell_type() in get_cell_type() function
H A Dpython.cpp164 if (!orcus::python::add_type_to_module(m, orcus::python::get_cell_type(), "Cell")) in PyInit__orcus()
/dports/lang/gnu-apl/apl-1.8/src/
H A DCell.hh186 { return (get_cell_type() & CT_SIMPLE) != 0; } in is_simple_cell()
262 virtual CellType get_cell_type() const in get_cell_type() function in Cell
268 { return get_cell_type(); } in get_cell_subtype()
H A DLvalCell.hh57 virtual CellType get_cell_type() const in get_cell_type() function in LvalCell
H A DPointerCell.hh74 virtual CellType get_cell_type() const in get_cell_type() function in PointerCell
H A DCharCell.hh67 virtual CellType get_cell_type() const in get_cell_type() function in CharCell
H A DQuad_CR.cc1075 new (Z->next_ravel()) IntCell(cB.get_cell_type()); in do_CR26()
1103 if (cB.get_cell_type() == CT_CHAR) in do_CR27_28()
1105 else if (cB.get_cell_type() == CT_CELLREF) in do_CR27_28()
1112 if (cB.get_cell_type() == CT_COMPLEX) in do_CR27_28()
1114 else if (cB.get_cell_type() == CT_CELLREF) in do_CR27_28()
1117 else if (cB.get_cell_type() == CT_FLOAT) in do_CR27_28()
1119 else if (cB.get_cell_type() == CT_INT) in do_CR27_28()
H A DIntCell.hh191 virtual CellType get_cell_type() const in get_cell_type() function in IntCell
H A DComplexCell.hh191 virtual CellType get_cell_type() const in get_cell_type() function in ComplexCell
H A DCharCell.cc72 if (other.get_cell_type() != CT_CHAR) return false; in greater()
H A DFloatCell.hh271 virtual CellType get_cell_type() const in get_cell_type() function in FloatCell
H A DPointerCell.cc107 switch(other.get_cell_type()) in compare()
/dports/devel/libfort/libfort-0.4.2-11-g4123716/src/
H A Dcell.h28 enum f_cell_type get_cell_type(const f_cell_t *cell);
H A Dtable.c174 switch (get_cell_type(cell)) { in table_rows_and_cols_geometry()
221 if (get_cell_type(cell) == GROUP_MASTER_CELL) { in table_rows_and_cols_geometry()
H A Drow.c264 if (get_cell_type(master_cell) != GROUP_MASTER_CELL) in group_cell_number()
271 if (cell && get_cell_type(cell) == GROUP_SLAVE_CELL) { in group_cell_number()
290 types[i] = get_cell_type(cell); in get_row_cell_types()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dmapping_info.h356 get_cell_type(const unsigned int cell_chunk_no) const;
640 MappingInfo<dim, Number, VectorizedArrayType>::get_cell_type(
/dports/science/cdo/cdo-2.0.0/src/lib/yac/
H A Dclipping.c118 static enum cell_type get_cell_type(struct grid_cell target_cell);
199 target_cell_type = get_cell_type (target_cell); in yac_compute_concave_overlap_info()
365 target_cell_type = get_cell_type (target_cell); in yac_compute_concave_overlap_areas()
560 static enum cell_type get_cell_type(struct grid_cell target_cell) { in get_cell_type() function
1502 enum cell_type tgt_cell_type = get_cell_type(target_cell); in yac_cell_clipping()
1568 enum cell_type src_cell_type = get_cell_type(source_cell[n]); in yac_cell_clipping()
1813 enum cell_type src_cell_type = get_cell_type(cells[n]); in yac_cell_lat_clipping()
/dports/devel/nextpnr/nextpnr-48cd407/frontend/
H A Dfrontend_base.h169 mi.instantiated_celltypes.insert(ctx->id(impl.get_cell_type(cell))); in find_top_module()
450 CellInfo *ci = ctx->createCell(inst_name, ctx->id(impl.get_cell_type(cd))); in import_leaf_cell()
530 auto type = impl.get_cell_type(cd); in import_submodule_cell()
538 IdString type = ctx->id(impl.get_cell_type(cd)); in import_module_cells()
H A Djson_frontend.cc104 … const std::string &get_cell_type(CellDataType &cell) const { return cell["type"].string_value(); } in get_cell_type() function
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dxlsx_revision_context.cpp337 xlsx_cell_t get_cell_type() const { return m_type; } in get_cell_type() function in orcus::__anon4902a5f90211::cell_data_attr_parser
475 m_cur_cell_type = func.get_cell_type(); in start_element()
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/quick/
H A D_quicktable.py371 if self.get_cell_type(cnt) == "text":
377 elif self.get_cell_type(cnt) == "checkbox":

12