Home
last modified time | relevance | path

Searched refs:childBefore (Results 1 – 14 of 14) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DRangeBoundaryPoint.h42 Node* childBefore() const;
46 void set(PassRefPtr<Node> container, int offset, Node* childBefore);
78 inline Node* RangeBoundaryPoint::childBefore() const in childBefore() function
111 inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore) in set() argument
115 ASSERT(childBefore == (offset ? container->childNode(offset - 1) : 0)); in set()
118 m_childBeforeBoundary = childBefore; in set()
179 if (a.childBefore() || b.childBefore()) {
180 if (a.childBefore() != b.childBefore())
H A DRange.cpp1152 Node* childBefore = n->childNode(offset - 1); in checkNodeWOffset() local
1153 if (!childBefore) in checkNodeWOffset()
1155 return childBefore; in checkNodeWOffset()
1744 if (!boundary.childBefore()) in boundaryNodeChildrenChanged()
1762 if (boundary.childBefore() == nodeToBeRemoved) { in boundaryNodeChildrenWillBeRemoved()
1786 if (boundary.childBefore() == nodeToBeRemoved) { in boundaryNodeWillBeRemoved()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/euclidean/oned/
H A DIntervalsSet.java455 if (childBefore(node).getCut() != null) { in previousInternalNode()
474 node = childBefore(node); in leafBefore()
491 node = childBefore(node); in leafAfter()
507 return node == childBefore(parent); in isBeforeParent()
528 private BSPTree<Euclidean1D> childBefore(BSPTree<Euclidean1D> node) { in childBefore() method in IntervalsSet
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/spherical/oned/
H A DArcsSet.java332 if (childBefore(node).getCut() != null) { in previousInternalNode()
351 node = childBefore(node); in leafBefore()
368 node = childBefore(node); in leafAfter()
384 return node == childBefore(parent); in isBeforeParent()
405 private BSPTree<Sphere1D> childBefore(BSPTree<Sphere1D> node) { in childBefore() method in ArcsSet
/dports/sysutils/rest-server/rest-server-0.10.0/vendor/github.com/spf13/cobra/
H A Dcobra_test.go1216 cmd, childBefore, childAfter := &Command{}, &Command{}, &Command{}
1218 cmd.AddCommand(childBefore)
1225 …if f := childBefore.InheritedFlags(); f.Lookup("flagname") == nil || f.Lookup("flagname") != f.Loo…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/react-markdown/
H A DCHANGELOG.md280 - `childBefore` and `childAfter` props removed. Use `root` renderer instead.
349 - Add `childBefore`/`childAfter` options (Thomas Lindstrøm)
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/react-markdown/
H A DCHANGELOG.md280 - `childBefore` and `childAfter` props removed. Use `root` renderer instead.
349 - Add `childBefore`/`childAfter` options (Thomas Lindstrøm)
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptnode.cpp868 return parentNode()->childBefore(this); in siblingBefore()
872 Node *Node::childBefore(Node *node) { in childBefore() function in KPlato::Node
H A Dkptnode.h425 Node *childBefore(Node *node);
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py1443 def childBefore(self): member in KTextEditor.SmartRange
/dports/www/grafana8/grafana-8.3.6/public/build/
H A Dprom-query-field.0e38943fa459e872fe93.js.map1childBefore(pos) { return this.nextChild(this.node.children.length - 1, -1, pos); }\n nextSigni…
/dports/www/nextcloud/nextcloud/apps-pkg/text/js/
H A Dvendors.js.map1childBefore","toDebugString","wrapMarks","contentMatch","matchFragment","two","allowsMarks","canAp…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-1035580 Position. Also changed name and changed to update childBefore.
H A DChangeLog-2009-06-1623735 (WebCore::RangeBoundaryPoint::childBefore):