Home
last modified time | relevance | path

Searched refs:changeRange (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/vimode/
H A Dcompletion.cpp117 QCOMPARE(m_docChanges[0].changeRange(), Range(Cursor(0, 0), Cursor(0, 5))); in FakeCodeCompletionTests()
119 QCOMPARE(m_docChanges[1].changeRange(), Range(Cursor(0, 0), Cursor(0, 11))); in FakeCodeCompletionTests()
130 QCOMPARE(m_docChanges[0].changeRange(), Range(Cursor(0, 1), Cursor(0, 6))); in FakeCodeCompletionTests()
132 QCOMPARE(m_docChanges[1].changeRange(), Range(Cursor(0, 1), Cursor(0, 16))); in FakeCodeCompletionTests()
162 QCOMPARE(m_docChanges[0].changeRange(), Range(Cursor(0, 8), Cursor(0, 20))); in FakeCodeCompletionTests()
180 QCOMPARE(m_docChanges[0].changeRange(), Range(Cursor(0, 8), Cursor(0, 20))); in FakeCodeCompletionTests()
200 QCOMPARE(m_docChanges[0].changeRange(), Range(Cursor(0, 8), Cursor(0, 20))); in FakeCodeCompletionTests()
213 QCOMPARE(m_docChanges[0].changeRange(), Range(Cursor(0, 8), Cursor(0, 20))); in FakeCodeCompletionTests()
228 QCOMPARE(m_docChanges[0].changeRange(), Range(Cursor(0, 8), Cursor(0, 20))); in FakeCodeCompletionTests()
270 qDebug() << "Range: " << m_docChanges[0].changeRange(); in FakeCodeCompletionTests()
[all …]
H A Dbase.h39 DocChange(ChangeType changeType, KTextEditor::Range changeRange, QString newText = QString())
41 , m_changeRange(changeRange) in m_changeType()
52 KTextEditor::Range changeRange() const in changeRange() function
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/tests/
H A Dtesteqparser.cpp390 gv->changeRange(0, 1.0, 10); in testEqParser()
394 gv->changeRange(0, 1.0, 10); in testEqParser()
398 gv->changeRange(1.0, 2.0, 10); in testEqParser()
402 gv->changeRange(0, 1.0, 2); in testEqParser()
406 gv->changeRange(-1.0, 1.0, 1000); in testEqParser()
410 gv->changeRange(-1.0, 1.0, 1000); in testEqParser()
442 gv->changeRange(0, 100, 2000); in testEqParser()
H A Dtestgeneratedvector.cpp43 m1->changeRange(0, 100, 100); in testGeneratedVector()
H A Dtesthistogram.cpp35 gvp->changeRange(0, 10, 100); in testHistogram()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/tracing/
H A Dtimelinezoomcontrol.cpp43 bool changeRange = (m_rangeStart != -1 || m_rangeEnd != -1); in clear() local
61 if (changeRange) in clear()
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/gui/SensorDisplayLib/
H A DDancingBars.cpp105 mPlotter->changeRange( dlg.minValue(), dlg.maxValue() ); in configureSettings()
258 mPlotter->changeRange( info.min(), info.max() ); in answerReceived()
269 mPlotter->changeRange( element.attribute( QStringLiteral("min"), QStringLiteral("0") ).toDouble(), in restoreSettings()
H A DFancyPlotter.cpp319 mPlotter->changeRange( mSettingsDialog->minValue(), mSettingsDialog->maxValue() ); in applySettings()
322 mPlotter->changeRange( mSensorReportedMin, mSensorReportedMax ); in applySettings()
481 mPlotter->changeRange( mSensorReportedMin, mSensorReportedMax ); in removeBeam()
483 mPlotter->changeRange( mSensorManualMin, mSensorManualMax ); in removeBeam()
737 mPlotter->changeRange( mSensorReportedMin, mSensorReportedMax ); in answerReceived()
791 mPlotter->changeRange( mSensorManualMin, mSensorManualMax ); in restoreSettings()
793 mPlotter->changeRange( mSensorReportedMin, mSensorReportedMax ); in restoreSettings()
H A DBarGraph.h70 void changeRange( double min, double max );
H A DBarGraph.cpp90 void BarGraph::changeRange( double min, double max ) in changeRange() function in BarGraph
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkst/
H A Dgeneratedvector.h39 void changeRange(double x0, double x1, int n);
H A Dgeneratedvector.cpp59 void GeneratedVector::changeRange(double x0, double x1, int n) { in changeRange() function in Kst::GeneratedVector
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/bars/
H A Dgraphmodifier.h67 void changeRange(int range);
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DLocationParseNode.java182 boolean changeRange(final Range old_range, in changeRange() method in LocationParseNode
189 return ((LocationParseNode) child).changeRange(old_range, new_range); in changeRange()
199 this_child.changeRange(old_range, new_range); in changeRange()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSTextView.m4799 replacingRange: changeRange
4813 changeRange.length = [s length];
4845 replacingRange: changeRange
4865 changeRange.length = [as length];
4893 replacingRange: changeRange
4913 changeRange.length = [as length];
4941 changeRange.length = [as length];
4965 changeRange.length = [as length];
5363 NSRange changeRange;
5394 changeRange.length =
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dvectordialog.cpp529 vector->changeRange(from, to, numberOfSamples); in createNewGeneratedVector()
626 vector->changeRange(min, max, length); in editExistingDataObject()
636 generatedVector->changeRange(from, to, numberOfSamples); in editExistingDataObject()
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/signalplotter/
H A Dksignalplotter.h253 void changeRange(qreal min, qreal max); in Q_DECLARE_METATYPE()
H A Dkgraphicssignalplotter.h251 void changeRange(qreal min, qreal max); in Q_DECLARE_METATYPE()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-p4.py976 def p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize): argument
985 if changeRange is None or changeRange == '':
990 parts = changeRange.split(',')
2616 self.changeRange = ""
3642 self.changeRange = "@%s,#head" % p4Change
3689 self.changeRange = p[atIdx:]
3690 if self.changeRange == "@all":
3691 self.changeRange = ""
3692 elif ',' not in self.changeRange:
3693 revision = self.changeRange
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/symbology/
H A Dqgsgraduatedsymbolrendererwidget.sip.in96 void changeRange( int rangeIdx );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/symbology/
H A Dqgsgraduatedsymbolrendererwidget.sip.in96 void changeRange( int rangeIdx );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dqgsgraduatedsymbolrendererwidget.h166 void changeRange( int rangeIdx );
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dqgsgraduatedsymbolrendererwidget.h167 void changeRange( int rangeIdx );
/dports/devel/git-svn/git-2.34.1/
H A Dgit-p4.py1097 def p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize): argument
1106 if changeRange is None or changeRange == '':
1111 parts = changeRange.split(',')
2800 self.changeRange = ""
3946 self.changeRange = "@%s,#head" % p4Change
3993 self.changeRange = p[atIdx:]
3994 if self.changeRange == "@all":
3995 self.changeRange = ""
3996 elif ',' not in self.changeRange:
3997 revision = self.changeRange
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dgit-p4.py1097 def p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize): argument
1106 if changeRange is None or changeRange == '':
1111 parts = changeRange.split(',')
2800 self.changeRange = ""
3946 self.changeRange = "@%s,#head" % p4Change
3993 self.changeRange = p[atIdx:]
3994 if self.changeRange == "@all":
3995 self.changeRange = ""
3996 elif ',' not in self.changeRange:
3997 revision = self.changeRange
[all …]

123