Searched refs:pretty_print (Results 1 – 8 of 8) sorted by relevance
66 pretty_print() { function89 pretty_print "SUCCESS" "$3"91 pretty_print "FAILED" "$3"229 pretty_print "SUCCESS" "GPT data backuped sucessfully"231 pretty_print "FAILED" "Unable to create GPT backup file !"311 pretty_print "SUCCESS" "GUID of disk has been sucessfully changed"313 pretty_print "FAILED" "GUID of disk is the same as the previous one"348 pretty_print "SUCCESS" "EOF successfully exit gdisk"360 pretty_print "SUCCESS" "Temp disk sucessfully created"362 pretty_print "FAILED" "Unable to create temp disk !"
1052 pretty_print = self._should_pretty_print(indent_level)1057 if pretty_print:1079 if pretty_print:1082 if pretty_print and contents and contents[-1] != "\n":1084 if pretty_print and closeTag:1118 pretty_print = (indent_level is not None)1130 if pretty_print and not self.name == 'pre':1133 if pretty_print and not self.name == 'pre':
359 def decode(self, pretty_print=False, argument373 if not pretty_print:
35 bool pretty_print() { return pretty_print_; } in pretty_print() function
190 def pretty_print( printer ) method
580 def pretty_print( printer ) method in ANTLR3.CommonTree
3687 char *buf, size_t buflen, int pretty_print);4149 int pretty_print) in wpa_config_get_int() argument4153 if (pretty_print) in wpa_config_get_int()4161 int pretty_print) in wpa_config_get_str() argument4166 if (pretty_print) in wpa_config_get_str()4183 int pretty_print) in wpa_config_get_ipv4() argument4192 if (pretty_print) in wpa_config_get_ipv4()
5585 * glib/dbus-glib-tool.c (pretty_print): Handle signature change5872 * glib/dbus-glib-tool.c (pretty_print): Print annotations.5961 (pretty_print): Print binding names.