/third_party/node/deps/npm/test/tap/ |
D | install-with-dev-dep-duplicate.js | 17 underscore: '1.5.1' property 20 underscore: '1.3.1' property 28 underscore: { property 59 delete results.dependencies.underscore.problems
|
D | cache-shasum-fork.js | 48 t.equal(deps.underscore && deps.underscore.version, '1.5.1') 78 t.equal(deps.underscore && deps.underscore.version, '1.5.1')
|
D | ls-depth-unmet.js | 19 underscore: '1.5.1', property 65 /underscore@1\.3\.1 invalid/, 102 /underscore@1\.3\.1 invalid/, 141 /underscore@1\.3\.1 invalid/,
|
D | install-link-metadeps-locally.js | 18 underscore: '*' property 50 const underscore = resolve(pkg, 'node_modules', 'underscore') 51 t.equal(statSync(underscore).isDirectory(), true, 'underscore installed')
|
D | shrinkwrap-dev-dependency.js | 25 underscore: { property 39 underscore: '1.3.1' property 42 underscore: '1.5.1' property
|
D | install-duplicate-deps-warning.js | 14 underscore: '1.5.1' property 17 underscore: '1.3.1' property
|
D | install-scoped-with-peer-dependency.js | 17 underscore: '*' property 35 …t.match(stderr, /npm WARN @scope[/]package@0[.]0[.]0 requires a peer of underscore@[*] but none is…
|
D | shrinkwrap-prod-dependency.js | 22 underscore: { property 39 underscore: '1.5.1' property
|
D | outdated-json.js | 19 underscore: '~1.3.1' property 27 underscore: { property
|
D | shrinkwrap-prod-dependency-also.js | 30 underscore: { property 47 underscore: '1.5.1' property
|
D | prune.js | 19 underscore: '1.3.1' property 114 t.same(dirs, [ 'underscore' ])
|
/third_party/node/deps/npm/test/need-npm5-update/need-only-update-save-optional/ |
D | update-save.js | 33 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/ |
D | service_spec.rb | 54 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/ |
D | service.rb | 33 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/ |
D | update-symlink.js | 67 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/ |
D | GPBUtilitiesTests.m | 73 // 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/ |
D | xc-translit.m4 | 29 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/ |
D | gstpadtemplate.c | 248 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/ |
D | xc-translit.m4 | 29 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/ |
D | outdated-depth-deep.js | 78 /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/ |
D | nameCollision.types | 5 // these 2 statements force an underscore before the 'A' 28 // this should add an underscore.
|
D | nameCollision.symbols | 5 // these 2 statements force an underscore before the 'A' 25 // this should add an underscore.
|
/third_party/boost/libs/phoenix/doc/modules/ |
D | object.qbk | 62 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/ |
D | tti_functionality.qbk | 56 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/ |
D | naming-convention.md | 82 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
|