Home
last modified time | relevance | path

Searched refs:to_get (Results 1 – 25 of 43) sorted by relevance

12

/dports/sysutils/mate-control-center/mate-control-center-1.26.0/libwindow-settings/
H A Dmarco-window-manager.c258 int to_get; in marco_get_settings() local
263 to_get = settings->flags; in marco_get_settings()
266 if (to_get & MATE_WM_SETTING_COMPOSITING_MANAGER) { in marco_get_settings()
272 if (to_get & MATE_WM_SETTING_COMPOSITING_ALTTAB) { in marco_get_settings()
278 if (to_get & MATE_WM_SETTING_MOUSE_FOCUS) { in marco_get_settings()
290 if (to_get & MATE_WM_SETTING_AUTORAISE) { in marco_get_settings()
296 if (to_get & MATE_WM_SETTING_AUTORAISE_DELAY) { in marco_get_settings()
303 if (to_get & MATE_WM_SETTING_FONT) { in marco_get_settings()
325 if (to_get & MATE_WM_SETTING_MOUSE_MOVE_MODIFIER) { in marco_get_settings()
363 if (to_get & MATE_WM_SETTING_THEME) { in marco_get_settings()
[all …]
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/
H A DGrab_XML.pm258 my @to_get;
273 @to_get = $urls{$latest};
286 push @to_get, $urls{$day};
292 elsif (not @to_get) {
297 my $bar = new XMLTV::ProgressBar('downloading listings', scalar @to_get)
300 foreach my $url (@to_get) {
/dports/misc/freeguide/freeguide-0.11.1/xmltv/share/perl5/XMLTV/
H A DGrab_XML.pm258 my @to_get;
273 @to_get = $urls{$latest};
286 push @to_get, $urls{$day};
292 elsif (not @to_get) {
297 my $bar = new XMLTV::ProgressBar('downloading listings', scalar @to_get)
300 foreach my $url (@to_get) {
/dports/x11-wm/compiz/compiz-0.8.8/gtk/gnome/
H A Dcompiz-window-manager.c200 int to_get; in compiz_get_settings() local
204 to_get = settings->flags; in compiz_get_settings()
207 if (to_get & GNOME_WM_SETTING_FONT) in compiz_get_settings()
228 if (to_get & GNOME_WM_SETTING_MOUSE_FOCUS) in compiz_get_settings()
237 if (to_get & GNOME_WM_SETTING_AUTORAISE) in compiz_get_settings()
246 if (to_get & GNOME_WM_SETTING_AUTORAISE_DELAY) in compiz_get_settings()
256 if (to_get & GNOME_WM_SETTING_MOUSE_MOVE_MODIFIER) in compiz_get_settings()
293 if (to_get & GNOME_WM_SETTING_THEME) in compiz_get_settings()
311 if (to_get & GNOME_WM_SETTING_DOUBLE_CLICK_ACTION) in compiz_get_settings()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/server/
H A Dservewin32.cc258 int to_get = recv(gDataSocket, &c, 1, MSG_PEEK); in peek_pipe() local
259 if (to_get == 0 || to_get == SOCKET_ERROR) { in peek_pipe()
264 return to_get; in peek_pipe()
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/is/
H A Dtv_grab_is314 my @to_get;
331 push @to_get, [ $startday, $opt_days, $ch_did, $ch_xid, $timeoffset, \&process_ruv_is ];
333 … push @to_get, [ $startday, $opt_days, $ch_did, $ch_xid, $timeoffset, \&process_skjarinn_is ];
335 …push @to_get, [ $startday, $opt_days, $ch_did, $ch_xid, $timeoffset, \&process_stod2_and_friends ];
341 my $bar = new XMLTV::ProgressBar('fetching data', scalar @to_get)
345 foreach (@to_get) {
/dports/science/py-ase/ase-3.22.0/ase/ga/
H A Ddata.py57 to_get = self.__get_ids_of_all_unrelaxed_candidates__()
58 if len(to_get) == 0:
61 a = self.__get_latest_traj_for_confid__(to_get[0])
62 a.info['confid'] = to_get[0]
70 to_get = self.__get_ids_of_all_unrelaxed_candidates__()
71 if len(to_get) == 0:
74 for confid in to_get:
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dnc_iter.c73 iterp->to_get = 0; in nc_get_iter()
122 iter->to_get = 1; in nc_next_iter()
124 iter->to_get *= count[i]; in nc_next_iter()
126 return iter->more == 0 ? 0 : iter->to_get ; in nc_next_iter()
H A Dnc_iter.h28 size_t to_get; /* number of values to get on this access */ member
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dnc_iter.c73 iterp->to_get = 0; in nc_get_iter()
122 iter->to_get = 1; in nc_next_iter()
124 iter->to_get *= count[i]; in nc_next_iter()
126 return iter->more == 0 ? 0 : iter->to_get ; in nc_next_iter()
H A Dnc_iter.h28 size_t to_get; /* number of values to get on this access */ member
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dnciter.c223 iterp->to_get = 0; in nc_get_iter()
301 iter->to_get = 1; in nc_next_iter()
303 iter->to_get *= count[i]; in nc_next_iter()
305 return iter->more == 0 ? 0 : iter->to_get ; in nc_next_iter()
H A Dnciter.h28 size_t to_get; /* number of values to get on this access */ member
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dnciter.c223 iterp->to_get = 0; in nc_get_iter()
301 iter->to_get = 1; in nc_next_iter()
303 iter->to_get *= count[i]; in nc_next_iter()
305 return iter->more == 0 ? 0 : iter->to_get ; in nc_next_iter()
H A Dnciter.h28 size_t to_get; /* number of values to get on this access */ member
/dports/audio/crip/crip-3.9/
H A DCDDB_get.pm417 my @to_get;
440 push @to_get,$list[$index-1];
444 push @to_get,@list;
448 for my $get (@to_get) {
482 if(@to_get-1 == $i) {
/dports/audio/p5-CDDB_get/CDDB_get-2.28/
H A DCDDB_get.pm418 my @to_get;
441 push @to_get,$list[$index-1];
445 push @to_get,@list;
449 for my $get (@to_get) {
483 if(@to_get-1 == $i) {
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/es/
H A Dtv_grab_es287 my @to_get;
300 push @to_get, [ $day, $ch_xid, $ch_did ];
309 my $bar = new XMLTV::ProgressBar('getting listings', scalar @to_get)
311 foreach (@to_get) {
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/es_miguiatv/
H A Dtv_grab_es_miguiatv297 my @to_get;
308 push @to_get, [ $day, $ch_xid, $ch_did ];
318 my $bar = new XMLTV::ProgressBar({name => 'getting listings', count => scalar @to_get})
320 foreach (@to_get) {
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/br/
H A Dtv_grab_br296 my @to_get;
307 push @to_get, [ $day, $ch_xid, $ch_did ];
316 my $bar = new XMLTV::ProgressBar('getting listings', scalar @to_get)
318 foreach (@to_get) {
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/dk/
H A Dtv_grab_dk369 my @to_get;
394 push @to_get, [ $i, $day, $ch_xid, $ch_did ];
400 my $bar = new XMLTV::ProgressBar('fetching data', scalar @to_get)
404 foreach (@to_get) {
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/nl/
H A Dtv_grab_nl346 my @to_get;
357 push @to_get, [ $url, $ch_xid, $ch_did, $i ];
365 my $bar = new XMLTV::ProgressBar('Downloading schedules...', scalar @to_get)
373 foreach (@to_get) {
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/Imlib-light/
H A Dcolors.c23 Atom to_get; in PaletteLUTGet() local
27 to_get = XInternAtom(id->x.disp, "_IMLIB_COLORMAP", False); in PaletteLUTGet()
28 XGetWindowProperty(id->x.disp, id->x.root, to_get, 0, length, False, in PaletteLUTGet()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dbit_reader.h231 std::size_t to_get) { in skip_get_bits() argument
233 return get_bits(to_get); in skip_get_bits()
/dports/www/py-flask-cache/Flask-Cache-0.13.1/flask_cache/
H A Dbackends.py152 to_get = ['%s.%s' % (key, i) for i in range_type(self.maxchunk)]
153 result = super(SpreadSASLMemcachedCache, self).get_many( *to_get)

12