Home
last modified time | relevance | path

Searched refs:symlinks (Results 26 – 50 of 8678) sorted by relevance

12345678910>>...348

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/
H A DTestStat.java50 final String[] symlinks; field in TestStat.StatOutput
54 String[] symlinks, String stickydir) { in StatOutput() argument
58 this.symlinks = symlinks; in StatOutput()
83 for (String symlink : symlinks) { in test()
100 String[] symlinks = new String[] { in testStatLinux() local
108 symlinks, in testStatLinux()
115 String[] symlinks = new String[] { in testStatFreeBSD() local
123 symlinks, in testStatFreeBSD()
/dports/devel/git-svn/git-2.34.1/t/
H A Dt7800-difftool.sh688 git difftool --symlinks --dir-diff --extcmd ls >output &&
692 git difftool --no-symlinks --dir-diff --extcmd ls >output &&
700 git difftool --symlinks --dir-diff --tool cat >actual &&
703 git difftool --symlinks --no-symlinks --dir-diff --tool cat >actual &&
710 git difftool --symlinks --dir-diff --tool cat >actual &&
713 git difftool --no-symlinks --dir-diff --tool cat >actual &&
722 git difftool --symlinks --dir-diff --extcmd ls >output &&
774 git difftool --symlinks --dir-diff --tool cat-left-link \
779 git difftool --symlinks --dir-diff --tool cat-left-a \
785 git difftool --symlinks --dir-diff --tool cat-right-link \
[all …]
/dports/devel/git-p4/git-2.34.1/t/
H A Dt7800-difftool.sh688 git difftool --symlinks --dir-diff --extcmd ls >output &&
692 git difftool --no-symlinks --dir-diff --extcmd ls >output &&
700 git difftool --symlinks --dir-diff --tool cat >actual &&
703 git difftool --symlinks --no-symlinks --dir-diff --tool cat >actual &&
710 git difftool --symlinks --dir-diff --tool cat >actual &&
713 git difftool --no-symlinks --dir-diff --tool cat >actual &&
722 git difftool --symlinks --dir-diff --extcmd ls >output &&
774 git difftool --symlinks --dir-diff --tool cat-left-link \
779 git difftool --symlinks --dir-diff --tool cat-left-a \
785 git difftool --symlinks --dir-diff --tool cat-right-link \
[all …]
/dports/devel/git-gui/git-2.34.1/t/
H A Dt7800-difftool.sh688 git difftool --symlinks --dir-diff --extcmd ls >output &&
692 git difftool --no-symlinks --dir-diff --extcmd ls >output &&
700 git difftool --symlinks --dir-diff --tool cat >actual &&
703 git difftool --symlinks --no-symlinks --dir-diff --tool cat >actual &&
710 git difftool --symlinks --dir-diff --tool cat >actual &&
713 git difftool --no-symlinks --dir-diff --tool cat >actual &&
722 git difftool --symlinks --dir-diff --extcmd ls >output &&
774 git difftool --symlinks --dir-diff --tool cat-left-link \
779 git difftool --symlinks --dir-diff --tool cat-left-a \
785 git difftool --symlinks --dir-diff --tool cat-right-link \
[all …]
/dports/devel/git/git-2.34.1/t/
H A Dt7800-difftool.sh688 git difftool --symlinks --dir-diff --extcmd ls >output &&
692 git difftool --no-symlinks --dir-diff --extcmd ls >output &&
700 git difftool --symlinks --dir-diff --tool cat >actual &&
703 git difftool --symlinks --no-symlinks --dir-diff --tool cat >actual &&
710 git difftool --symlinks --dir-diff --tool cat >actual &&
713 git difftool --no-symlinks --dir-diff --tool cat >actual &&
722 git difftool --symlinks --dir-diff --extcmd ls >output &&
774 git difftool --symlinks --dir-diff --tool cat-left-link \
779 git difftool --symlinks --dir-diff --tool cat-left-a \
785 git difftool --symlinks --dir-diff --tool cat-right-link \
[all …]
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt7800-difftool.sh688 git difftool --symlinks --dir-diff --extcmd ls >output &&
692 git difftool --no-symlinks --dir-diff --extcmd ls >output &&
700 git difftool --symlinks --dir-diff --tool cat >actual &&
703 git difftool --symlinks --no-symlinks --dir-diff --tool cat >actual &&
710 git difftool --symlinks --dir-diff --tool cat >actual &&
713 git difftool --no-symlinks --dir-diff --tool cat >actual &&
722 git difftool --symlinks --dir-diff --extcmd ls >output &&
774 git difftool --symlinks --dir-diff --tool cat-left-link \
779 git difftool --symlinks --dir-diff --tool cat-left-a \
785 git difftool --symlinks --dir-diff --tool cat-right-link \
[all …]
/dports/devel/scons/SCons-4.2.0/SCons/Tool/ninja/
H A DRules.py68 symlinks = node.check_attributes("shliblinks")
70 if not symlinks or symlinks is None:
73 outputs = [link.get_dir().rel_path(linktgt) for link, linktgt in symlinks]
74 inputs = [link.get_path() for link, _ in symlinks]
/dports/devel/scons/SCons-4.2.0/SCons/Tool/
H A Dinstall.py113 if symlinks:
125 scons_copytree(srcname, dstname, symlinks=symlinks,
132 scons_copytree(srcname, dstname, symlinks=symlinks,
219 if symlinks:
220 for link, linktgt in symlinks:
231 symlinks = listShlibLinksToInstall(dest, source, env)
234 if symlinks:
235 CreateLibSymlinks(env, symlinks)
330 symlinks = listShlibLinksToInstall(target[0], source, env)
331 if symlinks:
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/
H A Dref.py86 def run(self, creator, symlinks): argument
89 def method(self, symlinks): argument
94 return symlink if symlinks else copy
131 def run(self, creator, symlinks): argument
133 method = self.method(symlinks)
153 def run(self, creator, symlinks): argument
156 method = self.method(symlinks)
158 if not symlinks:
164 if symlinks:
168 if not symlinks:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/
H A Dref.py86 def run(self, creator, symlinks): argument
89 def method(self, symlinks): argument
94 return symlink if symlinks else copy
131 def run(self, creator, symlinks): argument
133 method = self.method(symlinks)
153 def run(self, creator, symlinks): argument
156 method = self.method(symlinks)
158 if not symlinks:
164 if symlinks:
168 if not symlinks:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/
H A Dref.py86 def run(self, creator, symlinks): argument
89 def method(self, symlinks): argument
94 return symlink if symlinks else copy
131 def run(self, creator, symlinks): argument
133 method = self.method(symlinks)
153 def run(self, creator, symlinks): argument
156 method = self.method(symlinks)
158 if not symlinks:
164 if symlinks:
168 if not symlinks:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/
H A Dref.py76 def run(self, creator, symlinks): argument
79 def method(self, symlinks): argument
84 return symlink if symlinks else copy
121 def run(self, creator, symlinks): argument
123 method = self.method(symlinks)
144 def run(self, creator, symlinks): argument
147 method = self.method(symlinks)
149 if not symlinks:
155 if symlinks:
159 if not symlinks:
/dports/devel/cmake-gui/cmake-3.22.1/Help/policy/
H A DCMP0009.rst4 FILE GLOB_RECURSE calls should not follow symlinks by default.
7 through symlinks, sometimes coming up with unexpectedly large result sets
8 because of symlinks to top level directories that contain hundreds of
11 This policy determines whether or not to follow symlinks encountered
13 policy is to follow the symlinks. The ``NEW`` behavior for this policy is not
14 to follow the symlinks by default, but only if ``FOLLOW_SYMLINKS`` is given
/dports/devel/cmake-doc/cmake-3.22.1/Help/policy/
H A DCMP0009.rst4 FILE GLOB_RECURSE calls should not follow symlinks by default.
7 through symlinks, sometimes coming up with unexpectedly large result sets
8 because of symlinks to top level directories that contain hundreds of
11 This policy determines whether or not to follow symlinks encountered
13 policy is to follow the symlinks. The ``NEW`` behavior for this policy is not
14 to follow the symlinks by default, but only if ``FOLLOW_SYMLINKS`` is given
/dports/devel/cmake/cmake-3.22.1/Help/policy/
H A DCMP0009.rst4 FILE GLOB_RECURSE calls should not follow symlinks by default.
7 through symlinks, sometimes coming up with unexpectedly large result sets
8 because of symlinks to top level directories that contain hundreds of
11 This policy determines whether or not to follow symlinks encountered
13 policy is to follow the symlinks. The ``NEW`` behavior for this policy is not
14 to follow the symlinks by default, but only if ``FOLLOW_SYMLINKS`` is given
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-no-symlinks.t5 # hg init symlinks
6 # cd symlinks
13 # hg bundle --base null ../test-no-symlinks.hg
19 $ hg pull -q "$TESTDIR/bundles/test-no-symlinks.hg"
39 $ hg bundle --base null ../symlinks.hg
44 $ hg pull ../symlinks.hg
45 pulling from ../symlinks.hg
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/llvm/tools/llvm-symbolizer/
H A DBUILD.gn4 symlinks = [ "llvm-addr2line" ]
6 symlinks += [ "addr2line" ]
8 foreach(target, symlinks) {
19 group("symlinks") {
21 foreach(target, symlinks) {
/dports/devel/llvm10/llvm-10.0.1.src/utils/gn/secondary/llvm/tools/llvm-symbolizer/
H A DBUILD.gn4 symlinks = [ "llvm-addr2line" ]
6 symlinks += [ "addr2line" ]
8 foreach(target, symlinks) {
19 group("symlinks") {
21 foreach(target, symlinks) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-symbolizer/
H A DBUILD.gn4 symlinks = [ "llvm-addr2line" ]
6 symlinks += [ "addr2line" ]
8 foreach(target, symlinks) {
19 group("symlinks") {
21 foreach(target, symlinks) {
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt7800-difftool.sh663 test_expect_success SYMLINKS 'difftool --dir-diff handles modified symlinks' '
679 git difftool --symlinks --dir-diff --extcmd ls >output &&
683 git difftool --no-symlinks --dir-diff --extcmd ls >output &&
691 git difftool --symlinks --dir-diff --tool cat >actual &&
694 git difftool --symlinks --no-symlinks --dir-diff --tool cat >actual &&
701 git difftool --symlinks --dir-diff --tool cat >actual &&
704 git difftool --no-symlinks --dir-diff --tool cat >actual &&
714 git difftool --symlinks --dir-diff --extcmd ls >output &&
718 git difftool --no-symlinks --dir-diff --extcmd ls >output &&
/dports/devel/scons/SCons-4.2.0/SCons/Tool/linkCommon/
H A DSharedLibrary.py63 symlinks = []
66 symlinks.append((env.File(shlib_soname_symlink), libnode))
68 symlinks.append((env.File(shlib_noversion_symlink), libnode))
74 ["%r->%r" % (k, v) for k, v in StringizeLibSymlinks(symlinks)]
79 if symlinks:
81 EmitLibSymlinks(env, symlinks, target[0])
85 target[0].attributes.shliblinks = symlinks
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/gn/secondary/llvm/tools/llvm-symbolizer/
H A DBUILD.gn4 symlinks = [ "llvm-addr2line" ]
6 symlinks += [ "addr2line" ]
8 foreach(target, symlinks) {
17 group("symlinks") {
19 foreach(target, symlinks) {
/dports/devel/llvm11/llvm-11.0.1.src/utils/gn/secondary/llvm/tools/llvm-symbolizer/
H A DBUILD.gn4 symlinks = [ "llvm-addr2line" ]
6 symlinks += [ "addr2line" ]
8 foreach(target, symlinks) {
17 group("symlinks") {
19 foreach(target, symlinks) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/gn/secondary/llvm/tools/llvm-ar/
H A DBUILD.gn4 symlinks = [
10 symlinks += [
16 foreach(target, symlinks) {
25 group("symlinks") {
27 foreach(target, symlinks) {
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/llvm/tools/llvm-ar/
H A DBUILD.gn4 symlinks = [
10 symlinks += [
16 foreach(target, symlinks) {
27 group("symlinks") {
29 foreach(target, symlinks) {

12345678910>>...348