Searched refs:urls (Results 1 – 7 of 7) sorted by relevance
506 public static File[] toFiles(URL[] urls) { in toFiles() argument507 if (urls == null || urls.length == 0) { in toFiles()510 File[] files = new File[urls.length]; in toFiles()511 for (int i = 0; i < urls.length; i++) { in toFiles()512 URL url = urls[i]; in toFiles()534 URL[] urls = new URL[files.length]; in toURLs() local536 for (int i = 0; i < urls.length; i++) { in toURLs()537 urls[i] = files[i].toURI().toURL(); in toURLs()540 return urls; in toURLs()
48 final URLSpan[] urls = input.getSpans(0, input.length(), URLSpan.class); in stripUnderlinesAndLinkUrls() local50 for (URLSpan span : urls) { in stripUnderlinesAndLinkUrls()
124 final URLSpan[] urls = input.getSpans(0, input.length(), URLSpan.class); in stripUnderlines() local126 for (URLSpan span : urls) { in stripUnderlines()
465 var urls = new Array();476 urls[k] = src;488 window.mail.onInlineAttachmentsParsed(urls, messageIds);
1504 public void onInlineAttachmentsParsed(final String[] urls, final String[] messageIds) { in onInlineAttachmentsParsed() argument1511 for (int i = 0, size = urls.length; i < size; i++) { in onInlineAttachmentsParsed()1512 mUrlToMessageIdMap.put(urls[i], messageIds[i]); in onInlineAttachmentsParsed()1517 urls.length, messageIds.length); in onInlineAttachmentsParsed()
1348 final URLSpan[] urls = textView.getUrls(); in stripUnderlines() local1350 for (URLSpan span : urls) { in stripUnderlines()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...