Searched refs:lastName (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-InstantMessage/Examples/ABPresence/
H A DABPersonDisplayNameAdditions.py9 lastName = self.valueForProperty_(kABLastNameProperty) variable in class:ABPerson
21 hasLastName = lastName is not None
25 return NSString.stringWithString_(u"%s %s"%(lastName, firstName))
27 return NSString.stringWithString_(u"%s %s"%(firstName, lastName))
30 return lastName
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstantMessage/Examples/ABPresence/
H A DABPersonDisplayNameAdditions.py9 lastName = self.valueForProperty_(kABLastNameProperty) variable in class:ABPerson
21 hasLastName = lastName is not None
25 return NSString.stringWithString_(u"%s %s"%(lastName, firstName))
27 return NSString.stringWithString_(u"%s %s"%(firstName, lastName))
30 return lastName
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-InstantMessage-2.5.1/Examples/ABPresence/
H A DABPersonDisplayNameAdditions.py9 lastName = self.valueForProperty_(kABLastNameProperty)
21 hasLastName = lastName is not None
25 return NSString.stringWithString_("%s %s"%(lastName, firstName))
27 return NSString.stringWithString_("%s %s"%(firstName, lastName))
30 return lastName
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A DGetBuddyInfo.py48 lastName = dict[IMPersonLastNameKey]
49 if lastName is not None:
50 description += lastName
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A DGetBuddyInfo.py48 lastName = dict[IMPersonLastNameKey]
49 if lastName is not None:
50 description += lastName
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/Examples/Get Buddy Info/
H A DGetBuddyInfo.py48 lastName = dict[IMPersonLastNameKey]
49 if lastName is not None:
50 description += lastName
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h76 - (NSString *) lastName;
H A DMVBuddyListController.h42 IBOutlet NSTextField *lastName; variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h76 - (NSString *) lastName;
H A DMVBuddyListController.h42 IBOutlet NSTextField *lastName; variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h76 - (NSString *) lastName;
H A DMVBuddyListController.h42 IBOutlet NSTextField *lastName; variable
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp781 const char *lastName; local
791 lastName = names + data->getLength();
794 lastName = names + string->getLength() + 1;
804 nlen = strnlen(names, lastName - names);
815 } while( (names < lastName) && (false == matched));
1245 char *lastName; local
1266 lastName = names + (data->getLength() - 4);
1268 for( i = 0; (i <= deviceNumber) && (names < lastName); i++ ) {
1271 nlen = 1 + strnlen(names, lastName - names);
/macosx-10.10.1/ICU-531.30/icuSources/tools/gencnval/
H A Dgencnval.c845 const char *lastName; local
852 lastName = GET_ALIAS_STR(knownAliases[0]);
856 if (ucnv_compareNames(lastName, GET_ALIAS_STR(knownAliases[idx])) == 0) {
866 lastName,
879 lastName,
896 lastName = GET_ALIAS_STR(knownAliases[idx]);
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCDocument.mm598 last:(NSString **)lastName
646 *lastName = [NSString stringWithUTF8String:last];

Completed in 192 milliseconds