Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dtutorial.h223 bool auto_end; variable
233 …), start_epoch(0), island(0), start_map_x(0), start_map_y(0), n_men(0), auto_end(false), card_inde… in Tutorial()
283 return auto_end; in autoEnd()
H A Dtutorial.cpp415 auto_end = true; in Tutorial2()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Duri_map.h93 uint32_t auto_end; member
/dports/games/quadra/quadra-1.3.0/include/
H A Dnet_list.h99 void send_end_signal(bool auto_end);
H A Dpackets.h533 bool auto_end;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/util/
H A DPdfGantt.php173 $auto_end = ($dateend==0);
224 if($auto_end) $dateend = ($dateend==0) ? $dt2 : max($dateend,$dt2);
237 …if($auto_end) { # make shure timeline finishes at 1st day of next month after the last task comple…
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Duri_map.cc73 auto_end = uri_map.uri_to_id(LV2_AUTOMATE_URI__end); in init()
H A Dlv2_plugin.cc2994 else if (obj->body.otype == _uri_map.urids.auto_end) { in connect_and_run()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dblocklanczos.cpp571 int auto_end = 0; in bl_prog() local
583 auto_end = length; in bl_prog()
838 if (auto_end && bw->end == auto_end) { in bl_prog()
/dports/devel/liborcus/liborcus-0.16.1/include/orcus/spreadsheet/
H A Dpivot.hpp168 bool auto_end = true; member
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dxlsx_pivot_context.cpp343 bool auto_end = true; in start_element() local
367 auto_end = to_bool(attr.value); in start_element()
397 m_pcache_field_group->set_range_auto_end(auto_end); in start_element()
410 cout << " auto end: " << auto_end << endl; in start_element()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Doptions.h293 gchar *auto_end; member
H A Drcfile.c501 WRITE_NL(); WRITE_CHAR(*options, cp_mv_rn.auto_end); in write_global_attributes()
927 if (READ_CHAR(*options, cp_mv_rn.auto_end)) continue; in load_global_params()
H A Dutilops.c1325 g_free(options->cp_mv_rn.auto_end); in file_util_rename_preview_update()
1326 options->cp_mv_rn.auto_end = g_strdup(end); in file_util_rename_preview_update()
1752 …combo = history_combo_new(&ud->auto_entry_end, options->cp_mv_rn.auto_end, "numerical_rename_suffi… in file_util_dialog_init_source_dest()
/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Dfactory_pivot.cpp87 get_range_grouping().auto_end = b; in set_range_auto_end()
/dports/games/quadra/quadra-1.3.0/source/
H A Dnet_list.cpp751 if(p->auto_end) in check_end_game()
766 void Net_list::send_end_signal(bool auto_end) { in send_end_signal() argument
774 p.auto_end=auto_end; in send_end_signal()
H A Dpackets.cpp804 auto_end=p->read_bool(); in read()
810 p->write_bool(auto_end); in write()
/dports/devel/liborcus/liborcus-0.16.1/src/
H A Dorcus_test_xlsx.cpp1163 assert(!grp.range_grouping->auto_end); in test_xlsx_pivot_group_by_numbers()
/dports/textproc/wv/wv-1.2.9/
H A Dwv.h4406 int auto_end; member