Searched refs:owner (Results 351 - 375 of 816) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DMSSQL.pm122 foreach my $owner (@$owners) {
123 push @owners, $owner
127 WHERE name = @{[ $self->dbh->quote($owner) ]}
224 foreach my $owner (@$owners) {
228 WHERE table_schema = @{[ $self->dbh->quote($owner) ]}
238 schema => $owner,
/macosx-10.9.5/bind9-45.100/bind9/bin/check/
H A Dcheck-tool.c179 checkns(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner, argument
211 dns_name_format(owner, ownerbuf, sizeof(ownerbuf));
380 checkmx(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner) { argument
401 dns_name_format(owner, ownerbuf, sizeof(ownerbuf));
465 checksrv(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner) { argument
486 dns_name_format(owner, ownerbuf, sizeof(ownerbuf));
/macosx-10.9.5/file_cmds-230/install/
H A Dxinstall.c115 char *flags, *group, *owner, *to_name; local
118 group = owner = NULL;
156 owner = optarg;
196 /* get group and owner id's */
205 if (owner != NULL) {
206 if ((pp = getpwnam(owner)) != NULL)
209 uid = (uid_t)numeric_id(owner, "user");
471 * Set owner, group, mode for target; do the chown first,
788 [-o owner] file1 file2\n\
790 [-o owner] file
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_convenience.py39 def _canOverride(meth, owner, sel):
40 if not meth in owner:
42 k = meth + '|' + owner[meth] + '|' + sel
104 owner = {}
127 elif nm not in type_dict or _canOverride(nm, owner, sel):
129 owner[nm] = sel
/macosx-10.9.5/swig-10/Lib/guile/
H A Dguile_gh_run.swg31 #define SWIG_NewPointerObj(ptr, type, owner) \
32 SWIG_Guile_NewPointerObj(&swig_module, (void*)ptr, type, owner)
133 swig_type_info *type, int owner)
/macosx-10.9.5/swig-10/Lib/lua/
H A Dluatypemaps.swg146 %{SWIG_NewPointerObj(L,$1,$descriptor,$owner); SWIG_arg++; %}
155 SWIG_NewPointerObj(L,(void*)$1,ty,$owner); SWIG_arg++;
178 %{SWIG_NewPointerObj(L,*$1,$*descriptor,$owner); SWIG_arg++; %}
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DACL.cpp76 ACL::ACL(Access &acc, const AclOwnerPrototype &owner, Allocator &alloc) argument
80 parse(owner.subject());
82 // for an owner "entry", the next-layer information is fixed (and fake)
84 mDelegate = owner.delegate();
263 // the owner acl (pseudo) "entry" is a special case
267 secdebug("SecAccess", "ACL %p owner unchanged", this);
269 case inserted: // means modify the initial owner
272 secdebug("SecAccess", "ACL %p owner modified", this);
H A DACL.h59 // create from CSSM layer owner prototype
60 ACL(Access &acc, const AclOwnerPrototype &owner,
106 static const CSSM_ACL_HANDLE ownerHandle = 0xff0e2743; // pseudo-handle for owner ACL
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSDatabase.cpp251 const AclEntryInput *owner = NULL; local
255 owner = &AclEntryInput::overlay(resourceControlContext()->InitialAclEntry);
257 mSSDbHandle = mClientSession.createDb(dlDbIdentifier, cred, owner, dbParameters);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DACL.cpp76 ACL::ACL(Access &acc, const AclOwnerPrototype &owner, Allocator &alloc) argument
80 parse(owner.subject());
82 // for an owner "entry", the next-layer information is fixed (and fake)
84 mDelegate = owner.delegate();
263 // the owner acl (pseudo) "entry" is a special case
267 secdebug("SecAccess", "ACL %p owner unchanged", this);
269 case inserted: // means modify the initial owner
272 secdebug("SecAccess", "ACL %p owner modified", this);
H A DACL.h59 // create from CSSM layer owner prototype
60 ACL(Access &acc, const AclOwnerPrototype &owner,
106 static const CSSM_ACL_HANDLE ownerHandle = 0xff0e2743; // pseudo-handle for owner ACL
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DACL.cpp76 ACL::ACL(Access &acc, const AclOwnerPrototype &owner, Allocator &alloc) argument
80 parse(owner.subject());
82 // for an owner "entry", the next-layer information is fixed (and fake)
84 mDelegate = owner.delegate();
263 // the owner acl (pseudo) "entry" is a special case
267 secdebug("SecAccess", "ACL %p owner unchanged", this);
269 case inserted: // means modify the initial owner
272 secdebug("SecAccess", "ACL %p owner modified", this);
H A DACL.h59 // create from CSSM layer owner prototype
60 ACL(Access &acc, const AclOwnerPrototype &owner,
106 static const CSSM_ACL_HANDLE ownerHandle = 0xff0e2743; // pseudo-handle for owner ACL
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityNodeObject.cpp1387 Node* owner = document->ownerElement(); local
1388 if (owner) {
1389 if (owner->hasTagName(frameTag) || owner->hasTagName(iframeTag)) {
1390 const AtomicString& title = static_cast<HTMLFrameElementBase*>(owner)->getAttribute(titleAttr);
1393 return static_cast<HTMLFrameElementBase*>(owner)->getNameAttribute();
1395 if (owner->isHTMLElement())
1396 return toHTMLElement(owner)->getNameAttribute();
1403 owner = document->body();
1404 if (owner
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/tests/
H A Dmaster_test.c47 add_callback(void *arg, dns_name_t *owner, dns_rdataset_t *dataset);
50 add_callback(void *arg, dns_name_t *owner, dns_rdataset_t *dataset) { argument
58 result = dns_rdataset_totext(dataset, owner, ISC_FALSE, ISC_FALSE,
151 /* No owner test */
177 "DNS_R_NOOWNER when no owner name "
/macosx-10.9.5/securityd-55199.3/src/
H A Dkcdatabase.cpp48 #include <security_cdsa_utilities/acl_any.h> // for default owner ACLs
141 const AccessCredentials *cred, const AclEntryPrototype *owner)
168 if (owner)
169 acl().cssmSetInitial(*owner);
359 uint32 moreAttributes, const AclEntryPrototype *owner)
363 return new KeychainKey(db, newKey, moreAttributes, owner);
365 return process().makeTemporaryKey(newKey, moreAttributes, owner);
369 uint32 moreAttributes, const AclEntryPrototype *owner)
371 return makeKey(*this, newKey, moreAttributes, owner);
486 const AccessCredentials *cred, const AclEntryPrototype *owner,
140 KeychainDatabase(const DLDbIdentifier &id, const DBParameters &params, Process &proc, const AccessCredentials *cred, const AclEntryPrototype *owner) argument
358 makeKey(Database &db, const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner) argument
368 makeKey(const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner) argument
485 extractMasterKey(Database &db, const AccessCredentials *cred, const AclEntryPrototype *owner, uint32 usage, uint32 attrs) argument
987 const AclEntryPrototype *owner = NULL; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dnfrs.h34 void parseRules(UnicodeString& rules, const RuleBasedNumberFormat* owner, UErrorCode& status);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dssh-gss.h79 struct passwd *owner; member in struct:__anon3347
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dkeyclient.h55 // Acl owner manipulation
56 void getOwner(AutoAclOwnerPrototype &owner) const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dkeyclient.h55 // Acl owner manipulation
56 void getOwner(AutoAclOwnerPrototype &owner) const;
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DHTMLContentElement.cpp109 root->owner()->willAffectSelector();
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFocusController.h52 Element* owner() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerWebKitThread.cpp51 PassRefPtr<LayerWebKitThread> LayerWebKitThread::create(LayerType type, GraphicsLayerBlackBerry* owner) argument
53 return adoptRef(new LayerWebKitThread(type, owner));
56 LayerWebKitThread::LayerWebKitThread(LayerType type, GraphicsLayerBlackBerry* owner) argument
58 , m_owner(owner)
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSelectionOverlay.cpp97 Selection::iterator it = m_selection.find(layer->platformLayer()->superlayer()->owner());
/macosx-10.9.5/apache-786.1/httpd/modules/dav/main/
H A Dutil_lock.c124 if (lock->owner) {
126 ** This contains a complete, self-contained <DAV:owner> element,
130 dav_buffer_append(p, pbuf, lock->owner);
216 if (strcmp(child->name, "owner") == 0 && lock->owner == NULL) {
219 /* quote all the values in the <DAV:owner> element */
223 ** Store a full <DAV:owner> element with namespace definitions
228 lock->owner = text;

Completed in 308 milliseconds

<<11121314151617181920>>