Home
last modified time | relevance | path

Searched refs:symlinks (Results 101 – 125 of 13286) sorted by relevance

12345678910>>...532

/dports/databases/postgis25/postgis-2.5.5/doc/po/
H A DMakefile.local6 local-html: symlinks
9 local-pdf: symlinks
12 local-check: symlinks
15 symlinks:
/dports/databases/postgis31/postgis-3.1.4/doc/po/
H A DMakefile.local6 local-html: symlinks
9 local-pdf: symlinks
12 local-check: symlinks
15 symlinks:
/dports/databases/postgis32/postgis-3.2.0/doc/po/
H A DMakefile.local6 local-html: symlinks
9 local-pdf: symlinks
12 local-check: symlinks
15 symlinks:
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2Directory.php59 public function setSymlinks($symlinks) argument
61 $this->symlinks = $symlinks;
68 return $this->symlinks;
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_chown13 '(-h --no-dereference)--dereference[dereference symlinks]'
14 '(-h --no-dereference --dereference)'{-h,--no-dereference}'[operate on symlinks themselves]'
19 '(-H -L -P)-L[follow all symlinks]'
20 '(-H -L -P)-H[follow symlinks on the command line]'
21 '(-H -L -P)-P[do not follow symlinks (default)]'
30 '-h[operate on symlinks themselves]'
41 '(-H -L -P)-L[follow all symlinks]'
42 '(-H -L -P)-H[follow symlinks on the command line]'
43 '(-H -L -P)-P[do not follow symlinks (default)]'
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/gn/secondary/llvm/tools/llvm-readobj/
H A DBUILD.gn10 symlinks = [ "llvm-readelf" ]
12 symlinks += [ "readelf" ]
14 foreach(target, symlinks) {
23 group("symlinks") {
25 foreach(target, symlinks) {
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-readobj/
H A DBUILD.gn10 symlinks = [ "llvm-readelf" ]
12 symlinks += [ "readelf" ]
14 foreach(target, symlinks) {
23 group("symlinks") {
25 foreach(target, symlinks) {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/gn/secondary/llvm/tools/llvm-readobj/
H A DBUILD.gn10 symlinks = [ "llvm-readelf" ]
12 symlinks += [ "readelf" ]
14 foreach(target, symlinks) {
23 group("symlinks") {
25 foreach(target, symlinks) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/gn/secondary/llvm/tools/llvm-readobj/
H A DBUILD.gn10 symlinks = [ "llvm-readelf" ]
12 symlinks += [ "readelf" ]
14 foreach(target, symlinks) {
23 group("symlinks") {
25 foreach(target, symlinks) {
/dports/devel/llvm80/llvm-8.0.1.src/utils/gn/secondary/llvm/tools/llvm-objcopy/
H A DBUILD.gn15 symlinks = [ "llvm-strip" ]
17 symlinks += [
22 foreach(target, symlinks) {
33 group("symlinks") {
35 foreach(target, symlinks) {
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/gn/secondary/llvm/tools/llvm-readobj/
H A DBUILD.gn10 symlinks = [ "llvm-readelf" ]
12 symlinks += [ "readelf" ]
14 foreach(target, symlinks) {
23 group("symlinks") {
25 foreach(target, symlinks) {
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/gn/secondary/llvm/tools/llvm-readobj/
H A DBUILD.gn10 symlinks = [ "llvm-readelf" ]
12 symlinks += [ "readelf" ]
14 foreach(target, symlinks) {
23 group("symlinks") {
25 foreach(target, symlinks) {
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2Directory.php75 public function setSymlinks($symlinks) argument
77 $this->symlinks = $symlinks;
84 return $this->symlinks;
/dports/x11-themes/kf5-oxygen-icons5/oxygen-icons5-5.89.0/
H A Dbreeze_icon_link_copy.rb94 symlinks = files.collect { |file| Symlink.new(file) }
95 symlinks.reject! do |symlink|
110 symlinks.each do |symlink|
137 puts "accepted: #{symlinks.size} (tried to link this many files)"
141 puts "replicated: #{symlinks.size - missing_targets - existing_symlinks - existing_files} (total)"
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/
H A Dinstall.py56 def scons_copytree(src, dst, symlinks=False): argument
79 if symlinks and os.path.islink(srcname):
83 scons_copytree(srcname, dstname, symlinks)
157 if symlinks:
158 for link, linktgt in symlinks:
169 symlinks = listShlibLinksToInstall(dest, source, env)
172 if symlinks:
173 SCons.Tool.CreateLibSymlinks(env, symlinks)
248 symlinks = listShlibLinksToInstall(target[0], source, env)
249 if symlinks:
[all …]
H A Dcyglink.py112 symlinks = SCons.Tool.ImpLibSymlinkGenerator(env, implib_target,
116 print("_lib_emitter: implib symlinks=%r" % SCons.Tool.StringizeLibSymlinks(symlinks))
117 if symlinks:
118 SCons.Tool.EmitLibSymlinks(env, symlinks, implib_target, clean_targets = target[0])
119 implib_target.attributes.shliblinks = symlinks
176 symlinks = [(link0, libnode)]
179 …print("_versioned_implib_symlinks: return symlinks=%r" % SCons.Tool.StringizeLibSymlinks(symlinks))
181 return symlinks
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Tool/
H A Dinstall.py55 def scons_copytree(src, dst, symlinks=False): argument
78 if symlinks and os.path.islink(srcname):
82 scons_copytree(srcname, dstname, symlinks)
156 if symlinks:
157 for link, linktgt in symlinks:
169 symlinks = listShlibLinksToInstall(dest, source, env)
172 if symlinks:
173 SCons.Tool.CreateLibSymlinks(env, symlinks)
249 symlinks = listShlibLinksToInstall(target[0], source, env)
250 if symlinks:
[all …]
H A Dcyglink.py108 symlinks = SCons.Tool.ImpLibSymlinkGenerator(env, implib_target,
112 print "_lib_emitter: implib symlinks=%r" % SCons.Tool.StringizeLibSymlinks(symlinks)
113 if symlinks:
114 SCons.Tool.EmitLibSymlinks(env, symlinks, implib_target, clean_targets = target[0])
115 implib_target.attributes.shliblinks = symlinks
172 symlinks = [(link0, libnode)]
175 … print "_versioned_implib_symlinks: return symlinks=%r" % SCons.Tool.StringizeLibSymlinks(symlinks)
177 return symlinks
/dports/sysutils/p5-Rex/Rex-1.13.4/t/
H A Dsymlinks.t38 subtest 'resolve symlinks' => sub {
48 subtest 'file command with symlinks' => sub {
62 subtest 'delete_lines_matching with symlinks' => sub {
71 subtest 'append_or_amend_line with symlinks' => sub {
82 subtest 'sed with symlinks' => sub {
91 subtest 'file_write with symlinks' => sub {
102 subtest 'file_append with symlinks' => sub {
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/ext/
H A Dshutil_generatorized.py140 def copy2(src, dst, overwrite=False, symlinks=False, make_safe_path=get_safe_path): argument
150 if symlinks and os.path.islink(src):
162 symlinks=False, ignore=None, overwrite=False, make_safe_path=get_safe_path): argument
208 if symlinks and os.path.islink(srcname):
216 for n in copytree(srcname, dstname, symlinks, ignore, overwrite,
223 for n in copy2(srcname, dstname, overwrite=overwrite, symlinks=symlinks,
279 for done in copytree(src, real_dst, symlinks=True, overwrite=overwrite,
284 for done in copy2(src, real_dst, symlinks=True, overwrite=overwrite,
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/llvm/tools/llvm-objcopy/
H A DBUILD.gn15 symlinks = [ "llvm-strip" ]
17 symlinks += [
22 foreach(target, symlinks) {
33 group("symlinks") {
35 foreach(target, symlinks) {
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/lld/tools/lld/
H A DBUILD.gn3 symlinks = [
9 foreach(target, symlinks) {
20 group("symlinks") {
22 foreach(target, symlinks) {
/dports/devel/llvm10/llvm-10.0.1.src/utils/gn/secondary/lld/tools/lld/
H A DBUILD.gn3 symlinks = [
9 foreach(target, symlinks) {
20 group("symlinks") {
22 foreach(target, symlinks) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/gn/secondary/lld/tools/lld/
H A DBUILD.gn3 symlinks = [
9 foreach(target, symlinks) {
20 group("symlinks") {
22 foreach(target, symlinks) {
/dports/devel/llvm80/llvm-8.0.1.src/utils/gn/secondary/lld/tools/lld/
H A DBUILD.gn3 symlinks = [
9 foreach(target, symlinks) {
20 group("symlinks") {
22 foreach(target, symlinks) {

12345678910>>...532