Home
last modified time | relevance | path

Searched refs:convert_string (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/html2runes-1.0.1/tests/
H A Dmarkdown.rs13 let result = convert_string( in newlines_are_ignored()
56 let result = convert_string( in paragraph()
86 let result = convert_string( in blockquote()
97 let result = convert_string( in blockquote()
108 let result = convert_string( in blockquote()
147 let result = convert_string( in ignoring_head()
162 let result = convert_string( in unordered_list()
168 let result = convert_string( in unordered_list()
195 let result = convert_string( in unordered_more_complex_list()
217 let result = convert_string( in ordered_list()
[all …]
/dports/textproc/rarian/rarian-00fa779/util/
H A Drarian-sk-rebuild.in16 convert_string="REPLACEME"
25 if [[ $convert_string != "REPLACEME" ]]
27 convert_string=$convert_string:${x##0:@:}
29 convert_string=${x##0:@:}
33 convert_string=$convert_dir
36 $bindir/rarian-sk-update -v --clean-index -o $convert_string
/dports/security/seahorse/seahorse-41.0/pgp/
H A Dseahorse-gpgme-uid.c51 convert_string (const gchar *str) in convert_string() function
165 string = convert_string (userid->comment); in seahorse_gpgme_uid_set_userid()
169 string = convert_string (userid->email); in seahorse_gpgme_uid_set_userid()
173 string = convert_string (userid->name); in seahorse_gpgme_uid_set_userid()
212 return convert_string (userid->uid); in seahorse_gpgme_uid_calc_label()
219 return convert_string (userid->name); in seahorse_gpgme_uid_calc_name()
229 name = convert_string (userid->name); in seahorse_gpgme_uid_calc_markup()
230 email = convert_string (userid->email); in seahorse_gpgme_uid_calc_markup()
231 comment = convert_string (userid->comment); in seahorse_gpgme_uid_calc_markup()
/dports/security/libcryptui/libcryptui-3.12.2/daemon/
H A Dseahorse-gpgme-uid.c54 convert_string (const gchar *str) in convert_string() function
318 string = convert_string (userid->name); in seahorse_gpgme_uid_set_userid()
322 string = convert_string (userid->email); in seahorse_gpgme_uid_set_userid()
326 string = convert_string (userid->comment); in seahorse_gpgme_uid_set_userid()
365 return convert_string (userid->uid); in seahorse_gpgme_uid_calc_label()
372 return convert_string (userid->name); in seahorse_gpgme_uid_calc_name()
382 name = convert_string (userid->name); in seahorse_gpgme_uid_calc_markup()
383 email = convert_string (userid->email); in seahorse_gpgme_uid_calc_markup()
384 comment = convert_string (userid->comment); in seahorse_gpgme_uid_calc_markup()
/dports/devel/pytype/pytype-2021.9.9/pytype/tools/
H A Darg_parser_test.py17 self.assertEqual(arg_parser.convert_string('3'), 3)
20 self.assertIs(arg_parser.convert_string('True'), True)
21 self.assertIs(arg_parser.convert_string('False'), False)
24 self.assertEqual(arg_parser.convert_string('err1,\nerr2'), 'err1,err2')
/dports/www/elinks/elinks-0.11.7/src/intl/
H A Dcharsets.h42 #undef convert_string
43 #define convert_string convert_string_elinks macro
51 unsigned char *convert_string(struct conv_table *convert_table,
/dports/www/moinmoin/moin-1.9.11/MoinMoin/script/old/migration/
H A D12_to_13_mig06.py56 def convert_string(str, enc_from, enc_to): function
75 key = convert_string(key, enc_from, enc_to)
76 val = convert_string(val, enc_from, enc_to)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/devel/libc++/libcxx-10.0.1.src/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/converters/osm2mp/osm2mp-r475/
H A Dosm2mp.pl1850 sub convert_string { subroutine
2190 $opts{Label} = convert_string( $label ) if $label;
2226 $opts{CityName} = convert_string( $city->{name} );
2243 $opts{StreetDesc} = convert_string( $street );
2338 $opts{$key} = convert_string($param{$key});
2428 $opts{$key} = convert_string( $param{$key} );
2685 $opts{HouseNumber} = convert_string( $housenumber );
2728 $opts{$key} = convert_string( $param{$key} );
2838 convert_string( $param{name}),
2839 convert_string( $param{country} ),
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
228 out = convert_string(out)
229 err = convert_string(err)
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dmsgl-iconv.c93 convert_string (const iconveh_t *cd, const char *string, in convert_string() function
120 slp->item[i] = convert_string (cd, slp->item[i], context); in convert_string_list()
128 mp->prev_msgctxt = convert_string (cd, mp->prev_msgctxt, context); in convert_prev_msgid()
130 mp->prev_msgid = convert_string (cd, mp->prev_msgid, context); in convert_prev_msgid()
132 mp->prev_msgid_plural = convert_string (cd, mp->prev_msgid_plural, context); in convert_prev_msgid()
140 mp->msgctxt = convert_string (cd, mp->msgctxt, context); in convert_msgid()
141 mp->msgid = convert_string (cd, mp->msgid, context); in convert_msgid()
143 mp->msgid_plural = convert_string (cd, mp->msgid_plural, context); in convert_msgid()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dmsgl-iconv.c93 convert_string (const iconveh_t *cd, const char *string, in convert_string() function
120 slp->item[i] = convert_string (cd, slp->item[i], context); in convert_string_list()
128 mp->prev_msgctxt = convert_string (cd, mp->prev_msgctxt, context); in convert_prev_msgid()
130 mp->prev_msgid = convert_string (cd, mp->prev_msgid, context); in convert_prev_msgid()
132 mp->prev_msgid_plural = convert_string (cd, mp->prev_msgid_plural, context); in convert_prev_msgid()
140 mp->msgctxt = convert_string (cd, mp->msgctxt, context); in convert_msgid()
141 mp->msgid = convert_string (cd, mp->msgid, context); in convert_msgid()
143 mp->msgid_plural = convert_string (cd, mp->msgid_plural, context); in convert_msgid()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dmsgl-iconv.c93 convert_string (const iconveh_t *cd, const char *string, in convert_string() function
120 slp->item[i] = convert_string (cd, slp->item[i], context); in convert_string_list()
128 mp->prev_msgctxt = convert_string (cd, mp->prev_msgctxt, context); in convert_prev_msgid()
130 mp->prev_msgid = convert_string (cd, mp->prev_msgid, context); in convert_prev_msgid()
132 mp->prev_msgid_plural = convert_string (cd, mp->prev_msgid_plural, context); in convert_prev_msgid()
140 mp->msgctxt = convert_string (cd, mp->msgctxt, context); in convert_msgid()
141 mp->msgid = convert_string (cd, mp->msgid, context); in convert_msgid()
143 mp->msgid_plural = convert_string (cd, mp->msgid_plural, context); in convert_msgid()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dmsgl-iconv.c93 convert_string (const iconveh_t *cd, const char *string, in convert_string() function
120 slp->item[i] = convert_string (cd, slp->item[i], context); in convert_string_list()
128 mp->prev_msgctxt = convert_string (cd, mp->prev_msgctxt, context); in convert_prev_msgid()
130 mp->prev_msgid = convert_string (cd, mp->prev_msgid, context); in convert_prev_msgid()
132 mp->prev_msgid_plural = convert_string (cd, mp->prev_msgid_plural, context); in convert_prev_msgid()
140 mp->msgctxt = convert_string (cd, mp->msgctxt, context); in convert_msgid()
141 mp->msgid = convert_string (cd, mp->msgid, context); in convert_msgid()
143 mp->msgid_plural = convert_string (cd, mp->msgid_plural, context); in convert_msgid()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dconfig.cpp183 convert_string(CGameCfg.CMLevelMusicPath, value, eol); in ReadConfigFile()
185 convert_string(CGameCfg.CMMiscMusic[SONG_TITLE], value, eol); in ReadConfigFile()
187 convert_string(CGameCfg.CMMiscMusic[SONG_BRIEFING], value, eol); in ReadConfigFile()
189 convert_string(CGameCfg.CMMiscMusic[SONG_ENDLEVEL], value, eol); in ReadConfigFile()
191 convert_string(CGameCfg.CMMiscMusic[SONG_ENDGAME], value, eol); in ReadConfigFile()
193 convert_string(CGameCfg.CMMiscMusic[SONG_CREDITS], value, eol); in ReadConfigFile()
202 convert_string(CGameCfg.LastMission, value, eol); in ReadConfigFile()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/libcxx/
H A Dutil.py32 def convert_string(bytes): function
91 out = convert_string(out)
92 err = convert_string(err)
248 out = convert_string(out)
249 err = convert_string(err)
/dports/games/freeciv-nox11/freeciv-2.6.6/utility/
H A Dfciconv.c187 char *convert_string(const char *text, in convert_string() function
295 return convert_string(text, (src ## _encoding), \
308 return convert_string(text, (src ## _encoding), \
381 convert_string(text, internal_encoding, "UCS-4", in get_internal_string_length()

12345678910>>...19