/dports/devel/glade/glade-3.22.1/plugins/gtk+/ |
H A D | glade-gtk-action-group.c | 70 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 D | drawing-text.cpp | 68 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 D | gWidgetsWWW2-knitr.R | 10 g0 = ggroup(container = g) 14 g2 = ggroup(cont = g0, expand = TRUE)
|
/dports/science/sparta/sparta-20Oct2021/src/ |
H A D | write_isurf.cpp | 51 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 D | marching_squares.h | 29 int ggroup;
|
H A D | write_isurf.h | 37 int ggroup,groupbit;
|
H A D | read_isurf.cpp | 87 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 D | marching_cubes.h | 31 int me,ggroup;
|
H A D | read_isurf.h | 46 int ggroup,sgrouparg,pushflag,precision,readflag;
|
H A D | marching_squares.cpp | 29 ggroup = ggroup_caller; in MarchingSquares() 66 int groupbit = grid->bitmask[ggroup]; in invoke()
|
/dports/devel/R-cran-proto/proto/demo/ |
H A D | proto-gWidgets.R | 18 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 D | srfi-158.scm | 13 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 D | generators-and-accumulators.scm | 40 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 D | 158.sld | 11 gflatten ggroup gmerge gmap gstate-filter
|
H A D | 158.scm | 198 (define ggroup unknown
|
/dports/science/jstrack/jstrack/extlib/tcllib1.19/math/ |
H A D | statistics.tcl | 1606 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 D | statistics.tcl | 1608 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 D | statistics.tcl | 1608 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 D | gcalc-group.vala | 1 /* gcalc-ggroup.vala
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/158/ |
H A D | test.sld | 101 (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 D | srfi-158-tests.scm | 96 (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.scm | 115 (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 D | b200_impl.cpp | 1015 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 D | generator.scm | 55 gconcatenate gmerge ggroup 792 (define (ggroup gen k :optional padding)
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/x300/ |
H A D | x300_radio_control.cpp | 1710 auto ggroup = uhd::gain_group::make(); \ in _init_dboards() 1711 ggroup->register_fcns(HW_GAIN_STAGE, \ in _init_dboards() 1732 ggroup); \ in _init_dboards()
|