/third_party/grpc/src/ruby/stress/ |
D | metrics_server.rb | 40 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/ |
D | README.md | 1 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 …]
|
D | CHANGELOG.md | 10 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/ |
D | log.js | 16 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 …]
|
D | CHANGELOG.md | 7 * 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`
|
D | README.md | 107 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/ |
D | utils.js | 90 const gauge = new Gauge(); 95 gauge.hide(); 104 .on('progress', (state) => gauge.show(name || url, state.percent)) 108 gauge.hide();
|
D | yarn.lock | 1324 gauge@^2.7.4: 1326 …resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb0…
|
/third_party/grpc/src/proto/grpc/testing/ |
D | metrics.proto | 25 // 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/ |
D | f_ebur128.c | 112 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/ |
D | npmlog.log | 6 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/ |
D | all-package-search.js | 15 opts.log.gauge.pulse('search') 16 opts.log.gauge.show({section: searchSection, logline: 'scanning ' + pkg.name})
|
/third_party/node/deps/npm/test/tap/ |
D | progress-config.js | 76 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/ |
D | pulse-till-done.js | 12 log.gauge.pulse(prefix)
|
/third_party/node/deps/npm/lib/ |
D | pack.js | 322 log.gauge.pulse('preparing git package') 327 log.gauge.pulse('preparing git package')
|
D | token.js | 47 log.gauge.show('token')
|
D | profile.js | 65 log.gauge.show('profile')
|
/third_party/boost/libs/endian/doc/endian/ |
D | mini_review_topics.adoc | 36 <<overview_timings,Timings for Example 2>> to gauge the impact of intrinsics.
|
D | history.adoc | 40 <<overview_timings,Timings for Example 2>> to gauge the impact of intrinsics.
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | CONTRIBUTING.md | 38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
|
/third_party/abseil-cpp/ |
D | CONTRIBUTING.md | 38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
|
/third_party/typescript_eslint/ |
D | CONTRIBUTING.md | 21 …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/ |
D | yarn.lock | 925 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/ |
D | spelling.txt | 690 gauage||gauge 703 guage||gauge
|
/third_party/node/deps/npm/node_modules/psl/ |
D | yarn.lock | 1737 gauge@~2.7.3: 1739 …resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb0… 3069 gauge "~2.7.3"
|