Searched refs:group (Results 176 - 200 of 947) sorted by relevance

1234567891011>>

/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DColumn.pm67 my ($self, $group) = @_;
68 $self->{_groups}->{$group} = 1;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_lmb.c83 That is, a sometimes-optional 'group' byte, followed by 1 and sometimes 2
131 group byte is for a single byte char set or not we use this define: */
142 each group byte to introduce a fixed-width encoding (to make it faster to
143 count characters), we use a convention of doubling up on the group byte
148 Next, you will notice that the list of group bytes has some gaps.
187 as group '0', as a place to tuck this exceptions list.*/
192 LOTUS added a new group 0x14 to hold Unicode values not otherwise
209 translations even faster,sometimes the optimization group byte can be dropped
211 group byte that is dropped is called the 'optimization group'
744 LMBCSConversionWorker( UConverterDataLMBCS * extraInfo, ulmbcs_byte_t group, ulmbcs_byte_t * pStartLMBCS, UChar * pUniChar, ulmbcs_byte_t * lastConverterIndex, UBool * groups_tried ) argument
920 ulmbcs_byte_t group = FindLMBCSUniRange(uniChar); local
1149 ulmbcs_byte_t group; local
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWController.cpp161 ret = newdict->setObject(gIOEthernetWakeOnLANFilterGroup, num); //and add the WOL group to it
241 // and write it to the argument provided if the group specified is
249 IOFWController::getPacketFilters(const OSSymbol * group, argument
254 if ( group == gIONetworkFilterGroup )
275 // Enable a filter from the specified group.
281 const OSSymbol * group,
289 if ( group == gIONetworkFilterGroup )
308 else if ( group == gIOEthernetWakeOnLANFilterGroup )
320 // Disable a filter from the specifed filter group.
323 const OSSymbol * group,
280 enablePacketFilter( const OSSymbol * group, UInt32 aFilter, UInt32 enabledFilters, IOOptionBits options) argument
322 disablePacketFilter( const OSSymbol * group, UInt32 aFilter, UInt32 enabledFilters, IOOptionBits options) argument
[all...]
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOEthernetController.cpp263 // and write it to the argument provided if the group specified is
271 IOEthernetController::getPacketFilters(const OSSymbol * group, argument
276 if ( group == gIONetworkFilterGroup )
297 // Enable a filter from the specified group.
303 const OSSymbol * group,
311 if ( group == gIONetworkFilterGroup )
330 else if ( group == gIOEthernetWakeOnLANFilterGroup )
342 // Disable a filter from the specifed filter group.
345 const OSSymbol * group,
353 if ( group
302 enablePacketFilter( const OSSymbol * group, UInt32 aFilter, UInt32 enabledFilters, IOOptionBits options) argument
344 disablePacketFilter( const OSSymbol * group, UInt32 aFilter, UInt32 enabledFilters, IOOptionBits options) argument
[all...]
/macosx-10.10.1/Libinfo-459/membership.subproj/
H A DmembershipPriv.h48 int mbr_check_membership_by_id(uuid_t user, gid_t group, int *ismember);
49 int mbr_check_membership_refresh(const uuid_t user, uuid_t group, int *ismember);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/acl/
H A Dposixgroup.c82 * group objects and member attributes */
177 Entry *group = NULL, local
237 group = target;
245 rc = be_entry_get_rw( op, &group_ndn, pg_posixGroup, pg_memberUid, 0, &group );
252 if ( rc == LDAP_SUCCESS && group != NULL ) {
261 a_member = attr_find( group->e_attrs, pg_memberUid );
284 if ( group != NULL && group != target ) {
286 be_entry_release_r( op, group );
/macosx-10.10.1/OpenSSL098-52/bin/
H A Dextract-source.sh82 diff --old-group-format='#ifdef __LP64__
85 --new-group-format='#ifndef __LP64__
88 --unchanged-group-format='%=' \
89 --changed-group-format='#ifdef __LP64__
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DGroupTransform.h21 void RecurseForAllNodes(dispatch_group_t group, CFErrorRef *errorOut, bool parallel, bool opExecutesOnGroups, Transform::TransformOperation op);
45 // A group should delay destruction while excution is starting
52 void ForAllNodesAsync(bool opExecutesOnGroups, dispatch_group_t group, Transform::TransformAsyncOperation op);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dfsaccess.c65 #define SET_AND_CLEAR(user, group, other) \
68 SET_AND_CLEAR1(group); \
/macosx-10.10.1/cups-408/cups/cups/
H A Dipp.c114 * The @code group@ parameter specifies the IPP attribute group tag: none
123 ipp_tag_t group, /* I - IPP group */
130 DEBUG_printf(("ippAddBoolean(ipp=%p, group=%02x(%s), name=\"%s\", value=%d)",
131 ipp, group, ippTagString(group), name, value));
137 if (!ipp || !name || group < IPP_TAG_ZERO ||
138 group == IPP_TAG_END || group >
122 ippAddBoolean(ipp_t *ipp, ipp_tag_t group, const char *name, char value) argument
168 ippAddBooleans(ipp_t *ipp, ipp_tag_t group, const char *name, int num_values, const char *values) argument
227 ippAddCollection(ipp_t *ipp, ipp_tag_t group, const char *name, ipp_t *value) argument
278 ippAddCollections( ipp_t *ipp, ipp_tag_t group, const char *name, int num_values, const ipp_t **values) argument
340 ippAddDate(ipp_t *ipp, ipp_tag_t group, const char *name, const ipp_uchar_t *value) argument
389 ippAddInteger(ipp_t *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, int value) argument
457 ippAddIntegers(ipp_t *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, int num_values, const int *values) argument
528 ippAddOctetString(ipp_t *ipp, ipp_tag_t group, const char *name, const void *data, int datalen) argument
592 ippAddOutOfBand(ipp_t *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name) argument
642 ippAddRange(ipp_t *ipp, ipp_tag_t group, const char *name, int lower, int upper) argument
691 ippAddRanges(ipp_t *ipp, ipp_tag_t group, const char *name, int num_values, const int *lower, const int *upper) argument
752 ippAddResolution(ipp_t *ipp, ipp_tag_t group, const char *name, ipp_res_t units, int xres, int yres) argument
805 ippAddResolutions(ipp_t *ipp, ipp_tag_t group, const char *name, int num_values, ipp_res_t units, const int *xres, const int *yres) argument
906 ippAddString(ipp_t *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, const char *language, const char *value) argument
1032 ippAddStringf(ipp_t *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, const char *language, const char *format, ...) argument
1085 ippAddStringfv(ipp_t *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, const char *language, const char *format, va_list ap) argument
1238 ippAddStrings( ipp_t *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, int num_values, const char *language, const char * const *values) argument
6637 ipp_tag_t group; /* Current group */ local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnsoup.el91 (defvoo nnsoup-group-alist nil)
95 (defvoo nnsoup-current-group nil)
96 (defvoo nnsoup-group-alist-touched nil)
105 (deffoo nnsoup-retrieve-headers (sequence &optional group server fetch-old)
106 (nnsoup-possibly-change-group group)
110 (let ((areas (cddr (assoc nnsoup-current-group nnsoup-group-alist)))
221 (setq nnsoup-group-alist nil
222 nnsoup-group
[all...]
H A Dnneething.el48 "Regexp saying what files to exclude from the group.
52 "Regexp saying what files to include in the group.
65 "Current news group directory.")
71 (defvoo nneething-group nil)
84 (deffoo nneething-retrieve-headers (articles &optional group server fetch-old)
85 (nneething-possibly-change-directory group)
122 (deffoo nneething-request-article (id &optional group server buffer)
123 (nneething-possibly-change-directory group)
151 (deffoo nneething-request-group (group
[all...]
H A Dgnus-registry.el42 ;; gnus-registry-use-long-group-names t)
52 ;; - get the correct group on spool actions
72 :group 'gnus)
79 The group names are matched, they don't have to be fully qualified."
80 :group 'gnus-registry
85 :group 'gnus-registry
91 :group 'gnus-registry
94 (defcustom gnus-registry-use-long-group-names nil
95 "Whether the registry should use long group names (BUGGY)."
96 :group 'gnu
[all...]
H A Dnnvirtual.el49 "If non-nil, always scan groups for unread articles when entering a group.
50 If this variable is nil and you read articles in a component group
51 after the virtual group has been activated, the read articles from the
52 component group will show up when you enter the virtual group.")
58 "Component group in this nnvirtual group.")
65 (defvoo nnvirtual-current-group nil)
68 "Table of rules on how to map between component group and article number to virtual article number.")
71 "Table indexed by component group t
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dfmtgid.c46 extern struct group* getgrgid(gid_t);
64 register struct group* gr;
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dsemaphore_internal.h54 DISPATCH_CLASS_DECL(group); variable
58 .do_vtable = (const void*)DISPATCH_VTABLE(group), \
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionELF.h49 SectionKind K, unsigned entrySize, const MCSymbol *group)
51 EntrySize(entrySize), Group(group) {}
48 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbol *group) argument
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A DlldbDataFormatters.py41 return res.group(2)
44 return res.group(2)
/macosx-10.10.1/network_cmds-457/mnc.tproj/
H A Dmnc_opts.c65 "Usage: mnc [-l] [-i interface] [-p port] group-id "
150 /* Get the group-id information */
152 getaddrinfo(argv[optind], config.port, &hints, &config.group)) != 0)
154 mnc_error("Error getting group-id address information: %s\n",
173 /* Confirm that the source and group are in the same Address Family */
174 if ( config.source->ai_family != config.group->ai_family )
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dfsaccess.c65 #define SET_AND_CLEAR(user, group, other) \
68 SET_AND_CLEAR1(group); \
/macosx-10.10.1/procmail-14/procmail/src/
H A Dformisc.c32 { int delim,hitspc,machref,group;char*target,*oldstart; local
33 group=1;hitspc=machref=0;target=oldstart=start;
49 if(group==2)
50 start[1]='\0'; /* terminate the group */
52 if(group==2)
53 goto special; /* part of the group */
74 if(group==1)
75 group=2; /* groupies! */
77 if(group==1)
78 group
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dvasgroups.c74 static vas_err_t (*v_group_init) (vas_ctx_t *ctx, vas_id_t *id, const char *name, int flags, vas_group_t **group);
75 static void (*v_group_free) (vas_ctx_t *ctx, vas_group_t *group);
76 static vas_err_t (*v_user_is_member) (vas_ctx_t *ctx, vas_id_t *id, vas_user_t *user, vas_group_t *group);
84 * Whether nonunix group lookups are available.
95 * Check if the user is in the group
96 * @param group group name which can be in DOMAIN\sam format or just the group
100 * @return 1 if user is a member of the group, 0 if not (or error occurred)
103 sudo_nonunix_groupcheck( const char* group, cons argument
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dhaml.vim48 let group = synIDattr(synID(lnum,lastcol,1),'name')
54 elseif group == 'hamlFilter'
62 elseif group =~? '\v^(hamlSelfCloser)$' || line =~? '^%\v%('.g:haml_self_closing_tags.')>'
64 elseif group =~? '\v^%(hamlTag|hamlAttributesDelimiter|hamlObjectDelimiter|hamlClass|hamlId|htmlTagName|htmlSpecialTagName)$'
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDeclarationSection.css44 .style-declaration-section.last-in-group {
50 body.mac-platform.legacy .style-declaration-section.last-in-group {
54 .style-declaration-section.last-in-group + .style-declaration-section {
60 body.mac-platform.legacy .style-declaration-section.last-in-group + .style-declaration-section {
67 body.mac-platform.legacy .style-declaration-section.last-in-group + .style-declaration-section.last-in-group,
68 body.mac-platform.legacy .style-declaration-section.last-in-group + .style-declaration-section:last-child {
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authz_owner.c113 /* file-group only figures out the file's group and lets
114 * other modules do the actual authorization (against a group file/db).
116 * mod_authz_owner and of course recognize 'file-group', too.
122 char *group = NULL;
145 reason = "no file group information available";
152 status = apr_gid_name_get(&group, finfo.group, r->pool);
153 if (status != APR_SUCCESS || !group) {
154 reason = "could not get name of file group";
[all...]

Completed in 319 milliseconds

1234567891011>>