Home
last modified time | relevance | path

Searched refs:archy (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/archy/examples/
Dmulti_line.js1 var archy = require('../'); variable
3 var s = archy({
Dbeep.js1 var archy = require('../'); variable
2 var s = archy({
/third_party/node/deps/npm/node_modules/archy/test/
Dmulti_line.js2 var archy = require('../'); variable
5 var s = archy({
Dbeep.js2 var archy = require('../'); variable
5 var s = archy({
Dnon_unicode.js2 var archy = require('../'); variable
5 var s = archy({
/third_party/node/deps/npm/node_modules/archy/
Dindex.js1 module.exports = function archy (obj, prefix, opts) { function
31 + archy(node, prefix_, opts).slice(prefix.length + 2)
/third_party/node/deps/npm/lib/commands/
Dfund.js1 const archy = require('archy') constant
102 const tree = obj => archy(obj, '', { unicode })
Dls.js5 const archy = require('archy') constant
520 const archyOutput = archy(result, '', { unicode })