Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-access.md15 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
Dnpm-publish.md13 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/
Dlists.md20 Posting is restricted to subscribers.
24 Posting is restricted to subscribers.
/third_party/node/deps/npm/node_modules/libnpmaccess/
DREADME.md26 * [`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/
DP9InstrResources.td449 // 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/
Daccess.js94 access.restricted = ([pkg], opts) => {
95 return modifyPackage(pkg, opts, libaccess.restricted)
/third_party/PyYAML/tests/data/
Dspec-10-08.error2 - A simple key is restricted
/third_party/node/deps/npm/node_modules/libnpmpublish/
DREADME.md72 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/
DOWNERS1 # include/ has a restricted set of reviewers (to limit changes to public API)
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_ycbcr_image_arrays.txt18 created with multiple array layers, which is otherwise restricted.
DVK_EXT_ycbcr_image_arrays.adoc18 created with multiple array layers, which is otherwise restricted.
/third_party/node/deps/npm/node_modules/libnpmaccess/test/
Dindex.js28 return access.restricted('@foo/bar', OPTS).then(ret => {
332 access.restricted('foo/bar').then(resolve, reject),
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod48 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/
DREADME.txt4 a restricted number of ciphersuites) and aim at minimizing resource usage for
/third_party/mksh/
Dsh_flags.opt138 /* -r restricted shell */
140 FN("restricted", FRESTRICTED, OF_CMDLINE
/third_party/libphonenumber/resources/geocoding/en/
D32.txt16 # wikipedia. The prefix for Liège was restricted beyond one digit to stop it
/third_party/libphonenumber/resources/geocoding/fr/
D32.txt16 # wikipedia. The prefix for Liège was restricted beyond one digit to stop it
/third_party/libphonenumber/resources/geocoding/de/
D32.txt16 # wikipedia. The prefix for Lüttich was restricted beyond one digit to stop it
/third_party/libphonenumber/resources/geocoding/nl/
D32.txt16 # Louvière and spelling fixed for Charleroi. The prefix for Liège was restricted
/third_party/node/deps/npm/docs/content/using-npm/
Dscope.md96 --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/
DREADME.md53 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/
DBUILD.gn31 # TODO(jmadill): Merge this config with restricted traces. http://anglebug.com/5133
/third_party/python/Doc/library/
Dcalendar.rst61 :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/
Dv0.5.1.rst91 * 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/
DCOPYING22 are not restricted to be used by modules with a GPL compatible license.

12345678910>>...19