Home
last modified time | relevance | path

Searched refs:fileGroupOwnerAccountName (Results 1 – 15 of 15) sorted by relevance

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/cocoa-0.18.4/src/
H A Dfoundation.rs324 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName() method
470 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName() method
471 msg_send![self, fileGroupOwnerAccountName] in fileGroupOwnerAccountName()
/dports/games/dose-response/dose-response-179c326/cargo-crates/cocoa-0.18.4/src/
H A Dfoundation.rs324 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName() method
470 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName() method
471 msg_send![self, fileGroupOwnerAccountName] in fileGroupOwnerAccountName()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/foundation/
H A DNSFileManager.inc229 function fileGroupOwnerAccountName: NSString; message 'fileGroupOwnerAccountName';
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cocoa-foundation/src/
H A Dfoundation.rs376 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName() method
522 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName() method
523 msg_send![self, fileGroupOwnerAccountName] in fileGroupOwnerAccountName()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cocoa-0.20.1/src/
H A Dfoundation.rs376 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName() method
522 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName() method
523 msg_send![self, fileGroupOwnerAccountName] in fileGroupOwnerAccountName()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cocoa-foundation-0.1.0/src/
H A Dfoundation.rs376 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName() method
522 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName() method
523 msg_send![self, fileGroupOwnerAccountName] in fileGroupOwnerAccountName()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cocoa-foundation/src/
H A Dfoundation.rs376 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName() method
522 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName() method
523 msg_send![self, fileGroupOwnerAccountName] in fileGroupOwnerAccountName()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cocoa/src/
H A Dfoundation.rs345 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName() method
491 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName() method
492 msg_send![self, fileGroupOwnerAccountName] in fileGroupOwnerAccountName()
/dports/graphics/rx/rx-0.4.0/cargo-crates/cocoa-0.19.1/src/
H A Dfoundation.rs345 unsafe fn fileGroupOwnerAccountName(self) -> id; in fileGroupOwnerAccountName() method
491 unsafe fn fileGroupOwnerAccountName(self) -> id { in fileGroupOwnerAccountName() method
492 msg_send![self, fileGroupOwnerAccountName] in fileGroupOwnerAccountName()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSFileManager.h705 - (NSString*) fileGroupOwnerAccountName;
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSFileManager.m512 else if ((str = [attributes fileGroupOwnerAccountName]) != nil
513 && NO == [str isEqual: [old fileGroupOwnerAccountName]])
2028 * <item>[NSDictionary(NSFileAttributes)-fileGroupOwnerAccountName]</item>
2108 * <item>[NSDictionary(NSFileAttributes)-fileGroupOwnerAccountName]</item>
2944 - (NSString*) fileGroupOwnerAccountName
3626 - (NSString*) fileGroupOwnerAccountName
3975 return [self fileGroupOwnerAccountName];
/dports/deskutils/gworkspace/gworkspace-0.9.4/FSNode/
H A DFSNode.m694 ASSIGN (group, [attributes fileGroupOwnerAccountName]);
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/FSNode/
H A DFSNode.m694 ASSIGN (group, [attributes fileGroupOwnerAccountName]);
/dports/lang/gnustep-base/libs-base-base-1_27_0/Documentation/
H A DBase.ispell741 fileGroupOwnerAccountName
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A DChangeLog.2875 -fileGroupOwnerAccountName]): Remove Solaris warning - no longer
13954 * Source/NSFileManager.m: Fix lookup of fileGroupOwnerAccountName
15044 * src/NSDictionary.m (-fileGroupOwnerAccountName): New method.