Home
last modified time | relevance | path

Searched refs:fnfc (Results 1 – 19 of 19) sorted by relevance

/dports/finance/py-quantecon/quantecon-0.5.2/quantecon/optimize/
H A Dscalar_maximization.py71 ffulc = fnfc = fx
82 q = (xf - fulc) * (fx - fnfc)
124 fulc, ffulc = nfc, fnfc
125 nfc, fnfc = xf, fx
132 if (fu <= fnfc) or (nfc == xf):
133 fulc, ffulc = nfc, fnfc
134 nfc, fnfc = x, fu
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/
H A Dgui.cxx204 Fl_Native_File_Chooser fnfc; in selectLoadController() local
210 switch ( fnfc.show() ) { in selectLoadController()
219 path = fnfc.filename(); in selectLoadController()
260 Fl_Native_File_Chooser fnfc; in selectSavePath() local
261 fnfc.title("Save filename?"); in selectSavePath()
268 switch ( fnfc.show() ) { in selectSavePath()
274 path = fnfc.filename(); in selectSavePath()
288 Fl_Native_File_Chooser fnfc; in selectLoadSample() local
289 fnfc.title("Pick a file"); in selectLoadSample()
298 switch ( fnfc.show() ) { in selectLoadSample()
[all …]
H A Dgoptions.cxx150 Fl_Native_File_Chooser fnfc; in selectLoadController() local
151 fnfc.title("Pick a controller definition"); in selectLoadController()
152 fnfc.type(Fl_Native_File_Chooser::BROWSE_FILE); in selectLoadController()
153 fnfc.filter("Controllers\t*.ctlr"); in selectLoadController()
157 fnfc.directory( s.str().c_str() ); // default directory to use in selectLoadController()
159 switch ( fnfc.show() ) { in selectLoadController()
166 path = fnfc.filename(); in selectLoadController()
/dports/math/giacxcas/fltk-1.3.0/test/
H A Deditor.cxx594 Fl_Native_File_Chooser fnfc; in open_cb() local
595 fnfc.title("Open file"); in open_cb()
597 if ( fnfc.show() ) return; in open_cb()
598 load_file(fnfc.filename(), -1); in open_cb()
603 Fl_Native_File_Chooser fnfc; in insert_cb() local
604 fnfc.title("Insert file"); in insert_cb()
606 if ( fnfc.show() ) return; in insert_cb()
728 Fl_Native_File_Chooser fnfc; in saveas_cb() local
729 fnfc.title("Save File As?"); in saveas_cb()
731 if ( fnfc.show() ) return; in saveas_cb()
[all …]
/dports/x11-toolkits/ntk/ntk/test/
H A Deditor.cxx594 Fl_Native_File_Chooser fnfc; in open_cb() local
595 fnfc.title("Open file"); in open_cb()
597 if ( fnfc.show() ) return; in open_cb()
598 load_file(fnfc.filename(), -1); in open_cb()
603 Fl_Native_File_Chooser fnfc; in insert_cb() local
604 fnfc.title("Insert file"); in insert_cb()
606 if ( fnfc.show() ) return; in insert_cb()
728 Fl_Native_File_Chooser fnfc; in saveas_cb() local
729 fnfc.title("Save File As?"); in saveas_cb()
731 if ( fnfc.show() ) return; in saveas_cb()
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Deditor.cxx710 Fl_Native_File_Chooser fnfc; in open_cb() local
711 fnfc.title("Open file"); in open_cb()
713 if ( fnfc.show() ) return; in open_cb()
714 load_file(fnfc.filename(), -1); in open_cb()
719 Fl_Native_File_Chooser fnfc; in insert_cb() local
720 fnfc.title("Insert file"); in insert_cb()
722 if ( fnfc.show() ) return; in insert_cb()
844 Fl_Native_File_Chooser fnfc; in saveas_cb() local
845 fnfc.title("Save File As?"); in saveas_cb()
847 if ( fnfc.show() ) return; in saveas_cb()
[all …]
/dports/biology/seaview/seaview/
H A Dstatistics.cxx349 Fl_Native_File_Chooser fnfc; in save_stat_cb() local
350 fnfc.title("Pick a text file"); in save_stat_cb()
351 fnfc.type(Fl_Native_File_Chooser::BROWSE_SAVE_FILE); in save_stat_cb()
352 fnfc.filter("Text\t*.txt\n"); in save_stat_cb()
353 fnfc.preset_file("statistics.txt"); in save_stat_cb()
354 fnfc.options(Fl_Native_File_Chooser::SAVEAS_CONFIRM | fnfc.options()); in save_stat_cb()
355 if ( fnfc.show() != 0 ) return; in save_stat_cb()
356 FILE *out = fopen(fnfc.filename(), "w"); in save_stat_cb()
H A Dmacos_extras.mm612 Fl_Native_File_Chooser fnfc;
613 fnfc.title("Pick an .eps file");
614 fnfc.type(Fl_Native_File_Chooser::BROWSE_SAVE_FILE);
615 fnfc.filter("EPS\t*.eps\n");
616 if (!fnfc.show() ) {
619 FILE *file = fl_fopen(fnfc.filename(), "w");
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/launcher/
H A DLauncher.cc249 Fl_Native_File_Chooser fnfc; in openGameDirectorySelector() local
250 fnfc.title("Select the original Jagged Alliance 2 install directory"); in openGameDirectorySelector()
251 fnfc.type(Fl_Native_File_Chooser::BROWSE_DIRECTORY); in openGameDirectorySelector()
253 fnfc.directory(decoded.empty() ? nullptr : decoded.c_str()); in openGameDirectorySelector()
255 switch ( fnfc.show() ) { in openGameDirectorySelector()
262 ST::string encoded = encodePath(fnfc.filename()); in openGameDirectorySelector()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/intensity_transform/src/
H A Dbimef.cpp351 double ffulc = fx, fnfc = fx; in minimize_scalar_bounded() local
363 double q = (xf - fulc) * (-entropy(applyK(I, static_cast<float>(x))) - fnfc); in minimize_scalar_bounded()
411 ffulc = fnfc; in minimize_scalar_bounded()
413 fnfc = fx; in minimize_scalar_bounded()
423 if ((fu <= fnfc) || (nfc == xf)) { in minimize_scalar_bounded()
425 ffulc = fnfc; in minimize_scalar_bounded()
427 fnfc = fu; in minimize_scalar_bounded()
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A Dfluid.cxx230 Fl_Native_File_Chooser fnfc; in save_cb() local
233 fnfc.title("Save To:"); in save_cb()
235 fnfc.filter("FLUID Files\t*.f[ld]"); in save_cb()
236 if (fnfc.show() != 0) return; in save_cb()
237 c = fnfc.filename(); in save_cb()
516 Fl_Native_File_Chooser fnfc; in open_cb() local
517 fnfc.title("Open:"); in open_cb()
518 fnfc.type(Fl_Native_File_Chooser::BROWSE_FILE); in open_cb()
519 fnfc.filter("FLUID Files\t*.f[ld]\n"); in open_cb()
520 if (fnfc.show() != 0) return; in open_cb()
[all …]
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_PostScript.cxx98 Fl_Native_File_Chooser fnfc; in start_job() local
99 fnfc.title(Fl_PostScript_File_Device::file_chooser_title); in start_job()
100 fnfc.type(Fl_Native_File_Chooser::BROWSE_SAVE_FILE); in start_job()
101 fnfc.options(Fl_Native_File_Chooser::SAVEAS_CONFIRM); in start_job()
102 fnfc.filter("PostScript\t*.ps\n"); in start_job()
104 if ( fnfc.show() ) return 1; in start_job()
106 ps->output = fopen(fnfc.filename(), "w"); in start_job()
108 ps->ps_filename_ = strdup(fnfc.filename()); in start_job()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_PostScript.cxx91 Fl_Native_File_Chooser fnfc; in start_job() local
92 fnfc.title(Fl_PostScript_File_Device::file_chooser_title); in start_job()
93 fnfc.type(Fl_Native_File_Chooser::BROWSE_SAVE_FILE); in start_job()
94 fnfc.options(Fl_Native_File_Chooser::SAVEAS_CONFIRM | Fl_Native_File_Chooser::USE_FILTER_EXT); in start_job()
95 fnfc.filter("PostScript\t*.ps\n"); in start_job()
97 if ( fnfc.show() ) return 1; in start_job()
99 ps->output = fl_fopen(fnfc.filename(), "w"); in start_job()
101 ps->ps_filename_ = strdup(fnfc.filename()); in start_job()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_PostScript.cxx99 Fl_Native_File_Chooser fnfc; in start_job() local
100 fnfc.title(Fl_PostScript_File_Device::file_chooser_title); in start_job()
101 fnfc.type(Fl_Native_File_Chooser::BROWSE_SAVE_FILE); in start_job()
102 fnfc.options(Fl_Native_File_Chooser::SAVEAS_CONFIRM); in start_job()
103 fnfc.filter("PostScript\t*.ps\n"); in start_job()
105 if ( fnfc.show() ) return 1; in start_job()
107 ps->output = fopen(fnfc.filename(), "w"); in start_job()
109 ps->ps_filename_ = strdup(fnfc.filename()); in start_job()
/dports/math/mathgl/mathgl-2.5/widgets/
H A Dfltk.cpp90 static Fl_Native_File_Chooser fnfc; in mgl_file_chooser() local
91 fnfc.title(mess); in mgl_file_chooser()
93 fnfc.filter(filter); in mgl_file_chooser()
95 fnfc.show(); in mgl_file_chooser()
96 return fnfc.filename(); in mgl_file_chooser()
100 static Fl_Native_File_Chooser fnfc; in mgl_dir_chooser() local
101 fnfc.title(mess); in mgl_dir_chooser()
102 fnfc.type(Fl_Native_File_Chooser::BROWSE_DIRECTORY); in mgl_dir_chooser()
103 fnfc.directory(path); // default directory to use in mgl_dir_chooser()
104 fnfc.show(); in mgl_dir_chooser()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A Doptimize.py2029 ffulc = fnfc = fx
2045 q = (xf - fulc) * (fx - fnfc)
2088 fulc, ffulc = nfc, fnfc
2089 nfc, fnfc = xf, fx
2096 if (fu <= fnfc) or (nfc == xf):
2097 fulc, ffulc = nfc, fnfc
2098 nfc, fnfc = x, fu
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.fl6121 fnfc.title("Pick a file");
6126 switch ( fnfc.show() ) {
9621 fnfc.title("Pick a file");
9626 switch ( fnfc.show() ) {
9686 fnfc.title("Pick a file");
9691 switch ( fnfc.show() ) {
9749 fnfc.title("Pick a file");
9754 switch ( fnfc.show() ) {
9812 fnfc.title("Pick a file");
9817 switch ( fnfc.show() ) {
[all …]
H A Dconfdialog.cxx4783 fnfc.title("Pick a file"); in cb_btn_select_bell_ring_wav()
4788 switch ( fnfc.show() ) { in cb_btn_select_bell_ring_wav()
7580 fnfc.title("Pick a file"); in cb_btn_select_regex_wav()
7585 switch ( fnfc.show() ) { in cb_btn_select_regex_wav()
7637 fnfc.title("Pick a file"); in cb_btn_select_mycall_wav()
7642 switch ( fnfc.show() ) { in cb_btn_select_mycall_wav()
7694 fnfc.title("Pick a file"); in cb_btn_select_rsid_wav()
7699 switch ( fnfc.show() ) { in cb_btn_select_rsid_wav()
7751 fnfc.title("Pick a file"); in cb_btn_select_rx_extract_msg()
7756 switch ( fnfc.show() ) { in cb_btn_select_rx_extract_msg()
[all …]
/dports/chinese/rime-array/rime-array-d10f2f8b2aec7c7e736ace01e8a399e5ae5e7c3a/
H A Darray30_phrases.dict.yaml53103 芝麻油 fnfc'
53104 蓮花池 fnfc'
53105 蔥蒜 fnfc'