Searched refs:max_bookmarks (Results 1 – 14 of 14) sorted by relevance
/dports/deskutils/zim/zim-0.74.3/tests/ |
H A D | bookmarksbar.py | 41 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 D | bookmarksbar.py | 179 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 D | Session.h | 234 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 D | Session.cpp | 252 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 D | full.py | 28 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 D | full.py | 28 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 D | full.py | 28 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 D | full.py | 23 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 D | plugin_config.h | 63 int max_bookmarks;
|
H A D | plugin_config.c | 116 {"maxbookmarks", M_CONFIG_TYPE_INT, M_CONFIG_VALUE_OVERWRITE, &(conf->max_bookmarks)},
|
H A D | generate.c | 566 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 D | plugin_config.h | 86 int max_bookmarks; member
|
H A D | plugin_config.c | 145 {"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 D | generate.c | 1087 if (conf->max_bookmarks && mhash_count(staweb->bookmarks)) { 1638 { M_REPORT_BOOKMARKS, NULL, conf->max_bookmarks, _("from Bookmarked Pages"),
|