Home
last modified time | relevance | path

Searched refs:partial_format (Results 1 – 6 of 6) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscresour.cpp101 void res_handle_resource(sc_gameref_t game, const sc_char *partial_format, in res_handle_resource() argument
109 assert(partial_format && vt_partial); in res_handle_resource()
140 partial_length = strlen(partial_format); in res_handle_resource()
154 strcat(format, partial_format); in res_handle_resource()
164 strcat(format, partial_format); in res_handle_resource()
171 strcat(format, partial_format); in res_handle_resource()
202 strcat(format, partial_format); in res_handle_resource()
212 strcat(format, partial_format); in res_handle_resource()
219 strcat(format, partial_format); in res_handle_resource()
H A Dscprotos.h620 const sc_char *partial_format,
/dports/games/scare/scare-1.3.10/source/
H A Dscresour.c118 const sc_char *partial_format, in res_handle_resource() argument
127 assert (partial_format && vt_partial); in res_handle_resource()
158 partial_length = strlen (partial_format); in res_handle_resource()
173 strcat (format, partial_format); in res_handle_resource()
185 strcat (format, partial_format); in res_handle_resource()
192 strcat (format, partial_format); in res_handle_resource()
229 strcat (format, partial_format); in res_handle_resource()
241 strcat (format, partial_format); in res_handle_resource()
248 strcat (format, partial_format); in res_handle_resource()
H A Dscprotos.h614 const sc_char *partial_format,
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/testsuite/
H A Dhelpers.py15 from ..helpers import partial_format, format_file_size, parse_file_size, format_timedelta, format_l…
826 assert partial_format('{space:10}', {'space': ' '}) == ' ' * 10
827 assert partial_format('{foobar}', {'bar': 'wrong', 'foobar': 'correct'}) == 'correct'
828 assert partial_format('{unknown_key}', {}) == '{unknown_key}'
829 assert partial_format('{key}{{escaped_key}}', {}) == '{key}{{escaped_key}}'
830 assert partial_format('{{escaped_key}}', {'escaped_key': 1234}) == '{{escaped_key}}'
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dhelpers.py703 def partial_format(format, mapping): function
1834 self.format = partial_format(format, static_keys)
1964 self.format = partial_format(format, static_keys)