Home
last modified time | relevance | path

Searched refs:get_bookmarks (Results 1 – 25 of 74) sorted by relevance

123

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dbookmarks.py161 self.set_bookmarks(self.get_bookmarks())
233 all_titles = {bm['title'] for bm in self.get_bookmarks()}
252 self.edited.emit(self.get_bookmarks())
268 self.edited.emit(self.get_bookmarks())
281 def get_bookmarks(self): member in BookmarkManager
315 bookmarks = self.get_bookmarks()
324 self.edited.emit(self.get_bookmarks())
329 bookmarks = self.get_bookmarks()
334 self.edited.emit(self.get_bookmarks())
344 all_titles = {bm['title'] for bm in self.get_bookmarks()}
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gui/views/
H A Dbookmarks.py117 def get_bookmarks(self): member in Bookmarks
126 self.bookmarks = self.get_bookmarks()
400 def get_bookmarks(self): member in PersonBookmarks
415 def get_bookmarks(self): member in FamilyBookmarks
430 def get_bookmarks(self): member in EventBookmarks
445 def get_bookmarks(self): member in SourceBookmarks
486 def get_bookmarks(self): member in CitationBookmarks
501 def get_bookmarks(self): member in MediaBookmarks
516 def get_bookmarks(self): member in RepoBookmarks
531 def get_bookmarks(self): member in PlaceBookmarks
[all …]
/dports/textproc/p5-Text-Extract-Word/Text-Extract-Word-0.04/t/
H A D3-forms.t18 my $bookmarks = $x1->get_bookmarks();
24 $bookmarks = $x1->get_bookmarks(':raw');
39 $bookmarks = $x2->get_bookmarks();
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/xep_0048/
H A Dbookmarks.py50 result = self.get_bookmarks(method=self.storage_method)
70 def get_bookmarks(self, method=None, **iqargs): member in XEP_0048
/dports/sysutils/xfce4-places-plugin/xfce4-places-plugin-1.8.1/panel-plugin/
H A Dmodel.c127 g_assert(pbg->get_bookmarks != NULL); in places_bookmark_group_get_bookmarks()
129 return pbg->get_bookmarks(pbg); in places_bookmark_group_get_bookmarks()
H A Dmodel.h78 GList* (*get_bookmarks) (PlacesBookmarkGroup *self); member
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dbookmark-template.php261 $bookmarks = get_bookmarks( $params );
289 $bookmarks = get_bookmarks( $parsed_args );
H A Dbookmark.php135 function get_bookmarks( $args = '' ) { function
169 * @see get_bookmarks()
H A Ddeprecated.php380 * @see get_bookmarks()
453 * @see get_bookmarks()
506 * @see get_bookmarks()
521 …$links = get_bookmarks( array( 'category' => $category, 'orderby' => $orderby, 'limit' => $limit )…
535 * @see get_bookmarks()
566 * @see get_bookmarks()
923 * @see get_bookmarks()
958 …$results = get_bookmarks(array('category' => $category, 'orderby' => $orderby, 'order' => $order, …
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dbookmark-template.php261 $bookmarks = get_bookmarks( $params );
289 $bookmarks = get_bookmarks( $parsed_args );
H A Dbookmark.php135 function get_bookmarks( $args = '' ) { function
169 * @see get_bookmarks()
H A Ddeprecated.php380 * @see get_bookmarks()
453 * @see get_bookmarks()
506 * @see get_bookmarks()
521 …$links = get_bookmarks( array( 'category' => $category, 'orderby' => $orderby, 'limit' => $limit )…
535 * @see get_bookmarks()
566 * @see get_bookmarks()
923 * @see get_bookmarks()
958 …$results = get_bookmarks(array('category' => $category, 'orderby' => $orderby, 'order' => $order, …
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/person/
H A D_isbookmarked.py50 self.bookmarks = db.get_bookmarks().get()
H A D_islessthannthgenerationancestorofbookmarked.py60 bookmarks = db.get_bookmarks().get()
H A D_relationshippathbetweenbookmarks.py60 bookmarks = db.get_bookmarks().get()
/dports/chinese/wordpress-zh_TW/wordpress/
H A Dwp-links-opml.php72 $bookmarks = get_bookmarks( array( 'category' => $cat->term_id ) );
/dports/chinese/wordpress-zh_CN/wordpress/
H A Dwp-links-opml.php72 $bookmarks = get_bookmarks( array( 'category' => $cat->term_id ) );
/dports/net-im/dino/dino-0.2.2/main/src/ui/add_conversation/
H A Dconference_list.vala31 … stream_interactor.get_module(MucManager.IDENTITY).get_bookmarks.begin(account, (_, res) => {
32 …onference>? conferences = stream_interactor.get_module(MucManager.IDENTITY).get_bookmarks.end(res);
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dlog_gutter_source.hh42 vis_bookmarks &bm = tc->get_bookmarks(); in listview_gutter_value_for_range()
H A Dlogfile_sub_source.cc304 tc.get_bookmarks()[&textview_curses::BM_USER].prev(vis_line_t(row)); in text_value_for_line()
306 tc.get_bookmarks()[&textview_curses::BM_USER].next(vis_line_t(row)); in text_value_for_line()
412 auto &bm = lv.get_bookmarks(); in text_attrs_for_line()
499 const auto &bv = lv.get_bookmarks()[&textview_curses::BM_META]; in text_attrs_for_line()
717 auto& vis_bm = this->tss_view->get_bookmarks(); in rebuild_index()
1085 auto& vis_bm = this->tss_view->get_bookmarks(); in text_filters_changed()
1257 auto& vis_bm = this->tss_view->get_bookmarks(); in set_sql_marker()
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dbookmarks-headerbar.vala230 internal string [] get_bookmarks () { return bookmarks_button.get_bookmarks (); }
245 … append_bookmark_section (bookmark_name in get_bookmarks (), bookmarks_mode_on, ref menu);
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dbookmark_menu.py52 bookmarks = self._bookmarks_store.get_bookmarks()
/dports/sysutils/usermin/usermin-1.830/filemin/
H A Dfilemin-lib.pl169 $bookmarks = get_bookmarks();
415 sub get_bookmarks { subroutine
/dports/sysutils/webmin/webmin-1.981/filemin/
H A Dfilemin-lib.pl169 $bookmarks = get_bookmarks();
415 sub get_bookmarks { subroutine
/dports/textproc/p5-Text-Extract-Word/Text-Extract-Word-0.04/lib/Text/Extract/
H A DWord.pm363 sub get_bookmarks { subroutine
437 $instance->get_bookmarks();

123