Searched refs:URLs (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebURLsWithTitles.m48 +(void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboard
54 count = [URLs count];
70 [URLStrings addObject:[[URLs objectAtIndex:index] _web_originalDataAsString]];
90 NSMutableArray *URLs;
99 URLs = [NSMutableArray arrayWithCapacity:count];
101 [URLs addObject:[NSURL _web_URLWithDataAsString:[URLStrings objectAtIndex:index]]];
104 return URLs;
H A DWebURLsWithTitles.h33 // Convenience class for getting URLs and associated titles on and off an NSPasteboard
37 // Writes parallel arrays of URLs and titles to the pasteboard. These items can be retrieved by
38 // calling URLsFromPasteboard and titlesFromPasteboard. URLs must consist of NSURL objects.
40 // length than URLs, empty strings will be used for all titles. If URLs is nil, this method
43 + (void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboard;
46 // data of type WebURLsWithTitlesPboardType. This array consists of the URLs that correspond to
52 // the URLs returned from URLsFromPasteboard.
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/comm/
H A Dsecure-webclient.xotcl9 It needs to be adopted with different https URLs for testing...
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DURL.pm89 Template::Plugin::URL - Plugin to construct complex URLs
111 The C<URL> plugin can be used to construct complex URLs from a base stem
135 unfortunately, incorrect when creating URLs that do not need to be
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DURL.pm89 Template::Plugin::URL - Plugin to construct complex URLs
111 The C<URL> plugin can be used to construct complex URLs from a base stem
135 unfortunately, incorrect when creating URLs that do not need to be
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebInspectorClient.mm701 NSArray *URLs = panel.URLs;
702 NSMutableArray *filenames = [NSMutableArray arrayWithCapacity:URLs.count];
703 for (NSURL *URL in URLs) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddenyhosts.vim243 " library for these kinds of generic regexes, that is, URLs, mail addresses, ���
H A Dmail.vim57 " URLs start with a known protocol or www,web,w3.
H A Drebol.vim72 " URLs
H A Dsisu.vim49 "URLs Numbers And ASCII Codes:
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DASN.pm152 LDAPURL ::= LDAPString -- limited to characters permitted in URLs
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A DisMember.pl266 attribute contains LDAP search URLs. If an entry matches the search
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebInspectorProxyMac.mm245 for (NSURL* nsURL in [openPanel URLs]) {
/macosx-10.9.5/CPANInternal-140/File-VirtualPath/lib/File/
H A DVirtualPath.pm115 examples of which include file-system paths like "/usr/bin/perl" and URLs like
/macosx-10.9.5/CPANInternal-140/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm115 examples of which include file-system paths like "/usr/bin/perl" and URLs like
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DREADME998 Using LWP to parse URLs
1001 The init() function now also supports URLs, e.g.
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c582 // On Windows, _CFLengthAfterDeletingLastPathComponent will return a value of 3 if the path is at the root (e.g. C:\). This includes the \, which is not the case for URLs with subdirectories
1244 CFArrayRef URLs = _CFCreateContentsOfDirectory(alloc, NULL, NULL, directoryURL, bundleType); local
1245 if (URLs) {
1246 CFIndex i, c = CFArrayGetCount(URLs);
1251 curURL = (CFURLRef)CFArrayGetValueAtIndex(URLs, i);
1255 CFRelease(URLs);
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex668 W b & Make Message-IDs and URLs in the article mouse-clickable
682 W u & {\bf Unsplit} broken URLs.\\
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.pm765 The base to use for relative pathnames or URLs. This can also be done by
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm1457 =head2 Using LWP to parse URLs
1461 The init() function now also supports URLs, e.g. I<http://www.erols.com/enno/xsa.xml>.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1686 =head2 Using LWP to parse URLs
1690 The init() function now also supports URLs, e.g. I<http://www.erols.com/enno/xsa.xml>.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm462 B<WARNING>: URIs are just identifiers. They may B<look like URLs>, but they are
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm462 B<WARNING>: URIs are just identifiers. They may B<look like URLs>, but they are

Completed in 309 milliseconds