Searched refs:attr (Results 451 - 475 of 1316) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DKeyValueCoding.py310 def __getattr__(self, attr):
311 return getKey(self.__pyobjc_object__, attr)
316 def __setattr__(self, attr, value):
317 if not attr.startswith('_'):
318 setKey(self.__pyobjc_object__, attr, value)
319 object.__setattr__(self, attr, value)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DKeyValueCoding.py310 def __getattr__(self, attr):
311 return getKey(self.__pyobjc_object__, attr)
316 def __setattr__(self, attr, value):
317 if not attr.startswith('_'):
318 setKey(self.__pyobjc_object__, attr, value)
319 object.__setattr__(self, attr, value)
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dattribute_manager.rb136 attr = @matching_word_pairs[$2]
137 attrs.set_attrs($`.length + $1.length + $2.length, $3.length, attr)
143 @word_pair_map.each do |regexp, attr|
145 attrs.set_attrs($`.length + $1.length, $2.length, attr)
159 attr = @html_tags[$1.downcase]
162 attrs.set_attrs($`.length + html_length, $2.length, attr)
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A DTokenIDHelper.cpp129 if (attrList->attr[index].tag == kSecPublicKeyHashItemAttr)
130 *label = CFDataCreate(kCFAllocatorDefault, (const UInt8 *)attrList->attr[index].data, attrList->attr[index].length);
302 if (attrList->attr[index].length != sizeof(uint32_t) || !attrList->attr[index].data ||
303 0 == *(uint32_t*)attrList->attr[index].data)
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/tools/lib/
H A DLDML.pm149 my $attr = $name . q{_} . $context . q{_} . $size;
150 has $attr => (
183 __PACKAGE__->meta()->add_method( '_build_' . $attr => $builder );
192 my $attr = 'era_' . $size->[0];
194 has $attr => (
223 __PACKAGE__->meta()->add_method( '_build_' . $attr => $builder );
228 my $attr = $type . q{_format_} . $length;
230 has $attr => (
253 __PACKAGE__->meta()->add_method( '_build_' . $attr => $builder );
742 my $attr
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c253 Slapi_Attr **attr )
264 *attr = attr_find( e->e_attrs, ad );
265 if ( *attr == NULL ) {
278 Attribute *attr; local
285 attr = attr_find( e->e_attrs, ad );
286 if ( attr == NULL ) {
290 if ( attr->a_vals != NULL && attr->a_vals[0].bv_len != 0 ) {
293 p = slapi_value_get_string( &attr->a_vals[0] );
308 Attribute *attr; local
329 Attribute *attr; local
350 Attribute *attr; local
371 Attribute *attr; local
393 Attribute *attr; local
766 slapi_attr_get_values( Slapi_Attr *attr, struct berval ***vals ) argument
2017 slapi_attr_get_flags( const Slapi_Attr *attr, unsigned long *flags ) argument
2042 slapi_attr_flag_is_set( const Slapi_Attr *attr, unsigned long flag ) argument
2127 slapi_attr_get_type( const Slapi_Attr *attr, char **type ) argument
2138 slapi_attr_get_oid_copy( const Slapi_Attr *attr, char **oidp ) argument
2552 slapi_access_allowed( Slapi_PBlock *pb, Slapi_Entry *e, char *attr, struct berval *val, int access ) argument
3197 Attribute *attr; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebPageEventHandler.cpp332 const QInputMethodEvent::Attribute& attr = ev->attributes().at(i); local
333 switch (attr.type) {
338 QTextCharFormat textCharFormat = attr.value.value<QTextFormat>().toCharFormat();
341 int start = qMin(attr.start, (attr.start + attr.length));
342 int end = qMax(attr.start, (attr.start + attr.length));
347 if (attr
359 const QInputMethodEvent::Attribute& attr = ev->attributes().at(i); local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dgen.c154 char attr[256]; member in struct:ttnam
316 insert_into_typenames(int type, const char *typename, const char *attr) { argument
354 if (attr == NULL) {
356 attr = tmp;
359 if (ttn->attr[0] != 0 && strcmp(attr, ttn->attr) != 0) {
361 "%s, %s\n", type, ttn->attr, attr);
365 if (strlen(attr) > sizeo
[all...]
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_loc.c585 _dwarf_setup_loc(Dwarf_Attribute attr, argument
593 if (attr == NULL) {
597 if (attr->ar_cu_context == NULL) {
602 dbg = attr->ar_cu_context->cc_dbg;
608 blkres = dwarf_whatform(attr, &form, error);
622 Dwarf_Attribute attr,
627 int blkres = dwarf_formudata(attr, loclist_offset, error);
666 dwarf_loclist_n(Dwarf_Attribute attr, argument
675 Dwarf_Attribute loc_attr = attr;
693 setup_res = _dwarf_setup_loc(attr,
621 _dwarf_get_loclist_header_start(Dwarf_Debug dbg, Dwarf_Attribute attr, Dwarf_Unsigned * loclist_offset, Dwarf_Error * error) argument
812 dwarf_loclist(Dwarf_Attribute attr, Dwarf_Locdesc ** llbuf, Dwarf_Signed * listlen, Dwarf_Error * error) argument
[all...]
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Ddwarf.c337 Dwarf_Attribute attr; local
340 if ((rc = dwarf_attr(die, name, &attr, &dw->dw_err)) == DW_DLV_OK) {
341 return (attr);
344 terminate("die %llu: no attr 0x%x\n", die_off(dw, die),
358 die_attr_form(dwarf_t *dw, Dwarf_Attribute attr) argument
362 if (dwarf_whatform(attr, &form, &dw->dw_err) == DW_DLV_OK)
375 Dwarf_Attribute attr; local
378 if ((attr = die_attr(dw, die, name, req)) == NULL)
381 if (dwarf_formsdata(attr, &val, &dw->dw_err) != DW_DLV_OK) {
383 die_off(dw, die), die_attr_form(dw, attr));
396 Dwarf_Attribute attr; local
416 Dwarf_Attribute attr; local
436 Dwarf_Attribute attr; local
456 Dwarf_Attribute attr; local
503 Dwarf_Attribute attr; local
573 Dwarf_Attribute attr; local
1201 Dwarf_Attribute attr; local
1501 Dwarf_Attribute attr; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dm.c197 he = Tcl_FindHashEntry (tn->attr, key);
201 he = Tcl_CreateHashEntry(tn->attr, key, &new);
245 /* Syntax: tree attr key ?-query queryarg?
311 if (!iter->attr) continue;
312 if (!iter->attr->numEntries) continue;
315 he = Tcl_FindHashEntry (iter->attr, key);
362 if (!iter->attr) continue;
363 if (!iter->attr->numEntries) continue;
365 he = Tcl_FindHashEntry (iter->attr, key);
399 if (!iter->attr) continu
[all...]
H A Dtn.c47 n->attr = NULL;
91 if (n->attr) {
95 for(he = Tcl_FirstHashEntry(n->attr, &hs);
100 Tcl_DeleteHashTable(n->attr);
101 ckfree ((char*) n->attr);
102 n->attr = NULL;
703 if (src->attr) {
711 dstn->attr = ALLOC (Tcl_HashTable);
712 Tcl_InitHashTable(dstn->attr, TCL_STRING_KEYS);
714 for(i = 0, he = Tcl_FirstHashEntry(src->attr,
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Daci.c212 const struct berval *attr,
222 if ( ber_bvstrcasecmp( attr, &bv ) == 0 ) {
227 if ( ber_bvstrcasecmp( attr, &left ) == 0 ) {
232 if ( ber_bvstrcasecmp( attr, &left ) == 0 ) {
238 * nice to have. If the <attr> part of an aci's
239 * rights list is of the form <attr>=<value>,
241 * the given value. Furthermore, if the attr is
242 * of the form <attr>=<value>*, then <value> is
270 const struct berval *attr,
277 /* loop through each rights/attr pai
210 aci_list_has_attr( struct berval *list, const struct berval *attr, struct berval *val ) argument
268 aci_list_get_attr_rights( struct berval *list, const struct berval *attr, struct berval *val ) argument
312 aci_list_get_rights( struct berval *list, struct berval *attr, struct berval *val, slap_access_t *grant, slap_access_t *deny ) argument
1122 struct berval attr, left, right; local
1215 struct berval attr, left, right; local
[all...]
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dtclrun.swg312 swig_attribute *attr;
394 attr = cls->attributes;
395 while (attr && attr->name) {
396 if ((strcmp(attr->name, attrname) == 0) && (attr->getmethod)) {
400 rcode = (*attr->getmethod)(clientData,interp,2, objv);
405 attr++;
428 attr = cls->attributes;
429 while (attr
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-search.c50 char *sbase, int scope, char *filter, char *attr,
69 "[-a <attr>] "
104 char *attr = NULL; local
165 attr = strdup( optarg );
246 if ( attr != NULL ) {
248 sbase, scope, filter, attr,
266 char *sbase, int scope, char *filter, char *attr,
279 attrs[ 0 ] = attr;
293 fprintf( stderr, "PID=%ld - Search(%d): base=\"%s\", filter=\"%s\" attr=\"%s\".\n",
294 (long) pid, innerloop, sbase, filter, attr );
265 do_random( char *uri, char *manager, struct berval *passwd, char *sbase, int scope, char *filter, char *attr, char **srchattrs, int noattrs, int nobind, int innerloop, int maxretries, int delay, int force, int chaserefs ) argument
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf1.c131 /* Find the form of an attr, from the attr field. */
132 #define FORM_FROM_ATTR(attr) ((attr) & 0xF) /* Implicitly specified. */
202 unsigned short attr; local
207 attr = bfd_get_16 (abfd, (bfd_byte *) xptr);
210 switch (FORM_FROM_ATTR (attr))
217 if (attr == AT_sibling)
219 else if (attr == AT_stmt_list)
230 if (attr
[all...]
/macosx-10.9.5/keymgr-28/
H A Dkeymgr.c272 pthread_mutexattr_t attr; local
278 errnum = pthread_mutexattr_init (&attr);
281 pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_ERRORCHECK);
282 errnum = pthread_mutex_init (&newEntry->thread_lock, &attr);
283 pthread_mutexattr_destroy (&attr);
560 pthread_mutexattr_t attr; local
571 result = pthread_mutexattr_init (&attr);
579 pthread_mutexattr_settype (&attr, type);
586 result = pthread_mutex_init (&keyArray->thread_lock, &attr);
588 pthread_mutexattr_destroy (&attr);
[all...]
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardViewTextures.mm234 - (void) loadField:(float *)field fromAttr:(NSDictionary *)attr
237 NSNumber * val = [attr objectForKey:[color stringByAppendingString:entry]];
246 attr:(NSDictionary *)attr
253 fromAttr:attr color:color entry:@"Diffuse"];
255 fromAttr:attr color:color entry:@"Specular"];
257 fromAttr:attr color:color entry:@"Shininess"];
259 fromAttr:attr color:color entry:@"Alpha"];
266 part:@"Piece" style:fPieceStyle attr:fPieceAttr];
268 part:@"Board" style:fBoardStyle attr
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dresize.c441 if (ml->attr && ml->attr != null)
442 free(ml->attr);
464 ml->attr = null;
488 if (mlf->attr != null && mlt->attr == null)
490 if ((mlt->attr = (unsigned char *)malloc(w)) == 0)
491 mlt->attr = null, r = -1;
492 bzero((char *)mlt->attr, w);
494 if (mlt->attr !
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dgraph.c6 #include <attr.h>
35 g->attr = NULL;
68 g_attr_delete (&g->attr);
200 lv [k] = g_attr_serial (n->base.attr, empty);
208 lv [k] = g_attr_serial (g->attr, empty);
390 g_attr_deserial (&n->base.attr, lv[i]);
400 g_attr_deserial (&a->base.attr, axv[2]);
407 g_attr_deserial (&new->attr, lv[lc-1]);
663 g_attr_dup (&n->base.attr, no->base.attr);
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dad.c249 laddattr(char ***al, int *attrlen, char *attr) argument
255 a[*attrlen] = attr;
357 char **attr = NULL; local
362 laddattr(&attr, &attrlen, "defaultNamingContext");
365 "objectclass=*", attr, 0, &m);
366 free(attr);
439 char *attr[] = { "distinguishedName", NULL }; local
457 filter, attr, 0, &m);
888 char **attr = NULL; local
905 laddattr(&attr,
1079 char **attr = NULL; local
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.h163 #define SETVARATTR(var, attr, undo) \
164 ((undo == 0) ? ((var)->attributes |= (attr)) \
165 : ((var)->attributes &= ~(attr)))
167 #define VSETATTR(var, attr) ((var)->attributes |= (attr))
168 #define VUNSETATTR(var, attr) ((var)->attributes &= ~(attr))
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Ddeltavfs.tcl222 foreach attr [array names fileStats] {
223 if [string first "-" $attr] {continue}
224 if [string equal [array get fileStats $attr] [array get fileAttributes $attr]] {continue}
225 if [string equal "-permissions" $attr] {continue}
226 catch {file attributes $fileName $attr $fileStats($attr)}
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DAdjacencyMap.pm157 my $attr = pop;
166 $p->[-1]->{ $l }->[ _nm ]->{ $id } = $attr;
170 $p->[-1]->{ $l }->[ _na ] = $attr;
177 my $attr = pop;
184 exists $p->[-1]->{ $l }->[ _nm ]->{ $id }->{ $attr };
188 return ref $n && $#$n == _na ? exists $n->[ _na ]->{ $attr } : undef;
196 my $attr = pop;
213 $p->[-1]->{ $l }->[ _nm ]->{ $id }->{ $attr } = $val;
217 $p->[-1]->{ $l }->[ _na ]->{ $attr } = $val;
243 my $attr
[all...]
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DAdjacencyMap.pm162 my $attr = pop;
172 $p->[-1]->{ $l }->[ _nm ]->{ $id } = $attr;
176 $p->[-1]->{ $l }->[ _na ] = $attr;
183 my $attr = pop;
191 exists $p->[-1]->{ $l }->[ _nm ]->{ $id }->{ $attr };
195 return ref $n && $#$n == _na ? exists $n->[ _na ]->{ $attr } : undef;
203 my $attr = pop;
221 $p->[-1]->{ $l }->[ _nm ]->{ $id }->{ $attr } = $val;
225 $p->[-1]->{ $l }->[ _na ]->{ $attr } = $val;
252 my $attr
[all...]

Completed in 159 milliseconds

<<11121314151617181920>>