Home
last modified time | relevance | path

Searched refs:start_page (Results 176 – 200 of 960) sorted by relevance

12345678910>>...39

/dports/devel/upp/upp/bazaar/ChromiumBrowser/
H A DChromiumBrowser.h13 String start_page; variable
44 ChromiumBrowser & StartPage(const char * url) {start_page = url; return *this;} in StartPage()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/addrbook/test/browser/new/
H A Dbrowser.ini10 mailnews.start_page.override_url=about:blank
11 mailnews.start_page.url=about:blank
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dgamepock.cpp50 m_hd44102ch[which].start_page = data & 0xC0; in hd44102ch_w()
152 ad = m_hd44102ch[0].start_page; in screen_update_gamepock()
170 ad = m_hd44102ch[1].start_page; in screen_update_gamepock()
188 ad = m_hd44102ch[2].start_page; in screen_update_gamepock()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dgamepock.cpp50 m_hd44102ch[which].start_page = data & 0xC0; in hd44102ch_w()
152 ad = m_hd44102ch[0].start_page; in screen_update_gamepock()
170 ad = m_hd44102ch[1].start_page; in screen_update_gamepock()
188 ad = m_hd44102ch[2].start_page; in screen_update_gamepock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/debug_stub/win/
H A Dplatform_impl.cc38 uintptr_t start_page = user_ptr >> NACL_PAGESHIFT; in UnmapFiles() local
40 uintptr_t page_len = end_page - start_page; in UnmapFiles()
41 uintptr_t current_page = start_page; in UnmapFiles()
/dports/science/gramps/gramps-5.1.4/gramps/gen/utils/docgen/
H A Dcsvtab.py69 def start_page(self): member in CSVTab
80 file.start_page()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/base/test/webextensions/
H A Dbrowser.ini6 mailnews.start_page.override_url=about:blank
7 mailnews.start_page.url=about:blank
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/mouse/
H A Dmate-mouse-properties.c392 gchar *start_page = NULL; in main() local
398 &start_page, in main()
431 if (start_page != NULL) { in main()
434 page_name = g_strconcat (start_page, "_vbox", NULL); in main()
435 g_free (start_page); in main()
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dvier.py244 start_page = page_id
247 start_page = 0
251 for current_page_id in itertools.count(start_page):
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dvier.py244 start_page = page_id
247 start_page = 0
251 for current_page_id in itertools.count(start_page):
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/test/browser/
H A Dbrowser.ini10 mailnews.start_page.override_url=about:blank
11 mailnews.start_page.url=about:blank
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/
H A Dinnochecksum.cc77 static uintmax_t start_page; variable
936 &start_page, &start_page, 0, GET_ULL, REQUIRED_ARG,
1016 end_page = start_page = do_page; in innochecksum_get_one_option()
1297 start_page, use_end_page ?
1303 if (start_page) {
1310 offset = (off_t) start_page
1334 if (start_page == count) {
1379 cur_page_num = start_page;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/
H A Dinnochecksum.cc77 static uintmax_t start_page; variable
936 &start_page, &start_page, 0, GET_ULL, REQUIRED_ARG,
1016 end_page = start_page = do_page; in innochecksum_get_one_option()
1297 start_page, use_end_page ?
1303 if (start_page) {
1310 offset = (off_t) start_page
1334 if (start_page == count) {
1379 cur_page_num = start_page;
/dports/databases/mysql57-client/mysql-5.7.36/extra/
H A Dinnochecksum.cc77 static uintmax_t start_page; variable
936 &start_page, &start_page, 0, GET_ULL, REQUIRED_ARG,
1016 end_page = start_page = do_page; in innochecksum_get_one_option()
1297 start_page, use_end_page ?
1303 if (start_page) {
1310 offset = (off_t) start_page
1334 if (start_page == count) {
1379 cur_page_num = start_page;
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/
H A Dwagtail_hooks.py44 start_page = get_explorable_root_page(request.user)
46 if start_page:
47 context['start_page_id'] = start_page.id
52 start_page = get_explorable_root_page(request.user)
54 if start_page:
55 …return PageExplorerMenuItemComponent(self.name, self.label, self.url, start_page.id, icon_name=sel…
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/helpers/
H A DCPagerHelper.php184 $start_page = max(1, $end_page - self::RANGE + 1);
186 if ($start_page > 1) {
203 for ($i = $start_page; $i <= $end_page; $i++) {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/helpers/
H A DCPagerHelper.php183 $start_page = max(1, $end_page - self::RANGE + 1);
185 if ($start_page > 1) {
202 for ($i = $start_page; $i <= $end_page; $i++) {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/helpers/
H A DCPagerHelper.php183 $start_page = max(1, $end_page - self::RANGE + 1);
185 if ($start_page > 1) {
202 for ($i = $start_page; $i <= $end_page; $i++) {
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/helpers/
H A DCPagerHelper.php184 $start_page = max(1, $end_page - self::RANGE + 1);
186 if ($start_page > 1) {
203 for ($i = $start_page; $i <= $end_page; $i++) {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/helpers/
H A DCPagerHelper.php184 $start_page = max(1, $end_page - self::RANGE + 1);
186 if ($start_page > 1) {
203 for ($i = $start_page; $i <= $end_page; $i++) {
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/helpers/
H A DCPagerHelper.php184 $start_page = max(1, $end_page - self::RANGE + 1);
186 if ($start_page > 1) {
203 for ($i = $start_page; $i <= $end_page; $i++) {
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/helpers/
H A DCPagerHelper.php184 $start_page = max(1, $end_page - self::RANGE + 1);
186 if ($start_page > 1) {
203 for ($i = $start_page; $i <= $end_page; $i++) {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/helpers/
H A DCPagerHelper.php183 $start_page = max(1, $end_page - self::RANGE + 1);
185 if ($start_page > 1) {
202 for ($i = $start_page; $i <= $end_page; $i++) {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/helpers/
H A DCPagerHelper.php183 $start_page = max(1, $end_page - self::RANGE + 1);
185 if ($start_page > 1) {
202 for ($i = $start_page; $i <= $end_page; $i++) {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/helpers/
H A DCPagerHelper.php183 $start_page = max(1, $end_page - self::RANGE + 1);
185 if ($start_page > 1) {
202 for ($i = $start_page; $i <= $end_page; $i++) {

12345678910>>...39