Searched refs:property (Results 1 - 25 of 465) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/Keychain Circle Notification/
H A DKNPersistantState.h17 @property SOSCCStatus lastCircleStatus;
18 @property NSNumber *debugLeftReason;
19 @property NSNumber *pendingApplicationReminderInterval;
20 @property NSDate *pendingApplicationReminder;
21 @property NSDate *applcationDate;
22 @property NSDate *lastWritten;
H A DKNAppDelegate.h17 @property (assign) IBOutlet NSWindow *window;
18 @property (retain) KDSecCircle *circle;
19 @property (retain) NSMutableSet *viewedIds;
20 @property (retain) KNPersistantState *state;
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dcase.py2 # surprising behavior: the first way a property is used will
21 # this shows that the Metakit property is the same for both
23 print metakit.property('S','HeLLo').id
24 print metakit.property('S','hello').id
28 print id(metakit.property('S','HeLLo'))
29 print id(metakit.property('S','hello'))
32 print metakit.property('S','HeLLo') == metakit.property('S','hello')
/macosx-10.9.5/xnu-2422.115.4/iokit/bsddev/
H A DIOKitBSDInit.h36 IOServicePublishResource( const char * property, boolean_t value );
39 IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
42 IOCatalogueMatchingDriversPresent( const char * property );
/macosx-10.9.5/Security-55471.14.18/Keychain/
H A DKDAppDelegate.h15 @property (assign) IBOutlet NSWindow *window;
16 @property (assign) IBOutlet NSTableView *itemTable;
17 @property (assign) IBOutlet NSTextFieldCell *itemTableTitle;
18 @property (retain) id<NSTableViewDataSource> itemDataSource;
20 @property (assign) IBOutlet NSButton *enableKeychainSyncing;
21 @property (assign) IBOutlet NSTextFieldCell *circleStatusCell;
22 @property (assign) IBOutlet NSTextFieldCell *peerCountCell;
23 @property (assign) IBOutlet NSTextView *peerTextList;
24 @property (assign) IBOutlet NSTextFieldCell *applicantCountCell;
25 @property (assig
[all...]
H A DKDSecCircle.h14 @property (readonly) BOOL isInCircle;
15 @property (readonly) BOOL isOutOfCircle;
17 @property (readonly) SOSCCStatus rawStatus;
19 @property (readonly) NSString *status;
20 @property (readonly) NSError *error;
23 @property (readonly) NSArray *peers;
24 @property (readonly) NSArray *applicants;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKBrowsingContextControllerPrivate.h39 @property(readonly) WKPageRef _pageRef;
41 @property WKBrowsingContextPaginationMode paginationMode;
44 @property BOOL paginationBehavesLikeColumns;
46 @property CGFloat pageLength;
47 @property CGFloat gapBetweenPages;
49 @property(readonly) NSUInteger pageCount;
/macosx-10.9.5/security_systemkeychain-55191.2/Gatekeeper/
H A DAuthority.h9 @property (strong) NSNumber *identity;
11 @property (strong) NSString *label;
12 @property (strong) NSNumber *disabled;
13 @property (strong) NSString *remarks;
14 @property (strong) NSString *codeRequirement;
15 @property (strong) NSData *bookmark;
17 @property (readonly) NSImage *icon;
18 @property (readonly) NSString *description;
H A DGKAppDelegate.h10 @property (assign) IBOutlet NSWindow *window;
11 @property (retain) NSMutableArray *authority;
12 @property (assign) IBOutlet NSTableView *tableView;
13 @property (assign) IBOutlet NSArrayController *arrayController;
14 @property (assign) AuthorizationRef authRef;
15 @property (retain) NSData *authData;
16 @property (retain) NSArray *sortDescriptors;
/macosx-10.9.5/Heimdal-323.92.1/tests/GSSTestApp/GSSTestAppOSX/
H A DAppDelegate.h14 @property (assign) IBOutlet NSWindow *window;
15 @property (assign) IBOutlet NSTabView *tabView;
17 @property (assign) IBOutlet NSButton *runTestsButton;
18 @property (assign) IBOutlet NSTextField *statusLabel;
19 @property (assign) IBOutlet NSTextView *progressTextView;
20 @property (assign) IBOutlet NSArrayController *certificateArrayController;
22 @property (assign) IBOutlet NSTextField *username;
23 @property (assign) IBOutlet NSSecureTextField *password;
24 @property (assign) IBOutlet NSMatrix *credentialRadioButton;
25 @property (assig
[all...]
H A DCredentialTesterView.h14 @property (retain) NSString *name;
15 @property (retain) NSDate *expire;
17 @property (assign) IBOutlet NSTextField *serverName;
18 @property (assign) IBOutlet NSTextField *iscStatus;
20 @property (assign) NSTabViewItem *tabViewItem;
/macosx-10.9.5/Heimdal-323.92.1/Sample/GSSSampleOSX/
H A DAppDelegate.h12 @property (assign) IBOutlet NSWindow *window;
13 @property (assign) IBOutlet NSTableView *tableview;
14 @property (retain) IBOutlet NSMutableArray *credentials;
15 @property (assign) IBOutlet NSArrayController *arrayController;
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMTestSerializedScriptValueInterface.h34 @property(retain) NSString *value;
35 @property(readonly, retain) NSString *readonlyValue;
36 @property(retain) NSString *cachedValue;
37 @property(readonly, retain) NSString *cachedReadonlyValue;
H A DDOMTestObj.h67 @property(readonly) int readOnlyLongAttr;
68 @property(readonly, copy) NSString *readOnlyStringAttr;
69 @property(readonly, retain) DOMTestObj *readOnlyTestObjAttr;
70 @property(retain) DOMTestSubObjConstructor *TestSubObjEnabledBySetting;
71 @property char byteAttr;
72 @property unsigned char octetAttr;
73 @property short shortAttr;
74 @property unsigned short unsignedShortAttr;
75 @property int longAttr;
76 @property lon
[all...]
H A DDOMTestTypedefs.h35 @property unsigned long long unsignedLongLongAttr;
36 @property(retain) NSString *immutableSerializedScriptValue;
37 @property int attrWithGetterException;
38 @property int attrWithSetterException;
39 @property(copy) NSString *stringAttrWithGetterException;
40 @property(copy) NSString *stringAttrWithSetterException;
/macosx-10.9.5/objc4-551.1/test/
H A DARRBase.h12 @property long number;
13 @property(retain) id object;
14 @property void *pointer;
15 @property(weak) __weak id delegate;
H A DMRRBase.h12 @property double number;
13 @property(retain) id object;
14 @property void *pointer;
15 @property(weak) __weak id delegate;
H A DARRMRR.h12 @property(retain) id dataSource;
H A DMRRARR.h12 @property(retain) id dataSource;
/macosx-10.9.5/Heimdal-323.92.1/tests/GSSTestApp/GSSTestAppIOS/
H A DManualTests.h13 @property (weak) IBOutlet UITextField *username;
14 @property (weak) IBOutlet UISwitch *doPassword;
15 @property (weak) IBOutlet UITextField *password;
16 @property (weak) IBOutlet UISwitch *doCertificate;
17 @property (weak) IBOutlet UILabel *certificateLabel;
18 @property (weak) IBOutlet UILabel *statusLabel;
19 @property (weak) IBOutlet UITextField *kdchostname;
/macosx-10.9.5/hfs-226.1.1/mount_hfs/
H A Doptical.c39 CFTypeRef property; local
45 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIOMediaWholeKey), kCFAllocatorDefault, 0);
46 if (property) {
47 CFRelease(property);
48 if (property == kCFBooleanTrue)
74 CFTypeRef property; local
76 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIOMediaWritableKey), kCFAllocatorDefault, 0);
77 if (property) {
78 CFRelease(property);
79 if (property
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Statements/
H A Dforin-002.js6 * Verify that the property name is assigned to the property on the left
46 for ( property in object ) {
49 "with loop in a for...in loop. ("+object+")["+property +"] == "+
50 "eval ( " + property +" )",
52 object[property] == eval(property) );
62 for ( property in object ) {
66 "with loop in a for...in loop. ("+object+")["+property +"] == "+
67 "eval ( " + property
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h34 @property(readonly, copy) NSString *name;
35 @property(readonly) BOOL specified;
36 @property(copy) NSString *value;
37 @property(readonly, retain) DOMElement *ownerElement;
38 @property(readonly, retain) DOMCSSStyleDeclaration *style AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
45 @property(copy) NSString *data;
46 @property(readonly) unsigned length;
74 @property(readonly, retain) DOMDocument *document;
78 @property(readonly, retain) DOMDocumentType *doctype;
79 @property(readonl
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedEnumerationPropertyTearOff.h33 virtual void setBaseVal(const unsigned& property, ExceptionCode& ec) argument
36 if (!property || property > SVGPropertyTraits<EnumType>::highestEnumValue()) {
40 SVGAnimatedStaticPropertyTearOff<unsigned>::setBaseVal(property, ec);
43 static PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<EnumType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, EnumType& property) argument
46 return adoptRef(new SVGAnimatedEnumerationPropertyTearOff<EnumType>(contextElement, attributeName, animatedPropertyType, reinterpret_cast<unsigned&>(property)));
57 SVGAnimatedEnumerationPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, unsigned& property) argument
58 : SVGAnimatedStaticPropertyTearOff<unsigned>(contextElement, attributeName, animatedPropertyType, property)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKDOMTextIterator.h40 @property (readonly) BOOL atEnd;
41 @property (readonly) WKDOMRange *currentRange;
42 @property (readonly) NSUInteger currentTextLength;
43 @property (readonly) const unichar *currentTextPointer;

Completed in 391 milliseconds

1234567891011>>