Home
last modified time | relevance | path

Searched refs:start_page (Results 1 – 25 of 960) sorted by path

12345678910>>...39

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/smartplaylists/
H A Dwizard.cpp141 type_page_->next_id_ = plugins_[type_index_]->start_page(); in TypeChanged()
H A Dwizardplugin.h42 int start_page() const { return start_page_; } in start_page() function
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h1491 static int start_page(vorb *f) in start_page() function
1500 if (!start_page(f)) return FALSE; in start_packet()
1539 if (!start_page(f)) { f->last_seg = 1; return 0; } in next_segment()
3582 if (!start_page(f)) return FALSE; in start_decoder()
3635 if (!start_page(f)) return FALSE; in start_decoder()
4795 if (!start_page(f)) return error(f, VORBIS_seek_failed); in seek_to_sample_coarse()
4814 if (!start_page(f)) goto error; in seek_to_sample_coarse()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/docs/examples/
H A Dcrawler.c28 char *start_page = "https://www.reuters.com"; variable
163 curl_multi_add_handle(multi_handle, make_handle(start_page)); in main()
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c1131 static int start_page(vorb *f) in start_page() function
1140 if (!start_page(f)) return FALSE; in start_packet()
1179 if (!start_page(f)) { f->last_seg = 1; return 0; } in next_segment()
3405 if (!start_page(f)) return FALSE; in start_decoder()
3443 if (!start_page(f)) return FALSE; in start_decoder()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dstb_vorbis.c1484 static int start_page(vorb *f) in start_page() function
1493 if (!start_page(f)) return FALSE; in start_packet()
1532 if (!start_page(f)) { f->last_seg = 1; return 0; } in next_segment()
3575 if (!start_page(f)) return FALSE; in start_decoder()
3628 if (!start_page(f)) return FALSE; in start_decoder()
4792 if (!start_page(f)) return error(f, VORBIS_seek_failed); in seek_to_sample_coarse()
4811 if (!start_page(f)) goto error; in seek_to_sample_coarse()
/dports/audio/strawberry/strawberry-1.0.0/src/smartplaylists/
H A Dsmartplaylistwizard.cpp154 type_page_->next_id_ = plugins_[type_index_]->start_page(); in TypeChanged()
H A Dsmartplaylistwizardplugin.h43 int start_page() const { return start_page_; } in start_page() function
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dmakehelp.c102 int lines, page=0, start_page=0, ps_page=0; variable
213 if (str[0]!='@' || sscanf(str+1,"%s %d",type,&start_page)!=2 ||
438 { page=start_page; lines=PAGE_LINES; in man_new_page()
457 { fprintf(man,"\n"); page=start_page; lines=PAGE_LINES; return; } in man_new_page()
/dports/biology/seaview/seaview/
H A Dpdf_or_ps.cxx141 int Fl_PDF_File_Device::start_page() in start_page() function in Fl_PDF_File_Device
H A Dpdf_or_ps.h122 int start_page (void);
H A Dtreedraw.cxx3245 if (to_ps_file) ((PDF_or_PS_File_Device*)myprinter)->start_page(); in print_plot()
3246 else myprinter->start_page(); in print_plot()
H A Dunrooted.cxx463 if (to_ps_file) ((PDF_or_PS_File_Device*)myprinter)->start_page(); in print_unrooted()
464 else myprinter->start_page(); in print_unrooted()
H A Duse_mase_files.cxx1763 ((PDF_or_PS_File_Device*)surface)->start_page(); in printout()
1831 ((PDF_or_PS_File_Device*)surface)->start_page(); in printout()
1902 ((PDF_or_PS_File_Device*)surface)->start_page(); in printout()
H A Dxfmatpt.cxx820 surface->start_page(); in plot_button_proc()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/
H A DGUITestBase.pro262 src/tests/common_scenarios/start_page/GTTestsStartPage.h \
544 src/tests/common_scenarios/start_page/GTTestsStartPage.cpp \
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DConfigWizard.cpp1924 void ConfigWizard::priv::set_start_page(ConfigWizard::StartPage start_page) in set_start_page() argument
1926 switch (start_page) { in set_start_page()
2682 bool ConfigWizard::run(RunReason reason, StartPage start_page) in run() argument
2684 …info) << boost::format("Running ConfigWizard, reason: %1%, start_page: %2%") % reason % start_page; in run()
2689 p->set_start_page(start_page); in run()
H A DConfigWizard.hpp45 bool run(RunReason reason, StartPage start_page = SP_WELCOME);
H A DConfigWizard_private.hpp603 void set_start_page(ConfigWizard::StartPage start_page);
H A DGUI_App.cpp2042 bool GUI_App::run_wizard(ConfigWizard::RunReason reason, ConfigWizard::StartPage start_page) in on_init_inner() argument
2056 const bool res = m_wizard->run(reason, start_page); in on_init_inner()
H A DGUI_App.hpp271 …bool run_wizard(ConfigWizard::RunReason reason, ConfigWizard::StartPage start_page = Co…
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c1457 static int start_page(vorb *f) in start_page() function
1466 if (!start_page(f)) return FALSE; in start_packet()
1505 if (!start_page(f)) { f->last_seg = 1; return 0; } in next_segment()
3580 if (!start_page(f)) return FALSE; in start_decoder()
3633 if (!start_page(f)) return FALSE; in start_decoder()
4725 if (!start_page(f)) return error(f, VORBIS_seek_failed); in seek_to_sample_coarse()
4744 if (!start_page(f)) goto error; in seek_to_sample_coarse()
/dports/cad/tkgate/tkgate-2.1/scripts/
H A Deditgate.tcl2053 set start_page General
2056 set start_page $args
2069 set start_page COMMENT
2073 set start_page SCRIPT
2077 set start_page FRAME
2124 …$w.tbox -command EditGate::dotab -tabs $tabs -tablabels $labels -startpage $start_page -takefocus 1
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dprint.c1454 int start_page[MODMAX]; /* Start page of module */ in GPrint_printIndexPage() local
1467 start_page[num_modules] = G->pg_num; in GPrint_printIndexPage()
1501 if (start_page[i] == end_page[i]) in GPrint_printIndexPage()
1502 fprintf(P->p_f,"%d %d moveto (%d) show\n",x+PIDX_PGCOLSEP,y,start_page[i]); in GPrint_printIndexPage()
1504 fprintf(P->p_f,"%d %d moveto (%d-%d) show\n",x+PIDX_PGCOLSEP,y,start_page[i],end_page[i]); in GPrint_printIndexPage()
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/common/
H A Dportapack.c252 static void portapack_lcd_paset(const uint_fast16_t start_page, const uint_fast16_t end_page) { in portapack_lcd_paset() argument
253 portapack_lcd_set(0x2b, start_page, end_page); in portapack_lcd_paset()

12345678910>>...39