Home
last modified time | relevance | path

Searched refs:dot_as_separator (Results 1 – 10 of 10) sorted by relevance

/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dsearchprovider.cc387 search_eo.parse_options.dot_as_separator = CALCULATOR->default_dot_as_separator; in load_preferences_search()
568 search_eo.parse_options.dot_as_separator = v; in load_preferences_search()
H A Dinterface.cc2495 …ces_builder, "preferences_checkbutton_dot_as_separator")), evalops.parse_options.dot_as_separator); in get_preferences_dialog()
H A Dcallbacks.cc18840 evalops.parse_options.dot_as_separator = CALCULATOR->default_dot_as_separator; in load_preferences()
19569 evalops.parse_options.dot_as_separator = v; in load_preferences()
20104 fprintf(file, "dot_as_separator=%i\n", evalops.parse_options.dot_as_separator); in save_preferences()
21474 evalops.parse_options.dot_as_separator = gtk_toggle_button_get_active(w); in on_preferences_checkbutton_dot_as_separator_toggled()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h635 bool dot_as_separator; member
H A DBuiltinFunctions-number.cc898 …number[i] == CALCULATOR->getDecimalPoint()[0] || (!eo.parse_options.dot_as_separator && number[i] … in calculate()
966 …} else if(number[i] == CALCULATOR->getDecimalPoint()[0] || (!eo.parse_options.dot_as_separator && … in calculate()
1012 …number[i] == CALCULATOR->getDecimalPoint()[0] || (!eo.parse_options.dot_as_separator && number[i] … in calculate()
H A DCalculator.cc55 …mplicit_multiplication(false), read_precision(DONT_READ_PRECISION), dot_as_separator(false), brack… in ParseOptions()
1987 bool b_vector = (str.find(LEFT_VECTOR_WRAP) != string::npos && !po.dot_as_separator); in unlocalizeExpression()
2018 if(po.dot_as_separator) { in unlocalizeExpression()
H A DNumber.cc526 …er.size() && (number[i] == CALCULATOR->getDecimalPoint()[0] || (!po.dot_as_separator && number[i] …
/dports/science/tfel-edf/tfel-3.2.1/src/Utilities/
H A DCxxTokenizer.cxx132 : dot_as_separator(bd), in is_cxx_separator()
142 return this->dot_as_separator; in operator ()()
152 bool dot_as_separator = true; member
/dports/science/tfel/tfel-3.4.0/src/Utilities/
H A DCxxTokenizer.cxx164 : dot_as_separator(bd), in is_separator()
174 return this->dot_as_separator; in operator ()()
184 bool dot_as_separator = true; member
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc866 …odot") && CALCULATOR->getDecimalPoint() != DOT) SET_BOOL_PF(evalops.parse_options.dot_as_separator) in set_option()
3532 …PRINT_AND_COLON_TABS(_("ignore dot"), ""); str += b2oo(evalops.parse_options.dot_as_separator, fal… in main()
4292 …dot"), "", _("Allows use of '.' as thousands separator."), evalops.parse_options.dot_as_separator); in main()
6100 evalops.parse_options.dot_as_separator = CALCULATOR->default_dot_as_separator; in load_preferences()
6409 evalops.parse_options.dot_as_separator = v; in load_preferences()
6524 fprintf(file, "dot_as_separator=%i\n", evalops.parse_options.dot_as_separator); in save_preferences()