Package com.google.refine.grel
Class EvalErrorMessage
java.lang.Object
com.google.refine.grel.EvalErrorMessage
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyerror:{0} error: {1}.static org.jvnet.localizer.LocalizableKeyexpects_array_of_numbers:{0} expects an array of numbers.static org.jvnet.localizer.LocalizableKeyexpects_at_least_one_arg:{0} expects at least one argument.static org.jvnet.localizer.LocalizableKeyexpects_at_least_one_number:{0} expects at least one number.static org.jvnet.localizer.LocalizableKeyexpects_at_least_one_string:{0} expects at least a string.static org.jvnet.localizer.LocalizableKeyexpects_at_least_two_args:{0} expects at least two arguments.static org.jvnet.localizer.LocalizableKeyexpects_date_and_string:{0} expects a date and a string.static org.jvnet.localizer.LocalizableKeyexpects_date_number_string:{0} expects a date, a number and a string.static org.jvnet.localizer.LocalizableKeyexpects_first_param_number:{0} expects the first parameter to be a number.static org.jvnet.localizer.LocalizableKeyexpects_first_param_string:{0} expects the first parameter to be a string.static org.jvnet.localizer.LocalizableKeyexpects_last_character_not_comma:The last character in the input string should not be a comma..static org.jvnet.localizer.LocalizableKeyexpects_no_arg_or_two_numbers_asc:{0} expects no arguments or two numbers, the first must be less thant the second.static org.jvnet.localizer.Localizable_expects_one_arg(Object arg0) Keyexpects_one_arg:{0} expects one argument.static org.jvnet.localizer.Localizable_expects_one_array(Object arg0) Keyexpects_one_array:{0} expects an array.static org.jvnet.localizer.LocalizableKeyexpects_one_array_and_string:{0} expects an array and a string.static org.jvnet.localizer.LocalizableKeyexpects_one_array_or_string:{0} expects an array or a string.static org.jvnet.localizer.LocalizableKeyexpects_one_array_uniform:{0} expects an array of uniform type.static org.jvnet.localizer.Localizable_expects_one_bool(Object arg0) Keyexpects_one_bool:{0} expects a boolean.static org.jvnet.localizer.LocalizableKeyexpects_one_non_null_arg:{0} expects one non-null argument.static org.jvnet.localizer.Localizable_expects_one_number(Object arg0) Keyexpects_one_number:{0} expects a number.static org.jvnet.localizer.LocalizableKeyexpects_one_or_two_strings:{0} expects one or two strings.static org.jvnet.localizer.Localizable_expects_one_regex(Object arg0) Keyexpects_one_regex:{0} expects a regex.static org.jvnet.localizer.Localizable_expects_one_string(Object arg0) Keyexpects_one_string:{0} expects a string.static org.jvnet.localizer.LocalizableKeyexpects_one_string_and_at_least_one_number:{0} expects one string and at least one number.static org.jvnet.localizer.LocalizableKeyexpects_one_string_and_encoding:{0} expects two arguments: a string and an encoding.static org.jvnet.localizer.LocalizableKeyexpects_one_string_and_number:{0} expects a string and a number.static org.jvnet.localizer.LocalizableKeyexpects_one_string_in_form_abc:{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment).static org.jvnet.localizer.LocalizableKeyexpects_one_string_or_regex:{0} expects a string or a regex.static org.jvnet.localizer.LocalizableKeyexpects_one_string_two_arrays_strings:{0} expects a string, and two arrays of strings.static org.jvnet.localizer.LocalizableKeyexpects_one_xml_or_html_element:{0} expects a single XML or HTML element as an argument.static org.jvnet.localizer.Localizable_expects_param_i_number(Object arg0, Object arg1) Keyexpects_param_i_number:{0} expects parameter {1} to be a number.static org.jvnet.localizer.LocalizableKeyexpects_second_param_number:{0} expects the first parameter to be a number.static org.jvnet.localizer.LocalizableKeyexpects_second_param_string:{0} expects the second parameter to be a string.static org.jvnet.localizer.LocalizableKeyexpects_second_param_string_phonetic:{0} expects the second parameter to be a string, the phonetic encoding to use..static org.jvnet.localizer.LocalizableKeyexpects_single_string_as_arg:{0} expects a single String as an argument.static org.jvnet.localizer.LocalizableKeyexpects_string_to_reinterpret:{0} expects String to reinterpret with a given target encoding and optional source encoding..static org.jvnet.localizer.Localizable_expects_three_strings(Object arg0) Keyexpects_three_strings:{0} expects three strings.static org.jvnet.localizer.LocalizableKeyexpects_three_strings_as_string_regex_string:{0} expects three strings, or one string, one regex, and one string.static org.jvnet.localizer.Localizable_expects_two_args(Object arg0) Keyexpects_two_args:{0} expects two arguments.static org.jvnet.localizer.Localizable_expects_two_numbers(Object arg0) Keyexpects_two_numbers:{0} expects two numbers.static org.jvnet.localizer.LocalizableKeyexpects_two_or_more_bool:{0} expects two or more booleans.static org.jvnet.localizer.Localizable_expects_two_strings(Object arg0) Keyexpects_two_strings:{0} expects two strings.static org.jvnet.localizer.LocalizableKeyexpects_two_strings_as_string_regex_opt_bool:{0} expects three strings, or one string, one regex, followed by an optional boolean.static org.jvnet.localizer.LocalizableKeyexpects_two_strings_or_two_dates_and_unit_string:{0} expects either two strings, or two dates and a unit string.static org.jvnet.localizer.LocalizableKeyfailed:{0} failed: {1}.static org.jvnet.localizer.LocalizableKeyfailed_as_param_not_xml_or_html_element:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml().static org.jvnet.localizer.LocalizableKeyfun_cross_expects_value_project_column:{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional).static org.jvnet.localizer.LocalizableKeyfun_facet_count_error_parsing_facet:Error parsing facet expression {0}.static org.jvnet.localizer.LocalizableKeyfun_facet_expects_value_expression_column:{0} expects a choice value, an expression as a string, and a column name.static org.jvnet.localizer.LocalizableKeyfun_time_since_unix_epoch_to_date:{0} accepts a number and an optional second argument containing a string specifying the units.static org.jvnet.localizer.Localizable_fun_to_string(Object arg0) Keyfun_to_string:{0} accepts an object and an optional second argument containing a Date or Number format string.static org.jvnet.localizer.LocalizableKeyhtml_cannot_work_with_this_expects_one_string:{0} cannot work with this ''{1}'' and expects a single String as an argument.static org.jvnet.localizer.Localizable_html_cannot_work_with_this_use_parse_html(Object arg0, Object arg1) Keyhtml_cannot_work_with_this_use_parse_html:{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function.static org.jvnet.localizer.LocalizableKeyinvalid_arg:Invalid argument.static org.jvnet.localizer.LocalizableKeyinvalid_non_string_format_arg:Invalid non-string format argument {0}.static org.jvnet.localizer.Localizable_invalid_uri(Object arg0) Keyinvalid_uri:Invalid URI {0}.static org.jvnet.localizer.LocalizableKeylanguage_detect_failed:{0}: language detection failed.static org.jvnet.localizer.LocalizableKeyno_such_column_with_name:No such column named {0}.static org.jvnet.localizer.LocalizableKeystr_replace_expects_one_string_two_arrays_string:{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings..static org.jvnet.localizer.LocalizableKeystr_replace_replacements_equal_to_searches:{0}: the number of replacements must be equal to or less than the number of search strings..static org.jvnet.localizer.LocalizableKeystring_diff_long_overflow:Number of {0} between given dates causes long overflow..static org.jvnet.localizer.LocalizableKeyunable_to_convert_to_date:Unable to convert to date.static org.jvnet.localizer.LocalizableKeyunable_to_determine_if_xml_or_html:{0} unable to determine whether XML or HTML is being used..static org.jvnet.localizer.Localizable_unable_to_handle_encoding(Object arg0, Object arg1) Keyunable_to_handle_encoding:{0} does not know how to handle the ''{1}'' encoding..static org.jvnet.localizer.LocalizableKeyunable_to_identify_parser:{0} unable to identify which parser to use.static org.jvnet.localizer.LocalizableKeyunable_to_parse_as_date:Unable to parse as date.static org.jvnet.localizer.LocalizableKeyunable_to_parse_as_number:Unable to parse as number.static org.jvnet.localizer.Localizable_unknown_encoding(Object arg0, Object arg1) Keyunknown_encoding:{0}: Unknown encoding {1}..static org.jvnet.localizer.LocalizableKeyunknown_format_conversion:Unknown format conversion {0}.static org.jvnet.localizer.Localizable_unknown_time_unit(Object arg0) Keyunknown_time_unit:Unknown time unit {0}.static org.jvnet.localizer.LocalizableKeyunrecognized_date_part:Date unit {0} not recognized..static org.jvnet.localizer.Localizable_unrecognized_mode(Object arg0, Object arg1) Keyunrecognized_mode:{0} does not recognize mode {1}..static org.jvnet.localizer.Localizable_unrecognized_source_encoding(Object arg0, Object arg1) Keyunrecognized_source_encoding:{0}: source encoding {1} is not available or recognized.static org.jvnet.localizer.Localizable_unrecognized_target_encoding(Object arg0, Object arg1) Keyunrecognized_target_encoding:{0}: target encoding {1} is not available or recognized.static org.jvnet.localizer.Localizable_xml_attr_failed(Object arg0) Keyxml_attr_failed:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function.static org.jvnet.localizer.Localizable_xml_parent_cannot_work_with(Object arg0, Object arg1) Keyxml_parent_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach()..static org.jvnet.localizer.Localizable_xml_script_text_cannot_work_with(Object arg0, Object arg1) Keyxml_script_text_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-.static org.jvnet.localizer.Localizable_xml_text_cannot_work_with_and_expects(Object arg0, Object arg1) Keyxml_text_cannot_work_with_and_expects:{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument.static org.jvnet.localizer.Localizable_xml_text_cannot_work_with_and_failed(Object arg0, Object arg1) Keyxml_text_cannot_work_with_and_failed:{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function.static StringKeyerror:{0} error: {1}.static StringKeyexpects_array_of_numbers:{0} expects an array of numbers.static StringKeyexpects_at_least_one_arg:{0} expects at least one argument.static StringKeyexpects_at_least_one_number:{0} expects at least one number.static StringKeyexpects_at_least_one_string:{0} expects at least a string.static StringKeyexpects_at_least_two_args:{0} expects at least two arguments.static StringKeyexpects_date_and_string:{0} expects a date and a string.static StringKeyexpects_date_number_string:{0} expects a date, a number and a string.static StringKeyexpects_first_param_number:{0} expects the first parameter to be a number.static StringKeyexpects_first_param_string:{0} expects the first parameter to be a string.static StringKeyexpects_last_character_not_comma:The last character in the input string should not be a comma..static StringKeyexpects_no_arg_or_two_numbers_asc:{0} expects no arguments or two numbers, the first must be less thant the second.static Stringexpects_one_arg(Object arg0) Keyexpects_one_arg:{0} expects one argument.static Stringexpects_one_array(Object arg0) Keyexpects_one_array:{0} expects an array.static StringKeyexpects_one_array_and_string:{0} expects an array and a string.static StringKeyexpects_one_array_or_string:{0} expects an array or a string.static StringKeyexpects_one_array_uniform:{0} expects an array of uniform type.static Stringexpects_one_bool(Object arg0) Keyexpects_one_bool:{0} expects a boolean.static StringKeyexpects_one_non_null_arg:{0} expects one non-null argument.static Stringexpects_one_number(Object arg0) Keyexpects_one_number:{0} expects a number.static StringKeyexpects_one_or_two_strings:{0} expects one or two strings.static Stringexpects_one_regex(Object arg0) Keyexpects_one_regex:{0} expects a regex.static Stringexpects_one_string(Object arg0) Keyexpects_one_string:{0} expects a string.static StringKeyexpects_one_string_and_at_least_one_number:{0} expects one string and at least one number.static StringKeyexpects_one_string_and_encoding:{0} expects two arguments: a string and an encoding.static StringKeyexpects_one_string_and_number:{0} expects a string and a number.static StringKeyexpects_one_string_in_form_abc:{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment).static StringKeyexpects_one_string_or_regex:{0} expects a string or a regex.static StringKeyexpects_one_string_two_arrays_strings:{0} expects a string, and two arrays of strings.static StringKeyexpects_one_xml_or_html_element:{0} expects a single XML or HTML element as an argument.static Stringexpects_param_i_number(Object arg0, Object arg1) Keyexpects_param_i_number:{0} expects parameter {1} to be a number.static StringKeyexpects_second_param_number:{0} expects the first parameter to be a number.static StringKeyexpects_second_param_string:{0} expects the second parameter to be a string.static StringKeyexpects_second_param_string_phonetic:{0} expects the second parameter to be a string, the phonetic encoding to use..static StringKeyexpects_single_string_as_arg:{0} expects a single String as an argument.static StringKeyexpects_string_to_reinterpret:{0} expects String to reinterpret with a given target encoding and optional source encoding..static Stringexpects_three_strings(Object arg0) Keyexpects_three_strings:{0} expects three strings.static StringKeyexpects_three_strings_as_string_regex_string:{0} expects three strings, or one string, one regex, and one string.static Stringexpects_two_args(Object arg0) Keyexpects_two_args:{0} expects two arguments.static Stringexpects_two_numbers(Object arg0) Keyexpects_two_numbers:{0} expects two numbers.static StringKeyexpects_two_or_more_bool:{0} expects two or more booleans.static Stringexpects_two_strings(Object arg0) Keyexpects_two_strings:{0} expects two strings.static StringKeyexpects_two_strings_as_string_regex_opt_bool:{0} expects three strings, or one string, one regex, followed by an optional boolean.static StringKeyexpects_two_strings_or_two_dates_and_unit_string:{0} expects either two strings, or two dates and a unit string.static StringKeyfailed:{0} failed: {1}.static StringKeyfailed_as_param_not_xml_or_html_element:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml().static StringKeyfun_cross_expects_value_project_column:{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional).static StringKeyfun_facet_count_error_parsing_facet:Error parsing facet expression {0}.static StringKeyfun_facet_expects_value_expression_column:{0} expects a choice value, an expression as a string, and a column name.static StringKeyfun_time_since_unix_epoch_to_date:{0} accepts a number and an optional second argument containing a string specifying the units.static Stringfun_to_string(Object arg0) Keyfun_to_string:{0} accepts an object and an optional second argument containing a Date or Number format string.static StringKeyhtml_cannot_work_with_this_expects_one_string:{0} cannot work with this ''{1}'' and expects a single String as an argument.static Stringhtml_cannot_work_with_this_use_parse_html(Object arg0, Object arg1) Keyhtml_cannot_work_with_this_use_parse_html:{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function.static StringKeyinvalid_arg:Invalid argument.static StringKeyinvalid_non_string_format_arg:Invalid non-string format argument {0}.static Stringinvalid_uri(Object arg0) Keyinvalid_uri:Invalid URI {0}.static Stringlanguage_detect_failed(Object arg0) Keylanguage_detect_failed:{0}: language detection failed.static StringKeyno_such_column_with_name:No such column named {0}.static StringKeystr_replace_expects_one_string_two_arrays_string:{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings..static StringKeystr_replace_replacements_equal_to_searches:{0}: the number of replacements must be equal to or less than the number of search strings..static StringKeystring_diff_long_overflow:Number of {0} between given dates causes long overflow..static StringKeyunable_to_convert_to_date:Unable to convert to date.static StringKeyunable_to_determine_if_xml_or_html:{0} unable to determine whether XML or HTML is being used..static Stringunable_to_handle_encoding(Object arg0, Object arg1) Keyunable_to_handle_encoding:{0} does not know how to handle the ''{1}'' encoding..static StringKeyunable_to_identify_parser:{0} unable to identify which parser to use.static StringKeyunable_to_parse_as_date:Unable to parse as date.static StringKeyunable_to_parse_as_number:Unable to parse as number.static Stringunknown_encoding(Object arg0, Object arg1) Keyunknown_encoding:{0}: Unknown encoding {1}..static StringKeyunknown_format_conversion:Unknown format conversion {0}.static Stringunknown_time_unit(Object arg0) Keyunknown_time_unit:Unknown time unit {0}.static Stringunrecognized_date_part(Object arg0) Keyunrecognized_date_part:Date unit {0} not recognized..static Stringunrecognized_mode(Object arg0, Object arg1) Keyunrecognized_mode:{0} does not recognize mode {1}..static Stringunrecognized_source_encoding(Object arg0, Object arg1) Keyunrecognized_source_encoding:{0}: source encoding {1} is not available or recognized.static Stringunrecognized_target_encoding(Object arg0, Object arg1) Keyunrecognized_target_encoding:{0}: target encoding {1} is not available or recognized.static Stringxml_attr_failed(Object arg0) Keyxml_attr_failed:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function.static Stringxml_parent_cannot_work_with(Object arg0, Object arg1) Keyxml_parent_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach()..static Stringxml_script_text_cannot_work_with(Object arg0, Object arg1) Keyxml_script_text_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-.static Stringxml_text_cannot_work_with_and_expects(Object arg0, Object arg1) Keyxml_text_cannot_work_with_and_expects:{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument.static Stringxml_text_cannot_work_with_and_failed(Object arg0, Object arg1) Keyxml_text_cannot_work_with_and_failed:{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function.
-
Constructor Details
-
EvalErrorMessage
public EvalErrorMessage()
-
-
Method Details
-
expects_one_string_two_arrays_strings
Keyexpects_one_string_two_arrays_strings:{0} expects a string, and two arrays of strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string, and two arrays of strings
-
_expects_one_string_two_arrays_strings
Keyexpects_one_string_two_arrays_strings:{0} expects a string, and two arrays of strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string, and two arrays of strings
-
no_such_column_with_name
Keyno_such_column_with_name:No such column named {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No such column named {0}
-
_no_such_column_with_name
Keyno_such_column_with_name:No such column named {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No such column named {0}
-
expects_no_arg_or_two_numbers_asc
Keyexpects_no_arg_or_two_numbers_asc:{0} expects no arguments or two numbers, the first must be less thant the second.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects no arguments or two numbers, the first must be less thant the second
-
_expects_no_arg_or_two_numbers_asc
Keyexpects_no_arg_or_two_numbers_asc:{0} expects no arguments or two numbers, the first must be less thant the second.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects no arguments or two numbers, the first must be less thant the second
-
expects_one_regex
Keyexpects_one_regex:{0} expects a regex.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a regex
-
_expects_one_regex
Keyexpects_one_regex:{0} expects a regex.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a regex
-
expects_one_string_in_form_abc
Keyexpects_one_string_in_form_abc:{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment)
-
_expects_one_string_in_form_abc
Keyexpects_one_string_in_form_abc:{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment)
-
expects_second_param_string_phonetic
Keyexpects_second_param_string_phonetic:{0} expects the second parameter to be a string, the phonetic encoding to use..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second parameter to be a string, the phonetic encoding to use.
-
_expects_second_param_string_phonetic
Keyexpects_second_param_string_phonetic:{0} expects the second parameter to be a string, the phonetic encoding to use..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second parameter to be a string, the phonetic encoding to use.
-
expects_one_array
Keyexpects_one_array:{0} expects an array.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array
-
_expects_one_array
Keyexpects_one_array:{0} expects an array.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array
-
expects_two_numbers
Keyexpects_two_numbers:{0} expects two numbers.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two numbers
-
_expects_two_numbers
Keyexpects_two_numbers:{0} expects two numbers.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two numbers
-
expects_one_array_and_string
Keyexpects_one_array_and_string:{0} expects an array and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array and a string
-
_expects_one_array_and_string
Keyexpects_one_array_and_string:{0} expects an array and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array and a string
-
invalid_uri
Keyinvalid_uri:Invalid URI {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid URI {0}
-
_invalid_uri
Keyinvalid_uri:Invalid URI {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid URI {0}
-
xml_text_cannot_work_with_and_expects
Keyxml_text_cannot_work_with_and_expects:{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument
-
_xml_text_cannot_work_with_and_expects
public static org.jvnet.localizer.Localizable _xml_text_cannot_work_with_and_expects(Object arg0, Object arg1) Keyxml_text_cannot_work_with_and_expects:{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument
-
expects_two_or_more_bool
Keyexpects_two_or_more_bool:{0} expects two or more booleans.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two or more booleans
-
_expects_two_or_more_bool
Keyexpects_two_or_more_bool:{0} expects two or more booleans.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two or more booleans
-
unknown_encoding
Keyunknown_encoding:{0}: Unknown encoding {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: Unknown encoding {1}.
-
_unknown_encoding
Keyunknown_encoding:{0}: Unknown encoding {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: Unknown encoding {1}.
-
expects_one_string
Keyexpects_one_string:{0} expects a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string
-
_expects_one_string
Keyexpects_one_string:{0} expects a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string
-
unknown_format_conversion
Keyunknown_format_conversion:Unknown format conversion {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown format conversion {0}
-
_unknown_format_conversion
Keyunknown_format_conversion:Unknown format conversion {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown format conversion {0}
-
xml_attr_failed
Keyxml_attr_failed:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function
-
_xml_attr_failed
Keyxml_attr_failed:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function
-
str_replace_expects_one_string_two_arrays_string
Keystr_replace_expects_one_string_two_arrays_string:{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings.
-
_str_replace_expects_one_string_two_arrays_string
public static org.jvnet.localizer.Localizable _str_replace_expects_one_string_two_arrays_string(Object arg0) Keystr_replace_expects_one_string_two_arrays_string:{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings.
-
unable_to_determine_if_xml_or_html
Keyunable_to_determine_if_xml_or_html:{0} unable to determine whether XML or HTML is being used..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} unable to determine whether XML or HTML is being used.
-
_unable_to_determine_if_xml_or_html
Keyunable_to_determine_if_xml_or_html:{0} unable to determine whether XML or HTML is being used..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} unable to determine whether XML or HTML is being used.
-
html_cannot_work_with_this_use_parse_html
Keyhtml_cannot_work_with_this_use_parse_html:{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function
-
_html_cannot_work_with_this_use_parse_html
public static org.jvnet.localizer.Localizable _html_cannot_work_with_this_use_parse_html(Object arg0, Object arg1) Keyhtml_cannot_work_with_this_use_parse_html:{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function
-
expects_one_bool
Keyexpects_one_bool:{0} expects a boolean.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a boolean
-
_expects_one_bool
Keyexpects_one_bool:{0} expects a boolean.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a boolean
-
expects_one_array_uniform
Keyexpects_one_array_uniform:{0} expects an array of uniform type.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array of uniform type
-
_expects_one_array_uniform
Keyexpects_one_array_uniform:{0} expects an array of uniform type.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array of uniform type
-
expects_one_string_and_number
Keyexpects_one_string_and_number:{0} expects a string and a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string and a number
-
_expects_one_string_and_number
Keyexpects_one_string_and_number:{0} expects a string and a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string and a number
-
expects_three_strings
Keyexpects_three_strings:{0} expects three strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings
-
_expects_three_strings
Keyexpects_three_strings:{0} expects three strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings
-
failed
Keyfailed:{0} failed: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed: {1}
-
_failed
Keyfailed:{0} failed: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed: {1}
-
unable_to_parse_as_number
Keyunable_to_parse_as_number:Unable to parse as number.- Returns:
Unable to parse as number
-
_unable_to_parse_as_number
public static org.jvnet.localizer.Localizable _unable_to_parse_as_number()Keyunable_to_parse_as_number:Unable to parse as number.- Returns:
Unable to parse as number
-
expects_single_string_as_arg
Keyexpects_single_string_as_arg:{0} expects a single String as an argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a single String as an argument
-
_expects_single_string_as_arg
Keyexpects_single_string_as_arg:{0} expects a single String as an argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a single String as an argument
-
expects_second_param_string
Keyexpects_second_param_string:{0} expects the second parameter to be a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second parameter to be a string
-
_expects_second_param_string
Keyexpects_second_param_string:{0} expects the second parameter to be a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second parameter to be a string
-
expects_at_least_one_string
Keyexpects_at_least_one_string:{0} expects at least a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least a string
-
_expects_at_least_one_string
Keyexpects_at_least_one_string:{0} expects at least a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least a string
-
invalid_arg
Keyinvalid_arg:Invalid argument.- Returns:
Invalid argument
-
_invalid_arg
public static org.jvnet.localizer.Localizable _invalid_arg()Keyinvalid_arg:Invalid argument.- Returns:
Invalid argument
-
expects_first_param_number
Keyexpects_first_param_number:{0} expects the first parameter to be a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a number
-
_expects_first_param_number
Keyexpects_first_param_number:{0} expects the first parameter to be a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a number
-
fun_to_string
Keyfun_to_string:{0} accepts an object and an optional second argument containing a Date or Number format string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} accepts an object and an optional second argument containing a Date or Number format string
-
_fun_to_string
Keyfun_to_string:{0} accepts an object and an optional second argument containing a Date or Number format string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} accepts an object and an optional second argument containing a Date or Number format string
-
expects_one_or_two_strings
Keyexpects_one_or_two_strings:{0} expects one or two strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one or two strings
-
_expects_one_or_two_strings
Keyexpects_one_or_two_strings:{0} expects one or two strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one or two strings
-
expects_two_strings_as_string_regex_opt_bool
Keyexpects_two_strings_as_string_regex_opt_bool:{0} expects three strings, or one string, one regex, followed by an optional boolean.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings, or one string, one regex, followed by an optional boolean
-
_expects_two_strings_as_string_regex_opt_bool
public static org.jvnet.localizer.Localizable _expects_two_strings_as_string_regex_opt_bool(Object arg0) Keyexpects_two_strings_as_string_regex_opt_bool:{0} expects three strings, or one string, one regex, followed by an optional boolean.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings, or one string, one regex, followed by an optional boolean
-
failed_as_param_not_xml_or_html_element
Keyfailed_as_param_not_xml_or_html_element:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml().- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml()
-
_failed_as_param_not_xml_or_html_element
Keyfailed_as_param_not_xml_or_html_element:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml().- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml()
-
expects_second_param_number
Keyexpects_second_param_number:{0} expects the first parameter to be a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a number
-
_expects_second_param_number
Keyexpects_second_param_number:{0} expects the first parameter to be a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a number
-
expects_one_arg
Keyexpects_one_arg:{0} expects one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one argument
-
_expects_one_arg
Keyexpects_one_arg:{0} expects one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one argument
-
fun_time_since_unix_epoch_to_date
Keyfun_time_since_unix_epoch_to_date:{0} accepts a number and an optional second argument containing a string specifying the units.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} accepts a number and an optional second argument containing a string specifying the units
-
_fun_time_since_unix_epoch_to_date
Keyfun_time_since_unix_epoch_to_date:{0} accepts a number and an optional second argument containing a string specifying the units.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} accepts a number and an optional second argument containing a string specifying the units
-
expects_last_character_not_comma
Keyexpects_last_character_not_comma:The last character in the input string should not be a comma..- Returns:
The last character in the input string should not be a comma.
-
_expects_last_character_not_comma
public static org.jvnet.localizer.Localizable _expects_last_character_not_comma()Keyexpects_last_character_not_comma:The last character in the input string should not be a comma..- Returns:
The last character in the input string should not be a comma.
-
language_detect_failed
Keylanguage_detect_failed:{0}: language detection failed.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: language detection failed
-
_language_detect_failed
Keylanguage_detect_failed:{0}: language detection failed.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: language detection failed
-
expects_at_least_one_number
Keyexpects_at_least_one_number:{0} expects at least one number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least one number
-
_expects_at_least_one_number
Keyexpects_at_least_one_number:{0} expects at least one number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least one number
-
error
Keyerror:{0} error: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} error: {1}
-
_error
Keyerror:{0} error: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} error: {1}
-
expects_two_strings_or_two_dates_and_unit_string
Keyexpects_two_strings_or_two_dates_and_unit_string:{0} expects either two strings, or two dates and a unit string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects either two strings, or two dates and a unit string
-
_expects_two_strings_or_two_dates_and_unit_string
public static org.jvnet.localizer.Localizable _expects_two_strings_or_two_dates_and_unit_string(Object arg0) Keyexpects_two_strings_or_two_dates_and_unit_string:{0} expects either two strings, or two dates and a unit string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects either two strings, or two dates and a unit string
-
expects_one_array_or_string
Keyexpects_one_array_or_string:{0} expects an array or a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array or a string
-
_expects_one_array_or_string
Keyexpects_one_array_or_string:{0} expects an array or a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array or a string
-
fun_facet_count_error_parsing_facet
Keyfun_facet_count_error_parsing_facet:Error parsing facet expression {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Error parsing facet expression {0}
-
_fun_facet_count_error_parsing_facet
Keyfun_facet_count_error_parsing_facet:Error parsing facet expression {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Error parsing facet expression {0}
-
unrecognized_target_encoding
Keyunrecognized_target_encoding:{0}: target encoding {1} is not available or recognized.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: target encoding {1} is not available or recognized
-
_unrecognized_target_encoding
public static org.jvnet.localizer.Localizable _unrecognized_target_encoding(Object arg0, Object arg1) Keyunrecognized_target_encoding:{0}: target encoding {1} is not available or recognized.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: target encoding {1} is not available or recognized
-
fun_cross_expects_value_project_column
Keyfun_cross_expects_value_project_column:{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional)
-
_fun_cross_expects_value_project_column
Keyfun_cross_expects_value_project_column:{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional)
-
unable_to_identify_parser
Keyunable_to_identify_parser:{0} unable to identify which parser to use.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} unable to identify which parser to use
-
_unable_to_identify_parser
Keyunable_to_identify_parser:{0} unable to identify which parser to use.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} unable to identify which parser to use
-
expects_array_of_numbers
Keyexpects_array_of_numbers:{0} expects an array of numbers.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array of numbers
-
_expects_array_of_numbers
Keyexpects_array_of_numbers:{0} expects an array of numbers.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array of numbers
-
expects_date_and_string
Keyexpects_date_and_string:{0} expects a date and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a date and a string
-
_expects_date_and_string
Keyexpects_date_and_string:{0} expects a date and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a date and a string
-
expects_one_number
Keyexpects_one_number:{0} expects a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a number
-
_expects_one_number
Keyexpects_one_number:{0} expects a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a number
-
invalid_non_string_format_arg
Keyinvalid_non_string_format_arg:Invalid non-string format argument {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid non-string format argument {0}
-
_invalid_non_string_format_arg
Keyinvalid_non_string_format_arg:Invalid non-string format argument {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid non-string format argument {0}
-
unrecognized_source_encoding
Keyunrecognized_source_encoding:{0}: source encoding {1} is not available or recognized.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: source encoding {1} is not available or recognized
-
_unrecognized_source_encoding
public static org.jvnet.localizer.Localizable _unrecognized_source_encoding(Object arg0, Object arg1) Keyunrecognized_source_encoding:{0}: source encoding {1} is not available or recognized.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: source encoding {1} is not available or recognized
-
expects_one_string_and_encoding
Keyexpects_one_string_and_encoding:{0} expects two arguments: a string and an encoding.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two arguments: a string and an encoding
-
_expects_one_string_and_encoding
Keyexpects_one_string_and_encoding:{0} expects two arguments: a string and an encoding.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two arguments: a string and an encoding
-
expects_one_string_and_at_least_one_number
Keyexpects_one_string_and_at_least_one_number:{0} expects one string and at least one number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one string and at least one number
-
_expects_one_string_and_at_least_one_number
public static org.jvnet.localizer.Localizable _expects_one_string_and_at_least_one_number(Object arg0) Keyexpects_one_string_and_at_least_one_number:{0} expects one string and at least one number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one string and at least one number
-
unable_to_parse_as_date
Keyunable_to_parse_as_date:Unable to parse as date.- Returns:
Unable to parse as date
-
_unable_to_parse_as_date
public static org.jvnet.localizer.Localizable _unable_to_parse_as_date()Keyunable_to_parse_as_date:Unable to parse as date.- Returns:
Unable to parse as date
-
unrecognized_mode
Keyunrecognized_mode:{0} does not recognize mode {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not recognize mode {1}.
-
_unrecognized_mode
Keyunrecognized_mode:{0} does not recognize mode {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not recognize mode {1}.
-
expects_two_args
Keyexpects_two_args:{0} expects two arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two arguments
-
_expects_two_args
Keyexpects_two_args:{0} expects two arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two arguments
-
unable_to_handle_encoding
Keyunable_to_handle_encoding:{0} does not know how to handle the ''{1}'' encoding..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not know how to handle the ''{1}'' encoding.
-
_unable_to_handle_encoding
Keyunable_to_handle_encoding:{0} does not know how to handle the ''{1}'' encoding..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not know how to handle the ''{1}'' encoding.
-
str_replace_replacements_equal_to_searches
Keystr_replace_replacements_equal_to_searches:{0}: the number of replacements must be equal to or less than the number of search strings..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: the number of replacements must be equal to or less than the number of search strings.
-
_str_replace_replacements_equal_to_searches
public static org.jvnet.localizer.Localizable _str_replace_replacements_equal_to_searches(Object arg0) Keystr_replace_replacements_equal_to_searches:{0}: the number of replacements must be equal to or less than the number of search strings..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: the number of replacements must be equal to or less than the number of search strings.
-
html_cannot_work_with_this_expects_one_string
Keyhtml_cannot_work_with_this_expects_one_string:{0} cannot work with this ''{1}'' and expects a single String as an argument.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' and expects a single String as an argument
-
_html_cannot_work_with_this_expects_one_string
public static org.jvnet.localizer.Localizable _html_cannot_work_with_this_expects_one_string(Object arg0, Object arg1) Keyhtml_cannot_work_with_this_expects_one_string:{0} cannot work with this ''{1}'' and expects a single String as an argument.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' and expects a single String as an argument
-
expects_one_xml_or_html_element
Keyexpects_one_xml_or_html_element:{0} expects a single XML or HTML element as an argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a single XML or HTML element as an argument
-
_expects_one_xml_or_html_element
Keyexpects_one_xml_or_html_element:{0} expects a single XML or HTML element as an argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a single XML or HTML element as an argument
-
expects_param_i_number
Keyexpects_param_i_number:{0} expects parameter {1} to be a number.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects parameter {1} to be a number
-
_expects_param_i_number
Keyexpects_param_i_number:{0} expects parameter {1} to be a number.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects parameter {1} to be a number
-
string_diff_long_overflow
Keystring_diff_long_overflow:Number of {0} between given dates causes long overflow..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Number of {0} between given dates causes long overflow.
-
_string_diff_long_overflow
Keystring_diff_long_overflow:Number of {0} between given dates causes long overflow..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Number of {0} between given dates causes long overflow.
-
expects_at_least_two_args
Keyexpects_at_least_two_args:{0} expects at least two arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least two arguments
-
_expects_at_least_two_args
Keyexpects_at_least_two_args:{0} expects at least two arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least two arguments
-
expects_one_string_or_regex
Keyexpects_one_string_or_regex:{0} expects a string or a regex.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string or a regex
-
_expects_one_string_or_regex
Keyexpects_one_string_or_regex:{0} expects a string or a regex.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string or a regex
-
unknown_time_unit
Keyunknown_time_unit:Unknown time unit {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown time unit {0}
-
_unknown_time_unit
Keyunknown_time_unit:Unknown time unit {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown time unit {0}
-
expects_at_least_one_arg
Keyexpects_at_least_one_arg:{0} expects at least one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least one argument
-
_expects_at_least_one_arg
Keyexpects_at_least_one_arg:{0} expects at least one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least one argument
-
xml_script_text_cannot_work_with
Keyxml_script_text_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-
-
_xml_script_text_cannot_work_with
public static org.jvnet.localizer.Localizable _xml_script_text_cannot_work_with(Object arg0, Object arg1) Keyxml_script_text_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-
-
xml_text_cannot_work_with_and_failed
Keyxml_text_cannot_work_with_and_failed:{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function
-
_xml_text_cannot_work_with_and_failed
public static org.jvnet.localizer.Localizable _xml_text_cannot_work_with_and_failed(Object arg0, Object arg1) Keyxml_text_cannot_work_with_and_failed:{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function
-
expects_three_strings_as_string_regex_string
Keyexpects_three_strings_as_string_regex_string:{0} expects three strings, or one string, one regex, and one string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings, or one string, one regex, and one string
-
_expects_three_strings_as_string_regex_string
public static org.jvnet.localizer.Localizable _expects_three_strings_as_string_regex_string(Object arg0) Keyexpects_three_strings_as_string_regex_string:{0} expects three strings, or one string, one regex, and one string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings, or one string, one regex, and one string
-
expects_date_number_string
Keyexpects_date_number_string:{0} expects a date, a number and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a date, a number and a string
-
_expects_date_number_string
Keyexpects_date_number_string:{0} expects a date, a number and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a date, a number and a string
-
fun_facet_expects_value_expression_column
Keyfun_facet_expects_value_expression_column:{0} expects a choice value, an expression as a string, and a column name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a choice value, an expression as a string, and a column name
-
_fun_facet_expects_value_expression_column
public static org.jvnet.localizer.Localizable _fun_facet_expects_value_expression_column(Object arg0) Keyfun_facet_expects_value_expression_column:{0} expects a choice value, an expression as a string, and a column name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a choice value, an expression as a string, and a column name
-
expects_first_param_string
Keyexpects_first_param_string:{0} expects the first parameter to be a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a string
-
_expects_first_param_string
Keyexpects_first_param_string:{0} expects the first parameter to be a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a string
-
unable_to_convert_to_date
Keyunable_to_convert_to_date:Unable to convert to date.- Returns:
Unable to convert to date
-
_unable_to_convert_to_date
public static org.jvnet.localizer.Localizable _unable_to_convert_to_date()Keyunable_to_convert_to_date:Unable to convert to date.- Returns:
Unable to convert to date
-
expects_two_strings
Keyexpects_two_strings:{0} expects two strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two strings
-
_expects_two_strings
Keyexpects_two_strings:{0} expects two strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two strings
-
expects_string_to_reinterpret
Keyexpects_string_to_reinterpret:{0} expects String to reinterpret with a given target encoding and optional source encoding..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects String to reinterpret with a given target encoding and optional source encoding.
-
_expects_string_to_reinterpret
Keyexpects_string_to_reinterpret:{0} expects String to reinterpret with a given target encoding and optional source encoding..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects String to reinterpret with a given target encoding and optional source encoding.
-
unrecognized_date_part
Keyunrecognized_date_part:Date unit {0} not recognized..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Date unit {0} not recognized.
-
_unrecognized_date_part
Keyunrecognized_date_part:Date unit {0} not recognized..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Date unit {0} not recognized.
-
xml_parent_cannot_work_with
Keyxml_parent_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach()..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach().
-
_xml_parent_cannot_work_with
public static org.jvnet.localizer.Localizable _xml_parent_cannot_work_with(Object arg0, Object arg1) Keyxml_parent_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach()..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach().
-
expects_one_non_null_arg
Keyexpects_one_non_null_arg:{0} expects one non-null argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one non-null argument
-
_expects_one_non_null_arg
Keyexpects_one_non_null_arg:{0} expects one non-null argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one non-null argument
-