Home
last modified time | relevance | path

Searched refs:findParent (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dbrewiarz.recipe70 link_parent_text = sector_links_modified.findParent(
83 article_box_parent = box_title.findParent('ul')
99 if link.findParent(name='ol'):
114 footer_parent = footer.findParent('div')
118 header_parent = header.findParent('div')
121 subheader = soup.find(text='Kolor szat:').findParent('div')
H A Dainonline.recipe63 if section.findParent(attrs=dict(id='featured')) is not None:
65 elif section.findParent(attrs=dict(id='home-top-stories')) is not None:
67 elif section.findParent(
H A Dstarwars.recipe36 tag = tag.findParent('table')
43 a = img.findParent('a', href=True)
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/database/booksdb/runnables/
H A DFindFileIdRunnable.cpp46 DBIntValue &findParent = (DBIntValue &) *myFindFileId->parameter("@parent_id").value(); in run() local
54 findParent = 0; in run()
62 addParent = findParent.value(); in run()
75 findParent = ((DBIntValue &) *physId).value(); in run()
/dports/games/residualvm/residualvm-0.3.1/engines/stark/resources/
H A Dscroll.cpp46 Location *location = findParent<Location>(); in applyToLocationImmediate()
53 Location *location = findParent<Location>(); in start()
69 Location *location = findParent<Location>(); in onGameLoop()
H A Dobject.h227 T *findParent();
314 T *Object::findParent() { in findParent() function
320 return _parent->findParent<T>(); in findParent()
325 Object *Object::findParent();
H A Dcamera.cpp68 Location *location = findParent<Location>(); in onAllLoaded()
79 Location *location = findParent<Location>(); in onEnterLocation()
/dports/games/scummvm/scummvm-2.5.1/engines/stark/resources/
H A Dscroll.cpp46 Location *location = findParent<Location>(); in applyToLocationImmediate()
53 Location *location = findParent<Location>(); in start()
69 Location *location = findParent<Location>(); in onGameLoop()
H A Dobject.h227 T *findParent();
321 T *Object::findParent() { in findParent() function
327 return _parent->findParent<T>(); in findParent()
332 Object *Object::findParent();
H A Dcamera.cpp68 Location *location = findParent<Location>(); in onAllLoaded()
79 Location *location = findParent<Location>(); in onEnterLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/preference/
H A DPreferenceContentProvider.java41 private IPreferenceNode findParent(IPreferenceNode parent, in findParent() method in PreferenceContentProvider
55 found = findParent(element, target); in findParent()
78 return findParent(root, targetNode); in getParent()
/dports/x11/qterminal/qterminal-1.0.0/src/
H A Dtermwidget.cpp144 QMap<QString, QAction*> actions = findParent<MainWindow>(this)->leaseActions(); in customContextMenuCall()
272 TermWidgetHolder *holder = findParent<TermWidgetHolder>(this); in splitHorizontal()
280 TermWidgetHolder *holder = findParent<TermWidgetHolder>(this); in splitVertical()
288 return findParent<TermWidgetHolder>(this)->getDbusPath(); in getTab()
293 TermWidgetHolder *holder = findParent<TermWidgetHolder>(this); in closeTerminal()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/
H A DPercentContext.java132 private Integer findParent(FONode fobj) { in findParent() method in PercentContext
137 return findParent(fobj.getParent()); in findParent()
153 Integer width = findParent(fobj.getParent()); in setDimension()
/dports/devel/ccls/ccls-0.20210330/src/messages/
H A Dccls_navigate.cc16 Maybe<Range> findParent(QueryFile *file, Pos pos) { in findParent() function
46 Maybe<Range> parent = findParent(file, pos); in ccls_navigate()
62 Maybe<Range> parent = findParent(file, pos); in ccls_navigate()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/macros/tree/
H A DuiGetParentNode.sci50 function [parentNode, found]= findParent(myTree, sonNode)
61 [parentNode, found] = findParent(myTree(index), sonNode)
88 [parentNode, found] = findParent(myTree, sonNode)
/dports/sysutils/fusefs-zip/fuse-zip-0.4.4/lib/
H A DfuseZipData.cpp93 FileNode *parent = findParent(node);
195 FileNode *FuseZipData::findParent (const FileNode *node) const { in fusezip_open()
201 FileNode *parent = findParent (node);
225 parent2 = findParent(node);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/
H A DTree.java71 private Node findParent(Node node) { in findParent() method in Tree
89 Node parent = findParent(new Node(nodeDescriptor.level - 1, nodeDescriptor.parentIndex)); in addNode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/
H A DTree.java71 private Node findParent(Node node) { in findParent() method in Tree
89 Node parent = findParent(new Node(nodeDescriptor.level - 1, nodeDescriptor.parentIndex)); in addNode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/
H A DTree.java71 private Node findParent(Node node) { in findParent() method in Tree
89 Node parent = findParent(new Node(nodeDescriptor.level - 1, nodeDescriptor.parentIndex)); in addNode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/
H A DTree.java71 private Node findParent(Node node) { in findParent() method in Tree
89 Node parent = findParent(new Node(nodeDescriptor.level - 1, nodeDescriptor.parentIndex)); in addNode()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/
H A DTree.java71 private Node findParent(Node node) { in findParent() method in Tree
89 Node parent = findParent(new Node(nodeDescriptor.level - 1, nodeDescriptor.parentIndex)); in addNode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/
H A DTree.java71 private Node findParent(Node node) { in findParent() method in Tree
89 Node parent = findParent(new Node(nodeDescriptor.level - 1, nodeDescriptor.parentIndex)); in addNode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/
H A DTree.java71 private Node findParent(Node node) { in findParent() method in Tree
89 Node parent = findParent(new Node(nodeDescriptor.level - 1, nodeDescriptor.parentIndex)); in addNode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/classloader/tree/
H A DTree.java71 private Node findParent(Node node) { in findParent() method in Tree
89 Node parent = findParent(new Node(nodeDescriptor.level - 1, nodeDescriptor.parentIndex)); in addNode()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/apply-refact-0.9.3.0/src/Refact/
H A DUtils.hs35 findParent,
146 findParent :: Data a => AnnSpan -> Anns -> a -> Maybe AnnKey
147 findParent ss as = something (findParentWorker ss as) function
186 let parentKey = fromMaybe (mkAnnKey e2) (findParent (getAnnSpan e2) as m)

12345678910>>...14