HomeSort by relevance Sort by last modified time
    Searched refs:titles (Results 1 - 10 of 10) sorted by null

  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js 57 top.titles = new Array();
62 top.titles[i] = "NDS Libraries for C";
66 top.titles[i] = "NDS Backup Services";
70 top.titles[i] = "Functions";
74 top.titles[i] = "NDSBackupServerData";
78 top.titles[i] = "NDSFreeNameList";
82 top.titles[i] = "NDSGetReplicaPartitionNames";
86 top.titles[i] = "NDSIsOnlyServerInTree";
90 top.titles[i] = "NDSSYSVolumeRecovery";
94 top.titles[i] = "NDSVerifyServerInfo"
    [all...]
  /external/webkit/WebKit/mac/History/
WebURLsWithTitles.h 33 // 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
39 // titles must consist of NSStrings, or be nil. If titles is nil, or if titles is a different
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;
47 // the titles returned from titlesFromPasteboard.
51 // data of type WebURLsWithTitlesPboardType. This array consists of the titles that correspond to
WebURLsWithTitles.m 48 +(void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboard
63 if (count != [titles count]) {
64 titles = nil;
71 [titlesOrEmptyStrings addObject:(titles == nil) ? @"" : [[titles objectAtIndex:index] _webkit_stringByTrimmingWhitespace]];
  /external/libxml2/include/libxml/
xlink.h 100 * @nbTitles: the number of titles detected on the link
101 * @title: array of titles detected on the link
102 * @langs: array of xml:lang values for the titles
118 const xlinkTitle *titles,
128 * @nbTitles: the number of titles detected on the link
129 * @title: array of titles detected on the link
130 * @langs: array of xml:lang values for the titles
141 const xlinkTitle *titles,
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 237 # Predefined urls and titles for reference links and images.
268 var $titles = array(); variable
282 $this->titles = $this->predef_titles; variable
294 $this->titles = array(); variable
348 # Strips link definitions from text, stores the URLs and titles in
379 $this->titles[$link_id] =& $matches[3];
756 if ( isset( $this->titles[$link_id] ) ) {
757 $title = $this->titles[$link_id];
860 if (isset($this->titles[$link_id])) {
861 $title = $this->titles[$link_id]
    [all...]
  /packages/experimental/procstatlog/
procstatreport.py 135 def WriteChartData(titles, datasets, filename):
137 writer.writerow(["Time"] + titles)
  /frameworks/base/docs/html/guide/
guide_toc.cs 5 Below are template spans for adding localized doc titles. Please ensure that
6 localized titles are added in the language order specified below.
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 4827 String titles[] = new String[groupCount]; local
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 1129 milliseconds