Home
last modified time | relevance | path

Searched refs:set_gid (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/
H A Dlibmixin.py102 has_handle_func, add_func, set_gid): argument
114 add_func(obj, transaction, set_gid=set_gid)
256 set_gid = set_gid)
267 set_gid=set_gid)
278 set_gid=set_gid)
291 set_gid=set_gid)
302 set_gid=set_gid)
313 set_gid=set_gid)
325 set_gid=set_gid)
327 def check_note_from_handle(self, handle, transaction, set_gid=True): argument
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/user_interfaces/
H A Dsvg_histogram_sgskip.py72 element.set_gid('hist_%d_patch_%d' % (ic, il))
77 t.set_gid('leg_patch_%d' % i)
81 t.set_gid('leg_text_%d' % i)
H A Dsvg_tooltip_sgskip.py51 patch.set_gid('mypatch_{:03d}'.format(i))
52 annotate.set_gid('mytooltip_{:03d}'.format(i))
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/user_interfaces/
H A Dsvg_histogram_sgskip.py72 element.set_gid('hist_%d_patch_%d' % (ic, il))
77 t.set_gid('leg_patch_%d' % i)
81 t.set_gid('leg_text_%d' % i)
H A Dsvg_tooltip_sgskip.py51 patch.set_gid('mypatch_{:03d}'.format(i))
52 annotate.set_gid('mytooltip_{:03d}'.format(i))
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/user_interfaces/
H A Dsvg_histogram_sgskip.py71 element.set_gid('hist_%d_patch_%d' % (ic, il))
76 t.set_gid('leg_patch_%d' % i)
80 t.set_gid('leg_text_%d' % i)
H A Dsvg_tooltip_sgskip.py51 patch.set_gid('mypatch_{:03d}'.format(i))
52 annotate.set_gid('mytooltip_{:03d}'.format(i))
/dports/lang/php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_unix.c274 wp->set_gid = pwd->pw_gid; in fpm_unix_conf_wp()
283 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
292 wp->set_gid = grp->gr_gid; in fpm_unix_conf_wp()
297 if (wp->set_uid == 0 || wp->set_gid == 0) { in fpm_unix_conf_wp()
380 if (wp->set_gid) { in fpm_unix_init_child()
381 if (0 > setgid(wp->set_gid)) { in fpm_unix_init_child()
382 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
387 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
388 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
/dports/lang/php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_unix.c282 wp->set_gid = pwd->pw_gid; in fpm_unix_conf_wp()
291 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
300 wp->set_gid = grp->gr_gid; in fpm_unix_conf_wp()
305 if (wp->set_uid == 0 || wp->set_gid == 0) { in fpm_unix_conf_wp()
388 if (wp->set_gid) { in fpm_unix_init_child()
389 if (0 > setgid(wp->set_gid)) { in fpm_unix_init_child()
390 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
395 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
396 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
/dports/www/mod_php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_unix.c274 wp->set_gid = pwd->pw_gid; in fpm_unix_conf_wp()
283 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
292 wp->set_gid = grp->gr_gid; in fpm_unix_conf_wp()
297 if (wp->set_uid == 0 || wp->set_gid == 0) { in fpm_unix_conf_wp()
380 if (wp->set_gid) { in fpm_unix_init_child()
381 if (0 > setgid(wp->set_gid)) { in fpm_unix_init_child()
382 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
387 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
388 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
/dports/www/mod_php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_unix.c282 wp->set_gid = pwd->pw_gid; in fpm_unix_conf_wp()
291 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
300 wp->set_gid = grp->gr_gid; in fpm_unix_conf_wp()
305 if (wp->set_uid == 0 || wp->set_gid == 0) { in fpm_unix_conf_wp()
388 if (wp->set_gid) { in fpm_unix_init_child()
389 if (0 > setgid(wp->set_gid)) { in fpm_unix_init_child()
390 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
395 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
396 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
/dports/lang/php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_unix.c282 wp->set_gid = pwd->pw_gid; in fpm_unix_conf_wp()
291 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
300 wp->set_gid = grp->gr_gid; in fpm_unix_conf_wp()
305 if (wp->set_uid == 0 || wp->set_gid == 0) { in fpm_unix_conf_wp()
388 if (wp->set_gid) { in fpm_unix_init_child()
389 if (0 > setgid(wp->set_gid)) { in fpm_unix_init_child()
390 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
395 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
396 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
/dports/www/mod_php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_unix.c282 wp->set_gid = pwd->pw_gid; in fpm_unix_conf_wp()
291 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
300 wp->set_gid = grp->gr_gid; in fpm_unix_conf_wp()
305 if (wp->set_uid == 0 || wp->set_gid == 0) { in fpm_unix_conf_wp()
388 if (wp->set_gid) { in fpm_unix_init_child()
389 if (0 > setgid(wp->set_gid)) { in fpm_unix_init_child()
390 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
395 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
396 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
/dports/www/mod_php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_unix.c282 wp->set_gid = pwd->pw_gid; in fpm_unix_conf_wp()
291 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
300 wp->set_gid = grp->gr_gid; in fpm_unix_conf_wp()
305 if (wp->set_uid == 0 || wp->set_gid == 0) { in fpm_unix_conf_wp()
388 if (wp->set_gid) { in fpm_unix_init_child()
389 if (0 > setgid(wp->set_gid)) { in fpm_unix_init_child()
390 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
395 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
396 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
/dports/lang/php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_unix.c282 wp->set_gid = pwd->pw_gid; in fpm_unix_conf_wp()
291 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
300 wp->set_gid = grp->gr_gid; in fpm_unix_conf_wp()
305 if (wp->set_uid == 0 || wp->set_gid == 0) { in fpm_unix_conf_wp()
388 if (wp->set_gid) { in fpm_unix_init_child()
389 if (0 > setgid(wp->set_gid)) { in fpm_unix_init_child()
390 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
395 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
396 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/config_states/
H A Dconfig_one_string_option.cc212 static const std::string set_gid = "set_gid"; variable
215 set_gid,
216 config_string_ctor<& set_gid, & process>,
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/misc/
H A Dsvg_filter_pie.py31 w.set_gid(w.get_label())
39 s.set_gid(w.get_gid() + "_shadow")
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/misc/
H A Dsvg_filter_pie.py31 w.set_gid(w.get_label())
39 s.set_gid(w.get_gid() + "_shadow")
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/misc/
H A Dsvg_filter_pie.py31 w.set_gid(w.get_label())
39 s.set_gid(w.get_gid() + "_shadow")
/dports/science/gramps/gramps-5.1.4/gramps/gen/db/
H A Dbase.py1480 def add_citation(self, event, transaction, set_gid=True): argument
1489 def add_event(self, event, transaction, set_gid=True): argument
1498 def add_family(self, family, transaction, set_gid=True): argument
1507 def add_media(self, obj, transaction, set_gid=True): argument
1516 def add_note(self, obj, transaction, set_gid=True): argument
1525 def add_person(self, person, transaction, set_gid=True): argument
1534 def add_place(self, place, transaction, set_gid=True): argument
1543 def add_repository(self, obj, transaction, set_gid=True): argument
1552 def add_source(self, source, transaction, set_gid=True): argument
H A Dgeneric.py1737 if (not obj.gramps_id) and set_gid:
1746 return self._add_base(person, trans, set_gid,
1751 return self._add_base(family, trans, set_gid,
1755 def add_event(self, event, trans, set_gid=True): argument
1756 return self._add_base(event, trans, set_gid,
1760 def add_place(self, place, trans, set_gid=True): argument
1761 return self._add_base(place, trans, set_gid,
1780 def add_media(self, media, trans, set_gid=True): argument
1781 return self._add_base(media, trans, set_gid,
1785 def add_note(self, note, trans, set_gid=True): argument
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/kpac/
H A Dkpac_dhcp_helper.c34 static int set_gid(gid_t);
41 static int set_gid(gid_t gid) in set_gid() function
91 if (set_gid(getgid()) != 0 || /* we don't need it anymore */ in init_socket()
/dports/www/moodle310/moodle/mod/wiki/
H A Dcreate.php92 $wikipage->set_gid($subwiki->groupid);
97 $wikipage->set_gid($group);
/dports/www/moodle311/moodle/mod/wiki/
H A Dcreate.php92 $wikipage->set_gid($subwiki->groupid);
97 $wikipage->set_gid($group);
/dports/www/moodle39/moodle/mod/wiki/
H A Dcreate.php92 $wikipage->set_gid($subwiki->groupid);
97 $wikipage->set_gid($group);

12345678910>>...12