Home
last modified time | relevance | path

Searched refs:bookmark (Results 1 – 25 of 143) sorted by relevance

123456

/third_party/glib/glib/tests/
Dbookmarkfile.c22 GBookmarkFile *bookmark; in test_load_from_data_dirs() local
27 bookmark = g_bookmark_file_new (); in test_load_from_data_dirs()
29 res = g_bookmark_file_load_from_data_dirs (bookmark, "no-such-bookmark-file.xbel", &path, &error); in test_load_from_data_dirs()
36 g_bookmark_file_free (bookmark); in test_load_from_data_dirs()
42 GBookmarkFile *bookmark; in test_to_file() local
48 bookmark = g_bookmark_file_new (); in test_to_file()
51 g_bookmark_file_set_title (bookmark, "file:///tmp/schedule.ps", "schedule.ps"); in test_to_file()
52 g_bookmark_file_set_mime_type (bookmark, "file:///tmp/schedule.ps", "application/postscript"); in test_to_file()
53 …g_bookmark_file_add_application (bookmark, "file:///tmp/schedule.ps", "ghostscript", "ghostscript … in test_to_file()
55 res = g_bookmark_file_to_file (bookmark, "out.xbel", &error); in test_to_file()
[all …]
/third_party/glib/glib/
Dgbookmarkfile.h83 void g_bookmark_file_free (GBookmarkFile *bookmark);
86 gboolean g_bookmark_file_load_from_file (GBookmarkFile *bookmark,
90 gboolean g_bookmark_file_load_from_data (GBookmarkFile *bookmark,
95 gboolean g_bookmark_file_load_from_data_dirs (GBookmarkFile *bookmark,
100 gchar * g_bookmark_file_to_data (GBookmarkFile *bookmark,
104 gboolean g_bookmark_file_to_file (GBookmarkFile *bookmark,
109 void g_bookmark_file_set_title (GBookmarkFile *bookmark,
113 gchar * g_bookmark_file_get_title (GBookmarkFile *bookmark,
117 void g_bookmark_file_set_description (GBookmarkFile *bookmark,
121 gchar * g_bookmark_file_get_description (GBookmarkFile *bookmark,
[all …]
Dgbookmarkfile.c234 static void g_bookmark_file_init (GBookmarkFile *bookmark);
235 static void g_bookmark_file_clear (GBookmarkFile *bookmark);
236 static gboolean g_bookmark_file_parse (GBookmarkFile *bookmark,
240 static gchar * g_bookmark_file_dump (GBookmarkFile *bookmark,
243 static BookmarkItem *g_bookmark_file_lookup_item (GBookmarkFile *bookmark,
245 static void g_bookmark_file_add_item (GBookmarkFile *bookmark,
667 g_bookmark_file_init (GBookmarkFile *bookmark) in g_bookmark_file_init() argument
669 bookmark->title = NULL; in g_bookmark_file_init()
670 bookmark->description = NULL; in g_bookmark_file_init()
672 bookmark->items = NULL; in g_bookmark_file_init()
[all …]
/third_party/protobuf/js/binary/
Dwriter.js134 var bookmark = this.encoder_.end();
135 this.blocks_.push(bookmark);
136 this.totalLength_ += bookmark.length;
137 bookmark.push(this.totalLength_);
138 return bookmark;
149 jspb.BinaryWriter.prototype.endDelimited_ = function(bookmark) { argument
150 var oldLength = bookmark.pop();
155 bookmark.push((messageLength & 0x7f) | 0x80);
160 bookmark.push(messageLength);
778 var bookmark = this.beginDelimited_(field);
[all …]
/third_party/glib/glib/tests/bookmarks/
Dfail-25.xbel1 …ns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"><title><bookmark:applications…
Dfail-18.xbel1 …l version="1.0"xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"><title><boo…
Dfail-38.xbel1 …YPE><xbel x=""/><o xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"><bookma…
Dfail-22.xbel1 …l version="1.0"xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"><title><boo…
Dfail-21.xbel1 …l version="1.0"xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"><title><boo…
Dfail-24.xbel1 …l version="1.0"xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"><title><boo…
Dfail-27.xbel1 …version="1.0"xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"f=""><title><b…
Dfail-37.xbel1 …"xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"><title><mime:mime-type></…
Dfail-19.xbel1 …"xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"><title><mime:mime-type></…
Dfail-36.xbel1 …ed-mime-info"xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"><title><mime:…
Dfail-41.xbel1 <xbel version="1.0"><bookmark href=""added="2T0+819855292164632335">
Dfail-39.xbel1 <xbel version="1.0"><bookmark href=""><info><metadata owner="http://freedesktop.org"><mime-type/><m…
Dfail-42.xbel1 <xbel version="1.0"><bookmark href=""><info><metadata owner="http://freedesktop.org"><applications>…
Dfail-40.xbel1 <xbel version="1.0"><bookmark href=""><info><metadata owner="http://freedesktop.org"><applications>…
/third_party/glib/fuzzing/
Dfuzz_bookmark.c6 GBookmarkFile *bookmark = NULL; in LLVMFuzzerTestOneInput() local
10 bookmark = g_bookmark_file_new (); in LLVMFuzzerTestOneInput()
11 g_bookmark_file_load_from_data (bookmark, (const gchar*) data, size, NULL); in LLVMFuzzerTestOneInput()
13 g_bookmark_file_free (bookmark); in LLVMFuzzerTestOneInput()
/third_party/boost/tools/inspect/
Dlink_check.cpp167 string bookmark( a_what[4].first, a_what[4].second ); in inspect() local
169 bool name_following_id = ( attribute == "name" && previous_id == bookmark ); in inspect()
170 if ( tag != "meta" && attribute == "id" ) previous_id = bookmark; in inspect()
175 bookmarks.insert( bookmark ); in inspect()
180 string bookmark_lowercase( bookmark ); in inspect()
189 error( library_name, full_path, "Duplicate bookmark: " + bookmark, ln ); in inspect()
/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.js12 this.bookmark = null;
111 if (this.entries[bookmarkIdx] === this.bookmark) {
/third_party/parse5/packages/parse5/test/
Dformatting-element-list.test.js54 list.bookmark = list.entries[0];
/third_party/glib/po/
Den_CA.po46 msgid "No valid bookmark file found in data dirs"
47 msgstr "No valid bookmark file found in data dirs"
51 msgid "A bookmark for URI '%s' already exists"
52 msgstr "A bookmark for URI '%s' already exists"
64 msgid "No bookmark found for URI '%s'"
65 msgstr "No bookmark found for URI '%s'"
69 msgid "No MIME type defined in the bookmark for URI '%s'"
70 msgstr "No MIME type defined in the bookmark for URI '%s'"
74 msgid "No private flag has been defined in bookmark for URI '%s'"
75 msgstr "No private flag has been defined in bookmark for URI '%s'"
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dicons.dart75 …/// A book silhouette spread open containing a bookmark in the upper right. This icon is not fille…
80 …static const IconData bookmark = IconData(0xf3e9, fontFamily: iconFont, fontPackage: iconFontPacka…
82 …/// A book silhouette spread open containing a bookmark in the upper right. This icon is filled in.
86 /// * [bookmark], which is similar, but not filled in.
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m146 NSData *bookmark = [NSURL bookmarkDataWithContentsOfURL:fileURL error:nil];
147 if (bookmark != nil) {
148 NSURL *resolvedURL = [NSURL URLByResolvingBookmarkData:bookmark

123456