Home
last modified time | relevance | path

Searched refs:underscore (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/third_party/node/deps/npm/test/tap/
Dinstall-with-dev-dep-duplicate.js17 underscore: '1.5.1' property
20 underscore: '1.3.1' property
28 underscore: { property
59 delete results.dependencies.underscore.problems
Dcache-shasum-fork.js48 t.equal(deps.underscore && deps.underscore.version, '1.5.1')
78 t.equal(deps.underscore && deps.underscore.version, '1.5.1')
Dls-depth-unmet.js19 underscore: '1.5.1', property
65 /underscore@1\.3\.1 invalid/,
102 /underscore@1\.3\.1 invalid/,
141 /underscore@1\.3\.1 invalid/,
Dinstall-link-metadeps-locally.js18 underscore: '*' property
50 const underscore = resolve(pkg, 'node_modules', 'underscore')
51 t.equal(statSync(underscore).isDirectory(), true, 'underscore installed')
Dshrinkwrap-dev-dependency.js25 underscore: { property
39 underscore: '1.3.1' property
42 underscore: '1.5.1' property
Dinstall-duplicate-deps-warning.js14 underscore: '1.5.1' property
17 underscore: '1.3.1' property
Dinstall-scoped-with-peer-dependency.js17 underscore: '*' property
35 …t.match(stderr, /npm WARN @scope[/]package@0[.]0[.]0 requires a peer of underscore@[*] but none is…
Dshrinkwrap-prod-dependency.js22 underscore: { property
39 underscore: '1.5.1' property
Doutdated-json.js19 underscore: '~1.3.1' property
27 underscore: { property
Dshrinkwrap-prod-dependency-also.js30 underscore: { property
47 underscore: '1.5.1' property
Dprune.js19 underscore: '1.3.1' property
114 t.same(dirs, [ 'underscore' ])
/third_party/node/deps/npm/test/need-npm5-update/need-only-update-save-optional/
Dupdate-save.js33 underscore: '~1.3.1' property
99 { underscore: '^1.3.3' }, property
113 setup({ optionalDependencies: { underscore: '~1.3.1' } }) property
132 { underscore: '^1.3.3' }, property
141 var cloned = setup({ optionalDependencies: { underscore: '~1.3.1' } }) property
/third_party/grpc/src/ruby/spec/generic/
Dservice_spec.rb54 expect(GenericService.underscore('AnRPC')).to eq('an_rpc')
55 expect(GenericService.underscore('AMethod')).to eq('a_method')
56 expect(GenericService.underscore('PrintHTML')).to eq('print_html')
57 expect(GenericService.underscore('SeeHTMLBooks')).to eq('see_html_books')
59 expect(GenericService.underscore('SeeHTMLBooks'.freeze)).to eq('see_html_books')
/third_party/grpc/src/ruby/lib/grpc/generic/
Dservice.rb33 def self.underscore(s) singletonMethod
99 define_method(GenericService.underscore(name.to_s).to_sym) do |*|
164 mth_name = GenericService.underscore(name.to_s).to_sym
/third_party/node/deps/npm/test/need-npm5-update/need-outdated/
Dupdate-symlink.js67 t.has(out, /underscore@1.3.1/, 'creates local link ok')
91 t.has(stderr, /underscore/, 'warning output relating to linked package')
104 t.doesNotHave(stderr, /underscore/, 'no warning or error relating to linked package')
/third_party/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m73 // Upper + 3 (10 op), underscore, upper + 5 (10 op)
75 // All Upper for 4 (11 op), underscore, underscore, upper + 5 (10 op),
76 // underscore, lower + 0 (01 op)
78 // 2 byte key: as is + 3 (00 op), underscore, lower + 4 (01 op),
79 // underscore, lower + 3 (01 op), underscore, lower + 1 (01 op),
80 // underscore, lower + 30 (01 op), as is + 30 (00 op), as is + 13 (00 op),
81 // underscore, as is + 3 (00 op)
/third_party/node/deps/cares/m4/
Dxc-translit.m429 dnl converted to the underscore '_' character.
54 dnl converted to the underscore '_' character.
82 dnl converted to the underscore '_' character and alnum
113 dnl converted to the underscore '_' character and alnum
/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.c248 const gchar *str, *underscore = NULL; in name_is_valid() local
281 underscore = strchr (str, '_'); in name_is_valid()
284 if (str && (!underscore || str < underscore)) { in name_is_valid()
/third_party/curl/m4/
Dxc-translit.m429 dnl converted to the underscore '_' character.
54 dnl converted to the underscore '_' character.
82 dnl converted to the underscore '_' character and alnum
113 dnl converted to the underscore '_' character and alnum
/third_party/node/deps/npm/test/need-npm5-update/
Doutdated-depth-deep.js78 /underscore.*1\.3\.1.*1\.3\.1.*1\.5\.1.*whatever\n/g,
82 /underscore.*1\.3\.1.*1\.3\.1.*1\.5\.1.*whatever > npm-test-peer-deps/g,
/third_party/typescript/tests/baselines/reference/
DnameCollision.types5 // these 2 statements force an underscore before the 'A'
28 // this should add an underscore.
DnameCollision.symbols5 // these 2 statements force an underscore before the 'A'
25 // this should add an underscore.
/third_party/boost/libs/phoenix/doc/modules/
Dobject.qbk62 new_<std::string>(arg1, arg2) // note the spelling of new_ (with trailing underscore)
83 delete_<std::string>(arg1) // note the spelling of delete_ (with trailing underscore)
97 C++ casts. Take note however that the lazy versions have a trailing underscore.
/third_party/boost/libs/tti/doc/
Dtti_functionality.qbk56 underscore ( '_' ) followed by the 'name' is appended. As an example, for the macro
93 Because having a double underscore ( __ ) in a name is reserved by the C++ implementation,
96 underscore to the macro name preceding the name of the element that is being introspected.
98 case letters and the underscore then becomes the normal way to separate parts of an identifier
99 name so that it looks understandable. Because of this decision to use the underscore to generate
100 the metafunction name from the macro name, any inner element starting with an underscore will cause
101 the identifier for the metafunction name being generated to contain a double underscore.
105 * When the name of the inner element to be introspected begins with an underscore, use
110 as the metafunction with further letters appended to it separated by an underscore, another rule is:
113 macro metafunction, that name should not end with an underscore.
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dnaming-convention.md82 1. validate leading underscore
83 1. validate trailing underscore
93 1. validate leading underscore - pass
94 - Trim leading underscore - `name = IMyInterface`
95 1. validate trailing underscore - no check
143 - `forbid` - a leading/trailing underscore is not allowed at all.
144 - `allow` - existence of a leading/trailing underscore is not explicitly enforced.
145 - `require` - a leading/trailing underscore must be included.
266 ### Enforce that private members are prefixed with an underscore

12345678910>>...15