Home
last modified time | relevance | path

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

/dports/devel/py-cog/cogapp-3.1.0/cogapp/
H A Dtest_cogapp.py1278 def fix_backslashes(files_txt): argument
1281 files_txt = files_txt.replace("\\", "/")
1282 return files_txt
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dcallbacks.i452 gchar *files_txt; in execute() local
456 files_txt = g_strdup_printf (_("Open with %s"),": \n\n"); in execute()
466 tt = g_strconcat (files_txt, q, "\n", NULL); in execute()
474 g_free (files_txt); in execute()
478 files_txt = tt; in execute()
484 files_txt = g_strdup_printf ("%s \n\n", _("Command:")); in execute()
502 files_txt, in execute()
519 g_free (files_txt); in execute()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dmerge_tests.py17187 files_txt = [ file_mod_both_to_txt, file_mod_src_to_txt,
17189 files = files_bin + files_txt
17215 for f in files_txt:
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dmerge_tests.py17187 files_txt = [ file_mod_both_to_txt, file_mod_src_to_txt,
17189 files = files_bin + files_txt
17215 for f in files_txt:
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/
H A Dmerge_tests.py17187 files_txt = [ file_mod_both_to_txt, file_mod_src_to_txt,
17189 files = files_bin + files_txt
17215 for f in files_txt:
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dmerge_tests.py17187 files_txt = [ file_mod_both_to_txt, file_mod_src_to_txt,
17189 files = files_bin + files_txt
17215 for f in files_txt: