/third_party/node/deps/npm/node_modules/humanize-ms/ |
D | README.md | 1 humanize-ms 10 [npm-image]: https://img.shields.io/npm/v/humanize-ms.svg?style=flat 11 [npm-url]: https://npmjs.org/package/humanize-ms 12 [travis-image]: https://img.shields.io/travis/node-modules/humanize-ms.svg?style=flat 13 [travis-url]: https://travis-ci.org/node-modules/humanize-ms 14 [coveralls-image]: https://img.shields.io/coveralls/node-modules/humanize-ms.svg?style=flat 15 [coveralls-url]: https://coveralls.io/r/node-modules/humanize-ms?branch=master 18 [david-image]: https://img.shields.io/david/node-modules/humanize-ms.svg?style=flat 19 [david-url]: https://david-dm.org/node-modules/humanize-ms 21 transform humanize time to ms [all …]
|
/third_party/skia/bin/ |
D | compare | 52 def humanize(ns): function 65 print '%*s\t%6s(%6s) -> %6s(%6s)\t%s' % (maxlen, key, humanize(am), humanize(asem), 66 humanize(bm), humanize(bsem), str_ratio) 68 print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm), str_ratio)
|
/third_party/flutter/skia/bin/ |
D | compare | 52 def humanize(ns): function 65 print '%*s\t%6s(%6s) -> %6s(%6s)\t%s' % (maxlen, key, humanize(am), humanize(asem), 66 humanize(bm), humanize(bsem), str_ratio) 68 print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm), str_ratio)
|
/third_party/typescript/tests/baselines/reference/user/ |
D | debug.log | 12 …able: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 … 13 …able: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 … 17 …able: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 … 19 …able: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 … 20 …able: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 … 21 …able: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 … 22 …able: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 … 23 …able: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 … 26 …able: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 …
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/ |
D | deaddrop.js | 38 function humanize(n) function 104 c2.innerHTML = humanize(file.size); 249 humanize(j.max_size); 255 humanize(j.files[n].size) +
|
/third_party/libwebsockets/plugins/deaddrop/assets/ |
D | deaddrop.js | 38 function humanize(n) function 104 c2.innerHTML = humanize(file.size); 249 humanize(j.max_size); 255 humanize(j.files[n].size) +
|
/third_party/node/deps/npm/node_modules/yargs-parser/node_modules/camelcase/ |
D | readme.md | 94 - [humanize-string](https://github.com/sindresorhus/humanize-string) - Convert a camelized/dasheriz…
|
/third_party/node/deps/npm/node_modules/debug/src/ |
D | browser.js | 96 + '+' + exports.humanize(this.diff);
|
D | node.js | 116 args.push(colorCode + 'm+' + exports.humanize(this.diff) + '\u001b[0m');
|
D | debug.js | 14 exports.humanize = require('ms');
|
/third_party/skia/ |
D | go.mod | 23 github.com/dustin/go-humanize v1.0.0 // indirect
|
D | go.sum | 538 github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB8… 539 github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= 540 github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
|
/third_party/node/deps/npm/node_modules/agentkeepalive/ |
D | History.md | 57 * feat: timeout support humanize ms (#48)
|
/third_party/flutter/skia/bench/ |
D | nanobench.cpp | 177 static SkString humanize(double ms) { in humanize() function 181 #define HUMANIZE(ms) humanize(ms).c_str()
|
/third_party/skia/bench/ |
D | nanobench.cpp | 196 static SkString humanize(double ms) { in humanize() function 200 #define HUMANIZE(ms) humanize(ms).c_str()
|
/third_party/node/deps/npm/node_modules/debug/ |
D | CHANGELOG.md | 365 * Added: humanize diffs. Closes #8
|
/third_party/python/Doc/whatsnew/ |
D | 3.1.rst | 88 a number with a thousands separator. That provides a way to humanize a
|
/third_party/typescript_eslint/ |
D | yarn.lock | 1845 humanize-ms "^1.2.1" 4684 humanize-ms@^1.2.1: 4686 …resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da293…
|
/third_party/flutter/skia/ |
D | go.sum | 159 github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
|
/third_party/node/tools/ |
D | lint-md.mjs | 15400 createDebug.humanize = ms; 15814 '+' + module.exports.humanize(this.diff); 16112 args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m');
|