Home
last modified time | relevance | path

Searched refs:Groups (Results 151 – 175 of 22592) sorted by relevance

12345678910>>...904

/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/init/
H A Dosx105-addusers.sh64 sudo ${DSCL} localhost -create /Local/Default/Groups/ossec
66 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec PrimaryGroupID ${new_gid}
67 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec RealName ossec
68 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec RecordName ossec
69 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec RecordType: dsRecTypeStandard:Groups
70 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec Password "*"
86 sudo ${DSCL} localhost -append /Local/Default/Groups/ossec GroupMembership ossecm
101 sudo ${DSCL} localhost -append /Local/Default/Groups/ossec GroupMembership ossecr
116 sudo ${DSCL} localhost -append /Local/Default/Groups/ossec GroupMembership ossec
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/init/
H A Dosx105-addusers.sh64 sudo ${DSCL} localhost -create /Local/Default/Groups/ossec
66 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec PrimaryGroupID ${new_gid}
67 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec RealName ossec
68 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec RecordName ossec
69 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec RecordType: dsRecTypeStandard:Groups
70 sudo ${DSCL} localhost -createprop /Local/Default/Groups/ossec Password "*"
86 sudo ${DSCL} localhost -append /Local/Default/Groups/ossec GroupMembership ossecm
101 sudo ${DSCL} localhost -append /Local/Default/Groups/ossec GroupMembership ossecr
116 sudo ${DSCL} localhost -append /Local/Default/Groups/ossec GroupMembership ossec
/dports/devel/matreshka/matreshka-0.7.0/tools/
H A Dgen_norms.adb363 for J in Groups'Range loop
370 Groups (J).Share := K;
371 Groups (K).Count := Groups (K).Count + 1;
470 for J in Groups'Range loop
471 if not Generated (Groups (J).Share) then
534 & First_Stage_Image (Groups (J).Share)
641 for J in Groups'Range loop
642 if Maximum < Groups (J).Count then
643 Maximum := Groups (J).Count;
653 for J in Groups'Range loop
[all …]
H A Dgen_colls.adb221 Groups : array (First_Stage_Index) of Group_Info variable
328 for J in Groups'Range loop
335 Groups (J).Share := K;
336 Groups (K).Count := Groups (K).Count + 1;
421 for J in Groups'Range loop
422 if not Generated (Groups (J).Share) then
593 for J in Groups'Range loop
594 if Maximum < Groups (J).Count then
595 Maximum := Groups (J).Count;
605 for J in Groups'Range loop
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/netnews/
H A Dreadconfig.c122 STATIC NEWSGROUP *Groups; variable
222 for (ngp = Groups, i = nGroups; --i >= 0; ngp++) in EXPmatch()
407 return Groups[num].Default; in GetExpireTime()
412 return Groups[num].Name; in GetExpireName()
422 if (Groups==NULL) fatal("Unable to alloc",0); in readconfig_init()
442 printf("name = %s\n",Groups[lup].Name);
443 printf("expires = %uld\n",Groups[lup].Keep);
444 printf("expires = %uld\n",Groups[lup].Default);
445 printf("expires = %uld\n",Groups[lup].Purge);
497 strcpy(Groups[nGroups].Name, mailbox); in callback_list()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/netnews/
H A Dreadconfig.c122 STATIC NEWSGROUP *Groups; variable
222 for (ngp = Groups, i = nGroups; --i >= 0; ngp++) in EXPmatch()
407 return Groups[num].Default; in GetExpireTime()
412 return Groups[num].Name; in GetExpireName()
422 if (Groups==NULL) fatal("Unable to alloc",0); in readconfig_init()
442 printf("name = %s\n",Groups[lup].Name);
443 printf("expires = %uld\n",Groups[lup].Keep);
444 printf("expires = %uld\n",Groups[lup].Default);
445 printf("expires = %uld\n",Groups[lup].Purge);
497 strcpy(Groups[nGroups].Name, mailbox); in callback_list()
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/netnews/
H A Dreadconfig.c122 STATIC NEWSGROUP *Groups; variable
222 for (ngp = Groups, i = nGroups; --i >= 0; ngp++) in EXPmatch()
407 return Groups[num].Default; in GetExpireTime()
412 return Groups[num].Name; in GetExpireName()
422 if (Groups==NULL) fatal("Unable to alloc",0); in readconfig_init()
442 printf("name = %s\n",Groups[lup].Name);
443 printf("expires = %uld\n",Groups[lup].Keep);
444 printf("expires = %uld\n",Groups[lup].Default);
445 printf("expires = %uld\n",Groups[lup].Purge);
497 strcpy(Groups[nGroups].Name, mailbox); in callback_list()
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/providers/
H A Dgitlab.go134 if len(userinfo.Groups) > 0 {
135 s.Groups = userinfo.Groups
148 Groups []string `json:"groups"` member
210 s.Groups = append(s.Groups, formatProject(project))
265 s.Groups = append(s.Groups, projects...)
266 s.Groups = deduplicateGroups(s.Groups)
273 for _, group := range s.Groups {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/Shopify/sarama/
H A Ddescribe_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
25 r.Groups = append(r.Groups, group)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DPatternMatcher.cs86 if (m.Groups.Count <= group) in MatchString()
87 throw BadGroupIndexException(group, memberInfo.Name, m.Groups.Count - 1); in MatchString()
88 Group g = m.Groups[group]; in MatchString()
99 if (m.Groups.Count <= group) in MatchString()
100 throw BadGroupIndexException(group, memberInfo.Name, m.Groups.Count - 1); in MatchString()
101 Group g = m.Groups[group]; in MatchString()
120 if (m.Groups.Count <= group) in MatchClass()
121 throw BadGroupIndexException(group, memberInfo.Name, m.Groups.Count - 1); in MatchClass()
122 Group g = m.Groups[group]; in MatchClass()
133 if (m.Groups.Count <= group) in MatchClass()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl504 Groups = [],
505 property_name(OctetString, Group, Groups).
517 property_name([] = All, Group, Groups) ->
533 property_value(Rest, Name, Group, Groups)
544 do_property_name([], [], [], Groups) ->
545 lists:reverse(Groups);
546 do_property_name([], [], Group, Groups) ->
548 lists:reverse([Group2 | Groups]);
554 lists:reverse([Group2 | Groups]).
559 property_value(Chars, Name, Group, Groups) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl504 Groups = [],
505 property_name(OctetString, Group, Groups).
517 property_name([] = All, Group, Groups) ->
533 property_value(Rest, Name, Group, Groups)
544 do_property_name([], [], [], Groups) ->
545 lists:reverse(Groups);
546 do_property_name([], [], Group, Groups) ->
548 lists:reverse([Group2 | Groups]);
554 lists:reverse([Group2 | Groups]).
559 property_value(Chars, Name, Group, Groups) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl504 Groups = [],
505 property_name(OctetString, Group, Groups).
517 property_name([] = All, Group, Groups) ->
533 property_value(Rest, Name, Group, Groups)
544 do_property_name([], [], [], Groups) ->
545 lists:reverse(Groups);
546 do_property_name([], [], Group, Groups) ->
548 lists:reverse([Group2 | Groups]);
554 lists:reverse([Group2 | Groups]).
559 property_value(Chars, Name, Group, Groups) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl504 Groups = [],
505 property_name(OctetString, Group, Groups).
517 property_name([] = All, Group, Groups) ->
533 property_value(Rest, Name, Group, Groups)
544 do_property_name([], [], [], Groups) ->
545 lists:reverse(Groups);
546 do_property_name([], [], Group, Groups) ->
548 lists:reverse([Group2 | Groups]);
554 lists:reverse([Group2 | Groups]).
559 property_value(Chars, Name, Group, Groups) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl504 Groups = [],
505 property_name(OctetString, Group, Groups).
517 property_name([] = All, Group, Groups) ->
533 property_value(Rest, Name, Group, Groups)
544 do_property_name([], [], [], Groups) ->
545 lists:reverse(Groups);
546 do_property_name([], [], Group, Groups) ->
548 lists:reverse([Group2 | Groups]);
554 lists:reverse([Group2 | Groups]).
559 property_value(Chars, Name, Group, Groups) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl504 Groups = [],
505 property_name(OctetString, Group, Groups).
517 property_name([] = All, Group, Groups) ->
533 property_value(Rest, Name, Group, Groups)
544 do_property_name([], [], [], Groups) ->
545 lists:reverse(Groups);
546 do_property_name([], [], Group, Groups) ->
548 lists:reverse([Group2 | Groups]);
554 lists:reverse([Group2 | Groups]).
559 property_value(Chars, Name, Group, Groups) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl504 Groups = [],
505 property_name(OctetString, Group, Groups).
517 property_name([] = All, Group, Groups) ->
533 property_value(Rest, Name, Group, Groups)
544 do_property_name([], [], [], Groups) ->
545 lists:reverse(Groups);
546 do_property_name([], [], Group, Groups) ->
548 lists:reverse([Group2 | Groups]);
554 lists:reverse([Group2 | Groups]).
559 property_value(Chars, Name, Group, Groups) ->
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DSOFormulaOpCodeMapper.java75 …public com.sun.star.sheet.FormulaOpCodeMapEntry[] getAvailableMappings(int Language, int Groups) t… in getAvailableMappings() argument
82 if (Groups == FormulaMapGroup.SPECIAL) in getAvailableMappings()
88 if ((Groups & FormulaMapGroup.ARRAY_SEPARATORS) != 0) in getAvailableMappings()
92 if ((Groups & FormulaMapGroup.SEPARATORS) != 0) in getAvailableMappings()
96 if ((Groups & FormulaMapGroup.ARRAY_SEPARATORS) != 0) in getAvailableMappings()
100 if ((Groups & FormulaMapGroup.UNARY_OPERATORS) != 0) in getAvailableMappings()
104 if ((Groups & FormulaMapGroup.BINARY_OPERATORS) != 0) in getAvailableMappings()
108 if ((Groups & FormulaMapGroup.FUNCTIONS) != 0) in getAvailableMappings()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DSOFormulaOpCodeMapper.java75 …public com.sun.star.sheet.FormulaOpCodeMapEntry[] getAvailableMappings(int Language, int Groups) t… in getAvailableMappings() argument
82 if (Groups == FormulaMapGroup.SPECIAL) in getAvailableMappings()
88 if ((Groups & FormulaMapGroup.ARRAY_SEPARATORS) != 0) in getAvailableMappings()
92 if ((Groups & FormulaMapGroup.SEPARATORS) != 0) in getAvailableMappings()
96 if ((Groups & FormulaMapGroup.ARRAY_SEPARATORS) != 0) in getAvailableMappings()
100 if ((Groups & FormulaMapGroup.UNARY_OPERATORS) != 0) in getAvailableMappings()
104 if ((Groups & FormulaMapGroup.BINARY_OPERATORS) != 0) in getAvailableMappings()
108 if ((Groups & FormulaMapGroup.FUNCTIONS) != 0) in getAvailableMappings()
/dports/sysutils/webmin/webmin-1.981/ldap-useradmin/
H A Dconfig.info34 homedir_perms=Permissions on new home directories,3,From Users and Groups module
35 user_files=Copy files into new home directories from,3,From Users and Groups module
36 home_base=Automatic home directory base,3,From Users and Groups module
40 base_uid=Lowest UID for new users,3,From Users and Groups module
41 base_gid=Lowest GID for new groups,3,From Users and Groups module
46 default_group=Default primary group for new users,3,From Users and Groups module
47 default_secs=Default secondary groups for new users,3,From Users and Groups module
48 default_shell=Default shell for new users,3,From Users and Groups module
49 default_min=Default minimum days for new users,3,From Users and Groups module
50 default_max=Default maximum days for new users,3,From Users and Groups module
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/Shopify/sarama/
H A Ddescribe_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
29 r.Groups = append(r.Groups, group)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/sarama-1.19.0/
H A Ddelete_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
29 r.Groups = append(r.Groups, group)
H A Ddescribe_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
29 r.Groups = append(r.Groups, group)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/
H A Ddescribe_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
29 r.Groups = append(r.Groups, group)
H A Ddelete_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
29 r.Groups = append(r.Groups, group)

12345678910>>...904