Home
last modified time | relevance | path

Searched refs:t_dir (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/devel/p5-Test-CheckManifest/Test-CheckManifest-1.42/t/
H A D05_is_excluded.t19 my $t_dir = File::Spec->catdir( $dir, 't' );
39 [ $meta, [$t_dir] ],
54 [ $abs_t_file, [ $t_dir ] ],
59 [ $abs_t_file, [ $t_dir ], [qr/excluded/] ],
64 [ $abs_t_file, [ $t_dir ], [qr/excluded/], 'and' ],
69 [ $abs_t_file, [ $t_dir ], [qr/not_excluded/] ],
74 [ $abs_t_file, [ $t_dir ], [qr/not_excluded/], 'and' ],
79 [ $abs_t_file, [ $t_dir ], [qr/excluded/], 'and', [] ],
109 [ $abs_t_file, [ $t_dir ], [qr/excluded/], 'and', {} ],
114 [ $abs_t_file, [ $t_dir ], [qr/excluded/], 'and' ],
[all …]
/dports/textproc/wv/wv-1.2.9/
H A DwvHtml.in8 t_dir=.
32 t_dir=$optarg
98 t_dir=`dirname "$o_file"`
130 if test -d "$t_dir"; then
131 if test -w "$t_dir"; then
134 echo "error: '$t_dir' is not writable"
138 echo "error: '$t_dir' is not a directory"
143 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file"
145 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file" > "$t_dir"/"$o_file"
H A DwvWml.in8 t_dir=.
32 t_dir=$optarg
95 t_dir=`dirname "$o_file"`
127 if test -d "$t_dir"; then
128 if test -w "$t_dir"; then
131 echo "error: '$t_dir' is not writable"
135 echo "error: '$t_dir' is not a directory"
140 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file"
142 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file" > "$t_dir"/"$o_file"
H A DwvLatex.in8 t_dir=.
32 t_dir=$optarg
132 if test -d "$t_dir"; then
133 if test -w "$t_dir"; then
136 echo "error: '$t_dir' is not writable"
140 echo "error: '$t_dir' is not a directory"
145 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file"
147 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file" > "$t_dir"/"$o_file"
H A DwvCleanLatex.in8 t_dir=.
32 t_dir=$optarg
132 if test -d "$t_dir"; then
133 if test -w "$t_dir"; then
136 echo "error: '$t_dir' is not writable"
140 echo "error: '$t_dir' is not a directory"
145 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file"
147 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file" > "$t_dir"/"$o_file"
H A DwvAbw.in8 t_dir=.
32 t_dir=$optarg
127 if test -d "$t_dir"; then
128 if test -w "$t_dir"; then
131 echo "error: '$t_dir' is not writable"
135 echo "error: '$t_dir' is not a directory"
140 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file"
142 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file" > "$t_dir"/"$o_file"
H A DwvDocBook.in8 t_dir=.
32 t_dir=$optarg
127 if test -d "$t_dir"; then
128 if test -w "$t_dir"; then
131 echo "error: '$t_dir' is not writable"
135 echo "error: '$t_dir' is not a directory"
140 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file"
142 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file" > "$t_dir"/"$o_file"
H A DwvPS.in20 t_dir=.
44 t_dir=$optarg
111 t_dir=`dirname "$o_file"`
144 if test -d "$t_dir"; then
145 if test -w "$t_dir"; then
148 echo "error: '$t_dir' is not writable"
152 echo "error: '$t_dir' is not a directory"
173 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file" -s "$s_img" > "$t_dir"/"$name".tex
175 cd "$t_dir"
H A DwvPDF.in38 t_dir=.
62 t_dir=$optarg
129 t_dir=`dirname "$o_file"`
162 if test -d "$t_dir"; then
163 if test -w "$t_dir"; then
166 echo "error: '$t_dir' is not writable"
170 echo "error: '$t_dir' is not a directory"
191 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file" -s "$s_img" > "$t_dir"/"$name".tex
193 cd "$t_dir"
H A DwvDVI.in14 t_dir=.
38 t_dir=$optarg
138 if test -d "$t_dir"; then
139 if test -w "$t_dir"; then
142 echo "error: '$t_dir' is not writable"
146 echo "error: '$t_dir' is not a directory"
167 "$wv_exec" $wv_opts -x "$xmlcfg" -d "$t_dir" -b "$name" "$i_file" -s "$s_img" > "$t_dir"/"$name".tex
169 cd "$t_dir"
/dports/net/p5-Kafka/Kafka-0.8010/xt/author/
H A D08_PureASCII.t32 my ( $modules_dir, $t_dir, $author_dir, $release_dir, $t_modules_dir, $tools_dir );
37 $t_dir = abs_path( 't' );
40 $t_modules_dir = catdir( $t_dir, 'lib' );
51 $t_dir,
H A D06_eol.t33 my ( $modules_dir, $t_dir, $author_dir, $release_dir, $t_modules_dir, $tools_dir );
38 $t_dir = abs_path( 't' );
41 $t_modules_dir = catdir( $t_dir, 'lib' );
55 $t_dir,
H A D07_notabs.t33 my ( $modules_dir, $t_dir, $author_dir, $release_dir, $t_modules_dir, $tools_dir );
38 $t_dir = abs_path( 't' );
41 $t_modules_dir = catdir( $t_dir, 'lib' );
51 $t_dir,
H A D05_critic.t34 my ( $modules_dir, $t_dir, $author_dir, $release_dir, $t_modules_dir, $tools_dir );
39 $t_dir = abs_path( 't' );
42 $t_modules_dir = catdir( $t_dir, 'lib' );
54 $t_dir,
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqfiledialog_c.cpp287 QString t_dir; in QFileDialog_getOpenFileName() local
291 copyPWideStringToQString(dir, t_dir); in QFileDialog_getOpenFileName()
295 …t_retval = QFileDialog::getOpenFileName((QWidget*)parent, t_caption, t_dir, t_filter, selectedFilt… in QFileDialog_getOpenFileName()
305 QString t_dir; in QFileDialog_getSaveFileName() local
309 copyPWideStringToQString(dir, t_dir); in QFileDialog_getSaveFileName()
313 …t_retval = QFileDialog::getSaveFileName((QWidget*)parent, t_caption, t_dir, t_filter, selectedFilt… in QFileDialog_getSaveFileName()
323 QString t_dir; in QFileDialog_getExistingDirectory() local
325 copyPWideStringToQString(dir, t_dir); in QFileDialog_getExistingDirectory()
326 …t_retval = QFileDialog::getExistingDirectory((QWidget*)parent, t_caption, t_dir, (QFileDialog::Opt… in QFileDialog_getExistingDirectory()
333 QString t_dir; in QFileDialog_getOpenFileNames() local
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqfiledialog_c.cpp287 QString t_dir; in QFileDialog_getOpenFileName() local
291 copyPWideStringToQString(dir, t_dir); in QFileDialog_getOpenFileName()
295 …t_retval = QFileDialog::getOpenFileName((QWidget*)parent, t_caption, t_dir, t_filter, selectedFilt… in QFileDialog_getOpenFileName()
305 QString t_dir; in QFileDialog_getSaveFileName() local
309 copyPWideStringToQString(dir, t_dir); in QFileDialog_getSaveFileName()
313 …t_retval = QFileDialog::getSaveFileName((QWidget*)parent, t_caption, t_dir, t_filter, selectedFilt… in QFileDialog_getSaveFileName()
323 QString t_dir; in QFileDialog_getExistingDirectory() local
325 copyPWideStringToQString(dir, t_dir); in QFileDialog_getExistingDirectory()
326 …t_retval = QFileDialog::getExistingDirectory((QWidget*)parent, t_caption, t_dir, (QFileDialog::Opt… in QFileDialog_getExistingDirectory()
333 QString t_dir; in QFileDialog_getOpenFileNames() local
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqfiledialog_c.cpp287 QString t_dir; in QFileDialog_getOpenFileName() local
291 copyPWideStringToQString(dir, t_dir); in QFileDialog_getOpenFileName()
295 …t_retval = QFileDialog::getOpenFileName((QWidget*)parent, t_caption, t_dir, t_filter, selectedFilt… in QFileDialog_getOpenFileName()
305 QString t_dir; in QFileDialog_getSaveFileName() local
309 copyPWideStringToQString(dir, t_dir); in QFileDialog_getSaveFileName()
313 …t_retval = QFileDialog::getSaveFileName((QWidget*)parent, t_caption, t_dir, t_filter, selectedFilt… in QFileDialog_getSaveFileName()
323 QString t_dir; in QFileDialog_getExistingDirectory() local
325 copyPWideStringToQString(dir, t_dir); in QFileDialog_getExistingDirectory()
326 …t_retval = QFileDialog::getExistingDirectory((QWidget*)parent, t_caption, t_dir, (QFileDialog::Opt… in QFileDialog_getExistingDirectory()
333 QString t_dir; in QFileDialog_getOpenFileNames() local
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqfiledialog_c.cpp287 QString t_dir; in QFileDialog_getOpenFileName() local
291 copyPWideStringToQString(dir, t_dir); in QFileDialog_getOpenFileName()
295 …t_retval = QFileDialog::getOpenFileName((QWidget*)parent, t_caption, t_dir, t_filter, selectedFilt… in QFileDialog_getOpenFileName()
305 QString t_dir; in QFileDialog_getSaveFileName() local
309 copyPWideStringToQString(dir, t_dir); in QFileDialog_getSaveFileName()
313 …t_retval = QFileDialog::getSaveFileName((QWidget*)parent, t_caption, t_dir, t_filter, selectedFilt… in QFileDialog_getSaveFileName()
323 QString t_dir; in QFileDialog_getExistingDirectory() local
325 copyPWideStringToQString(dir, t_dir); in QFileDialog_getExistingDirectory()
326 …t_retval = QFileDialog::getExistingDirectory((QWidget*)parent, t_caption, t_dir, (QFileDialog::Opt… in QFileDialog_getExistingDirectory()
333 QString t_dir; in QFileDialog_getOpenFileNames() local
[all …]
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dicon_api.php121 $t_dir = DESCENDING;
123 $t_dir = ASCENDING;
127 if( !is_blank( $t_sort_icon_arr[$t_dir] ) ) {
128 echo icon_get( $t_sort_icon_arr[$t_dir], 'fa-lg blue' );
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Harness/t/
H A Drulesfile.t29 my $t_dir = catdir($work_dir, 't');
30 mkpath($t_dir) or die "Could not create $t_dir: $!";
38 open my $fh, ">", catfile($t_dir, "testrules.yml");
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Harness/t/
H A Drulesfile.t29 my $t_dir = catdir($work_dir, 't');
30 mkpath($t_dir) or die "Could not create $t_dir: $!";
38 open my $fh, ">", catfile($t_dir, "testrules.yml");
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Harness/t/
H A Drulesfile.t29 my $t_dir = catdir($work_dir, 't');
30 mkpath($t_dir) or die "Could not create $t_dir: $!";
38 open my $fh, ">", catfile($t_dir, "testrules.yml");
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Harness/t/
H A Drulesfile.t29 my $t_dir = catdir($work_dir, 't');
30 mkpath($t_dir) or die "Could not create $t_dir: $!";
38 open my $fh, ">", catfile($t_dir, "testrules.yml");
/dports/devel/p5-Test-Harness/Test-Harness-3.42/t/
H A Drulesfile.t29 my $t_dir = catdir($work_dir, 't');
30 mkpath($t_dir) or die "Could not create $t_dir: $!";
38 open my $fh, ">", catfile($t_dir, "testrules.yml");
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/devel/
H A Dvalgrind_test.plx13 opendir(my $t_dir, 't') or die "Couldn't opendir 't': $!";
14 my @t_files = sort grep { /\.t$/ } readdir $t_dir;
15 closedir $t_dir;

12345678