Home
last modified time | relevance | path

Searched refs:link_dest (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/glib/
H A Dpoppler-action.cc232 if (link_dest == NULL) { in dest_new_goto()
237 switch (link_dest->getKind ()) { in dest_new_goto()
266 if (link_dest->isPageRef ()) { in dest_new_goto()
283 dest->top = link_dest->getTop (); in dest_new_goto()
333 LinkDest *link_dest; in build_goto_dest() local
342 link_dest = link->getDest (); in build_goto_dest()
345 if (link_dest != NULL) { in build_goto_dest()
358 LinkDest *link_dest; in build_goto_remote() local
369 link_dest = link->getDest (); in build_goto_remote()
372 if (link_dest != NULL) { in build_goto_remote()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/glib/
H A Dpoppler-action.cc243 if (link_dest == nullptr) { in dest_new_goto()
248 switch (link_dest->getKind()) { in dest_new_goto()
277 if (link_dest->isPageRef()) { in dest_new_goto()
291 dest->left = link_dest->getLeft(); in dest_new_goto()
294 dest->top = link_dest->getTop(); in dest_new_goto()
342 const LinkDest *link_dest; in build_goto_dest() local
351 link_dest = link->getDest(); in build_goto_dest()
354 if (link_dest != nullptr) { in build_goto_dest()
365 const LinkDest *link_dest; in build_goto_remote() local
376 link_dest = link->getDest(); in build_goto_remote()
[all …]
/dports/graphics/poppler/poppler-21.12.0/glib/
H A Dpoppler-action.cc243 if (link_dest == nullptr) { in dest_new_goto()
248 switch (link_dest->getKind()) { in dest_new_goto()
277 if (link_dest->isPageRef()) { in dest_new_goto()
291 dest->left = link_dest->getLeft(); in dest_new_goto()
294 dest->top = link_dest->getTop(); in dest_new_goto()
342 const LinkDest *link_dest; in build_goto_dest() local
351 link_dest = link->getDest(); in build_goto_dest()
354 if (link_dest != nullptr) { in build_goto_dest()
365 const LinkDest *link_dest; in build_goto_remote() local
376 link_dest = link->getDest(); in build_goto_remote()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/glib/
H A Dpoppler-action.cc243 if (link_dest == nullptr) { in dest_new_goto()
248 switch (link_dest->getKind()) { in dest_new_goto()
277 if (link_dest->isPageRef()) { in dest_new_goto()
291 dest->left = link_dest->getLeft(); in dest_new_goto()
294 dest->top = link_dest->getTop(); in dest_new_goto()
342 const LinkDest *link_dest; in build_goto_dest() local
351 link_dest = link->getDest(); in build_goto_dest()
354 if (link_dest != nullptr) { in build_goto_dest()
365 const LinkDest *link_dest; in build_goto_remote() local
376 link_dest = link->getDest(); in build_goto_remote()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/glib/
H A Dpoppler-action.cc243 if (link_dest == nullptr) { in dest_new_goto()
248 switch (link_dest->getKind()) { in dest_new_goto()
277 if (link_dest->isPageRef()) { in dest_new_goto()
291 dest->left = link_dest->getLeft(); in dest_new_goto()
294 dest->top = link_dest->getTop(); in dest_new_goto()
342 const LinkDest *link_dest; in build_goto_dest() local
351 link_dest = link->getDest(); in build_goto_dest()
354 if (link_dest != nullptr) { in build_goto_dest()
365 const LinkDest *link_dest; in build_goto_remote() local
376 link_dest = link->getDest(); in build_goto_remote()
[all …]
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/repo/binary/
H A Dfetch.c97 char link_dest_tmp[MAXPATHLEN], link_dest[MAXPATHLEN]; in pkg_repo_binary_create_symlink() local
101 pkg_snprintf(link_dest, sizeof(link_dest), "%S/%n-%v%S", in pkg_repo_binary_create_symlink()
103 snprintf(link_dest_tmp, sizeof(link_dest_tmp), "%s.new", link_dest); in pkg_repo_binary_create_symlink()
112 pkg_emit_errno("symlink", link_dest); in pkg_repo_binary_create_symlink()
116 if (rename(link_dest_tmp, link_dest) == -1) { in pkg_repo_binary_create_symlink()
117 pkg_emit_errno("rename", link_dest); in pkg_repo_binary_create_symlink()
/dports/science/siconos/siconos-4.4.0/wrap/
H A Dsetup.py.in69 link_dest = os.readlink(src_name)
72 if os.readlink(dst_name) != link_dest:
75 dir_util.log.info("linking %s -> %s", dst_name, link_dest)
76 os.symlink(link_dest, dst_name)
78 dir_util.log.info("leaving %s -> %s", dst_name, link_dest)
81 dir_util.log.info("linking %s -> %s", dst_name, link_dest)
82 os.symlink(link_dest, dst_name)
/dports/sysutils/py-salt/salt-3004.1/salt/fileserver/
H A Droots.py369 link_dest = salt.utils.path.readlink(abs_path)
371 "roots: %s symlink destination is %s", abs_path, link_dest
373 if salt.utils.platform.is_windows() and link_dest.startswith(
381 link_dest,
384 link_dest = abs_path
385 if link_dest.startswith(".."):
386 joined = os.path.join(abs_path, link_dest)
388 joined = os.path.join(os.path.dirname(abs_path), link_dest)
400 ret["links"][rel_path] = link_dest
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dstorage_detector_other.cpp206 std::string link_dest; in detect_drives_other() local
208 if (path.get_link_destination(link_dest)) { in detect_drives_other()
209 …real_dev_path = (hz::path_is_absolute(link_dest) ? link_dest : (dev_dir + hz::DIR_SEPARATOR_S + li… in detect_drives_other()
/dports/devel/github-backup-utils/github-backup-utils-v3.1.0/share/github-backup-utils/
H A Dghe-backup-es-rsync39 link_dest="--link-dest=../../current/elasticsearch"
49 $link_dest \
73 $link_dest \
H A Dghe-backup-actions36 link_dest="--link-dest=$GHE_DATA_DIR/current/actions"
46 $link_dest \
H A Dghe-backup-minio39 link_dest="--link-dest=${GHE_DATA_DIR}/current/minio"
52 ${link_dest} \
H A Dghe-backup-userdata50 link_dest="--link-dest=../${link_path}/current/$dirname"
60 $link_dest \
H A Dghe-backup-pages63 link_dest="--link-dest=../../current/pages"
80 $link_dest \
H A Dghe-backup-git-hooks87 local link_dest="--link-dest=../${link_path}/current/git-hooks/$subpath"
94 -e "ssh -q $opts -p $port $ssh_config_file_opt -l $user" $link_dest \
/dports/sysutils/rsnapshot/rsnapshot-1.4.4/t/link-dest_-t_when_only_one_snapshot/conf/
H A Dlink-dest_-t_when_only_one_snapshot.conf.in4 link_dest 1
6 … @TEST@/link-dest_-t_when_only_one_snapshot/conf/link-dest_-t_when_only_one_snapshot.conf link_dest
H A Dlink-dest_-t_when_only_one_snapshot.conf4 link_dest 1
6 …hot//t//link-dest_-t_when_only_one_snapshot/conf/link-dest_-t_when_only_one_snapshot.conf link_dest
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/files/
H A Dsynchronize.py411 link_dest=dict(type='list')
449 link_dest = module.params['link_dest']
552 if link_dest:
557 for x in link_dest:
597 if link_dest:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/plugins/modules/
H A Dsynchronize.py421 link_dest=dict(type='list', elements='str'),
460 link_dest = module.params['link_dest']
569 if link_dest:
574 for x in link_dest:
614 if link_dest:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Dsynchronize.py411 link_dest=dict(type='list')
449 link_dest = module.params['link_dest']
552 if link_dest:
557 for x in link_dest:
597 if link_dest:
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/syscalls/
H A Dsyscalls.cc447 char link_dest[PATH_MAX]; in test_symlinks() local
448 memset(link_dest, 0x77, sizeof(link_dest)); in test_symlinks()
449 ssize_t result = readlink(link_filename, link_dest, sizeof(link_dest)); in test_symlinks()
451 ASSERT_EQ(memcmp(link_dest, basename, result), 0); in test_symlinks()
453 ASSERT_EQ(link_dest[result], 0x77); in test_symlinks()
456 memset(link_dest, 0x77, sizeof(link_dest)); in test_symlinks()
457 result = readlink(link_filename, link_dest, 1); in test_symlinks()
459 ASSERT_EQ(link_dest[0], basename[0]); in test_symlinks()
461 for (size_t i = 1; i < sizeof(link_dest); ++i) in test_symlinks()
462 ASSERT_EQ(link_dest[i], 0x77); in test_symlinks()
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Ddir_util.py148 link_dest = os.readlink(src_name)
150 log.info("linking %s -> %s", dst_name, link_dest)
152 os.symlink(link_dest, dst_name)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Ddir_util.py148 link_dest = os.readlink(src_name)
150 log.info("linking %s -> %s", dst_name, link_dest)
152 os.symlink(link_dest, dst_name)
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Ddir_util.py148 link_dest = os.readlink(src_name)
150 log.info("linking %s -> %s", dst_name, link_dest)
152 os.symlink(link_dest, dst_name)
/dports/lang/python310/Python-3.10.1/Lib/distutils/
H A Ddir_util.py148 link_dest = os.readlink(src_name)
150 log.info("linking %s -> %s", dst_name, link_dest)
152 os.symlink(link_dest, dst_name)

12345