Home
last modified time | relevance | path

Searched refs:cell_properties (Results 1 – 10 of 10) sorted by relevance

/dports/misc/py-powerline-status/powerline-2.8.2/tests/modules/lib/
H A Dterminal.py120 for cell_properties, segment_text in text:
123 *(cell_properties[0] + cell_properties[1]))) + (
124 ';1' if cell_properties[2] else ''
126 ';3' if cell_properties[3] else ''
128 ';4' if cell_properties[4] else ''
133 if cell_properties not in new_attrs:
134 new_attrs[cell_properties] = len(new_attrs) + 1
135 props_name = new_attrs[cell_properties]
/dports/devel/libfort/libfort-0.4.2-11-g4123716/src/
H A Dproperties.c376 if (propertiess->cell_properties != NULL) { in get_cell_property_hierarchically()
378 opt = cget_cell_prop(propertiess->cell_properties, row, column); in get_cell_property_hierarchically()
963 properties->cell_properties = create_cell_prop_container(); in create_table_properties()
964 if (properties->cell_properties == NULL) { in create_table_properties()
978 if (properties->cell_properties != NULL) { in destroy_table_properties()
979 destroy_cell_prop_container(properties->cell_properties); in destroy_table_properties()
1010 destroy_vector(new_opt->cell_properties); in copy_table_properties()
1011 new_opt->cell_properties = copy_cell_properties(properties->cell_properties); in copy_table_properties()
1012 if (new_opt->cell_properties == NULL) { in copy_table_properties()
H A Dproperties.h193 f_cell_prop_container_t *cell_properties; member
H A Dfort_impl.c992 if (table->properties->cell_properties == NULL) { in ft_set_cell_prop()
993 table->properties->cell_properties = create_cell_prop_container(); in ft_set_cell_prop()
994 if (table->properties->cell_properties == NULL) { in ft_set_cell_prop()
1004 return set_cell_property(table->properties->cell_properties, row, col, property, value); in ft_set_cell_prop()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dlistview_minesweeper.c38 static GParamSpec *cell_properties[N_CELL_PROPS] = { NULL, }; variable
81 cell_properties[CELL_PROP_LABEL] = in sweeper_cell_class_init()
88 g_object_class_install_properties (gobject_class, N_CELL_PROPS, cell_properties); in sweeper_cell_class_init()
104 g_object_notify_by_pspec (G_OBJECT (self), cell_properties[CELL_PROP_LABEL]); in sweeper_cell_reveal()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex42.c780 ierr = CellPropertiesGetCell(cell_properties,ei,ej,ek,&props);CHKERRQ(ierr); in AssembleA_Stokes()
869 ierr = CellPropertiesGetCell(cell_properties,ei,ej,ek,&props);CHKERRQ(ierr); in AssembleA_PCStokes()
959 ierr = CellPropertiesGetCell(cell_properties,ei,ej,ek,&props);CHKERRQ(ierr); in AssembleF_Stokes()
1666 CellProperties cell_properties; in solve_stokes_3d_coupled() local
1692 ierr = CellPropertiesCreate(da_Stokes,&cell_properties);CHKERRQ(ierr); in solve_stokes_3d_coupled()
1709 ierr = CellPropertiesGetCell(cell_properties,ei,ej,ek,&cell);CHKERRQ(ierr); in solve_stokes_3d_coupled()
1746 ierr = CellPropertiesGetCell(cell_properties,ei,ej,ek,&cell);CHKERRQ(ierr); in solve_stokes_3d_coupled()
1901 ierr = AssembleA_Stokes(A,da_Stokes,cell_properties);CHKERRQ(ierr); in solve_stokes_3d_coupled()
1903 ierr = AssembleA_PCStokes(B,da_Stokes,cell_properties);CHKERRQ(ierr); in solve_stokes_3d_coupled()
1906 ierr = AssembleF_Stokes(f,da_Stokes,cell_properties);CHKERRQ(ierr); in solve_stokes_3d_coupled()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Daccessibility_tree_formatter_auralinux.cc408 auto cell_properties = std::make_unique<base::ListValue>(); in AddTableCellProperties() local
409 cell_properties->AppendString( in AddTableCellProperties()
411 dict->Set("cell", std::move(cell_properties)); in AddTableCellProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Daccessibility_tree_formatter_auralinux.cc444 auto cell_properties = std::make_unique<base::ListValue>(); in AddTableCellProperties() local
445 cell_properties->AppendString( in AddTableCellProperties()
447 dict->Set("cell", std::move(cell_properties)); in AddTableCellProperties()
/dports/devel/libfort/libfort-0.4.2-11-g4123716/lib/
H A Dfort.c2051 f_cell_prop_container_t *cell_properties; member
3588 if (table->properties->cell_properties == NULL) { in ft_set_cell_prop()
3590 if (table->properties->cell_properties == NULL) { in ft_set_cell_prop()
4630 if (propertiess->cell_properties != NULL) { in get_cell_property_hierarchically()
5217 properties->cell_properties = create_cell_prop_container(); in create_table_properties()
5218 if (properties->cell_properties == NULL) { in create_table_properties()
5232 if (properties->cell_properties != NULL) { in destroy_table_properties()
5233 destroy_cell_prop_container(properties->cell_properties); in destroy_table_properties()
5264 destroy_vector(new_opt->cell_properties); in copy_table_properties()
5265 new_opt->cell_properties = copy_cell_properties(properties->cell_properties); in copy_table_properties()
[all …]
/dports/science/PETSc/petsc-3.14.1/
H A DCTAGS1047 … PetscErrorCode AssembleA_PCStokes(Mat A,DM stokes_da,CellProperties cell_properties)$/;" f langua…
1049 …ic PetscErrorCode AssembleA_Stokes(Mat A,DM stokes_da,CellProperties cell_properties)$/;" f langua…
1053 …ic PetscErrorCode AssembleF_Stokes(Vec F,DM stokes_da,CellProperties cell_properties)$/;" f langua…