Home
last modified time | relevance | path

Searched +refs:return +refs:groups (Results 1 – 25 of 32779) sorted by relevance

12345678910>>...1312

/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_component_groups.php32 $return = array();
34 foreach ($groups as $key => $group) {
45 $return = $return + array($key => $group) + $branch;
49 return $return;
58 function component_groups_get_childrens($parent, $groups = null) { argument
59 if (empty($groups)) {
60 $groups = db_get_all_rows_in_table('tnetwork_component_group');
63 $return = array();
65 foreach ($groups as $key => $group) {
70 …$return = $return + array($group['id_sg'] => $group) + component_groups_get_childrens($group['id_s…
[all …]
H A Dfunctions_users.php78 $groups = db_get_all_rows_in_table ('tmodule_group');
79 if ($groups === false) {
80 $groups = array();
84 foreach ($groups as $group)
176 $groups = db_get_all_rows_in_table ('tgrupo', 'parent, nombre');
181 if (!$groups) {
196 array_unshift($groups, $groupall);
199 foreach ($groups as $group) {
251 $groups = array_keys (users_get_groups ($id_user, $privilege));
253 $return = array_shift($groups);
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/modules/
H A DnisNetGroupUser.inc42 protected $groups = array();
73 $return["alias"] = _("NIS net groups");
75 $return['PDF_fields']['memberships'] = _('NIS net groups');
109 $this->groups = array();
236 $this->groups[] = array(
276 $this->groups = array_values($this->groups);
321 $toAdd = $this->groups;
351 // update groups
457 $this->groups[] = array(
560 // add users to groups
[all …]
H A DnisNetGroupHost.inc27 * Manages memberships in NIS net groups.
37 * Manages memberships in NIS net groups.
103 for ($i = 0; $i < sizeof($this->groups); $i++) {
104 $group = $this->groups[$i];
152 $this->groups[] = array(
174 unset($this->groups[$counter]);
192 $this->groups = array_values($this->groups);
211 $groups = $this->findGroups();
213 foreach ($groups as $group) {
239 $this->groups[] = array(
[all …]
H A DposixAccount.inc908 $return[$groups[$i]['dn']]['remove']['memberUid'][] = $this->attributes['uid'][0];
1724 $return->addLabel(new htmlOutputText(_('Additional groups')));
1844 $groups[$i] = $groups[$i][1];
1847 $groups = array_delete($this->groups, $groups);
1850 $groups = array_flip($groups);
1852 $groups = array_flip($groups);
1944 $return->add(new htmlSubTitle(_('Sync groups')), 12);
2889 if (!in_array($groups[$g], $temp['groups'])) $temp['groups'][] = $groups[$g];
3306 $groups = array_unique($groups);
3560 * @return array groups array(array(gidnumber, cn), array(gidnumber, cn), ...)
[all …]
/dports/math/gap/gap-4.11.0/pkg/grpconst-2.6.2/gap/
H A Dfratfree.gi60 return false;
69 return true;
82 return false;
91 return false;
99 return size;
119 return grps;
183 return all;
261 return all;
290 return grps;
314 return fflist;
[all …]
/dports/math/gap/gap-4.11.0/pkg/cubefree-1.18/gap/
H A DfrattExt.gi25 if rest = 1 then return F; fi;
52 return H;
74 return [TrivialGroup()];
80 return(List(cf_FrattFreeSolvGroups(size,0,0,0)[1] ,
96 pos := function(x) return Position( autPos, x); end;
134 return groups;
156 return [TrivialGroup()];
162 return(List(cf_FrattFreeSolvGroups(size,0,0,0)[1] ,
178 pos := function(x) return Position( autPos, x); end;
193 return groups;
[all …]
H A DirrGL2.gi46 return(groups);
281 return(groups);
360 return(groups);
412 return(groups);
463 return(groups);
526 return(groups);
570 return(groups);
601 return(groups);
620 return(groups);
661 return(groups);
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A DLevel2.R125 return (fr);
184 return(fr);
226 return(sc)
237 if (length(lmema$groups) > 2 || length(lmema$groups) < 1) {
308 for (isb in 1:length(lmema$groups)) {
320 for (igr in 1:1:length(lmema$groups)) {
333 if (length(lmema$groups) == 2 &&
337 } else if (length(lmema$groups) == 2 &&
341 } else if (length(lmema$groups) == 1 &&
344 } else if (length(lmema$groups) == 1 &&
[all …]
/dports/math/gap/gap-4.11.0/pkg/permut-2.0.3/lib/
H A Dpermut.gi188 #M IsPermutable( <G>, <H> ) . . . . for groups
504 #M SylowSubgroups( <G> ) . . . . for groups
510 #For soluble groups, we get a Sylow system.
919 InstallMethod(OneSubnormalNonPermutableSubgroup,"for finite groups non PT-groups",
1358 InstallMethod(IsPTGroup,"for finite groups",
1405 InstallMethod(OneSubnormalNonSPermutableSubgroup,"for finite groups non PST-groups",
1494 InstallMethod(IsPSTGroup,"for finite groups",
1583 InstallMethod(OneSubnormalNonConjugatePermutableSubgroup,"for finite groups non CPT-groups",
1628 InstallMethod(IsCPTGroup,"for finite groups",
1652 InstallMethod(OneSubnormalNonNormalSubgroup,"for finite groups non T-groups",
[all …]
/dports/math/gap/gap-4.11.0/pkg/crisp-1.4.5/tst/
H A Dtiming_radicals.g19 return IsTrivial(H);
35 return C;
42 return C;
52 DoTests(groups, tests);
66 return Index(U, V) mod data = 0;
74 return GroupOfPcgs(InducedPcgsByPcSequenceNC(
85 DoTests(groups, tests);
110 2groups := PGroups(2);
119 return Index(U, V) mod 2 = 0;
127 5groups := PGroups(5);
[all …]
/dports/databases/py-asyncmy/asyncmy-0.2.3/asyncmy/
H A Dconverters.pyx33 return n
157 groups = list(m.groups())
158 groups[-1] = _convert_second_fraction(groups[-1])
159 return datetime.datetime(*[int(x) for x in groups])
190 groups = list(m.groups())
191 groups[-1] = _convert_second_fraction(groups[-1])
192 negate = -1 if groups[0] else 1
193 hours, minutes, seconds, microseconds = groups[1:]
240 groups = list(m.groups())
241 groups[-1] = _convert_second_fraction(groups[-1])
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/messaging-system/experiments/
H A DExperimentStore.jsm26 * For example, getExperimentForGroup("B") would return an experiment with groups ["A", "B", "C"]
36 return experiment;
39 return undefined;
45 * @param {Array<string>} groups
49 hasExperimentForGroups(groups) {
50 if (!groups || !groups.length) {
51 return false;
56 experiment.branch.groups?.filter(g => groups.includes(g)).length
58 return true;
61 return false;
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/system-analyzer/view/
H A Dlist-panel.mjs33 return ['title'];
65 return this.$('#group-key');
69 return this.$('#table');
73 return this.$('#show-all');
77 return this.$('#show-timerange');
81 return this.$('#show-selection');
108 const groups =
120 return map;
139 const groups = tr.groups = this.createSubgroups(group);
176 _render(groups, table) {
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/mobile/operation/
H A Dgroups.php20 private $groups = array(); variable in Groups
29 $this->groups = $this->getListGroups();
74 foreach ($this->groups as $group) {
150 $return = array();
156 $groups = array();
162 … $groups[$group['id_grupo']]['prefix'] = $groups[$group['parent']]['prefix'].'&nbsp;&nbsp;&nbsp;';
165 $groups[$group['id_grupo']]['prefix'] = '';
169 $groups[$group['id_grupo']]['childs'] = array();
174 foreach ($groups as $id_group => $group) {
178 $return = array_merge($return, $rows);
[all …]
/dports/graphics/minder/Minder-1.13.1/src/
H A DNodeGroups.vala28 Array<NodeGroup?> groups;
31 groups = g;
61 return;
77 if( groups.length > 0 ) {
96 if( groups.length == 0 ) return( null );
104 return( group );
111 return( true );
114 return( false );
140 return( _groups.index( i ) );
143 return( null );
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/form/fields/
H A Dtimezone.php104 $return = parent::setup($element, $value, $group);
106 if ($return)
111 return $return;
123 $groups = array();
144 if (!isset($groups[$group]))
146 $groups[$group] = array();
152 …$groups[$group][$zone] = JHtml::_('select.option', $zone, str_replace('_', ' ', $locale), 'value',…
158 ksort($groups);
160 foreach ($groups as &$location)
166 $groups = array_merge(parent::getGroups(), $groups);
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/groups/components/
H A Dapp.vue43 return {
53 return {
59 return {
65 return '';
71 groups() {
105 return this.service
111 return res.data;
128 return this.fetchGroups({
224 const hasGroups = groups && groups.length > 0;
249 <groups-component
[all …]
/dports/math/gap/gap-4.11.0/pkg/crisp-1.4.5/lib/
H A Dsamples.gi31 SetName(TrivialGroups, "<class of all trivial groups>");
49 SetName(NilpotentGroups, "<class of all nilpotent groups>");
103 return res;
150 SetName(AbelianGroups, "<class of all abelian groups>");
169 "<class of all abelian groups of exponent dividing ",
171 return form;
195 return [];
207 "<class of all ",String(pi), "-groups>"));
208 return class;
239 "<class of all ",String(p), "-groups"));
[all …]
/dports/math/gap/gap-4.11.0/pkg/groupoids-1.68/lib/
H A Dgrpgraph.gi54 return dig;
112 return mat;
182 return fail;
187 return inv;
214 return gg;
279 return( STRINGIFY( "graph of groups" ) );
490 return( STRINGIFY( "graph of groups word" ) );
718 return rw;
929 return rw;
1202 return rw;
[all …]
/dports/math/gap/gap-4.11.0/pkg/liepring-1.9.2/lib/
H A Dcheck.gi9 return CodePcGroup(K);
22 return t;
29 return t;
36 return t;
50 return Size(Q);
85 return rs;
108 # abelian groups
112 Error("abelian groups do not split");
173 return bins;
179 # get groups
[all …]
/dports/www/tclhttpd/tclhttpd3.5.1/htdocs/htaccess/
H A Dgroup.tml5 set in [validation::parseFile $file groups]
9 return "<p>$in</p>"
11 return "<p>(Read [ncgi::value file])</p>"
19 catch {unset groups($group)}
21 set groups($group) [ncgi::value people]
25 validation::writefile $file groups
35 return ""
39 return [subst {
54 foreach {key value} [array get groups] {
66 return $html
[all …]
/dports/math/gap/gap-4.11.0/pkg/rcwa-4.6.4/lib/
H A Drcwagrp.gi6 ## with rcwa groups over
2064 if dontdelegate then return "gave up: both groups are wild"; fi;
2479 groups := info.groups;
2483 or ForAny(groups,IsTrivial) or not ForAll(groups,IsFinite)
2528 groups := Filtered(info.groups,IsNonTrivial);
2637 if IsEmpty(groups) or not ForAll(groups,IsRcwaGroupOverZ)
2649 info := rec(groups := groups, first := first,
2653 if ForAll(groups,HasIsTame) and ForAll(groups,IsTame)
2906 "for rcwa groups (and infinite groups in general) (RCWA)",
3122 return List(groups,grp->GroupHomomorphismByImagesNC(G,grp));
[all …]
/dports/devel/libvirt/libvirt-7.10.0/examples/polkit/
H A Dlibvirt-acl.rules20 this.groups = [];
29 if (this.groups.indexOf(subject.groups[i]) >= 0) {
42 ", groups = [" + subject.groups + "]" +
48 return true
51 return false;
83 admin.groups = ["adminGroup1"];
113 return polkit.Result.NOT_HANDLED;
119 return polkit.Result.YES;
122 return polkit.Result.NOT_HANDLED;
126 return polkit.Result.YES;
[all …]
/dports/math/R-cran-memisc/memisc/R/
H A Dgroupwise.R31 return(x)
42 return(x)
50 return(data[formula.vars])
57 return(res)
112 return(y)
148 return(l)
157 return(x)
195 return(recombine(data))
197 return(data)
333 return(x)
[all …]

12345678910>>...1312