Home
last modified time | relevance | path

Searched refs:unknowns_enabled (Results 1 – 9 of 9) sorted by relevance

/dports/science/step/step-21.12.3/step/
H A Dunitscalc.cc67 po.unknowns_enabled = false; in UnitsCalc()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dsearchprovider.cc376 search_eo.parse_options.unknowns_enabled = false; in load_preferences_search()
521 search_eo.parse_options.unknowns_enabled = v; in load_preferences_search()
H A Dinterface.cc580 …et_object(main_builder, "menu_item_enable_unknown_variables")), eo.parse_options.unknowns_enabled); in set_mode_items()
H A Dcallbacks.cc18829 evalops.parse_options.unknowns_enabled = false; in load_preferences()
19404 if(mode_index == 1) evalops.parse_options.unknowns_enabled = v; in load_preferences()
19405 else modes[mode_index].eo.parse_options.unknowns_enabled = v; in load_preferences()
20483 fprintf(file, "unknownvariables_enabled=%i\n", modes[i].eo.parse_options.unknowns_enabled); in save_preferences()
27096 evalops.parse_options.unknowns_enabled = gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(w)); in on_menu_item_enable_unknown_variables_activate()
27097 expression_format_updated(evalops.parse_options.unknowns_enabled); in on_menu_item_enable_unknown_variables_activate()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h620 bool unknowns_enabled; member
H A DUnit.cc1146 po.unknowns_enabled = true; in setBaseExpression()
H A DCalculator.cc55 ParseOptions::ParseOptions() : variables_enabled(true), functions_enabled(true), unknowns_enabled(t… in ParseOptions()
H A DCalculator-parse.cc1870 …bool b = po.unknowns_enabled && is_not_number(str[str_index], base) && !(str_index > 0 && is_in(EX… in parse()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc897 …unknowns", _("unknowns")) || svar == "unknown") SET_BOOL_PV(evalops.parse_options.unknowns_enabled) in set_option()
3372 …PRINT_AND_COLON_TABS(_("unknowns"), ""); str += b2oo(evalops.parse_options.unknowns_enabled, false… in main()
4172 … undefined symbols in expressions as unknown variables."), evalops.parse_options.unknowns_enabled); in main()
6091 evalops.parse_options.unknowns_enabled = false; in load_preferences()
6352 evalops.parse_options.unknowns_enabled = v; in load_preferences()
6590 fprintf(file, "unknownvariables_enabled=%i\n", saved_evalops.parse_options.unknowns_enabled); in save_preferences()