Home
last modified time | relevance | path

Searched refs:anchorList (Results 1 – 20 of 20) sorted by relevance

/dports/net/messagelib/messagelib-21.12.3/webengineviewer/src/webengineaccesskey/autotests/
H A Dwebengineaccesskeyanchorfromhtmltest.cpp52 QVector<WebEngineViewer::WebEngineAccessKeyAnchor> anchorList; in handleSearchAccessKey() local
53 anchorList.reserve(lst.count()); in handleSearchAccessKey()
55 anchorList << WebEngineViewer::WebEngineAccessKeyAnchor(anchor); in handleSearchAccessKey()
57 Q_EMIT accessKeySearchFinished(anchorList); in handleSearchAccessKey()
/dports/graphics/okular/okular-21.12.3/generators/dvi/
H A DdviRenderer_dr.cpp37 QMap<QString, Anchor>::Iterator it = anchorList.find(locallink); in findAnchor()
38 if (it != anchorList.end()) in findAnchor()
H A DdviRenderer.h331 QMap<QString, Anchor> anchorList; variable
H A DdviRenderer_prescan.cpp267 anchorList[cp] = Anchor(current_page + 1, l); in prescan_ParseHTMLAnchorSpecial()
353 anchorList[anchorName] = Anchor(current_page + 1, l); in prescan_ParsePSSpecial()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/lib/testClasses/
H A Ddom-parseLicenseTable.php95 $anchorList = $childNode->getElementsByTagName('a');
96 foreach($anchorList as $anchorEle) {
H A DparseBrowseMenu.php126 $anchorList = $node->getElementsByTagName('a');
127 foreach($anchorList as $anchorEle)
/dports/misc/kcd/kcd-7.15.0/
H A Dkhdoc.cc242 anchorList.erase(anchorList.begin(), anchorList.end()); in ReInitFormat()
725 anchorList.push_back(sptr<Anchor>(procA)); in ProcessA()
1410 iter != anchorList.rend() in ProcessHypertext()
1788 for (curAnchorIter = anchorList.begin(); in FindNextLink()
1805 if (curAnchorIter == anchorList.end()) { in FindNextLink()
1809 curAnchorIter = anchorList.begin(); in FindNextLink()
1825 next_loop(anchorList, anchorSelectedIter); in FindNextLink()
2078 anchorList.push_back(sptr<Anchor>(procA)); in DrawACallBegin()
2097 anchorList.push_back(sptr<Anchor>(procA)); in DrawACallBegin()
2116 anchorList.push_back(sptr<Anchor>(procA)); in DrawAHrefBegin()
[all …]
H A Dkhdoc.h158 sptr_list<Anchor> anchorList; variable
166 const sptr_list<Anchor> &GetAnchorList() const { return anchorList; } in GetAnchorList()
H A DChangeLog6218 * khdoc.h (HyperDocument::anchorList, HyperDocument::sectionList):
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dsurface_interface.cpp84 QList<SubSurfaceInterface *> *anchorList; in raiseChild() local
92 anchorList = &pending.above; in raiseChild()
95 anchorList = &pending.above; in raiseChild()
97 anchorList = &pending.below; in raiseChild()
102 anchorList->insert(anchorIndex + 1, subsurface); in raiseChild()
111 QList<SubSurfaceInterface *> *anchorList; in lowerChild() local
119 anchorList = &pending.below; in lowerChild()
122 anchorList = &pending.above; in lowerChild()
124 anchorList = &pending.below; in lowerChild()
129 anchorList->insert(anchorIndex, subsurface); in lowerChild()
/dports/net/messagelib/messagelib-21.12.3/webengineviewer/src/webengineaccesskey/
H A Dwebengineaccesskey.cpp245 QVector<WebEngineViewer::WebEngineAccessKeyAnchor> anchorList; in handleSearchAccessKey() local
246 anchorList.reserve(lst.count()); in handleSearchAccessKey()
249 anchorList << WebEngineViewer::WebEngineAccessKeyAnchor(var); in handleSearchAccessKey()
279 for (const WebEngineViewer::WebEngineAccessKeyAnchor &element : std::as_const(anchorList)) { in handleSearchAccessKey()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DFormattedFileWriter.java44 ArrayList<String[]> anchorList = new ArrayList<>(anchors); // flatten in toString() local
45 for (String[] item : anchorList) { in toString()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddefinitionimpl.h90 void addSectionsToDefinition(const std::vector<const SectionInfo*> &anchorList);
216 virtual void addSectionsToDefinition(const std::vector<const SectionInfo*> &anchorList) in addSectionsToDefinition() argument
217 { m_impl.addSectionsToDefinition(anchorList); } in addSectionsToDefinition()
H A Ddefinition.h365 virtual void addSectionsToDefinition(const std::vector<const SectionInfo*> &anchorList) = 0;
H A Ddefinition.cpp306 void DefinitionImpl::addSectionsToDefinition(const std::vector<const SectionInfo*> &anchorList) in addSectionsToDefinition() argument
309 for (const SectionInfo *si : anchorList) in addSectionsToDefinition()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Ddragdrop.cpp88 void ScoreView::setDropAnchorLines(const QVector<QLineF>& anchorList) in setDropAnchorLines() argument
90 if (m_dropAnchorLines != anchorList) in setDropAnchorLines()
91 m_dropAnchorLines = anchorList; in setDropAnchorLines()
H A Dscoreview.h440 void setDropAnchorLines(const QVector<QLineF> &anchorList);
/dports/www/netrik/netrik-1.16.1/doc/in/
H A Dhacking-links.in595 $#<a name="anchorList" id="anchorList">
H A Dhacking.in336 $$<a$+href="hacking-links.html#anchorList">$$anchor list$$</a>$$ data
H A Dhacking-layout.in96 …tml#linkList">$$link_list$$</a>$$" and "$$<a$+href="hacking-links.html#anchorList">$$anchor_list$$…
124 $$<a$+href="hacking-links.html#anchorList">$$make_anchor_list()$$</a>$$. (See