Home
last modified time | relevance | path

Searched defs:changeRange (Results 1 – 18 of 18) sorted by relevance

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkst/
H A Dgeneratedvector.cpp59 void GeneratedVector::changeRange(double x0, double x1, int n) { in changeRange() function in Kst::GeneratedVector
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/gui/SensorDisplayLib/
H A DBarGraph.cpp90 void BarGraph::changeRange( double min, double max ) in changeRange() function in BarGraph
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/vimode/
H A Dbase.h52 KTextEditor::Range changeRange() const in changeRange() function
/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
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/bars/
H A Dgraphmodifier.cpp215 void GraphModifier::changeRange(int range) in changeRange() function in GraphModifier
/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
H A DLocation.java373 public Location changeRange(final Range old_range, final Range new_range) in changeRange() method in Location
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/signalplotter/
H A Dksignalplotter.cpp133 void KSignalPlotter::changeRange(qreal min, qreal max) in changeRange() function in KSignalPlotter
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dqgsgraduatedsymbolrendererwidget.cpp1193 void QgsGraduatedSymbolRendererWidget::changeRange( int rangeIdx ) in changeRange() function in QgsGraduatedSymbolRendererWidget
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dqgsgraduatedsymbolrendererwidget.cpp1201 void QgsGraduatedSymbolRendererWidget::changeRange( int rangeIdx ) in changeRange() function in QgsGraduatedSymbolRendererWidget
/dports/devel/git-svn/git-2.34.1/
H A Dgit-p4.py1097 def p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize): argument
/dports/devel/git-gui/git-2.34.1/
H A Dgit-p4.py1097 def p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize): argument
/dports/devel/git-p4/git-2.34.1/
H A Dgit-p4.py1097 def p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize): argument
/dports/devel/git/git-2.34.1/
H A Dgit-p4.py1097 def p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize): argument
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-p4.py1097 def p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize): argument
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-p4.py976 def p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize): argument
/dports/science/simbody/simbody-Simbody-3.7/Simbody/Visualizer/simbody-visualizer/
H A Dsimbody-visualizer.cpp1210 void changeRange(float newMin, float newMax) { in changeRange() function in Slider
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts7012 const changeRange = extendToAffectedRange(sourceFile, textChangeRange); constant