Home
last modified time | relevance | path

Searched refs:symlinks (Results 251 – 275 of 16742) sorted by relevance

1...<<11121314151617181920>>...670

/dports/shells/fish/fish-3.3.1/doc_src/cmds/
H A Drealpath.rst3 realpath - convert a path to an absolute path without symlinks
24 - ``-s`` or ``--no-symlinks``: Don't resolve symlinks, only make paths absolute, squash multiple sl…
/dports/math/gretl/gretl-2021d/addons/regls/doc/
H A DMakefile.in14 $(SRCS): | symlinks
16 .PHONY : symlinks clean
18 symlinks:
/dports/devel/p5-Path-Iterator-Rule/Path-Iterator-Rule-1.008/t/
H A Dsymlink.t79 cmp_deeply( \@files, \@follow, "Follow symlinks" )
83 cmp_deeply( \@files, \@not_loop_safe, "Follow symlinks, but loop_safe = 0" )
87 cmp_deeply( \@files, \@nofollow, "Don't follow symlinks" )
125 cmp_deeply( \@files, \@dangling, "Dangling symlinks" )
130 cmp_deeply( \@files, \@not_dangling, "No dangling symlinks" )
135 cmp_deeply( \@files, \@valid_symlinks, "Only non-dangling symlinks" )
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn5 symlinks = [
20 foreach(target, symlinks) {
31 group("symlinks") {
33 foreach(target, symlinks) {
/dports/devel/llvm10/llvm-10.0.1.src/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn5 symlinks = [
20 foreach(target, symlinks) {
31 group("symlinks") {
33 foreach(target, symlinks) {
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/cmake/platforms/
H A Dnestedvm.cmake26 add_custom_target(${TARGET}-nvm-symlinks
28 COMMAND ${CMAKE_SOURCE_DIR}/cmake/glob-symlinks.py
40 ${CMAKE_SOURCE_DIR}/cmake/glob-symlinks.py)
61 ${TARGET}-nvm-symlinks
/dports/devel/cmake-doc/cmake-3.22.1/Help/prop_tgt/
H A DVERSION.rst8 installing appropriate symlinks are created if the platform supports
9 symlinks and the linker supports so-names. If only one of both is
12 building or installing appropriate symlinks are created if the
13 platform supports symlinks.
/dports/devel/cmake-gui/cmake-3.22.1/Help/prop_tgt/
H A DVERSION.rst8 installing appropriate symlinks are created if the platform supports
9 symlinks and the linker supports so-names. If only one of both is
12 building or installing appropriate symlinks are created if the
13 platform supports symlinks.
/dports/devel/cmake/cmake-3.22.1/Help/prop_tgt/
H A DVERSION.rst8 installing appropriate symlinks are created if the platform supports
9 symlinks and the linker supports so-names. If only one of both is
12 building or installing appropriate symlinks are created if the
13 platform supports symlinks.
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn5 symlinks = [
20 foreach(target, symlinks) {
31 group("symlinks") {
33 foreach(target, symlinks) {
/dports/devel/llvm80/llvm-8.0.1.src/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn5 symlinks = [
20 foreach(target, symlinks) {
31 group("symlinks") {
33 foreach(target, symlinks) {
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dreadlink.fish2 complete -c readlink -s f -l canonicalize -d 'Canonicalize, follow symlinks, last can be missing'
3 complete -c readlink -s e -l canonicalize-existing -d 'Canonicalize, follow symlinks, none can be m…
4 complete -c readlink -s m -l canonicalize-missing -d 'Canonicalize, follow symlinks, all can be mis…
/dports/sysutils/exa/exa-0.10.1/xtests/
H A Dlines-view.toml20 # symlinks tests
23 name = "‘exa -1’ lists the destination of symlinks"
31 name = "‘exa -1d’ with file arguments lists the destination of symlinks"
/dports/sysutils/most/most-5.1.0/autoconf/
H A DMakefile.in33 symlinks:
34 cd src; $(MAKE) symlinks
43 .PHONY: all clean distclean install symlinks update makefiles
/dports/devel/py-freenas.utils/freenas.utils-10.2a1/freenas/utils/
H A Dcopytree.py41 def copytree(src, dst, symlinks=False, progress_callback=None): argument
56 if symlinks and os.path.islink(srcname):
60 copytree(srcname, dstname, symlinks)
/dports/devel/ccrtp/ccrtp-2.1.2/w32/
H A DREADME4 symlinks as needed to make the Visual C++ project build work correctly
15 The principle symlinks are:
22 CCRTP can automatically create these symlinks for you during configure.
28 --without-commoncpp may also be used to clear all symlinks.
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/codeclysm/extract/
H A Dextractor.go105 symlinks := []link{}
158 symlinks = append(symlinks, link{Path: path, Name: header.Linkname})
180 for i := range symlinks {
186 if err := e.FS.Symlink(symlinks[i].Name, symlinks[i].Path); err != nil {
187 return errors.Annotatef(err, "Create link %s", symlinks[i].Path)
/dports/devel/p5-Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.01/t/analyse/
H A Dmanifest.t60 …ok !$stash->{error}{symlinks}, "symlinks not listed in MANIFEST is ignored for a local distributio…
77 …ok $stash->{error}{symlinks}, "symlinks not listed in MANIFEST is not ignored for a non-local dist…
/dports/shells/xonsh/xonsh-0.7.9/xontrib/
H A Dvoxapi.py117 def create(self, name, *, system_site_packages=False, symlinks=False, argument
144 system_site_packages=system_site_packages, symlinks=symlinks,
148 def upgrade(self, name, *, symlinks=False, with_pip=True): argument
178 'symlinks': symlinks,
/dports/math/gretl/gretl-2021d/addons/SVAR/doc/
H A DMakefile.in37 $(SRCS): | symlinks
39 .PHONY : symlinks clean
41 symlinks:
/dports/devel/p5-Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.01/lib/Module/CPANTS/Kwalitee/
H A DFiles.pm108 my @symlinks = sort {$a cmp $b} (
113 if (@symlinks) {
114 $me->d->{error}{symlinks} = join ',', @symlinks;
338 code => sub {shift->{error}{symlinks} ? 0 : 1},
341 return "The following symlinks were found: ".$d->{error}{symlinks};
/dports/sysutils/conan/conan-1.44.0/conan/tools/files/symlinks/
H A D__init__.py1 from conan.tools.files.symlinks.symlinks import absolute_to_relative_symlinks, \
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn5 symlinks = [
20 foreach(target, symlinks) {
29 group("symlinks") {
31 foreach(target, symlinks) {
/dports/devel/llvm11/llvm-11.0.1.src/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn5 symlinks = [
20 foreach(target, symlinks) {
29 group("symlinks") {
31 foreach(target, symlinks) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn5 symlinks = [
20 foreach(target, symlinks) {
29 group("symlinks") {
31 foreach(target, symlinks) {

1...<<11121314151617181920>>...670