Home
last modified time | relevance | path

Searched refs:linkDestination (Results 1 – 25 of 100) sorted by relevance

1234

/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/creator/qml/
H A DLinkEditorSheet.qml44 linkDestination.text = linkHref;
50 linkDestination.text = "";
92 id: linkDestination;
95 … onTextChanged: linkDestinationOptionsFilter.setFilterFixedString(linkDestination.text);
133 if (linkDestination.text.length > 0 && linkText.text.length > 0) {
134 return "<a href=\"" + linkDestination.text + "\">" + linkText.text + "</a>";
135 } else if (linkDestination.text.length > 0) {
136 … return "<a href=\"" + linkDestination.text + "\">" + linkDestination.text + "</a>";
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/qt4/tests/
H A Dcheck_links.cpp39 dest.reset( doc->linkDestination("no.dests.in.this.document") ); in checkDocumentWithNoDests()
86 dest.reset( doc->linkDestination("section.1") ); in checkDests_xr02()
89 dest.reset( doc->linkDestination("section.2") ); in checkDests_xr02()
92 dest.reset( doc->linkDestination("section.3") ); in checkDests_xr02()
/dports/graphics/poppler/poppler-21.12.0/qt6/tests/
H A Dcheck_links.cpp34 …std::unique_ptr<Poppler::LinkDestination> dest = doc->linkDestination(QStringLiteral("no.dests.in.… in checkDocumentWithNoDests()
74 …std::unique_ptr<Poppler::LinkDestination> dest = doc->linkDestination(QStringLiteral("section.1")); in checkDests_xr02()
77 dest = doc->linkDestination(QStringLiteral("section.2")); in checkDests_xr02()
80 dest = doc->linkDestination(QStringLiteral("section.3")); in checkDests_xr02()
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/tests/
H A Dcheck_links.cpp34 …std::unique_ptr<Poppler::LinkDestination> dest = doc->linkDestination(QStringLiteral("no.dests.in.… in checkDocumentWithNoDests()
74 …std::unique_ptr<Poppler::LinkDestination> dest = doc->linkDestination(QStringLiteral("section.1")); in checkDests_xr02()
77 dest = doc->linkDestination(QStringLiteral("section.2")); in checkDests_xr02()
80 dest = doc->linkDestination(QStringLiteral("section.3")); in checkDests_xr02()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/tests/
H A Dcheck_links.cpp36 dest.reset(doc->linkDestination(QStringLiteral("no.dests.in.this.document"))); in checkDocumentWithNoDests()
85 dest.reset(doc->linkDestination(QStringLiteral("section.1"))); in checkDests_xr02()
88 dest.reset(doc->linkDestination(QStringLiteral("section.2"))); in checkDests_xr02()
91 dest.reset(doc->linkDestination(QStringLiteral("section.3"))); in checkDests_xr02()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/tests/
H A Dcheck_links.cpp34 …std::unique_ptr<Poppler::LinkDestination> dest = doc->linkDestination(QStringLiteral("no.dests.in.… in checkDocumentWithNoDests()
74 …std::unique_ptr<Poppler::LinkDestination> dest = doc->linkDestination(QStringLiteral("section.1")); in checkDests_xr02()
77 dest = doc->linkDestination(QStringLiteral("section.2")); in checkDests_xr02()
80 dest = doc->linkDestination(QStringLiteral("section.3")); in checkDests_xr02()
/dports/graphics/poppler/poppler-21.12.0/qt5/tests/
H A Dcheck_links.cpp36 dest.reset(doc->linkDestination(QStringLiteral("no.dests.in.this.document"))); in checkDocumentWithNoDests()
85 dest.reset(doc->linkDestination(QStringLiteral("section.1"))); in checkDests_xr02()
88 dest.reset(doc->linkDestination(QStringLiteral("section.2"))); in checkDests_xr02()
91 dest.reset(doc->linkDestination(QStringLiteral("section.3"))); in checkDests_xr02()
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/tests/
H A Dcheck_links.cpp36 dest.reset(doc->linkDestination(QStringLiteral("no.dests.in.this.document"))); in checkDocumentWithNoDests()
85 dest.reset(doc->linkDestination(QStringLiteral("section.1"))); in checkDests_xr02()
88 dest.reset(doc->linkDestination(QStringLiteral("section.2"))); in checkDests_xr02()
91 dest.reset(doc->linkDestination(QStringLiteral("section.3"))); in checkDests_xr02()
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/tests/
H A Dcheck_links.cpp34 …std::unique_ptr<Poppler::LinkDestination> dest = doc->linkDestination(QStringLiteral("no.dests.in.… in checkDocumentWithNoDests()
74 …std::unique_ptr<Poppler::LinkDestination> dest = doc->linkDestination(QStringLiteral("section.1")); in checkDests_xr02()
77 dest = doc->linkDestination(QStringLiteral("section.2")); in checkDests_xr02()
80 dest = doc->linkDestination(QStringLiteral("section.3")); in checkDests_xr02()
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/tests/
H A Dcheck_links.cpp36 dest.reset(doc->linkDestination(QStringLiteral("no.dests.in.this.document"))); in checkDocumentWithNoDests()
85 dest.reset(doc->linkDestination(QStringLiteral("section.1"))); in checkDests_xr02()
88 dest.reset(doc->linkDestination(QStringLiteral("section.2"))); in checkDests_xr02()
91 dest.reset(doc->linkDestination(QStringLiteral("section.3"))); in checkDests_xr02()
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/FileSystem/
H A Dfilesystem.cpp218 QString linkDestination; in createLocalFileItem() local
221 linkDestination = readLinkSafely(pathByteArray.data()); in createLocalFileItem()
223 if (linkDestination.isNull()) { in createLocalFileItem()
227 const QFileInfo linkFile(dir, linkDestination); in createLocalFileItem()
242 isLink, linkDestination, brokenLink); in createLocalFileItem()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/qt4/src/
H A Dpoppler-annotation.cc1380 Link * linkDestination; member in Poppler::LinkAnnotationPrivate
1392 delete linkDestination; in ~LinkAnnotationPrivate()
1439 d->linkDestination = go; in LinkAnnotation()
1444 d->linkDestination = exec; in LinkAnnotation()
1449 d->linkDestination = browse; in LinkAnnotation()
1494 d->linkDestination = movie; in LinkAnnotation()
1539 if ( d->linkDestination ) in store()
1541 switch( d->linkDestination->linkType() ) in store()
1638 return d->linkDestination; in linkDestionation()
1644 delete d->linkDestination; in setLinkDestination()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Composer/
H A DCleanVendorAfterVendorBundledMigration.php195 $linkDestination = readlink($filePath);
197 …if (strncmp($linkDestination, '../vendor/', strlen('../vendor/')) === 0 // relative link to vendor…
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/storage/
H A DremoteTest.c110 TEST_RESULT_STR(info.linkDestination, NULL, "no link destination"); in testRun()
128 TEST_RESULT_STR(info.linkDestination, NULL, "no link destination"); in testRun()
156 TEST_RESULT_STR(info.linkDestination, NULL, "no link destination"); in testRun()
173 TEST_RESULT_STR_Z(info.linkDestination, "../repo/test", "check link destination"); in testRun()
188 TEST_RESULT_STR(info.linkDestination, NULL, "no link destination"); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/posix/
H A Dstorage.c102 char linkDestination[PATH_MAX]; in storagePosixInfo() local
106 … (linkDestinationSize = readlink(strZ(file), linkDestination, sizeof(linkDestination) - 1)) == -1, in storagePosixInfo()
109 result.linkDestination = strNewN(linkDestination, (size_t)linkDestinationSize); in storagePosixInfo()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/
H A Dinfo.h66 const String *linkDestination; // Destination if this is a link member
H A Dstorage.c272 result.linkDestination = strDup(result.linkDestination); in storageInfo()
306 infoCopy.linkDestination = strDup(info->linkDestination); in storageInfoListSortCallback()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DReferenceMap.hs23 data LinkInfo = LinkInfo{ linkDestination :: !Text function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DImplicitHeadingReferences.hs52 LinkInfo{ linkDestination = "#" <> ident
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DReferenceMap.hs23 data LinkInfo = LinkInfo{ linkDestination :: !Text function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-0.2.1/src/Commonmark/
H A DReferenceMap.hs23 data LinkInfo = LinkInfo{ linkDestination :: !Text function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-extensions-0.2.1.2/src/Commonmark/Extensions/
H A DImplicitHeadingReferences.hs52 LinkInfo{ linkDestination = "#" <> ident
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DImplicitHeadingReferences.hs52 LinkInfo{ linkDestination = "#" <> ident
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/common/
H A DharnessStorage.c117 strCatFmt(data->content, "link, d=%s", strZ(info->linkDestination)); in hrnStorageInfoListCallback()
256 infoCopy.linkDestination = strDup(infoCopy.linkDestination); in hrnStorageListCallback()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/qt/
H A Dpoppler-qt.h301 LinkDestination *linkDestination( const QString &name );

1234