Home
last modified time | relevance | path

Searched refs:xGraph (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/python/
H A Dcheck_xnamedgraph.py47 xGraph = self.getAnyGraph(xDMA)
64 xGraph = self.getAnyGraph(xDMA)
73 self.removeStatement(xDMA, xGraph, None, OBJECT_STR)
81 xGraph = self.getAnyGraph(xDMA)
104 xGraph = xRepo.getGraph(xGraphs[0])
105 self.assertIsNotNone(xGraph)
106 return xGraph
113 xGraph = xRepo.getGraph(xGraphUri)
126 def hasStatement(self, xDMA, xGraph, xPredicateName): argument
153 xGraph.addStatement(xDMA, xPredicate, xObject)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/python/
H A Dcheck_xnamedgraph.py47 xGraph = self.getAnyGraph(xDMA)
64 xGraph = self.getAnyGraph(xDMA)
73 self.removeStatement(xDMA, xGraph, None, OBJECT_STR)
81 xGraph = self.getAnyGraph(xDMA)
104 xGraph = xRepo.getGraph(xGraphs[0])
105 self.assertIsNotNone(xGraph)
106 return xGraph
113 xGraph = xRepo.getGraph(xGraphUri)
126 def hasStatement(self, xDMA, xGraph, xPredicateName): argument
153 xGraph.addStatement(xDMA, xPredicate, xObject)
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/test/
H A DDumpGraphAndScreenCoordinates_test.py42 xGraph = row [0]
44 (xScreen, yScreen) = parseDig.transformGraphToScreen (xGraph, yGraph)
45 dataLine = ("{}{}{}{}{}{}{}" . format (xGraph, exportDelimiter,
66 xGraph = [0, 14, 0, 0]
71 TDG.createTestCase(np.array ([xScreen, xGraph]),
90 xGraph = [0, 14, 0]
95 TDG.createTestCase (np.array ([xScreen, xGraph]),
114 xGraph = [0, 14, 0]
119 TDG.createTestCase (np.array ([xScreen, xGraph]),
H A DtestDigGenerator.py6 def addAxisPoint (curvePoints, identifierNumber, ordinal, xScreen, yScreen, xGraph, yGraph, IsXOnly… argument
17 positionGraph.set ('X', '{}' . format (xGraph))
190 xGraph = xAxes[1]
196 yScreen[0], xGraph[0], yGraph[0])
198 yScreen[1], xGraph[1], yGraph[1])
200 yScreen[2], xGraph[2], yGraph[2])
203 yScreen[0], xGraph[0], 0, IsXOnly = 'True')
205 yScreen[1], xGraph[1], 0, IsXOnly = 'True')
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Drdfhelper.cxx76 uno::Reference<rdf::XNamedGraph> xGraph = xRepo->getGraph(xGraphName); in getStatements() local
77 if (!xGraph.is()) in getStatements()
80 uno::Reference<container::XEnumeration> xStatements = xGraph->getStatements( in getStatements()
117 …uno::Reference<rdf::XNamedGraph> xGraph = xDocumentMetadataAccess->getRDFRepository()->getGraph(xG… in addStatement() local
120 xGraph->addStatement(xSubject, xKey, xValue); in addStatement()
146 xGraph->removeStatements(xSubject, xKey, xValue); in removeStatement()
169 xGraph->removeStatements(xSubject, xKey, xValue); in clearStatements()
224 …uno::Reference<rdf::XNamedGraph> xGraph = xDocumentMetadataAccess->getRDFRepository()->getGraph(xG… in removeTextNodeStatement() local
228 xGraph->removeStatements(xSubject, xKey, xValue); in removeTextNodeStatement()
256 xGraph->removeStatements(xSubject, xKey, xOldValue); in updateTextNodeStatement()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Drdfhelper.cxx75 uno::Reference<rdf::XNamedGraph> xGraph = xRepo->getGraph(xGraphName); in getStatements() local
76 if (!xGraph.is()) in getStatements()
79 uno::Reference<container::XEnumeration> xStatements = xGraph->getStatements( in getStatements()
116 …uno::Reference<rdf::XNamedGraph> xGraph = xDocumentMetadataAccess->getRDFRepository()->getGraph(xG… in addStatement() local
119 xGraph->addStatement(xSubject, xKey, xValue); in addStatement()
145 xGraph->removeStatements(xSubject, xKey, xValue); in removeStatement()
168 xGraph->removeStatements(xSubject, xKey, xValue); in clearStatements()
223 …uno::Reference<rdf::XNamedGraph> xGraph = xDocumentMetadataAccess->getRDFRepository()->getGraph(xG… in removeTextNodeStatement() local
227 xGraph->removeStatements(xSubject, xKey, xValue); in removeTextNodeStatement()
255 xGraph->removeStatements(xSubject, xKey, xOldValue); in updateTextNodeStatement()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Guideline/
H A DGuidelineProjectorConstantX.cpp56 double xGraph) in fromCoordinateX() argument
70 addSide (transformation, xGraph, posGraphBL, posGraphTL, intersections); in fromCoordinateX()
71 addSide (transformation, xGraph, posGraphTL, posGraphTR, intersections); in fromCoordinateX()
72 addSide (transformation, xGraph, posGraphTR, posGraphBR, intersections); in fromCoordinateX()
73 addSide (transformation, xGraph, posGraphBR, posGraphBL, intersections); in fromCoordinateX()
H A DGuidelineProjectorConstantX.h30 double xGraph);
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/contrib/python/
H A DDumpGraphAndScreenCoordinates.py30 xGraph = row [0] variable
33 print ("{}{}{}{}{}{}{}" . format (xGraph, exportDelimiter,
H A DParseDig.py276 xGraph = vecGraph[0]
279 xGraph = np.exp( (xGraph - self.xMin) \
289 self._curves[curveName].append([xGraph, yGraph, x, y])
291 def transformGraphToScreen (self, xGraph, yGraph): argument
293 vecGraph = np.array ([xGraph, yGraph, 1])
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Callback/
H A DCallbackGatherXThetasAbstractBase.cpp45 void CallbackGatherXThetasAbstractBase::addGraphX (double xGraph) in addGraphX() argument
47 m_xThetaValues [xGraph] = true; in addGraphX()
H A DCallbackGatherXThetasAbstractBase.h46 void addGraphX (double xGraph);
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mc_compact/
H A Ddebug2.c100 BOOL dxancestors( numtiles, xGraph ) in dxancestors() argument
102 COMPACTPTR *xGraph ;
110 fanc += xGraph[i]->xancestrF ;
112 for( edge=xGraph[i]->xadjF;edge;edge=edge->next ){
118 banc += xGraph[i]->xancestrB ;
120 for( edge=xGraph[i]->xadjB;edge;edge=edge->next ){
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DSmartTagHandler.cxx112 uno::Reference<rdf::XNamedGraph> xGraph in handle() local
117 xGraph->addStatement(xSubject, xKey, xValue); in handle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DSmartTagHandler.cxx114 …uno::Reference<rdf::XNamedGraph> xGraph = m_xDocumentMetadataAccess->getRDFRepository()->getGraph(… in handle() local
117 xGraph->addStatement(xSubject, xKey, xValue); in handle()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Grid/
H A DGridRemoval.cpp73 double xGraph = modelGridRemoval.startX() + i * modelGridRemoval.stepX(); in remove() local
77 transformation.transformRawGraphToScreen (QPointF (xGraph, in remove()
80 transformation.transformRawGraphToScreen (QPointF (xGraph, in remove()
H A DGridLineFactory.cpp107 double xGraph = (1.0 - s) * xFrom + s * xTo; in createGridLine() local
112 xGraph = qExp ((1.0 - s) * qLn (xFrom) + s * qLn (xTo)); in createGridLine()
119 transformation.transformRawGraphToScreen (QPointF (xGraph, yGraph), in createGridLine()
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dui_xGraphic.ph3 SHORTNAME : xGraph.h
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Curve/
H A DCurve.cpp59 double xGraph, yGraph; in Curve() local
95 str >> xGraph; in Curve()
102 QPointF (xGraph, yGraph), in Curve()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport5.cxx66 …uno::Reference<rdf::XNamedGraph> xGraph = xDocumentMetadataAccess->getRDFRepository()->getGraph(xG… variable
70 …uno::Reference<container::XEnumeration> xStatements = xGraph->getStatements(xParagraph, uno::Refer…
82 …xStatements = xGraph->getStatements(xParagraph, uno::Reference<rdf::XURI>(), uno::Reference<rdf::X…
92 …xStatements = xGraph->getStatements(xParagraph, uno::Reference<rdf::XURI>(), uno::Reference<rdf::X…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport5.cxx70 …uno::Reference<rdf::XNamedGraph> xGraph = xDocumentMetadataAccess->getRDFRepository()->getGraph(xG… variable
74 …uno::Reference<container::XEnumeration> xStatements = xGraph->getStatements(xParagraph, uno::Refer…
86 …xStatements = xGraph->getStatements(xParagraph, uno::Reference<rdf::XURI>(), uno::Reference<rdf::X…
96 …xStatements = xGraph->getStatements(xParagraph, uno::Reference<rdf::XURI>(), uno::Reference<rdf::X…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A DSfxRedactionHelper.cxx240 uno::Reference<graphic::XGraphic> xGraph = aGraphic.GetXGraphic(); in addPagesToDraw() local
254 xShapeProperySet->setPropertyValue("Graphic", uno::Any(xGraph)); in addPagesToDraw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java539 XNamedGraph xGraph = xRep.getGraph(manifest); in checkCVE_2012_0037() local
540 assertNotNull("no graph", xGraph); in checkCVE_2012_0037()
541 XEnumeration xEnum = xGraph.getStatements(foo, bar, null); in checkCVE_2012_0037()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java539 XNamedGraph xGraph = xRep.getGraph(manifest); in checkCVE_2012_0037() local
540 assertNotNull("no graph", xGraph); in checkCVE_2012_0037()
541 XEnumeration xEnum = xGraph.getStatements(foo, bar, null); in checkCVE_2012_0037()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A DSfxRedactionHelper.cxx235 uno::Reference<graphic::XGraphic> xGraph = aGraphic.GetXGraphic(); in addPagesToDraw() local
249 xShapeProperySet->setPropertyValue("Graphic", uno::Any(xGraph)); in addPagesToDraw()

12