Home
last modified time | relevance | path

Searched refs:gauge (Results 1 – 25 of 34) sorted by relevance

12

/third_party/grpc/src/ruby/stress/
Dmetrics_server.rb40 def register_gauge(gauge) argument
41 @gauges[gauge.get_name] = gauge
44 def make_gauge_response(gauge) argument
45 response = GaugeResponse.new(:name => gauge.get_name)
46 value = gauge.get_value
47 case gauge.get_type
59 @gauges.values.map do |gauge|
60 make_gauge_response gauge
65 gauge = @gauges[gauge_req.name]
66 make_gauge_response gauge
/third_party/node/deps/npm/node_modules/gauge/
DREADME.md1 gauge chapter
4 A nearly stateless terminal based horizontal gauge / progress bar.
7 var Gauge = require("gauge")
9 var gauge = new Gauge()
11 gauge.show("test", 0.20)
13 gauge.pulse("this")
15 gauge.hide()
18 ![](gauge-demo.gif)
34 var Gauge = require("gauge")
36 var gauge = new Gauge([stream], [options])
[all …]
DCHANGELOG.md10 multiple gauge objects are being used.
27 * New feature: Add new `isEnabled` method to allow introspection of the gauge's
32 * Bug fix: Don't run the code associated with `enable`/`disable` if the gauge
42 `gauge.enable()`.
52 * [#39](https://github.com/iarna/gauge/pull/39) Fix tests on 0.10 and add
62 * Add support for setting themesets on existing gauge objects.
63 * Add post-IO callback to `gauge.hide()` as it is somtetimes necessary when
122 multiple distinct gauge instances in your app.
132 * On node>0.8 gauge object now prints updates at a fixed rate. This means
136 * The gauge object now keeps the cursor hidden as long as it's enabled and
[all …]
/third_party/node/deps/npm/node_modules/npmlog/
Dlog.js16 if (this.gauge) this.gauge.setWriteTo(stream, stream)
31 this.gauge.setTheme({hasColor: colorEnabled, hasUnicode: unicodeEnabled})
35 this.gauge.setTheme({hasColor: colorEnabled, hasUnicode: unicodeEnabled})
41 log.gauge = new Gauge(stream, { variable
57 log.progressEnabled = log.gauge.isEnabled()
63 this.gauge.setTheme({hasColor: this.useColor(), hasUnicode: unicodeEnabled})
68 this.gauge.setTheme({hasColor: this.useColor(), hasUnicode: unicodeEnabled})
72 this.gauge.setThemeset(themes)
76 this.gauge.setTemplate(template)
84 this.gauge.enable()
[all …]
DCHANGELOG.md7 * Fix bugs where `log.progressEnabled` got out of sync with how `gauge` kept
16 * Update to `gauge@1.6.0` adding support for default values for template
21 * Update to `gauge@1.5.3` to fix to `1.x` compatibility when it comes to
28 * Update to `gauge@2.5.2`:
37 * Switch to `gauge@2.0.0`, for better performance, better look.
49 * Add progress bar with `gauge@1.1.0`
DREADME.md107 Set a template for outputting the progress bar. See the [gauge documentation] for details.
109 [gauge documentation]: https://npmjs.com/package/gauge
113 Select a themeset to pick themes from for the progress bar. See the [gauge documentation] for detai…
/third_party/ejdb/src/bindings/ejdb2_node/
Dutils.js90 const gauge = new Gauge();
95 gauge.hide();
104 .on('progress', (state) => gauge.show(name || url, state.percent))
108 gauge.hide();
Dyarn.lock1324 gauge@^2.7.4:
1326 …resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb0…
/third_party/grpc/src/proto/grpc/testing/
Dmetrics.proto25 // Response message containing the gauge name and value
35 // Request message containing the gauge name
47 // Returns the value of one gauge
/third_party/ffmpeg/libavfilter/
Df_ebur128.c112 struct rect gauge; ///< rectangle for the gauge on the right member
318 ebur128->gauge.w = 20; in config_video_output()
319 ebur128->gauge.h = ebur128->text.h; in config_video_output()
320 ebur128->gauge.x = ebur128->w - PAD - ebur128->gauge.w; in config_video_output()
321 ebur128->gauge.y = ebur128->text.y; in config_video_output()
325 ebur128->graph.y = ebur128->gauge.y; in config_video_output()
326 ebur128->graph.w = ebur128->gauge.x - ebur128->graph.x - PAD; in config_video_output()
327 ebur128->graph.h = ebur128->gauge.h; in config_video_output()
330 av_assert0(ebur128->graph.h == ebur128->gauge.h); in config_video_output()
381 DRAW_RECT(ebur128->gauge); in config_video_output()
[all …]
/third_party/typescript/tests/baselines/reference/user/
Dnpmlog.log6 node_modules/npmlog/log.js(84,8): error TS2339: Property 'gauge' does not exist on type 'enableProg…
9 node_modules/npmlog/log.js(91,8): error TS2339: Property 'gauge' does not exist on type 'disablePro…
11 node_modules/npmlog/log.js(150,34): error TS2339: Property 'gauge' does not exist on type 'pause'.
13 node_modules/npmlog/log.js(162,34): error TS2339: Property 'gauge' does not exist on type 'resume'.
/third_party/node/deps/npm/lib/search/
Dall-package-search.js15 opts.log.gauge.pulse('search')
16 opts.log.gauge.show({section: searchSection, logline: 'scanning ' + pkg.name})
/third_party/node/deps/npm/test/tap/
Dprogress-config.js76 t.is(log.gauge._theme.hasUnicode, true, 'unicode will be selected')
84 t.is(log.gauge._theme.hasUnicode, false, 'unicode will NOT be selected')
/third_party/node/deps/npm/lib/utils/
Dpulse-till-done.js12 log.gauge.pulse(prefix)
/third_party/node/deps/npm/lib/
Dpack.js322 log.gauge.pulse('preparing git package')
327 log.gauge.pulse('preparing git package')
Dtoken.js47 log.gauge.show('token')
Dprofile.js65 log.gauge.show('profile')
/third_party/boost/libs/endian/doc/endian/
Dmini_review_topics.adoc36 <<overview_timings,Timings for Example 2>> to gauge the impact of intrinsics.
Dhistory.adoc40 <<overview_timings,Timings for Example 2>> to gauge the impact of intrinsics.
/third_party/skia/third_party/externals/abseil-cpp/
DCONTRIBUTING.md38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
/third_party/abseil-cpp/
DCONTRIBUTING.md38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
/third_party/typescript_eslint/
DCONTRIBUTING.md21 …tion" feature on the root comment for the issue. We use reactions to help gauge which issues are i…
/third_party/node/deps/npm/node_modules/uri-js/
Dyarn.lock925 gauge@~2.7.3:
927 …resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb0…
1412 gauge "~2.7.3"
/third_party/ltp/scripts/
Dspelling.txt690 gauage||gauge
703 guage||gauge
/third_party/node/deps/npm/node_modules/psl/
Dyarn.lock1737 gauge@~2.7.3:
1739 …resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb0…
3069 gauge "~2.7.3"

12