Module:Util/doc

From Path of Exile Wiki
Revision as of 08:10, 26 July 2020 by >Ruba159753 (rus)
Jump to navigation Jump to search

This is a meta module.

This module is meant to be used only by other modules. It should not be invoked in wikitext.

Overview

Provides utility functions for programming modules.

Structure

Group Description
util.cast utilities for casting values (i.e. from arguments)
util.html shorthand functions for creating some html tags
util.misc miscellaneous functions

Tests

YesY All tests passed.

Name Expected Actual
YesY test_args_from_cargo_maps__cast_valid_fields
YesY test_args_from_cargo_maps__default_function
YesY test_args_from_cargo_maps__default_value
YesY test_args_from_cargo_maps__error_missing_in_fields
YesY test_args_from_cargo_maps__error_missing_in_order
YesY test_args_from_cargo_maps__func
YesY test_args_from_cargo_maps__name
YesY test_args_stats__errors
YesY test_args_stats__min_max
YesY test_args_stats__value
YesY test_args_version__ignore_unknowns_success
YesY test_args_version__misformatted_release_version
YesY test_args_version__success
YesY test_cast_boolean
YesY test_cast_number
YesY test_cast_number__error_invalid_number
YesY test_cast_number__error_max
YesY test_cast_number__error_min
YesY test_cast_number__invalid_with_default
YesY test_cast_replace_if_match__argsnotpresent
YesY test_cast_replace_if_match__ignorequestionmark_match
YesY test_cast_replace_if_match__ignorequestionmark_nomatch
YesY test_cast_replace_if_match__numericmatchnotpresent
YesY test_cast_replace_if_match__numericmatchpresent
YesY test_cast_replace_if_match__patternnotpresent
YesY test_cast_replace_if_match__replacewithnotpresent
YesY test_cast_replace_if_match__stringmatchnotpresent
YesY test_cast_replace_if_match__stringmatchpresent
YesY test_cast_table_from_split_args_string
YesY test_cast_table_from_split_args_string_custom_delimiter
YesY test_cast_table_from_string
YesY test_cast_table_from_string_custom_delimiter
YesY test_cast_table_from_table
YesY test_formatted_value_01
YesY test_formatted_value_02
YesY test_formatted_value_03
YesY test_formatted_value_04
YesY test_formatted_value_05
YesY test_formatted_value_06
YesY test_formatted_value_07
YesY test_formatted_value_08
YesY test_formatted_value_09
YesY test_formatted_value_10
YesY test_formatted_value_11
YesY test_formatted_value_12
YesY test_html_abbr
YesY test_html_error__with_msg
YesY test_html_error__without_msg
YesY test_misc_add_category__blacklisted
YesY test_misc_add_category__success
YesY test_misc_get_frame
YesY test_misc_is_frame
YesY test_string_split_args
YesY test_table_find_in_nested_array__assoc
YesY test_trim