Home
last modified time | relevance | path

Searched defs:legend_ (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/hud_display/
H A Dgraph_page_view_base.h62 Legend* legend_ = nullptr; // not owned variable
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/openturns/
H A DDrawableImplementation.hxx288 String legend_; member in DrawableImplementation
/dports/math/qwtplot3d/qwtplot3d-438c855d/examples/mesh2/
H A Dmesh2mainwindow.h96 bool legend_; variable
/dports/www/wt/wt-4.6.1/src/Wt/Chart/
H A DWDataSeries.h607 bool legend_; variable
H A DWCartesianChart.h1704 WLegend legend_; variable
H A DWCartesian3DChart.h561 WLegend3D legend_; variable
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/include/
H A Dqwt3d_curve.h253 Qwt3D::ColorLegend legend_; variable
/dports/science/gromacs/gromacs-2021.4/src/gromacs/analysisdata/modules/
H A Dplot.cpp125 std::vector<std::string> legend_; member in gmx::AbstractPlotModule::Impl
/dports/graphics/nplot/nplot-9a92e78/src/
H A DPlotSurface2D.cs89 private Legend legend_; field in NPlot.PlotSurface2D
/dports/math/qwtplot3d/qwtplot3d-438c855d/include/
H A Dqwt3d_plot.h278 Qwt3D::ColorLegend legend_; variable
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_awh.cpp169 std::vector<std::string> legend_; /**< Legends for the output */ member in OutputFile
/dports/math/py-cma/cma-3.1.0/cma/
H A Dpurecma.py590 def legend_(*args, **kwargs): function
/dports/sysutils/intel-pcm/pcm-202109/
H A Ddashboard.cpp95 …PrometheusTarget(const std::string& legend_, const std::string& expr_) : legend(legend_), expr(exp… in PrometheusTarget()
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Ddashboard.cpp95 …PrometheusTarget(const std::string& legend_, const std::string& expr_) : legend(legend_), expr(exp… in PrometheusTarget()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/lucid-2.9.12/src/Lucid/
H A DHtml5.hs247 legend_ = term "legend" function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/lucid-2.9.12/src/Lucid/
H A DHtml5.hs247 legend_ = term "legend" function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/lucid-2.9.12.1/src/Lucid/
H A DHtml5.hs247 legend_ = term "legend" function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lucid-2.9.12.1/src/Lucid/
H A DHtml5.hs247 legend_ = term "legend" function
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/jni/
H A DBuilder.cpp1022 jstring legend_ = curEnv->NewStringUTF( legend ); in initSubWinTo3d() local
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Display/
H A DDisplay_property_plugin.cpp1445 QPixmap legend_; member in DisplayPropertyPlugin
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/hamlet/
H A DHamlet.java5795 private <T extends _> LEGEND<T> legend_(T e, boolean inline) { in legend_() method in Hamlet