Home
last modified time | relevance | path

Searched refs:outfolder (Results 1 – 25 of 31) sorted by relevance

12

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/converter/
H A Dconverter.h158 …(*get_output_path_1_0) (DB_playItem_t *it, const char *outfolder, const char *outfile, ddb_encoder…
162 …(*convert_1_0) (DB_playItem_t *it, const char *outfolder, const char *outfile, int output_bps, int…
210 …(*get_output_path) (DB_playItem_t *it, const char *outfolder, const char *outfile, ddb_encoder_pre…
216 …(*get_output_path2) (DB_playItem_t *it, ddb_playlist_t *plt, const char *outfolder, const char *ou…
H A Dconverter.c755 const char *outfolder; in get_output_path_int() local
763 outfolder = path; in get_output_path_int()
766 outfolder = preserve_folder_structure ? outfolder_preserve : outfolder_user; in get_output_path_int()
771 size_t pathl = strlen(outfolder)*2+1; in get_output_path_int()
775 snprintf (out, sz, "%s/", outfolder); in get_output_path_int()
822 get_output_path_1_0 (DB_playItem_t *it, const char *outfolder, const char *outfile, ddb_encoder_pre… in get_output_path_1_0() argument
1288 convert_1_0 (DB_playItem_t *it, const char *outfolder, const char *outfile, int output_bps, int out… in convert_1_0() argument
H A Dconvgui.c57 char *outfolder; member
210 …get_output_path2 (conv->convert_items[n], conv->convert_playlist, conv->outfolder, conv->outfile, … in converter_worker()
249 if (conv->outfolder) { in converter_worker()
250 free (conv->outfolder); in converter_worker()
264 …conv->outfolder = strdup (gtk_entry_get_text (GTK_ENTRY (lookup_widget (conv->converter, "output_f… in converter_process()
/dports/mail/mailutils/mailutils-3.13/mail/tests/
H A Dsendbyname.at28 mkdir folder outfolder
35 -E "set outfolder" \
81 -E "set outfolder=$(pwd)/outfolder" \
109 -e '/^Date:/d' outfolder/gray record],
H A Dtestsuite4444 mkdir folder outfolder
4648 -e '/^Date:/d' outfolder/gray record
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/tools/
H A Dgst-validate-images-check.c38 gchar *outfolder = NULL; in main() local
54 &outfolder, in main()
99 &lowest, &highest, outfolder); in main()
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/gst-libs/gst/video/
H A Dgstvalidatessim.c125 if (!g_file_test (outfolder, G_FILE_TEST_IS_DIR)) { in gst_validate_ssim_save_out()
126 if (g_mkdir_with_parents (outfolder, 0755) != 0) { in gst_validate_ssim_save_out()
129 "Could not create output directory %s", outfolder); in gst_validate_ssim_save_out()
646 gfloat * highest, const gchar * outfolder) in gst_validate_ssim_compare_image_file() argument
671 if (outfolder) { in gst_validate_ssim_compare_image_file()
695 real_ref_file, file, mean, lowest, highest, outfolder); in gst_validate_ssim_compare_image_file()
742 gfloat * highest, const gchar * outfolder) in _check_directory() argument
778 compared_file, mean, lowest, highest, outfolder)) { in _check_directory()
822 gfloat * highest, const gchar * outfolder) in gst_validate_ssim_compare_image_files() argument
833 outfolder); in gst_validate_ssim_compare_image_files()
[all …]
H A Dgstvalidatessim.h65 gfloat * highest, const gchar *outfolder);
/dports/math/py-nevergrad/nevergrad-0.4.3.post2/nevergrad/parametrization/
H A Dinstantiate.py204 …def instantiate_to_folder(self, outfolder: tp.Union[Path, str], kwargs: tp.Dict[str, tp.Any]) -> N…
208 outfolder = Path(outfolder).expanduser().absolute()
209 assert outfolder != self.folder, "Do not instantiate on same folder!"
210 symlink_folder_tree(self.folder, outfolder)
212 inst_fp = outfolder / file_func.filepath.relative_to(self.folder)
/dports/mail/mailutils/mailutils-3.13/mail/
H A DTODO2 [+] 2. outfolder semantics. It is bool by standard and string in MU
H A Dutil.c701 char *outfolder; in util_outfolder_name() local
730 else if (mailvar_get (&outfolder, mailvar_name_outfolder, in util_outfolder_name()
733 str = template = mu_make_file_name (outfolder, str); in util_outfolder_name()
/dports/shells/ksh93/ast-93u/src/cmd/mailx/
H A Dnames.c403 if (state.var.outfolder && !strchr(METAFILE, *tp) && rp < ep) in record()
410 else if (state.var.outfolder && rp < ep) in record()
435 else if (state.var.outfolder && !strchr(METAFILE, *tp)) { in record()
H A Ddata.c422 "outfolder", &state.var.outfolder, 0, 0,0,
H A Dmailx.h837 char* outfolder; member
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/
H A Dnames.c403 if (state.var.outfolder && !strchr(METAFILE, *tp) && rp < ep) in record()
410 else if (state.var.outfolder && rp < ep) in record()
435 else if (state.var.outfolder && !strchr(METAFILE, *tp)) { in record()
H A Ddata.c422 "outfolder", &state.var.outfolder, 0, 0,0,
H A Dmailx.h837 char* outfolder; member
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/
H A Dnames.c403 if (state.var.outfolder && !strchr(METAFILE, *tp) && rp < ep) in record()
410 else if (state.var.outfolder && rp < ep) in record()
435 else if (state.var.outfolder && !strchr(METAFILE, *tp)) { in record()
H A Ddata.c426 "outfolder", &state.var.outfolder, 0, 0,0,
H A Dmailx.h842 char* outfolder; member
/dports/mail/xmail/xmail_1.6/
H A Dcallbacks.c177 DoCopy(file, to, subject, inreply, cc, bcc, outfolder, edits, add_face) in DoCopy() argument
179 int outfolder, edits, add_face;
228 else if (outfolder == 0 || ! foldir[0]) {
355 int outfolder, n, len, edit_headers; local
632 outfolder = 1;
634 } else outfolder = 0;
780 outfolder, edit_headers, add_face);
795 outfolder, edit_headers, add_face);
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcmd-write.c100 if(ok_blook(outfolder)){ in a_cwrite_save1()
/dports/mail/mailutils/mailutils-3.13/doc/texinfo/programs/
H A Dmail.texi1002 If the @code{outfolder} variable is set, and has a string value @var{s},
1234 @code{outfolder}, @code{folder}, and @code{outfilename}.
1235 The first, @code{outfolder}, is a boolean variable which, when set,
1246 As a GNU extension, @code{outfolder} can be a string variable. In
1251 case, @code{outfolder} is used as a boolean value, and file names are
2510 @item The @code{outfolder} variable is treated as boolean.
2511 @pxref{outfolder}.
2688 @anchor{outfolder}
2689 @deftypevr {mail} boolean outfolder
2690 @deftypevrx {mail} string outfolder
[all …]
/dports/mail/mailutils/mailutils-3.13/doc/texinfo/
H A Dmailutils.info182 Ref: outfolder207969
H A Dmailutils.info-14521 If the 'outfolder' variable is set, and has a string value S, the
4715 'outfolder', 'folder', and 'outfilename'. The first, 'outfolder', is a
4725 As a GNU extension, 'outfolder' can be a string variable. In that
4729 'outfolder' is used as a boolean value, and file names are derived from
5833 * The 'outfolder' variable is treated as boolean. *note
5834 outfolder::.
5982 -- mail: boolean outfolder
5983 -- mail: string outfolder
6056 See also *note outfolder:: and *note outfilename::.

12