Home
last modified time | relevance | path

Searched refs:URLString (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/permissions/
H A Durlidentitypermission.cs38 private URLString[] m_urls;
46 private URLString m_url;
60 m_urls = new URLString[1]; in OnDeserialized()
124 m_urls = new URLString[1]; in UrlIdentityPermission()
156 m_urls = new URLString[1];
265 List<URLString> alUrls = new List<URLString>(); in Intersect()
266 foreach(URLString usThis in this.m_urls) in Intersect()
270 URLString usInt = (URLString)usThis.Intersect(usThat); in Intersect()
307 List<URLString> alUrls = new List<URLString>(); in Union()
313 foreach(URLString us in alUrls) in Union()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/src/Text/RSS/
H A DSyntax.hs18 , URLString
58 type URLString = Text function
65 , rssLink :: URLString
76 , rssDocs :: Maybe URLString
103 { rssSourceURL :: URLString
158 -> URLString -- ^channel link
165 -> URLString -- ^rssLink
212 URLString -- ^source URL
247 URLString -- ^imageURL
249 -> URLString -- ^imageLink
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Logs/
H A DWeb.hs11 URLString,
39 getUrls :: Key -> Annex [URLString]
53 getUrlsWithPrefix :: Key -> String -> Annex [URLString]
58 setUrlPresent :: Key -> URLString -> Annex ()
71 setUrlMissing :: Key -> URLString -> Annex ()
89 setTempUrl :: Key -> URLString -> Annex ()
102 setDownloader :: URLString -> Downloader -> String
108 setDownloader' :: URLString -> Remote -> String
113 getDownloader :: URLString -> (URLString, Downloader)
122 decodeUrlLogInfo :: LogInfo -> URLString
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DRegisterUrl.hs41 start :: (Key -> URLString -> Annex ()) -> [String] -> CommandStart
50 startMass :: (Key -> URLString -> Annex ()) -> BatchSeparator -> CommandStart
55 performMass :: (Key -> URLString -> Annex ()) -> BatchSeparator -> CommandPerform
67 perform :: (Key -> URLString -> Annex ()) -> Key -> URLString -> CommandPerform
72 perform' :: (Key -> URLString -> Annex ()) -> Key -> URLString -> Annex Bool
H A DAddUrl.hs127 parseBatchInput :: AddUrlOptions -> String -> Either String (AddUrlOptions, URLString)
136 checkUrl :: AddUnlockedMatcher -> Remote -> AddUrlOptions -> SeekInput -> URLString -> Annex ()
214 startWeb :: AddUnlockedMatcher -> AddUrlOptions -> SeekInput -> URLString -> CommandStart
267 performWeb :: AddUnlockedMatcher -> AddUrlOptions -> URLString -> RawFilePath -> Url.UrlInfo -> Com…
279 addUrlChecked :: AddUrlOptions -> URLString -> RawFilePath -> UUID -> (Key -> Annex (Bool, Bool, UR…
305 addUrlFile :: AddUnlockedMatcher -> DownloadOptions -> URLString -> Url.UrlInfo -> RawFilePath -> A…
312 downloadWeb :: AddUnlockedMatcher -> DownloadOptions -> URLString -> Url.UrlInfo -> RawFilePath -> …
374 startingAddUrl :: SeekInput -> URLString -> AddUrlOptions -> CommandPerform -> CommandStart
417 finishDownloadWith :: CanAddFile -> AddUnlockedMatcher -> RawFilePath -> UUID -> URLString -> RawFi…
499 nodownloadWeb' :: DownloadOptions -> AddUnlockedMatcher -> URLString -> Key -> RawFilePath -> Annex…
[all …]
H A DImportFeed.hs105 , feedurl :: URLString
110 data DownloadLocation = Enclosure URLString | MediaLink URLString
115 { knownurls :: S.Set URLString
135 knownItems :: Annex ([URLString], [ItemId])
158 findDownloads :: URLString -> Feed -> [ToDownload]
171 downloadFeed :: URLString -> Annex (Maybe String)
443 feedProblem :: URLString -> String -> Annex Bool
455 checkFeedBroken :: URLString -> Annex Bool
457 checkFeedBroken' :: URLString -> RawFilePath -> Annex Bool
474 clearFeedProblem :: URLString -> Annex ()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DHttpAlso.hs117 downloadKey :: Maybe URLString -> LearnedLayout -> Key -> AssociatedFile -> FilePath -> MeterUpdate…
123 retriveExportHttpAlso :: Maybe URLString -> Key -> ExportLocation -> FilePath -> MeterUpdate -> Ann…
134 checkKey :: Maybe URLString -> LearnedLayout -> Key -> Annex Bool
138 checkKey' :: Key -> URLString -> Annex (Either String ())
144 checkPresentExportHttpAlso :: Maybe URLString -> Key -> ExportLocation -> Annex Bool
148 type LearnedLayout = TVar (Maybe [Key -> URLString])
157 :: Maybe URLString
160 -> (URLString -> Annex (Either String ()))
186 :: Maybe URLString
188 -> (URLString -> Annex (Either String ()))
[all …]
H A DBitTorrent.hs133 getBitTorrentUrls :: Key -> Annex [URLString]
140 isSupportedUrl :: URLString -> Bool
143 isTorrentUrl :: URLString -> Bool
146 isTorrentMagnetUrl :: URLString -> Bool
152 checkTorrentUrl :: URLString -> Annex UrlContents
163 torrentUrlWithNum :: URLString -> Int -> URLString
166 torrentUrlNum :: URLString -> (URLString, Int)
174 torrentUrlKey :: URLString -> Annex Key
178 tmpTorrentFile :: URLString -> Annex RawFilePath
188 registerTorrentCleanup :: URLString -> Annex ()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/policy/
H A Durlmembershipcondition.cs33 private URLString m_url;
54 m_url = new URLString(url, false /* not parsed */, true /* parse eagerly */); in UrlMembershipCondition()
74 URLString url = new URLString(value);
133 mc.m_url = new URLString( m_url.ToString() ); in Copy()
197 URLString url = new URLString(elurl); in ParseURL()
H A Durl.cs26 private URLString m_url;
34 m_url = new URLString( name, parsed ); in Url()
43 m_url = new URLString( name ); in Url()
57 internal URLString GetURLString() in GetURLString()
H A Dapplicationdirectorymembershipcondition.cs17 using URLString = System.Security.Util.URLString; typedef
74 URLString appDirString = new URLString(appDir); in IReportMatchMembershipCondition.Check()
H A Dapplicationdirectory.cs26 private URLString m_appDirectory;
34 m_appDirectory = new URLString( name ); in ApplicationDirectory()
37 private ApplicationDirectory(URLString appDirectory) in ApplicationDirectory()
H A Dsite.cs51 URLString urlString = new URLString( name ); in ParseSiteFromUrl()
56 return new SiteString( new URLString( name ).Host ); in ParseSiteFromUrl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/util/
H A Durlstring.cs28 internal sealed class URLString : SiteString class
87 public URLString() in URLString() method in System.Security.Util.URLString
107 public URLString(string url) : this(url, false, false) {} in URLString() method in System.Security.Util.URLString
857 URLString url = site as URLString; in IsSubsetOf()
903 if (o == null || !(o is URLString)) in Equals()
906 return this.Equals( (URLString)o ); in Equals()
932 public bool Equals( URLString url ) in Equals()
939 public static bool CompareUrls( URLString url1, URLString url2 ) in CompareUrls()
1011 internal URLString SpecialNormalizeUrl() in SpecialNormalizeUrl()
1039URLString u = new URLString( deviceName + "/" + this.m_directory.ToString() ); in SpecialNormalizeUrl()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DYoutubeDl.hs63 youtubeDl :: URLString -> FilePath -> MeterUpdate -> Annex (Either String (Maybe FilePath))
69 youtubeDl' :: URLString -> FilePath -> MeterUpdate -> UrlOptions -> Annex (Either String (Maybe Fil…
142 youtubeDlTo :: Key -> URLString -> FilePath -> MeterUpdate -> Annex Bool
159 htmlOnly :: URLString -> a -> Annex a -> Annex a
166 youtubeDlSupported :: URLString -> Annex Bool
175 youtubeDlCheck :: URLString -> Annex (Either String Bool)
181 youtubeDlCheck' :: URLString -> UrlOptions -> Annex (Either String Bool)
192 youtubeDlFileName :: URLString -> Annex (Either String FilePath)
203 youtubeDlFileNameHtmlOnly :: URLString -> Annex (Either String FilePath)
206 youtubeDlFileNameHtmlOnly' :: URLString -> UrlOptions -> Annex (Either String FilePath)
[all …]
H A DUrl.hs22 U.URLString,
170 checkBoth :: U.URLString -> Maybe Integer -> U.UrlOptions -> Annex Bool
176 download :: MeterUpdate -> Maybe IncrementalVerifier -> U.URLString -> FilePath -> U.UrlOptions -> …
182 download' :: MeterUpdate -> Maybe IncrementalVerifier -> U.URLString -> FilePath -> U.UrlOptions ->…
186 exists :: U.URLString -> U.UrlOptions -> Annex Bool
191 getUrlInfo :: U.URLString -> U.UrlOptions -> Annex (Either String U.UrlInfo)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/url/api/
H A DURLString.h34 class URLString {
36 URLString() { } in URLString() function
44 explicit URLString(const String& string) in URLString() function
H A DParsedURL.h38 explicit ParsedURL(const URLString&);
51 URLString spec() { return m_spec; } in spec()
56 URLString m_spec;
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/UI/Proof/
H A DKBProveInstructionsView.m124 NSString *URLString = nil;
126URLString = NSStringWithFormat(@"https://twitter.com/intent/tweet?text=%@", [NSURL gh_encodeCompon…
128 URLString = @"https://gist.github.com";
130URLString = NSStringWithFormat(@"http://localhost:3000/_/api/1.0/rooter.json?post=%@", [NSURL gh_e…
132 if (URLString) {
133 [KBWorkspace openURLString:URLString prompt:NO sender:self];
136 // [webView openURLString:URLString];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/fileapi/
H A Dpublic_url_manager.h81 typedef String URLString; typedef
83 typedef HashMap<URLString, URLRegistry*> URLToRegistryMap;
85 HashSet<URLString> mojo_urls_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/fileapi/
H A Dpublic_url_manager.h82 typedef String URLString; typedef
84 typedef HashMap<URLString, URLRegistry*> URLToRegistryMap;
86 HashSet<URLString> mojo_urls_;
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/webkit/
H A DWebHistoryItem.inc21 …function initWithURLString_title_lastVisitedTimeInterval (URLString: NSString; title: NSString; ti…
23 function URLString: NSString; message 'URLString';
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/
H A DRestart.hs50 postRestart :: URLString -> Assistant ()
66 runRestart :: Assistant URLString
73 newAssistantUrl :: FilePath -> IO URLString
98 assistantListening :: URLString -> IO Bool
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSURL.java35 public static NSURL URLWithString(NSString URLString) { in URLWithString() argument
36 …long result = OS.objc_msgSend(OS.class_NSURL, OS.sel_URLWithString_, URLString != null ? URLString in URLWithString()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DKURL.h78 KURL(ParsedURLStringTag, const URLString&);
131 URLString urlString() const { return URLString(m_url.string()); } in urlString()
134 URLString urlString() const { return URLString(m_string); } in urlString()

12345678910>>...12