/dports/mail/elm/elm2.5.8/nls/ |
H A D | Install | 28 while read InDir DestDir 30 if [ -z "$InDir" ] 34 if [ "$InDir" = "#" ] 38 if [ ! -d $InDir ] 40 echo "\"$InDir\" is not a directory" 49 echo "$GENCAT $DestDir/$CATNAME $InDir/*.m" 50 $GENCAT $DestDir/$CATNAME $InDir/*.m
|
/dports/net-mgmt/collectd5/collectd-5.12.0/contrib/ |
H A D | migrate-3-4.px | 10 our $InDir = '/var/lib/collectd'; 128 GetOptions ("indir|i=s" => \$InDir, 132 die "No such directory: $InDir" if (!-d $InDir); 170 …print "./rrd_filter.px -i '$InDir/$orig_filename' -m '${src_ds}:${dst_ds}' -o '$OutDir/$dest_filen… 175 print "cp '$InDir/$orig_filename' '$OutDir/$dest_filename'\n"; 285 my $absdir = $InDir . ($reldir ? "/$reldir" : ''); 366 …print "./rrd_filter.px -i '$InDir/$orig_filename' -m 'rmerged:read' -m 'wmerged:write' -o '$OutDir… 370 …print "./rrd_filter.px -i '$InDir/$orig_filename' -m 'rbytes:read' -m 'wbytes:write' -o '$OutDir/$… 374 …print "./rrd_filter.px -i '$InDir/$orig_filename' -m 'rcount:read' -m 'wcount:write' -o '$OutDir/$… 378 …print "./rrd_filter.px -i '$InDir/$orig_filename' -m 'rtime:read' -m 'wtime:write' -o '$OutDir/$de…
|
H A D | migrate-4-5.px | 34 our $InDir = '/var/lib/collectd'; 234 Default: $InDir 244 GetOptions ("indir|i=s" => \$InDir, 251 scan_dir ($InDir);
|
/dports/devel/rebar3/rebar3-3.17.0/test/ |
H A D | rebar_paths_SUITE.erl | 28 InDir = fun(Path) -> filename:join([Dir, Path]) end, 29 ADep = fake_app(<<"rp_a">>, <<"1.0.0">>, InDir("_build/default/lib/rp_a/")), 30 BDep = fake_app(<<"rp_b">>, <<"1.0.0">>, InDir("_build/default/lib/rp_b/")), 31 CDep = fake_app(<<"rp_c">>, <<"1.0.0">>, InDir("_build/default/lib/rp_c/")), 32 DDep = fake_app(<<"rp_d">>, <<"1.0.0">>, InDir("_build/default/lib/rp_d/")), 33 RelxDep = fake_app(<<"relx">>, <<"1.0.0">>, InDir("_build/default/lib/relx/")), 36 InDir("_build/default/plugins/lib/rp_a/")), 38 InDir("_build/default/plugins/lib/relx")), 40 InDir("_build/default/plugins/lib/rp_e/")), 42 …TopApp0 = fake_app(<<"top_app">>, <<"1.0.0">>, InDir("_build/default/lib/top_app/"), [<<"rp_a">>, …
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/asan/ |
H A D | asan_logs_to_html | 23 InDir -> 24 run(OutDir, InDir) 26 main([OutDir, InDir]) -> 27 run(OutDir, InDir). 47 run(OutDir, InDir) -> 50 {ok, InFilesUS} = file:list_dir(InDir), 65 analyze_log_file(Out, filename:join(InDir,File),
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asan/ |
H A D | asan_logs_to_html | 23 InDir -> 24 run(OutDir, InDir) 26 main([OutDir, InDir]) -> 27 run(OutDir, InDir). 47 run(OutDir, InDir) -> 50 {ok, InFilesUS} = file:list_dir(InDir), 65 analyze_log_file(Out, filename:join(InDir,File),
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asan/ |
H A D | asan_logs_to_html | 23 InDir -> 24 run(OutDir, InDir) 26 main([OutDir, InDir]) -> 27 run(OutDir, InDir). 47 run(OutDir, InDir) -> 50 {ok, InFilesUS} = file:list_dir(InDir), 65 analyze_log_file(Out, filename:join(InDir,File),
|
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asan/ |
H A D | asan_logs_to_html | 23 InDir -> 24 run(OutDir, InDir) 26 main([OutDir, InDir]) -> 27 run(OutDir, InDir). 47 run(OutDir, InDir) -> 50 {ok, InFilesUS} = file:list_dir(InDir), 65 analyze_log_file(Out, filename:join(InDir,File),
|
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asan/ |
H A D | asan_logs_to_html | 23 InDir -> 24 run(OutDir, InDir) 26 main([OutDir, InDir]) -> 27 run(OutDir, InDir). 47 run(OutDir, InDir) -> 50 {ok, InFilesUS} = file:list_dir(InDir), 65 analyze_log_file(Out, filename:join(InDir,File),
|
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/work/ |
H A D | testgo.go | 34 rel := search.InDir(a.Target, testGOROOT) 41 if shortFile := search.InDir(file, filepath.Join(testGOROOT, "src")); shortFile != "" {
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/work/ |
H A D | testgo.go | 33 rel := search.InDir(a.Target, testGOROOT) 40 if shortFile := search.InDir(file, filepath.Join(testGOROOT, "src")); shortFile != "" {
|
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/work/ |
H A D | testgo.go | 33 rel := search.InDir(a.Target, testGOROOT) 40 if shortFile := search.InDir(file, filepath.Join(testGOROOT, "src")); shortFile != "" {
|
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/work/ |
H A D | testgo.go | 33 rel := search.InDir(a.Target, testGOROOT) 40 if shortFile := search.InDir(file, filepath.Join(testGOROOT, "src")); shortFile != "" {
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/work/ |
H A D | testgo.go | 33 rel := search.InDir(a.Target, testGOROOT) 40 if shortFile := search.InDir(file, filepath.Join(testGOROOT, "src")); shortFile != "" {
|
/dports/devel/p5-Make/Make-2.011/lib/ |
H A D | Make.pm | 135 return $maybe_file if $readable->( in_dir $fsmap, $self->{InDir}, $maybe_file ); 169 $date{$name} = $self->fsmap->{mtime}->( in_dir $fsmap, $self->{InDir}, $name ); 348 $file = in_dir $fsmap, $self->{InDir}, $file; 464 my @dirs = grep defined, $self->{InDir}, $dir; 626 my $InDir = $self->{InDir}; 670 … my $make2 = ref($self)->new( %make_args, InDir => in_dir( $fsmap, $InDir, $dir ) );
|
/dports/graphics/wings/wings-8d019ebe48/icons/ |
H A D | collect_bmp.erl | 25 do_start([InDir|[_|_]=T], Files) -> 26 do_start(T, add_files(InDir, Files));
|
/dports/devel/modd/modd-0.8/ |
H A D | modd.go | 110 if b.InDir != "" { 116 err = os.Chdir(b.InDir) 120 b.InDir,
|
H A D | daemon.go | 123 if block.InDir != "" { 124 indir = block.InDir
|
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/midi/ |
H A D | midi_lasynth_model.cpp | 53 bool LASynthModel::InDir(const service_t &service, const std::string &dir) const in InDir() function in LASynthModel 89 if (!service || !InDir(service, dir)) in Load()
|
/dports/devel/doxygen/doxygen-1.9.3/src/ |
H A D | tagreader.cpp | 315 case InDir: in endCompound() 419 case InDir: in endDocAnchor() 435 case InDir: in endDocAnchor() 515 case InDir: in endFile() 541 case InDir: in endDir() 584 case InDir: in endName() 684 case InDir: in endFilename() 700 case InDir: in endPath() 821 InDir, enumerator 936 …{ "dir", { TagFileParser::InDir, []() { return std::make_unique<TagDirInfo>(); … in __anone2db38e01402()
|
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/go/internal/modload/ |
H A D | init.go | 171 } else if search.InDir(modRoot, os.TempDir()) == "." { 295 } else if search.InDir(modRoot, os.TempDir()) == "." { 499 if rel := search.InDir(base.Cwd, cfg.GOROOTsrc); rel != "" { 746 if rel := search.InDir(dir, cfg.BuildContext.GOROOT); rel == "." { 821 if rel := search.InDir(dir, filepath.Join(gpdir, "src")); rel != "" && rel != "." {
|
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/go/internal/modload/ |
H A D | init.go | 171 } else if search.InDir(modRoot, os.TempDir()) == "." { 295 } else if search.InDir(modRoot, os.TempDir()) == "." { 499 if rel := search.InDir(base.Cwd, cfg.GOROOTsrc); rel != "" { 746 if rel := search.InDir(dir, cfg.BuildContext.GOROOT); rel == "." { 821 if rel := search.InDir(dir, filepath.Join(gpdir, "src")); rel != "" && rel != "." {
|
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/go/internal/modload/ |
H A D | init.go | 171 } else if search.InDir(modRoot, os.TempDir()) == "." { 295 } else if search.InDir(modRoot, os.TempDir()) == "." { 499 if rel := search.InDir(base.Cwd, cfg.GOROOTsrc); rel != "" { 746 if rel := search.InDir(dir, cfg.BuildContext.GOROOT); rel == "." { 821 if rel := search.InDir(dir, filepath.Join(gpdir, "src")); rel != "" && rel != "." {
|
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/go/internal/modload/ |
H A D | init.go | 171 } else if search.InDir(modRoot, os.TempDir()) == "." { 295 } else if search.InDir(modRoot, os.TempDir()) == "." { 499 if rel := search.InDir(base.Cwd, cfg.GOROOTsrc); rel != "" { 746 if rel := search.InDir(dir, cfg.BuildContext.GOROOT); rel == "." { 821 if rel := search.InDir(dir, filepath.Join(gpdir, "src")); rel != "" && rel != "." {
|
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/modload/ |
H A D | init.go | 195 } else if search.InDir(modRoot, os.TempDir()) == "." { 283 } else if search.InDir(modRoot, os.TempDir()) == "." { 640 if rel := search.InDir(base.Cwd(), cfg.GOROOTsrc); rel != "" { 843 if rel := search.InDir(dir, cfg.BuildContext.GOROOT); rel != "" { 915 if rel := search.InDir(dir, filepath.Join(gpdir, "src")); rel != "" && rel != "." {
|