Home
last modified time | relevance | path

Searched defs:team (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/lib/
Dteam.js54 function team ([cmd, entity = '', user = ''], cb) { function
88 team: entity property
103 team: entity property
118 team: entity, property
134 team: entity, property
Daccess.js106 const [, scope, team] = scopeteam.match(/^@?([^:]+):(.*)$/) || [] constant
124 const [, scope, team] = scopeteam.match(/^@?([^:]+):(.*)$/) || [] constant
/third_party/node/deps/npm/node_modules/libnpmaccess/
DREADME.md114 // `@foo/bar` is now read/write enabled for the @foo:myteam team. argument
129 await access.revoke('@foo/bar', '@foo:myteam', { argument
206 ##### Example
/third_party/gettext/gettext-runtime/doc/Admin/
DMatrix.java27 String team; field in Matrix.PoFile
29 public PoFile (String domain, String team, int percentage) { in PoFile()
80 Element team = (Element)i.next(); in main() local
/third_party/node/deps/npm/node_modules/libnpmteam/
DREADME.md100 await team.add('zkat', '@npm:cli', {token: 'myregistrytoken'}) argument
111 await team.rm('zkat', '@npm:cli', {token: 'myregistrytoken'}) argument
/third_party/node/deps/npm/test/tap/
Dteam.js37 t.same(JSON.parse(stdout), {created: true, team: `myorg:${teamData.name}`}) property
63 t.same(JSON.parse(stdout), {created: true, team: `myorg:${teamData.name}`}) property
86 t.same(JSON.parse(stdout), {deleted: true, team: `myorg:${teamData.name}`}) property
/third_party/node/deps/npm/node_modules/libnpm/
Dindex.js18 team: require('./team.js'), property
/third_party/node/deps/npm/node_modules/libnpmteam/test/
Dindex.js8 const team = require('../index.js') constant