Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 2 of 2) sorted by relevance

/honee/tests/junit-xml/junit_xml/
H A D__init__.py58 def decode(var, encoding): argument
66 if encoding:
67 ret = var.decode(encoding)
117 def build_xml_doc(self, encoding=None): argument
132 test_suite_attributes["name"] = decode(self.name, encoding)
138 test_suite_attributes["hostname"] = decode(self.hostname, encoding)
140 test_suite_attributes["id"] = decode(self.id, encoding)
142 test_suite_attributes["package"] = decode(self.package, encoding)
144 test_suite_attributes["timestamp"] = decode(self.timestamp, encoding)
146 test_suite_attributes["file"] = decode(self.file, encoding)
[all …]
/honee/
H A DDoxyfile30 # This tag specifies the encoding used for all characters in the configuration
31 # file that follow. The default is UTF-8 which is also the encoding used for all
949 # This tag can be used to specify the character encoding of the source files
950 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
959 # This tag can be used to specify the character encoding of the source files
961 # character encoding on a per file pattern basis. Doxygen will compare the file
962 # name with each pattern and apply the encoding instead of the default
964 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding