Searched refs:restricted (Results 1 – 25 of 464) sorted by relevance
12345678910>>...19
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-access.md | 15 npm access restricted [<package>] 36 * public / restricted: 37 Set a package to be either publicly accessible or restricted. 67 Scoped packages *default to restricted*, but you can either publish them as
|
D | npm-publish.md | 13 npm publish [<tarball>|<folder>] [--tag <tag>] [--access <public|restricted>] [--otp otpcode] [--dr… 43 * `[--access <public|restricted>]` 45 restricted. Only applies to scoped packages, which default to `restricted`.
|
/third_party/libsnd/docs/ |
D | lists.md | 20 Posting is restricted to subscribers. 24 Posting is restricted to subscribers.
|
/third_party/node/deps/npm/node_modules/libnpmaccess/ |
D | README.md | 26 * [`restricted()`](#restricted) 85 #### <a name="restricted"></a> `> access.restricted(spec, [opts]) -> Promise` 90 Makes package described by `spec` private/restricted. 95 await access.restricted('@foo/bar', {token: 'myregistrytoken'})
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 449 // These operations can be done in parallel. The DP is restricted so we need a 465 // These operations must be done sequentially.The DP is restricted so we need a 799 // Consecutive Store and ALU instructions. The store is restricted and requires 830 // Full 6 dispatches are required as this is both cracked and restricted. 851 // Full 6 dispatches are required as this is a restricted instruction. 893 // Single slice Restricted store operation. The restricted operation requires 1023 // Cracked, restricted, ALU operations. 1050 // One of the ALU ops is restricted the other is not so we have a total of 1086 // One of the ALU ops is restricted and takes 3 dispatches. 1101 // Both of the ALU ops are restricted and take 3 dispatches. [all …]
|
/third_party/node/deps/npm/lib/ |
D | access.js | 94 access.restricted = ([pkg], opts) => { 95 return modifyPackage(pkg, opts, libaccess.restricted)
|
/third_party/PyYAML/tests/data/ |
D | spec-10-08.error | 2 - A simple key is restricted
|
/third_party/node/deps/npm/node_modules/libnpmpublish/ |
D | README.md | 72 If `opts.access` is passed in, it must be one of `public` or `restricted`. 73 Unscoped packages cannot be `restricted`, and the registry may agree or disagree 74 with whether you're allowed to publish a restricted package.
|
/third_party/skia/include/private/ |
D | OWNERS | 1 # include/ has a restricted set of reviewers (to limit changes to public API)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_ycbcr_image_arrays.txt | 18 created with multiple array layers, which is otherwise restricted.
|
D | VK_EXT_ycbcr_image_arrays.adoc | 18 created with multiple array layers, which is otherwise restricted.
|
/third_party/node/deps/npm/node_modules/libnpmaccess/test/ |
D | index.js | 28 return access.restricted('@foo/bar', OPTS).then(ret => { 332 access.restricted('foo/bar').then(resolve, reject),
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod | 48 set the digest to anything other than the restricted value. Otherwise these are 59 parameters are restricted. For example, setting a minimum salt length also
|
/third_party/mbedtls/configs/ |
D | README.txt | 4 a restricted number of ciphersuites) and aim at minimizing resource usage for
|
/third_party/mksh/ |
D | sh_flags.opt | 138 /* -r restricted shell */ 140 FN("restricted", FRESTRICTED, OF_CMDLINE
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 32.txt | 16 # wikipedia. The prefix for Liège was restricted beyond one digit to stop it
|
/third_party/libphonenumber/resources/geocoding/fr/ |
D | 32.txt | 16 # wikipedia. The prefix for Liège was restricted beyond one digit to stop it
|
/third_party/libphonenumber/resources/geocoding/de/ |
D | 32.txt | 16 # wikipedia. The prefix for Lüttich was restricted beyond one digit to stop it
|
/third_party/libphonenumber/resources/geocoding/nl/ |
D | 32.txt | 16 # Louvière and spelling fixed for Charleroi. The prefix for Liège was restricted
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | scope.md | 96 --access restricted`, and it will be present in the npm registry, with 97 restricted access. You can then change the access permissions, if
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/ |
D | README.md | 53 will need a better "raw server" than netcat, which is restricted to just the
|
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/ |
D | BUILD.gn | 31 # TODO(jmadill): Merge this config with restricted traces. http://anglebug.com/5133
|
/third_party/python/Doc/library/ |
D | calendar.rst | 61 :meth:`itermonthdates`, but not restricted by the :class:`datetime.date` 69 :meth:`itermonthdates`, but not restricted by the :class:`datetime.date` 77 :meth:`itermonthdates`, but not restricted by the :class:`datetime.date` 87 :meth:`itermonthdates`, but not restricted by the :class:`datetime.date`
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.1.rst | 91 * Allow casting to a restricted type if !restricted_value 291 * avoid useless warning for 'bool <- restricted type' conversion 318 * more tests for implicit 'bool <- restricted' casts 319 * avoid warning on explicit 'bool <- restricted' casts
|
/third_party/ltp/testcases/network/can/filter-tests/ |
D | COPYING | 22 are not restricted to be used by modules with a GPL compatible license.
|
12345678910>>...19