Home
last modified time | relevance | path

Searched refs:NSURL (Results 1 – 25 of 2470) sorted by relevance

12345678910>>...99

/dports/devel/sope/SOPE/sope-mime/NGImap4/
H A DNGImap4Connection.h61 NSURL *uidFolderURL;
78 forURL:(NSURL *)_url;
100 - (NSArray *)subfoldersForURL:(NSURL *)_url;
101 - (NSArray *)subfoldersForURL:(NSURL *)_url
103 - (NSArray *)allFoldersForURL:(NSURL *)_url;
106 - (NSArray *)allFoldersForURL:(NSURL *)_url
112 - (NSArray *)fetchUIDsInURL:(NSURL *)_url
139 - (NSException *)expungeAtURL:(NSURL *)_url;
143 - (NSException *)copyMailURL:(NSURL *)_srcurl toFolderURL:(NSURL *)_desturl;
148 - (id)infoForMailboxAtURL:(NSURL *)_url;
[all …]
/dports/devel/sope2/SOPE/sope-mime/NGImap4/
H A DNGImap4Connection.h61 NSURL *uidFolderURL;
78 forURL:(NSURL *)_url;
100 - (NSArray *)subfoldersForURL:(NSURL *)_url;
101 - (NSArray *)subfoldersForURL:(NSURL *)_url
103 - (NSArray *)allFoldersForURL:(NSURL *)_url;
106 - (NSArray *)allFoldersForURL:(NSURL *)_url
112 - (NSArray *)fetchUIDsInURL:(NSURL *)_url
139 - (NSException *)expungeAtURL:(NSURL *)_url;
143 - (NSException *)copyMailURL:(NSURL *)_srcurl toFolderURL:(NSURL *)_desturl;
148 - (id)infoForMailboxAtURL:(NSURL *)_url;
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/MWPhotoBrowser/Libraries/SDWebImage/SDWebImage/
H A DUIButton+WebCache.h20 - (NSURL *)sd_currentImageURL;
27 - (NSURL *)sd_imageURLForState:(UIControlState)state;
37 - (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state;
49 - (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)…
61 - (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)…
76 - (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageComplet…
119 - (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state;
131 - (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(…
158 - (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebIm…
207 - (NSURL *)currentImageURL __deprecated_msg("Use `sd_currentImageURL`");
[all …]
H A DUIImageView+WebCache.h53 - (NSURL *)sd_imageURL;
62 - (void)sd_setImageWithURL:(NSURL *)url;
73 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder;
84 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImage…
98 - (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock;
113 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebIma…
129 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImage…
184 - (NSURL *)imageURL __deprecated_msg("Use `sd_imageURL`");
186 - (void)setImageWithURL:(NSURL *)url __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:`…
187 - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder __deprecated_msg("Meth…
[all …]
H A DMKAnnotationView+WebCache.h23 - (NSURL *)sd_imageURL;
32 - (void)sd_setImageWithURL:(NSURL *)url;
43 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder;
55 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImage…
69 - (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock;
84 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebIma…
100 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImage…
112 - (NSURL *)imageURL __deprecated_msg("Use `sd_imageURL`");
114 - (void)setImageWithURL:(NSURL *)url __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:`…
115 - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder __deprecated_msg("Meth…
[all …]
H A DUIButton+WebCache.m17 - (NSURL *)sd_currentImageURL {
18 NSURL *url = self.imageURLStorage[@(self.state)];
27 - (NSURL *)sd_imageURLForState:(UIControlState)state {
31 - (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state { argument
35 - (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)… argument
88 - (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state { argument
171 - (NSURL *)currentImageURL {
175 - (NSURL *)imageURLForState:(UIControlState)state {
179 - (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state { argument
183 - (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)pla… argument
[all …]
H A DSDWebImageManager.h80 …ImageCompletionBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL);
84 typedef NSString *(^SDWebImageCacheKeyFilterBlock)(NSURL *url);
101 - (BOOL)imageManager:(SDWebImageManager *)imageManager shouldDownloadImageForURL:(NSURL *)imageURL;
193 - (id <SDWebImageOperation>)downloadImageWithURL:(NSURL *)url
206 - (void)saveImageToCache:(UIImage *)image forURL:(NSURL *)url;
225 - (BOOL)cachedImageExistsForURL:(NSURL *)url;
234 - (BOOL)diskImageExistsForURL:(NSURL *)url;
244 - (void)cachedImageExistsForURL:(NSURL *)url
255 - (void)diskImageExistsForURL:(NSURL *)url
262 - (NSString *)cacheKeyForURL:(NSURL *)url;
[all …]
H A DUIImageView+HighlightedWebCache.h25 - (void)sd_setHighlightedImageWithURL:(NSURL *)url;
35 - (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options;
49 - (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBl…
64 - (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SD…
80 - (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDW…
92 - (void)setHighlightedImageWithURL:(NSURL *)url __deprecated_msg("Method deprecated. Use `sd_setHig…
93 - (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options __deprecated_msg…
94 - (void)setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock …
95 - (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWeb…
96 - (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebI…
H A DMKAnnotationView+WebCache.m17 - (NSURL *)sd_imageURL {
21 - (void)sd_setImageWithURL:(NSURL *)url { argument
25 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder { argument
29 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImage… argument
33 - (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock { argument
37 - (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebIma… argument
82 - (NSURL *)imageURL {
86 - (void)setImageWithURL:(NSURL *)url { argument
90 - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder { argument
94 - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOpt… argument
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSFileCoordinator.h30 #import <Foundation/NSURL.h>
57 NSURL *_url;
65 - (NSURL *) URL;
68 DEFINE_BLOCK_TYPE(GSNoEscapeReadWriteHandler, void, NSURL*, NSURL*);
71 DEFINE_BLOCK_TYPE(GSDualWriteURLCallbackHandler, void, NSURL*, NSURL*);
100 - (void)coordinateReadingItemAtURL: (NSURL *)url
105 - (void)coordinateWritingItemAtURL: (NSURL *)url
109 - (void)coordinateWritingItemAtURL: (NSURL *)url1
111 writingItemAtURL: (NSURL *)url2
116 - (void)itemAtURL: (NSURL *)oldURL didMoveToURL: (NSURL *)newURL;
[all …]
H A DNSFileVersion.h48 NSURL *_fileURL;
49 NSURL *_contentsURL;
63 + (NSFileVersion *)currentVersionOfItemAtURL: (NSURL *)url;
64 + (NSArray *)otherVersionsOfItemAtURL: (NSURL *)url;
65 + (NSFileVersion *)versionOfItemAtURL: (NSURL *)url
67 + (NSURL *)temporaryDirectoryURLForNewVersionOfItemAtURL: (NSURL *)url;
68 + (NSFileVersion *)addVersionOfItemAtURL: (NSURL *)url
69 withContentsOfURL: (NSURL *)contentsURL
73 + (BOOL)removeOtherVersionsOfItemAtURL: (NSURL *)url
87 - (NSURL *) URL;
[all …]
H A DNSFilePresenter.h43 - (NSURL *) presentedItemURL;
47 - (NSURL *) primaryPresentedItemURL;
51 - (void) accommodatePresentedSubitemDeletionAtURL:(NSURL *)url completionHandler: (GSFilePresenterS…
56 - (void) presentedItemDidMoveToURL: (NSURL *)newURL;
58 - (void) presentedSubitemAtURL: (NSURL *)oldURL didMoveToURL: (NSURL *)newURL;
59 - (void) presentedSubitemAtURL: (NSURL *)url didGainVersion: (NSFileVersion *)version;
60 - (void) presentedSubitemAtURL: (NSURL *)url didLoseVersion: (NSFileVersion *)version;
61 - (void) presentedSubitemAtURL: (NSURL *)url didResolveConflictVersion: (NSFileVersion *)version;
62 - (void) presentedSubitemDidAppearAtURL: (NSURL *)url;
63 - (void) presentedSubitemDidChangeAtURL: (NSURL *)url;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Private/SDWebImage/
H A DUIButton+WebCache.h32 - (nullable NSURL *)sd_imageURLForState:(UIControlState)state;
42 - (void)sd_setImageWithURL:(nullable NSURL *)url
55 - (void)sd_setImageWithURL:(nullable NSURL *)url
69 - (void)sd_setImageWithURL:(nullable NSURL *)url
85 - (void)sd_setImageWithURL:(nullable NSURL *)url
104 - (void)sd_setImageWithURL:(nullable NSURL *)url
122 - (void)sd_setImageWithURL:(nullable NSURL *)url
142 - (void)sd_setImageWithURL:(nullable NSURL *)url
165 - (void)sd_setImageWithURL:(nullable NSURL *)url
190 - (void)sd_setImageWithURL:(nullable NSURL *)url
[all …]
H A DNSButton+WebCache.h45 - (void)sd_setImageWithURL:(nullable NSURL *)url
57 - (void)sd_setImageWithURL:(nullable NSURL *)url
71 - (void)sd_setImageWithURL:(nullable NSURL *)url
88 - (void)sd_setImageWithURL:(nullable NSURL *)url
104 - (void)sd_setImageWithURL:(nullable NSURL *)url
122 - (void)sd_setImageWithURL:(nullable NSURL *)url
143 - (void)sd_setImageWithURL:(nullable NSURL *)url
166 - (void)sd_setImageWithURL:(nullable NSURL *)url
198 - (void)sd_setAlternateImageWithURL:(nullable NSURL *)url
210 - (void)sd_setAlternateImageWithURL:(nullable NSURL *)url
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Public/SDWebImage/
H A DUIButton+WebCache.h32 - (nullable NSURL *)sd_imageURLForState:(UIControlState)state;
42 - (void)sd_setImageWithURL:(nullable NSURL *)url
55 - (void)sd_setImageWithURL:(nullable NSURL *)url
69 - (void)sd_setImageWithURL:(nullable NSURL *)url
85 - (void)sd_setImageWithURL:(nullable NSURL *)url
104 - (void)sd_setImageWithURL:(nullable NSURL *)url
122 - (void)sd_setImageWithURL:(nullable NSURL *)url
142 - (void)sd_setImageWithURL:(nullable NSURL *)url
165 - (void)sd_setImageWithURL:(nullable NSURL *)url
190 - (void)sd_setImageWithURL:(nullable NSURL *)url
[all …]
H A DNSButton+WebCache.h45 - (void)sd_setImageWithURL:(nullable NSURL *)url
57 - (void)sd_setImageWithURL:(nullable NSURL *)url
71 - (void)sd_setImageWithURL:(nullable NSURL *)url
88 - (void)sd_setImageWithURL:(nullable NSURL *)url
104 - (void)sd_setImageWithURL:(nullable NSURL *)url
122 - (void)sd_setImageWithURL:(nullable NSURL *)url
143 - (void)sd_setImageWithURL:(nullable NSURL *)url
166 - (void)sd_setImageWithURL:(nullable NSURL *)url
198 - (void)sd_setAlternateImageWithURL:(nullable NSURL *)url
210 - (void)sd_setAlternateImageWithURL:(nullable NSURL *)url
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/SDWebImage/SDWebImage/Core/
H A DUIButton+WebCache.h32 - (nullable NSURL *)sd_imageURLForState:(UIControlState)state;
42 - (void)sd_setImageWithURL:(nullable NSURL *)url
55 - (void)sd_setImageWithURL:(nullable NSURL *)url
69 - (void)sd_setImageWithURL:(nullable NSURL *)url
85 - (void)sd_setImageWithURL:(nullable NSURL *)url
104 - (void)sd_setImageWithURL:(nullable NSURL *)url
122 - (void)sd_setImageWithURL:(nullable NSURL *)url
142 - (void)sd_setImageWithURL:(nullable NSURL *)url
165 - (void)sd_setImageWithURL:(nullable NSURL *)url
190 - (void)sd_setImageWithURL:(nullable NSURL *)url
[all …]
H A DNSButton+WebCache.h45 - (void)sd_setImageWithURL:(nullable NSURL *)url
57 - (void)sd_setImageWithURL:(nullable NSURL *)url
71 - (void)sd_setImageWithURL:(nullable NSURL *)url
88 - (void)sd_setImageWithURL:(nullable NSURL *)url
104 - (void)sd_setImageWithURL:(nullable NSURL *)url
122 - (void)sd_setImageWithURL:(nullable NSURL *)url
143 - (void)sd_setImageWithURL:(nullable NSURL *)url
166 - (void)sd_setImageWithURL:(nullable NSURL *)url
198 - (void)sd_setAlternateImageWithURL:(nullable NSURL *)url
210 - (void)sd_setAlternateImageWithURL:(nullable NSURL *)url
[all …]
H A DNSButton+WebCache.m24 - (void)sd_setImageWithURL:(nullable NSURL *)url { argument
28 - (void)sd_setImageWithURL:(nullable NSURL *)url placeholderImage:(nullable UIImage *)placeholder { argument
40 - (void)sd_setImageWithURL:(nullable NSURL *)url completed:(nullable SDExternalCompletionBlock)comp… argument
56 - (void)sd_setImageWithURL:(nullable NSURL *)url
78 - (void)sd_setAlternateImageWithURL:(nullable NSURL *)url { argument
82 - (void)sd_setAlternateImageWithURL:(nullable NSURL *)url placeholderImage:(nullable UIImage *)plac… argument
110 - (void)sd_setAlternateImageWithURL:(nullable NSURL *)url
154 - (NSURL *)sd_currentImageURL { argument
158 - (void)setSd_currentImageURL:(NSURL *)sd_currentImageURL { argument
162 - (NSURL *)sd_currentAlternateImageURL {
[all …]
/dports/www/sogo/SOGo-5.4.0/SOPE/GDLContentStore/
H A DGCSFolderManager.h40 NSURL *folderInfoLocation;
41 NSURL *storeLocation;
42 NSURL *aclLocation;
43 NSURL *cacheFolderLocation;
48 - (id)initWithFolderInfoLocation: (NSURL *)_infoUrl
49 andStoreLocation: (NSURL *)_storeUrl
50 andAclLocation: (NSURL *)_aclUrl
55 - (NSURL *)folderInfoLocation;
57 - (NSURL *)storeLocation;
59 - (NSURL *)aclLocation;
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/SOPE/GDLContentStore/
H A DGCSFolderManager.h40 NSURL *folderInfoLocation;
41 NSURL *storeLocation;
42 NSURL *aclLocation;
43 NSURL *cacheFolderLocation;
48 - (id)initWithFolderInfoLocation: (NSURL *)_infoUrl
49 andStoreLocation: (NSURL *)_storeUrl
50 andAclLocation: (NSURL *)_aclUrl
55 - (NSURL *)folderInfoLocation;
57 - (NSURL *)storeLocation;
59 - (NSURL *)aclLocation;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/foundation/
H A DNSFileVersion.inc30 _fileURL: NSURL;
34 _contentsURL: NSURL;
44 …class function currentVersionOfItemAtURL (url: NSURL): NSFileVersion; message 'currentVersionOfIte…
45 …class function otherVersionsOfItemAtURL (url: NSURL): NSArray; message 'otherVersionsOfItemAtURL:';
46 …class function unresolvedConflictVersionsOfItemAtURL (url: NSURL): NSArray; message 'unresolvedCon…
48 …class function versionOfItemAtURL_forPersistentIdentifier (url: NSURL; persistentIdentifier: id): …
49 …ion addVersionOfItemAtURL_withContentsOfURL_options_error (url: NSURL; contentsURL: NSURL; options…
50 …class function temporaryDirectoryURLForNewVersionOfItemAtURL (url: NSURL): NSURL; message 'tempora…
51 function URL: NSURL; message 'URL';
63 …n replaceItemAtURL_options_error (url_: NSURL; options: NSFileVersionReplacingOptions; error: NSEr…
[all …]
H A DNSFileCoordinator.inc38 _url: NSURL;
42 …class function readingIntentWithURL_options (url: NSURL; options: NSFileCoordinatorReadingOptions)…
43 …class function writingIntentWithURL_options (url: NSURL; options: NSFileCoordinatorWritingOptions)…
44 function URL: NSURL; message 'URL';
53 _recentFilePresenterURL: NSURL;
65 …procedure coordinateReadingItemAtURL_options_error_byAccessor (url: NSURL; options: NSFileCoordina…
66 …procedure coordinateWritingItemAtURL_options_error_byAccessor (url: NSURL; options: NSFileCoordina…
67 …L_options_error_byAccessor (readingURL: NSURL; readingOptions: NSFileCoordinatorReadingOptions; wr…
68 …tingItemAtURL_options_error_byAccessor (url1: NSURL; options1: NSFileCoordinatorWritingOptions; ur…
70 …procedure itemAtURL_willMoveToURL (oldURL: NSURL; newURL: NSURL); message 'itemAtURL:willMoveToURL…
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/platform/macosx/
H A Dconfig.m3 static NSURL * macOS_last_modified_url(NSURL *url1, NSURL* url2)
7 NSURL *presetsUrl1 = [url1 URLByAppendingPathComponent:presetFile isDirectory:NO];
8 NSURL *presetsUrl2 = [url2 URLByAppendingPathComponent:presetFile isDirectory:NO];
19 static NSURL * macOS_get_application_support_url()
22 …NSArray<NSURL *> *applicationSupportUrls = [fileManager URLsForDirectory:NSApplicationSupportDirec…
25 NSURL *appSupportURL = applicationSupportUrls.firstObject;
27 NSArray<NSURL *> *libraryUrls = [fileManager URLsForDirectory:NSLibraryDirectory
30NSURL *sandboxAppSupportURL = [libraryUrls.firstObject URLByAppendingPathComponent:sandboxPath isD…
39 NSURL *url = macOS_get_application_support_url();
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSURL/
H A Dbasic.m12 NSURL *url;
13 NSURL *rel;
23 TEST_FOR_CLASS(@"NSURL", [NSURL alloc],
24 "NSURL +alloc returns an NSURL");
26 TEST_FOR_CLASS(@"NSURL", [NSURL fileURLWithPath: @"."],
27 "NSURL +fileURLWithPath: returns an NSURL");
29 TEST_FOR_CLASS(@"NSURL", [NSURL URLWithString: @"http://www.w3.org/"],
30 "NSURL +URLWithString: returns an NSURL");
33 url = [NSURL URLWithString: str];
37 url = [NSURL fileURLWithPath: str];
[all …]

12345678910>>...99