Searched refs:attributes (Results 201 - 225 of 1053) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/
H A DExtAttr.pm5 File::ExtAttr - Perl extension for accessing extended attributes of files
12 # Manipulate the extended attributes of files.
21 # Manipulate the extended attributes of a file via a file handle.
33 # List attributes in the default namespace.
40 # Examine attributes in a namespace-aware manner.
52 File::ExtAttr is a Perl module providing access to the extended attributes
55 Extended attributes are metadata associated with a file.
59 Extended attributes may not be supported by your operating system.
63 Extended attributes may also not be supported by your filesystem
95 Some implementations of extended attributes suppor
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DGLXConfigSelector.h123 GLPlatformSurface::SurfaceAttributes attributes() const function in class:WebCore::GLXConfigSelector
140 GLXFBConfig findMatchingConfig(const int attributes[], int depth = 32) argument
143 OwnPtrX11<GLXFBConfig> temp(glXChooseFBConfig(X11Helper::nativeDisplay(), DefaultScreen(X11Helper::nativeDisplay()), attributes, &numAvailableConfigs));
180 GLXFBConfig findMatchingConfigWithVisualId(const int attributes[], int depth, VisualID id) argument
183 OwnPtrX11<GLXFBConfig> temp(glXChooseFBConfig(X11Helper::nativeDisplay(), DefaultScreen(X11Helper::nativeDisplay()), attributes, &numAvailableConfigs));
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_elements.rb9 assert_equal '1', doc.root.elements['c'].attributes['id']
10 assert_equal '2', doc.root.elements[2,'c'].attributes['id']
91 names << element.attributes["name"]
105 r = doc.elements.collect( "/a/b" ) { |e| e.attributes["id"].to_i }
112 s + e.attributes["id"].to_i
H A Dtest_xpath.rb111 assert_equal "3", XPath::first(@@doc, "a/b/c").attributes["id"]
122 assert_equal "2", XPath::first(c, "/a/b").attributes["id"]
141 assert_equal "12", XPath::first(@@doc, "a/e/f[3]").attributes["id"]
142 assert_equal "13", XPath::first(@@doc, "a/e/f[3]/g").attributes["id"]
143 assert_equal "14", XPath::first(@@doc, "a/e/f[@a='d'][2]").attributes["id"]
144 assert_equal "14", XPath::first(@@doc, "a/e/f[@a='d'][@id='14']").attributes["id"]
181 #assert_equal '3', res.attributes['id']
183 assert_equal '2', res.attributes['id']
191 if el.attributes['x']
192 puts " -- "+el.attributes['
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dxpath.tcl45 -attributes 0
53 -att* { set opts(-attributes) 1 }
74 if { $opts(-attributes) } {
76 append value [array get [dom::node cget $node -attributes]]
197 foreach {ns fqns} [array get [dom::node cget $node -attributes]] {
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DSymbolTable.h65 // In addition to implementing semantics-mandated variable attributes and
71 // word that consists of attributes, the index, and a bit saying that it is
121 unsigned attributes = 0; local
123 attributes |= ReadOnly;
125 attributes |= DontEnum;
126 return attributes;
151 SymbolTableEntry(int index, unsigned attributes) argument
155 pack(index, attributes & ReadOnly, attributes & DontEnum);
209 void setAttributes(unsigned attributes) argument
[all...]
H A DSparseArrayValueMap.h43 SparseArrayEntry() : attributes(0) { }
51 unsigned attributes; member in struct:JSC::SparseArrayEntry
113 bool putDirect(ExecState*, JSObject*, unsigned, JSValue, unsigned attributes, PutDirectIndexMode);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm118 posix_spawnattr_t attributes;
119 posix_spawnattr_init(&attributes);
120 posix_spawnattr_setflags(&attributes, POSIX_SPAWN_CLOEXEC_DEFAULT | POSIX_SPAWN_SETPGROUP);
122 int spawnResult = posix_spawn(0, command.data(), &fileActions, &attributes, const_cast<char**>(args), environmentVariables.environmentPointer());
124 posix_spawnattr_destroy(&attributes);
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dxml.xotcl67 return [eval my insert Element $tag -attributes $args -tag $tag]
75 {attributes ""}
79 my instvar tag attributes
80 if {[llength $attributes]>0} {
81 foreach {n v} $attributes {append string " " $n = '$v'}
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOMedia.cpp152 IOMediaAttributeMask attributes = 0; local
154 attributes |= isEjectable ? kIOMediaAttributeEjectableMask : 0;
155 attributes |= isEjectable ? kIOMediaAttributeRemovableMask : 0;
160 /* attributes */ attributes,
689 IOStorageAttributes * attributes,
705 if (attributes == &gIOStorageAttributesUnsupported)
707 attributes = NULL;
711 IOStorage::read(client, byteStart, buffer, attributes, completion);
748 getProvider()->read(this, byteStart, buffer, attributes, completio
686 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
751 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
1141 init(UInt64 base, UInt64 size, UInt64 preferredBlockSize, IOMediaAttributeMask attributes, bool isWhole, bool isWritable, const char * contentHint, OSDictionary * properties) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dget_s.c157 out->attributes |= ent.entry.flags.postdate ? 0 : KRB5_KDB_DISALLOW_POSTDATED;
158 out->attributes |= ent.entry.flags.forwardable ? 0 : KRB5_KDB_DISALLOW_FORWARDABLE;
159 out->attributes |= ent.entry.flags.initial ? KRB5_KDB_DISALLOW_TGT_BASED : 0;
160 out->attributes |= ent.entry.flags.renewable ? 0 : KRB5_KDB_DISALLOW_RENEWABLE;
161 out->attributes |= ent.entry.flags.proxiable ? 0 : KRB5_KDB_DISALLOW_PROXIABLE;
162 out->attributes |= ent.entry.flags.invalid ? KRB5_KDB_DISALLOW_ALL_TIX : 0;
163 out->attributes |= ent.entry.flags.require_preauth ? KRB5_KDB_REQUIRES_PRE_AUTH : 0;
164 out->attributes |= ent.entry.flags.server ? 0 : KRB5_KDB_DISALLOW_SVR;
165 out->attributes |= ent.entry.flags.change_pw ? KRB5_KDB_PWCHANGE_SERVICE : 0;
166 out->attributes |
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_com.c110 ASTP_attributes_t *attributes
522 * array bound attributes which can be
648 ASTP_attributes_t *attributes
725 ASTP_attributes_t local_attributes; /* copy of attributes that */
726 local_attributes = *attributes; /* we can manipulate */
732 * Propagate declarator to the type node, merge in any attributes, and
742 * attributes
748 /* Set the type attributes to the new type node */
774 * Propagate declarator to the type node, merge in any attributes, and
777 type_p_ptr->type = AST_propagate_typedef(location, base_type, dp, attributes);
911 AST_propagate_type_attrs( parser_location_p location, AST_type_n_t *type_node_ptr, ASTP_attributes_t *attributes, boolean needs_clone ATTRIBUTE_UNUSED, ASTP_node_t *parent_node ) argument
1375 AST_propagate_type( parser_location_p location, AST_type_n_t *type_node_ptr, ASTP_declarator_n_t *declarator_ptr, ASTP_attributes_t *attributes, ASTP_node_t *parent_node ) argument
1649 AST_lookup_field_attr( ASTP_attributes_t *attributes, ASTP_attr_k_t field_attr ) argument
1703 AST_set_field_attrs( parser_location_p location, ASTP_attributes_t *attributes, ASTP_node_t *parent_node, AST_type_n_t *type_node ) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecStaticCode.cpp65 OSStatus SecStaticCodeCreateWithPathAndAttributes(CFURLRef path, SecCSFlags flags, CFDictionaryRef attributes, argument
73 if (attributes) {
76 if (cfscan(attributes, "{%O=%d}", kSecCodeAttributeUniversalFileOffset, &offset)) {
78 } else if (cfscan(attributes, "{%O=%s}", kSecCodeAttributeArchitecture, &archName)) {
80 } else if (cfscan(attributes, "{%O=%d,%O=%d}",
83 else if (cfscan(attributes, "{%O=%d}", kSecCodeAttributeArchitecture, &archNumber))
85 if (cfscan(attributes, "{%O=%s}", kSecCodeAttributeBundleVersion, &version))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecStaticCode.cpp65 OSStatus SecStaticCodeCreateWithPathAndAttributes(CFURLRef path, SecCSFlags flags, CFDictionaryRef attributes, argument
73 if (attributes) {
76 if (cfscan(attributes, "{%O=%d}", kSecCodeAttributeUniversalFileOffset, &offset)) {
78 } else if (cfscan(attributes, "{%O=%s}", kSecCodeAttributeArchitecture, &archName)) {
80 } else if (cfscan(attributes, "{%O=%d,%O=%d}",
83 else if (cfscan(attributes, "{%O=%d}", kSecCodeAttributeArchitecture, &archNumber))
85 if (cfscan(attributes, "{%O=%s}", kSecCodeAttributeBundleVersion, &version))
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-ldap.el36 ;; basic format is: ldap://host:port/dn?attributes?scope?filter?extensions
45 ;; For anything _useful_ though, like specifying the attributes,
48 ;; defaults (scope=base,attributes=*,filter=(objectClass=*)
148 (attributes nil)
160 attributes (nth 1 data)
176 (if attributes
177 (setq attributes (mapcar 'url-unhex-string (split-string attributes ","))))
198 'attributes attributes
[all...]
/macosx-10.10/tidy-15.15/tidy/src/
H A Distack.c20 /* duplicate attributes */
98 istack->attributes = TY_(DupAttrs)( doc, node->attributes );
111 while (istack->attributes)
113 av = istack->attributes;
114 istack->attributes = av->next;
277 node->attributes = TY_(DupAttrs)( doc, istack->attributes );
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dsecurestorage.h158 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
163 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
265 bool next(DbAttributes *attributes, ::CssmDataContainer *data,
267 bool next(DbAttributes *attributes, ::CssmDataContainer *data,
269 bool nextKey(DbAttributes *attributes, Key &key, DbUniqueRecord &uniqueId);
270 //bool nextGroup(DbAttributes *attributes, SSGroup &group, DbUniqueRecord &uniqueId);
308 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
312 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
316 void get(DbAttributes *attributes, ::CssmDataContainer *data);
317 void get(DbAttributes *attributes,
[all...]
H A Dkeyclient.h100 CSSM_KEYATTR_FLAGS attributes; member in struct:Security::CssmClient::KeySpec
104 KeySpec(CSSM_KEYUSE u, CSSM_KEYATTR_FLAGS a) : usage(u), attributes(a), label(NULL) { }
105 KeySpec(CSSM_KEYUSE u, CSSM_KEYATTR_FLAGS a, const CssmData &l) : usage(u), attributes(a), label(&l) { }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dsecurestorage.h158 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
163 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
265 bool next(DbAttributes *attributes, ::CssmDataContainer *data,
267 bool next(DbAttributes *attributes, ::CssmDataContainer *data,
269 bool nextKey(DbAttributes *attributes, Key &key, DbUniqueRecord &uniqueId);
270 //bool nextGroup(DbAttributes *attributes, SSGroup &group, DbUniqueRecord &uniqueId);
308 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
312 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
316 void get(DbAttributes *attributes, ::CssmDataContainer *data);
317 void get(DbAttributes *attributes,
[all...]
H A Dkeyclient.h100 CSSM_KEYATTR_FLAGS attributes; member in struct:Security::CssmClient::KeySpec
104 KeySpec(CSSM_KEYUSE u, CSSM_KEYATTR_FLAGS a) : usage(u), attributes(a), label(NULL) { }
105 KeySpec(CSSM_KEYUSE u, CSSM_KEYATTR_FLAGS a, const CssmData &l) : usage(u), attributes(a), label(&l) { }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DGroupTransform.cpp51 // We don't want connections to/from unexported attributes
444 // change. Currently all transforms and attributes
446 // (and no meta attributes are indicated).
472 transform_attribute **attributes = (transform_attribute **)alloca(n_attributes * sizeof(transform_attribute *));
473 t->TAGetAll(attributes);
476 CFStringRef label = attributes[i]->name;
477 if (attributes[i]->value) {
478 if (CFGetTypeID(attributes[i]->value) == CFStringGetTypeID()) {
479 label = CFStringCreateWithFormat(NULL, NULL, CFSTR("%@=%@"), attributes[i]->name, attributes[
[all...]
/macosx-10.10/WebKit2-7600.1.25/Scripts/webkit2/
H A Dparser.py53 match = re.search(r'messages -> (?P<destination>[A-Za-z_0-9]+) \s*(?::\s*(?P<superclass>.*?) \s*)?(?:(?P<attributes>.*?)\s+)?{', line)
55 receiver_attributes = parse_attributes_string(match.group('attributes'))
82 attributes = parse_attributes_string(attributes_string)
93 messages.append(model.Message(name, parameters, reply_parameters, attributes, combine_condition(conditions)))
128 match = re.search(r'\s*(?:\[(?P<attributes>.*?)\]\s+)?(?P<type_and_name>.*)', parameter_string)
129 attributes_string, type_and_name_string = match.group('attributes', 'type_and_name')
131 parameters.append(model.Parameter(type=parameter_type, name=parameter_name, attributes=parse_attributes_string(attributes_string)))
/macosx-10.10/vim-55/runtime/syntax/
H A Ddot.vim38 " Graph attributes
43 " Node attributes
48 " Edge attributes
55 " Shared attributes (graphs, nodes, edges)
58 " Shared attributes (graphs and edges)
61 " Shared attributes (nodes and edges)
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtdelta.tcl138 catch {file attributes $temp/$constructTag -readonly 0} result
139 catch {file attributes $temp/$constructTag -permissions rw-rw-rw-} result
140 catch {file attributes $temp/$constructTag -owner $fileStats(uid)} result
141 catch {file attributes $temp/$constructTag -group $fileStats(gid)} result
145 catch {file attributes $existingFile -readonly 0} result
146 catch {file attributes $existingFile -permissions rw-rw-rw-} result
153 array set attributes $fileStats(attributes)
154 array set attrConstruct [file attributes $fileToConstruct]
155 foreach attr [array names attributes] {
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m106 id attrs = [HeimCredDecoder copyCF2NS:cred->attributes];
198 HeimCredAssignMech(HeimCredRef cred, CFDictionaryRef attributes)
203 CFStringRef mechName = GetValidatedValue(attributes, kHEIMAttrType, CFStringGetTypeID(), &error);
262 cred->attributes = CFRetain(cfvalue);
265 handleDefaultCredentialUpdate(session, cred, cred->attributes);
316 CFArrayRef array = CFDictionaryGetValue(cred->attributes, kHEIMAttrBundleIdentifierACL);
350 parent = CFDictionaryGetValue(cred->attributes, kHEIMAttrParentCredential);
415 CFMutableDictionaryRef oldCredAttrs = CFDictionaryCreateMutableCopy(NULL, 0, oldCred->attributes);
417 CFRELEASE_NULL(oldCred->attributes);
418 oldCred->attributes
[all...]

Completed in 151 milliseconds

1234567891011>>