Home
last modified time | relevance | path

Searched refs:humanize (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/npm/node_modules/humanize-ms/
DREADME.md1 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/
Dcompare52 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/
Dcompare52 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/
Ddebug.log12 …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/
Ddeaddrop.js38 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/
Ddeaddrop.js38 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/
Dreadme.md94 - [humanize-string](https://github.com/sindresorhus/humanize-string) - Convert a camelized/dasheriz…
/third_party/node/deps/npm/node_modules/debug/src/
Dbrowser.js96 + '+' + exports.humanize(this.diff);
Dnode.js116 args.push(colorCode + 'm+' + exports.humanize(this.diff) + '\u001b[0m');
Ddebug.js14 exports.humanize = require('ms');
/third_party/skia/
Dgo.mod23 github.com/dustin/go-humanize v1.0.0 // indirect
Dgo.sum538 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/
DHistory.md57 * feat: timeout support humanize ms (#48)
/third_party/flutter/skia/bench/
Dnanobench.cpp177 static SkString humanize(double ms) { in humanize() function
181 #define HUMANIZE(ms) humanize(ms).c_str()
/third_party/skia/bench/
Dnanobench.cpp196 static SkString humanize(double ms) { in humanize() function
200 #define HUMANIZE(ms) humanize(ms).c_str()
/third_party/node/deps/npm/node_modules/debug/
DCHANGELOG.md365 * Added: humanize diffs. Closes #8
/third_party/python/Doc/whatsnew/
D3.1.rst88 a number with a thousands separator. That provides a way to humanize a
/third_party/typescript_eslint/
Dyarn.lock1845 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/
Dgo.sum159 github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
/third_party/node/tools/
Dlint-md.mjs15400 createDebug.humanize = ms;
15814 '+' + module.exports.humanize(this.diff);
16112 args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m');