/dports/graphics/fraqtive/fraqtive-0.4.8/src/ |
H A D | iconloader.cpp | 115 QString overlayPath = QString( ":/icons/%1-%2.png" ).arg( overlay ).arg( sizes[ i ] ); in overlayedIcon() local 117 if ( QFile::exists( imagePath ) && QFile::exists( overlayPath ) ) in overlayedIcon()
|
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/work/ |
H A D | gc.go | 327 overlayPath, isOverlay := fsys.OverlayPath(path) 332 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";" 387 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile)) 390 args1 := append(args, "-o", ofile, overlayPath)
|
H A D | gccgo.go | 111 overlayPath, ok := fsys.OverlayPath(absPath) 121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
|
H A D | exec.go | 2342 overlayPath := file 2343 if p, ok := a.nonGoOverlay[overlayPath]; ok { 2344 overlayPath = p 2346 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/work/ |
H A D | gc.go | 340 overlayPath, isOverlay := fsys.OverlayPath(path) 345 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";" 410 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile)) 413 args1 := append(args, "-o", ofile, overlayPath)
|
H A D | gccgo.go | 111 overlayPath, ok := fsys.OverlayPath(absPath) 121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
|
H A D | exec.go | 2367 overlayPath := file 2368 if p, ok := a.nonGoOverlay[overlayPath]; ok { 2369 overlayPath = p 2371 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
|
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/work/ |
H A D | gc.go | 300 overlayPath, isOverlay := fsys.OverlayPath(path) 305 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";" 372 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile)) 375 args1 := append(args, "-o", ofile, overlayPath)
|
H A D | gccgo.go | 111 overlayPath, ok := fsys.OverlayPath(absPath) 121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
|
H A D | exec.go | 2305 overlayPath := file 2306 if p, ok := a.nonGoOverlay[overlayPath]; ok { 2307 overlayPath = p 2309 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
|
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/work/ |
H A D | gc.go | 300 overlayPath, isOverlay := fsys.OverlayPath(path) 305 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";" 372 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile)) 375 args1 := append(args, "-o", ofile, overlayPath)
|
H A D | gccgo.go | 111 overlayPath, ok := fsys.OverlayPath(absPath) 121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
|
H A D | exec.go | 2305 overlayPath := file 2306 if p, ok := a.nonGoOverlay[overlayPath]; ok { 2307 overlayPath = p 2309 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/work/ |
H A D | gc.go | 300 overlayPath, isOverlay := fsys.OverlayPath(path) 305 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";" 372 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile)) 375 args1 := append(args, "-o", ofile, overlayPath)
|
H A D | gccgo.go | 111 overlayPath, ok := fsys.OverlayPath(absPath) 121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
|
H A D | exec.go | 2305 overlayPath := file 2306 if p, ok := a.nonGoOverlay[overlayPath]; ok { 2307 overlayPath = p 2309 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
|
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/scripts/lib/fontbuild/ |
H A D | mix.py | 245 def openFont(self, path, overlayPath=None): argument 253 if overlayPath != None: 254 overlayFont = OpenFont(overlayPath)
|