Home
last modified time | relevance | path

Searched refs:has_box (Results 1 – 24 of 24) sorted by relevance

/dports/science/plumed/plumed2-2.7.2/src/molfile/
H A Dcrdplugin.cpp75 int has_box; member
99 data->has_box = strcmp(filetype, "crd"); in open_crd_read()
136 if (crd->has_box) { in read_crd_timestep()
186 crd->has_box = strcmp(filetype, "crd"); in open_crd_write()
207 if (crd->has_box) { in write_crd_timestep()
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dcrdplugin.c40 int has_box; member
64 data->has_box = strcmp(filetype, "crd"); in open_crd_read()
101 if (crd->has_box) { in read_crd_timestep()
151 crd->has_box = strcmp(filetype, "crd"); in open_crd_write()
172 if (crd->has_box) { in write_crd_timestep()
H A Drst7plugin.c31 int has_box; member
115 data->has_box=1; in open_rst_read()
188 if (rst->has_box) { in read_rst_timestep()
235 rst->has_box = 1; in open_rst_write()
H A Dnetcdfplugin.c61 int has_box; member
68 int has_box; member
342 amber->has_box = 1; in open_amber_cdf_read()
485 mmtk->has_box = 1; in open_mmtk_cdf_read()
489 mmtk->has_box = 0; in open_mmtk_cdf_read()
974 if (amber->has_box) { in read_amber_cdf_timestep()
1065 if (mmtk->has_box) { in read_mmtk_cdf_timestep()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssboxesimplprivate.h427 if (boxes->has_box[GTK_CSS_AREA_BORDER_BOX]) in gtk_css_boxes_compute_border_box()
438 boxes->has_box[GTK_CSS_AREA_BORDER_BOX] = TRUE; in gtk_css_boxes_compute_border_box()
444 if (boxes->has_box[GTK_CSS_AREA_PADDING_BOX]) in gtk_css_boxes_compute_padding_box()
453 boxes->has_box[GTK_CSS_AREA_PADDING_BOX] = TRUE; in gtk_css_boxes_compute_padding_box()
459 if (boxes->has_box[GTK_CSS_AREA_CONTENT_BOX]) in gtk_css_boxes_compute_content_box()
468 boxes->has_box[GTK_CSS_AREA_CONTENT_BOX] = TRUE; in gtk_css_boxes_compute_content_box()
479 if (boxes->has_box[GTK_CSS_AREA_OUTLINE_BOX]) in gtk_css_boxes_compute_outline_box()
514 boxes->has_box[GTK_CSS_AREA_OUTLINE_BOX] = TRUE; in gtk_css_boxes_compute_outline_box()
H A Dgtkcssboxesprivate.h53 gboolean has_box[GTK_CSS_AREA_N_BOXES]; /* TRUE if we have initialized the whole box */ member
/dports/science/py-MDAnalysisTests/MDAnalysisTests-0.19.2/MDAnalysisTests/coordinates/
H A Dtest_dms.py89 has_box = True variable in TestDMSTimestep
H A Dtest_trj.py140 has_box = True variable in TestTRJTimestep
H A Dtest_dlpoly.py219 has_box = True variable in TestDLPolyTimestep
H A Dtest_trz.py239 has_box = True variable in TestTRZTimestep
H A Dbase.py627 has_box = True variable in BaseTimestepTest
691 if self.has_box:
706 if self.has_box and self.set_box:
709 elif self.has_box and not self.set_box:
H A Dtest_gro.py480 has_box = True variable in TestGROTimestep
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dpersp3d.h98 bool has_box (SPBox3D *box) const;
H A Dpersp3d.cpp418 Persp3D::has_box (SPBox3D *box) const { in has_box() function in Persp3D
/dports/security/yapet/yapet-2.3/libyacurs/include/
H A Dcurswin.h168 bool has_box() const;
H A Dlistbox.h616 if (!widget_subwin()->has_box()) widget_subwin()->box(); in refresh()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslcurses.h53 int has_box; member
360 #define box(w,y,z) ((w)->has_box = 1, (w)->modified = 1)
H A Dslcurses.c799 if (w->has_box) in SLcurses_wnoutrefresh()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslcurses.h29 int has_box; member
330 #define box(w,y,z) ((w)->has_box = 1, (w)->modified = 1)
H A Dslcurses.c618 if (w->has_box) in SLcurses_wnoutrefresh()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dvanishing-point.h83 return _persp->has_box(box); in hasBox()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dparamwindow.c1045 boolean has_box = FALSE; in make_param_box() local
1223 has_box = FALSE; in make_param_box()
1283 if (!has_box) { in make_param_box()
1290 has_box = TRUE; in make_param_box()
1311 if (!has_box) { in make_param_box()
1320 has_box = TRUE; in make_param_box()
1352 if (has_box) last_label = dummy_label; in make_param_box()
1356 if (!has_box) { in make_param_box()
1363 has_box = TRUE; in make_param_box()
/dports/security/yapet/yapet-2.3/libyacurs/src/
H A Dcurswin.cc178 bool CursWin::has_box() const { return _box; } in has_box() function in CursWin
/dports/biology/molden/molden5.8/
H A Dxwin.c126 static int has_box = 0; variable
10820 if (!has_box) return; in change_iso()
10853 has_box = 1; in getcval()
54586 if (!has_box) return; in ogbox()