Home
last modified time | relevance | path

Searched refs:max_bookmarks (Results 1 – 14 of 14) sorted by relevance

/dports/deskutils/zim/zim-0.74.3/tests/
H A Dbookmarksbar.py41 bar.max_bookmarks = 15 # set maximum number of bookmarks
92 bar.max_bookmarks = 15 # set maximum number of bookmarks
250 for max_bookmarks in (5, 10, 15, 20):
251 preferences_changed(False, max_bookmarks)
254 self.assertEqual(len(bar.paths), max_bookmarks)
255 self.assertEqual(bar.paths, pagelist[:max_bookmarks])
/dports/deskutils/zim/zim-0.74.3/zim/plugins/
H A Dbookmarksbar.py179 self.max_bookmarks = False # maximum number of bookmarks
259 if self.max_bookmarks and (len(self.paths) >= self.max_bookmarks):
445 if self.max_bookmarks != preferences['max_bookmarks']:
446 self.max_bookmarks = preferences['max_bookmarks']
493 if self.max_bookmarks and (len(self.paths) >= self.max_bookmarks):
/dports/print/lyx/lyx-2.3.4.2/src/
H A DSession.h234 BookmarksSection() : bookmarks(10), max_bookmarks(9) {} in BookmarksSection()
250 unsigned int size() const { return max_bookmarks; } in size()
272 unsigned int const max_bookmarks; variable
H A DSession.cpp252 bookmarks.resize(max_bookmarks + 1); in clear()
286 if (file.exists() && !file.isDirectory() && idx <= max_bookmarks) in read()
300 for (size_t i = 0; i <= max_bookmarks; ++i) { in write()
315 if (idx <= max_bookmarks) in save()
322 return i <= max_bookmarks && !bookmarks[i].filename.empty(); in isValid()
/dports/www/firefox-esr/firefox-91.8.0/testing/condprofile/condprof/scenarii/
H A Dfull.py28 self.max_bookmarks = options.get("max_bookmarks", MAX_BOOKMARKS)
76 session, self.bookmark_js, url, title, self.max_bookmarks
/dports/www/firefox/firefox-99.0/testing/condprofile/condprof/scenarii/
H A Dfull.py28 self.max_bookmarks = options.get("max_bookmarks", MAX_BOOKMARKS)
76 session, self.bookmark_js, url, title, self.max_bookmarks
/dports/mail/thunderbird/thunderbird-91.8.0/testing/condprofile/condprof/scenarii/
H A Dfull.py28 self.max_bookmarks = options.get("max_bookmarks", MAX_BOOKMARKS)
76 session, self.bookmark_js, url, title, self.max_bookmarks
/dports/lang/spidermonkey78/firefox-78.9.0/testing/condprofile/condprof/scenarii/
H A Dfull.py23 self.max_bookmarks = options.get("max_bookmarks", MAX_BOOKMARKS)
71 session, self.bookmark_js, url, title, self.max_bookmarks
/dports/textproc/modlogan/modlogan-0.8.13/src/output/webalizer/
H A Dplugin_config.h63 int max_bookmarks;
H A Dplugin_config.c116 {"maxbookmarks", M_CONFIG_TYPE_INT, M_CONFIG_VALUE_OVERWRITE, &(conf->max_bookmarks)},
H A Dgenerate.c566 if (conf->max_bookmarks > 0) {
567 …table_start(f, table_header(conf->max_bookmarks, mhash_count(staweb->bookmarks),_("Bookmarked Page…
573 show_mhash(ext_conf, f,staweb->bookmarks,conf->max_bookmarks,HIGHLIGHT | INDEX);
/dports/textproc/modlogan/modlogan-0.8.13/src/output/modlogan/
H A Dplugin_config.h86 int max_bookmarks; member
H A Dplugin_config.c145 {"maxbookmarks", M_CONFIG_TYPE_INT, M_CONFIG_VALUE_OVERWRITE, &(conf->max_bookmarks)}, in mplugins_output_modlogan_parse_config()
252 LIMIT(conf->max_bookmarks,0); in mplugins_output_modlogan_set_defaults()
H A Dgenerate.c1087 if (conf->max_bookmarks && mhash_count(staweb->bookmarks)) {
1638 { M_REPORT_BOOKMARKS, NULL, conf->max_bookmarks, _("from Bookmarked Pages"),