Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/node/deps/npm/node_modules/npm-pick-manifest/lib/
Dindex.js84 const restricted = (packument.policyRestrictions && constant
104 return decorateAvoid(versions[ver] || staged[ver] || restricted[ver], avoid)
113 const mani = versions[ver] || staged[ver] || restricted[ver]
136 .concat(Object.entries(restricted))
158 const notrestra = !restricted[a]
159 const notrestrb = !restricted[b]
190 const restricted = (policyRestrictions && policyRestrictions.versions) || {} constant
192 if (picked && !restricted[picked.version]) {
202 const isForbidden = picked && !!restricted[picked.version]
/third_party/node/deps/v8/src/compiler/
Dtype-narrowing-reducer.cc72 Type restricted = Type::Intersect(new_type, original_type, zone()); in Reduce() local
73 if (!original_type.Is(restricted)) { in Reduce()
74 NodeProperties::SetType(node, restricted); in Reduce()
/third_party/libsnd/docs/
Dlists.md20 Posting is restricted to subscribers.
24 Posting is restricted to subscribers.
/third_party/node/deps/npm/docs/content/commands/
Dnpm-access.md29 * public / restricted (deprecated):
30 Set a package to be either publicly accessible or restricted.
59 Scoped packages *default to restricted*, but you can either publish them as
Dnpm-publish.md110 * Type: null, "restricted", or "public"
113 installable) set `--access=restricted`.
115 Unscoped packages can not be set to `restricted`.
118 packages. Specifying a value of `restricted` or `public` during publish will
/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/PyYAML/tests/data/
Dspec-10-08.error2 - A simple key is restricted
/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.
/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/nl/
D32.txt16 # Louvière and spelling fixed for Charleroi. The prefix for Liège was restricted
/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/fr/
D32.txt16 # wikipedia. The prefix for Liège was restricted beyond one digit to stop it
/third_party/libphonenumber/resources/geocoding/en/
D32.txt16 # wikipedia. The prefix for Liège was restricted beyond one digit to stop it
/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/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/node/deps/npm/docs/content/using-npm/
Dscope.md107 --access restricted`, and it will be present in the npm registry, with
108 restricted access. You can then change the access permissions, if
/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/testcases/network/can/filter-tests/
DCOPYING22 are not restricted to be used by modules with a GPL compatible license.
/third_party/openssl/doc/man7/
DRSA-PSS.pod9 The B<RSA-PSS> EVP_PKEY implementation is a restricted version of the RSA
/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/vk-gl-cts/external/vulkan-docs/src/images/
DREADME.adoc7 Diagrams in this folder have been created with Inkscape, using a restricted
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dpublish.js.test.cjs321 exports[`test/lib/commands/publish.js TAP restricted access > must match snapshot 1`] = `
359 "Publishing to https://registry.npmjs.org/ with tag latest and restricted access",
364 exports[`test/lib/commands/publish.js TAP restricted access > new package version 1`] = `

12345678910>>...17