Home
last modified time | relevance | path

Searched refs:ggroup (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-gtk-action-group.c70 GladeWidget *ggroup = glade_widget_get_from_gobject (container); in glade_gtk_action_group_add_child() local
72 GList *actions = g_object_get_data (G_OBJECT (ggroup), "glade-actions"); in glade_gtk_action_group_add_child()
77 g_object_set_data_full (G_OBJECT (ggroup), "glade-actions", actions, in glade_gtk_action_group_add_child()
95 GladeWidget *ggroup = glade_widget_get_from_gobject (container); in glade_gtk_action_group_remove_child() local
97 GList *actions = g_object_get_data (G_OBJECT (ggroup), "glade-actions"); in glade_gtk_action_group_remove_child()
102 g_object_set_data_full (G_OBJECT (ggroup), "glade-actions", actions, in glade_gtk_action_group_remove_child()
124 GladeWidget *ggroup = glade_widget_get_from_gobject (container); in glade_gtk_action_group_get_children() local
125 GList *actions = g_object_get_data (G_OBJECT (ggroup), "glade-actions"); in glade_gtk_action_group_get_children()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Ddrawing-text.cpp68 DrawingText *ggroup = dynamic_cast<DrawingText *>(_parent); in _updateItem() local
69 if (!ggroup) { in _updateItem()
73 if (!_font || !ggroup->_style) { in _updateItem()
163 if (ggroup->_nrstyle.stroke.type != NRStyle::PAINT_NONE) { in _updateItem()
169 float width = MAX(0.125, ggroup->_nrstyle.stroke_width * scale); in _updateItem()
170 if ( fabs(ggroup->_nrstyle.stroke_width * scale) > 0.01 ) { // FIXME: this is always true in _updateItem()
178 float miterMax = width * ggroup->_nrstyle.miter_limit; in _updateItem()
194 DrawingText *ggroup = dynamic_cast<DrawingText *>(_parent); in _pickItem() local
195 if (!ggroup) { in _pickItem()
199 bool invisible = (ggroup->_nrstyle.fill.type == NRStyle::PAINT_NONE) && in _pickItem()
[all …]
/dports/print/R-cran-knitr/knitr/inst/misc/
H A DgWidgetsWWW2-knitr.R10 g0 = ggroup(container = g)
14 g2 = ggroup(cont = g0, expand = TRUE)
/dports/science/sparta/sparta-20Oct2021/src/
H A Dwrite_isurf.cpp51 ggroup = grid->find_group(arg[0]); in command()
52 if (ggroup < 0) error->all(FLERR,"Write_isurf grid group ID does not exist"); in command()
53 groupbit = grid->bitmask[ggroup]; in command()
84 if (ggroup != ablate->igroup) in command()
H A Dmarching_squares.h29 int ggroup;
H A Dwrite_isurf.h37 int ggroup,groupbit;
H A Dread_isurf.cpp87 ggroup = grid->find_group(arg[0]); in command()
88 if (ggroup < 0) error->all(FLERR,"Read_isurf grid group ID does not exist"); in command()
112 if (ggroup != ablate->igroup) in command()
123 int count = grid->check_uniform_group(ggroup,nxyz,corner,xyzsize); in command()
217 int groupbit = grid->bitmask[ggroup]; in create_hash()
581 int groupbit = grid->bitmask[ggroup]; in read_corners_parallel()
H A Dmarching_cubes.h31 int me,ggroup;
H A Dread_isurf.h46 int ggroup,sgrouparg,pushflag,precision,readflag;
H A Dmarching_squares.cpp29 ggroup = ggroup_caller; in MarchingSquares()
66 int groupbit = grid->bitmask[ggroup]; in invoke()
/dports/devel/R-cran-proto/proto/demo/
H A Dproto-gWidgets.R18 g = ggroup(horizontal = FALSE, cont = .$window)
41 bg = ggroup(cont = container)
100 g1 = ggroup(cont = container)
/dports/lang/gauche/Gauche-0.9.10/lib/
H A Dsrfi-158.scm13 gcons* gappend gflatten ggroup gmerge gmap gcombine gfilter gremove
14 gstate-filter ggroup generator-map->list
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/sitelib/srfi/%3a158/
H A Dgenerators-and-accumulators.scm40 gflatten ggroup gmerge gmap gstate-filter
58 (define (ggroup gen k :optional padding)
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/
H A D158.sld11 gflatten ggroup gmerge gmap gstate-filter
H A D158.scm198 (define ggroup unknown
/dports/science/jstrack/jstrack/extlib/tcllib1.19/math/
H A Dstatistics.tcl1606 set ggroup [lindex $args $g]
1607 set gmean [mean $ggroup]
1608 set ng [llength $ggroup]
1727 set ggroup [lindex $args $g]
1728 set gmean [mean $ggroup]
1729 set ng [llength $ggroup]
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dstatistics.tcl1608 set ggroup [lindex $args $g]
1609 set gmean [mean $ggroup]
1610 set ng [llength $ggroup]
1729 set ggroup [lindex $args $g]
1730 set gmean [mean $ggroup]
1731 set ng [llength $ggroup]
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dstatistics.tcl1608 set ggroup [lindex $args $g]
1609 set gmean [mean $ggroup]
1610 set ng [llength $ggroup]
1729 set ggroup [lindex $args $g]
1730 set gmean [mean $ggroup]
1731 set ng [llength $ggroup]
/dports/math/gnome-calculator/gnome-calculator-41.1/gcalc/
H A Dgcalc-group.vala1 /* gcalc-ggroup.vala
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/158/
H A Dtest.sld101 (generator->list (ggroup (generator 1 2 3 4 5 6 7 8) 3)))
103 (generator->list (ggroup (generator 1 2 3 4 5 6 7 8) 3 0)))
/dports/lang/gauche/Gauche-0.9.10/test/include/
H A Dsrfi-158-tests.scm96 (generator->list (ggroup (generator 1 2 3 4 5 6 7 8) 3)))
98 (generator->list (ggroup (generator 1 2 3 4 5 6 7 8) 3 0)))
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/tests/srfi/
H A D%3a158.scm115 (generator->list (ggroup (generator 1 2 3 4 5 6 7 8) 3)))
117 (generator->list (ggroup (generator 1 2 3 4 5 6 7 8) 3 0)))
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/b200/
H A Db200_impl.cpp1015 auto ggroup = uhd::gain_group::make(); in setup_radio() local
1017 ggroup->register_fcns(HW_GAIN_STAGE, in setup_radio()
1053 ggroup)}); in setup_radio()
/dports/lang/gauche/Gauche-0.9.10/libsrc/gauche/
H A Dgenerator.scm55 gconcatenate gmerge ggroup
792 (define (ggroup gen k :optional padding)
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/x300/
H A Dx300_radio_control.cpp1710 auto ggroup = uhd::gain_group::make(); \ in _init_dboards()
1711 ggroup->register_fcns(HW_GAIN_STAGE, \ in _init_dboards()
1732 ggroup); \ in _init_dboards()

1234