Home
last modified time | relevance | path

Searched refs:get_bookmark (Results 1 – 25 of 51) sorted by relevance

123

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/wizard/
H A Dmagic.h62 virtual const MagicPage* get_bookmark() const in get_bookmark() function
88 const MagicPage* get_bookmark() const override in get_bookmark() function
H A Dwizard.cc218 bookmark = wand.spell->book.get_bookmark(); in scan()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/Method/
H A DGetBookmarkMethod.php56 public static function get_bookmark(array $input) function in Ampache\\Module\\Api\\Method\\GetBookmarkMethod
99 $bookmark = Bookmark::get_bookmark($object);
H A DBookmarkEditMethod.php106 $bookmark = Bookmark::get_bookmark($object);
H A DBookmarkCreateMethod.php109 $bookmark = Bookmark::get_bookmark($object);
H A DBookmarkDeleteMethod.php101 $find = Bookmark::get_bookmark($object);
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dtrackbar.pl289 my $line = $view->get_bookmark('trackbar');
348 my $line = $view->get_bookmark('trackbar');
434 my $line = $view->get_bookmark('trackbar');
455 my $line = $win->view->get_bookmark('trackbar');
H A Dopenurl.pl182 my $line = $view->get_bookmark($_);
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dbookmark.php141 return get_bookmark( $link, OBJECT, 'edit' );
304 $link = get_bookmark( $link_id, ARRAY_A );
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dbookmark.php141 return get_bookmark( $link, OBJECT, 'edit' );
304 $link = get_bookmark( $link_id, ARRAY_A );
/dports/misc/clex/clex-4.6.patch9/src/
H A Dbookmarks.h7 extern const BOOKMARK *get_bookmark(const wchar_t *);
H A Dfilepanel.c78 if ( (bm = get_bookmark(L"DIR1")) && chdir(USTR(bm->dir)) < 0) in files_initialize()
89 if ( (bm = get_bookmark(L"DIR2")) ) { in files_initialize()
H A Dbookmarks.c60 get_bookmark(const wchar_t *name) in get_bookmark() function
/dports/www/elinks/elinks-0.11.7/src/bookmarks/
H A Dbookmarks.h48 struct bookmark *get_bookmark(unsigned char *url);
H A Dbookmarks.c464 get_bookmark(unsigned char *url) in get_bookmark() function
/dports/irc/p5-POE-Session-Irssi/POE-Session-Irssi-0.50/samples/
H A Dclean-backlog.pl38 my $bookmark = $view->get_bookmark('check');
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dbookmark.php23 function get_bookmark( $bookmark, $output = OBJECT, $filter = 'raw' ) { function
79 $bookmark = get_bookmark( $bookmark );
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dbookmark.php23 function get_bookmark( $bookmark, $output = OBJECT, $filter = 'raw' ) { function
79 $bookmark = get_bookmark( $bookmark );
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dresults.c603 char get_bookmark = FALSE; in PG_SQLGetData() local
640 get_bookmark = TRUE; in PG_SQLGetData()
669 if ( ! get_bookmark) { in PG_SQLGetData()
686 if ( ! get_bookmark) in PG_SQLGetData()
692 if ( get_bookmark) { in PG_SQLGetData()
/dports/sysutils/reed/reed-5.6/
H A Dreed.c126 int get_bookmark(const char *name, Buffer *buf);
542 int get_bookmark(const char *name, Buffer *buf) { in get_bookmark() function
587 if (get_bookmark(name, buf) != -1) delete_bookmark(name, buf); in set_bookmark()
625 return get_bookmark(s, buf); in get_char_bookmark()
927 if (s != NULL) new_line = get_bookmark(s, buf); in activate_buffer()
967 int new_line = get_bookmark("default", buf); in activate_buffer()
1312 int i = get_bookmark(inline_mark_name, active); in main()
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A DBookmark.php97 public static function get_bookmark($data) function in Ampache\\Repository\\Model\\Bookmark
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mango/src/
H A Dmango_cursor_text.erl107 bookmark = get_bookmark(Opts),
260 get_bookmark(Opts) -> function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/helpcontent2/
H A DCustomTarget_html.mk239 $(SRCDIR)/helpcontent2/help3xsl/get_bookmark.xsl \
253 $(SRCDIR)/helpcontent2/help3xsl/get_bookmark.xsl \
/dports/editors/libreoffice/libreoffice-7.2.6.2/helpcontent2/
H A DCustomTarget_html.mk283 $(SRCDIR)/helpcontent2/help3xsl/get_bookmark.xsl \
298 $(SRCDIR)/helpcontent2/help3xsl/get_bookmark.xsl \
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/modules/
H A Dbookmarks.py202 def get_bookmark(self, jid: Union[str, JID]) -> BookmarkData: member in Bookmarks

123