Home
last modified time | relevance | path

Searched refs:bars_ (Results 1 – 23 of 23) sorted by relevance

/dports/devel/indicators/indicators-2.2/include/indicators/
H A Dmulti_progress.hpp21 bars_ = {bars...}; in MultiProgress()
22 for (auto &bar : bars_) { in MultiProgress()
29 if (!bars_[index].get().is_completed()) in set_progress()
30 bars_[index].get().set_progress(value); in set_progress()
36 if (!bars_[index].get().is_completed()) in set_progress()
37 bars_[index].get().set_progress(value); in set_progress()
43 if (!bars_[index].get().is_completed()) in tick()
44 bars_[index].get().tick(); in tick()
50 return bars_[index].get().is_completed(); in is_completed()
61 result &= bars_[i].get().is_completed(); in _all_completed()
[all …]
H A Ddynamic_progress.hpp21 bars_ = {bars...}; in DynamicProgress()
22 for (auto &bar : bars_) { in DynamicProgress()
32 return bars_[index].get(); in operator []()
38 bars_.push_back(bar); in push_back()
39 return bars_.size() - 1; in push_back()
64 std::vector<std::reference_wrapper<Indicator>> bars_; member in indicators::DynamicProgress
90 for (auto &bar : bars_) { in print_progress()
105 for (auto &bar : bars_) { in print_progress()
112 total_count_ = bars_.size(); in print_progress()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dspan-bar-engraver.cc41 vector<Item *> bars_; member in Span_bar_engraver
64 bars_.push_back (it); in acknowledge_bar_line()
66 if (bars_.size () >= 2 && !spanbar_) in acknowledge_bar_line()
78 spanbar_->set_x_parent (bars_[0]); in process_acknowledged()
79 for (vsize i = 0; i < bars_.size (); i++) in process_acknowledged()
80 Pointer_group_interface::add_grob (spanbar_, ly_symbol2scm ("elements"), bars_[i]); in process_acknowledged()
90 for (vsize i = 0; i < bars_.size (); i++) in stop_translation_timestep()
91 set_object (bars_[i], "has-span-bar", in stop_translation_timestep()
92 scm_cons (i == bars_.size () - 1 ? SCM_BOOL_F : spanbar_->self_scm (), in stop_translation_timestep()
96 bars_.resize (0); in stop_translation_timestep()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dspan-bar-engraver.cc41 vector<Item *> bars_; member in Span_bar_engraver
64 bars_.push_back (it); in acknowledge_bar_line()
66 if (bars_.size () >= 2 && !spanbar_) in acknowledge_bar_line()
78 spanbar_->set_x_parent (bars_[0]); in process_acknowledged()
79 for (vsize i = 0; i < bars_.size (); i++) in process_acknowledged()
80 Pointer_group_interface::add_grob (spanbar_, ly_symbol2scm ("elements"), bars_[i]); in process_acknowledged()
90 for (vsize i = 0; i < bars_.size (); i++) in stop_translation_timestep()
91 set_object (bars_[i], "has-span-bar", in stop_translation_timestep()
92 scm_cons (i == bars_.size () - 1 ? SCM_BOOL_F : spanbar_->self_scm (), in stop_translation_timestep()
96 bars_.resize (0); in stop_translation_timestep()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dio_graph_dialog.cpp1608 bars_(NULL), in IOGraph()
1639 if (bars_) { in ~IOGraph()
1716 if (bars_) { in setVisible()
1730 if (bars_) { in setName()
1759 if (bars_) { in setPlotStyle()
1867 if (bars_) { in addToLegend()
1878 if (bars_) { in removeFromLegend()
1889 …if (bars_ && qSharedPointerDynamicCast<QCPAxisTickerDateTime>(bars_->keyAxis()->ticker()) && bars_ in startOffset()
1917 if (bars_) { in clearAllData()
1935 if (bars_) { in recalcGraphData()
[all …]
H A Dio_graph_dialog.h74 QCPBars *bars() { return bars_; } in bars()
112 QCPBars *bars_; variable
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dio_graph_dialog.cpp1608 bars_(NULL),
1639 if (bars_) {
1716 if (bars_) {
1730 if (bars_) {
1759 if (bars_) {
1867 if (bars_) {
1878 if (bars_) {
1889 …if (bars_ && qSharedPointerDynamicCast<QCPAxisTickerDateTime>(bars_->keyAxis()->ticker()) && bars_
1917 if (bars_) {
1935 if (bars_) {
[all …]
H A Dio_graph_dialog.h74 QCPBars *bars() { return bars_; }
112 QCPBars *bars_;
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dio_graph_dialog.cpp1608 bars_(NULL), in IOGraph()
1639 if (bars_) { in ~IOGraph()
1716 if (bars_) { in setVisible()
1730 if (bars_) { in setName()
1759 if (bars_) { in setPlotStyle()
1867 if (bars_) { in addToLegend()
1878 if (bars_) { in removeFromLegend()
1889 …if (bars_ && qSharedPointerDynamicCast<QCPAxisTickerDateTime>(bars_->keyAxis()->ticker()) && bars_ in startOffset()
1917 if (bars_) { in clearAllData()
1935 if (bars_) { in recalcGraphData()
[all …]
H A Dio_graph_dialog.h74 QCPBars *bars() { return bars_; } in bars()
112 QCPBars *bars_; variable
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dio_graph_dialog.cpp1608 bars_(NULL), in IOGraph()
1639 if (bars_) { in ~IOGraph()
1716 if (bars_) { in setVisible()
1730 if (bars_) { in setName()
1759 if (bars_) { in setPlotStyle()
1867 if (bars_) { in addToLegend()
1878 if (bars_) { in removeFromLegend()
1889 …if (bars_ && qSharedPointerDynamicCast<QCPAxisTickerDateTime>(bars_->keyAxis()->ticker()) && bars_ in startOffset()
1917 if (bars_) { in clearAllData()
1935 if (bars_) { in recalcGraphData()
[all …]
H A Dio_graph_dialog.h74 QCPBars *bars() { return bars_; } in bars()
112 QCPBars *bars_; variable
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgui/
H A Dbgui_bargraph_clipon_tableau.cxx65 bars_.resize(nbars); in update()
78 bars_[i] = graph_height_ - (bars[i]/max)*graph_height_; in update()
82 bars_[i] = graph_height_- bars[i]*graph_height_*scale; in update()
98 float y0 = top_offset_+graph_height_, y1 = top_offset_ + bars_[i]; in update()
H A Dbgui_bargraph_clipon_tableau.h48 std::vector<float> bars_; variable
/dports/devel/indicators/indicators-2.2/single_include/indicators/
H A Dindicators.hpp4238 bars_ = {bars...}; in MultiProgress()
4239 for (auto &bar : bars_) { in MultiProgress()
4261 bars_[index].get().tick(); in tick()
4287 for (auto &bar : bars_) { in print_progress()
4321 bars_ = {bars...}; in DynamicProgress()
4322 for (auto &bar : bars_) { in DynamicProgress()
4332 return bars_[index].get(); in operator []()
4338 bars_.push_back(bar); in push_back()
4339 return bars_.size() - 1; in push_back()
4390 for (auto &bar : bars_) { in print_progress()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/heap/test/
H A Dheap_test.cc723 bars_[i] = MakeGarbageCollected<Bar>(); in Bars()
731 visitor->Trace(bars_[i]); in Trace()
740 Member<Bar> bars_[kWidth]; member in blink::Bars
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/heap/
H A Dheap_test.cc725 bars_[i] = MakeGarbageCollected<Bar>(); in Bars()
732 visitor->Trace(bars_[i]); in Trace()
741 Member<Bar> bars_[kWidth]; member in blink::Bars
/dports/www/twiki/twiki/data/TWiki/
H A DTextFormattingFAQ.txt,v1044 *_1. Use Wiki rule with "|" vertical bars_*
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/changelogs/
H A DCHANGELOG-3.md5201 has _progress bars_, so you actually have some sense of how long installs
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/changelogs/
H A DCHANGELOG-3.md5201 has _progress bars_, so you actually have some sense of how long installs
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/changelogs/
H A DCHANGELOG-3.md5201 has _progress bars_, so you actually have some sense of how long installs
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/changelogs/
H A DCHANGELOG-3.md5201 has _progress bars_, so you actually have some sense of how long installs
/dports/www/node10/node-v10.24.1/deps/npm/changelogs/
H A DCHANGELOG-3.md5201 has _progress bars_, so you actually have some sense of how long installs