Searched refs:subjects (Results 1 – 25 of 41) sorted by relevance
12
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | certificate.js | 28 assert.arrayOfObject(opts.subjects, 'options.subjects'); 29 utils.assertCompatible(opts.subjects[0], Identity, [1, 0], 47 this.subjects = opts.subjects; 113 if (!this.issuer.equals(issuerCert.subjects[0])) 156 var subjects; 158 subjects = subjectOrSubjects; 160 subjects = [subjectOrSubjects]; 162 assert.arrayOfObject(subjects); 163 subjects.forEach(function (subject) { 209 var hostSubjects = subjects.filter(function (subject) { [all …]
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | openssh-cert.js | 114 cert.subjects = principals.map(function (pr) { 255 var type = cert.subjects[0].type; 257 cert.subjects.forEach(function (id) { 264 sig.keyId = cert.subjects[0].type + '_' + 265 (cert.subjects[0].uid || cert.subjects[0].hostname); 270 cert.subjects.forEach(function (id) {
|
D | x509.js | 138 cert.subjects = [Identity.parseAsn1(der)]; 293 cert.subjects.forEach(function (ide) { 303 cert.subjects.forEach(function (ide) { 345 if (!cert.subjects[0].equals(id)) 346 cert.subjects.push(id); 351 if (!cert.subjects[0].equals(id)) 352 cert.subjects.push(id); 358 if (!cert.subjects[0].equals(id)) 359 cert.subjects.push(id); 538 var subject = cert.subjects[0]; [all …]
|
/third_party/node/test/fixtures/x509-escaping/ |
D | create-certs.js | 504 const subjects = [ variable 589 for (let i = 0; i < subjects.length; i++) { 599 value: subjects[i] 607 value: subjects[i]
|
/third_party/boost/libs/spirit/doc/qi/ |
D | concepts.qbk | 196 /BinaryParser/ is a composite parser that has a two subjects, `left` and 197 `right`. The BinaryParser allows its subjects to be treated in the same 251 /NaryParser/ is a composite parser that has one or more subjects. The 252 NaryParser allows its subjects to be treated in the same way as a single
|
/third_party/boost/libs/spirit/doc/karma/ |
D | concepts.qbk | 207 /BinaryGenerator/ is a composite generator that has a two subjects, `left` and 208 `right`. The BinaryGenerator allows its subjects to be treated in the same 265 /NaryGenerator/ is a composite generator that has one or more subjects. The 266 NaryGenerator allows its subjects to be treated in the same way as a single
|
/third_party/boost/libs/spirit/doc/lex/ |
D | concepts.qbk | 181 /NaryLexer/ is a composite lexer component that has one or more subjects. The 182 NaryLexer allows its subjects to be treated in the same way as a single
|
/third_party/python/Doc/library/ |
D | intro.rst | 42 learning about random subjects, you choose a random page number (see module
|
D | nntplib.rst | 21 about a newsgroup and print the subjects of the last 10 articles::
|
D | mailbox.rst | 1528 A simple example of printing the subjects of all messages in a mailbox that seem
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput10 | 16 # Now test subjects 464 # but subjects containing them must not be UTF-checked.
|
D | testinput12 | 367 # but subjects containing them must not be UTF-checked. These patterns give
|
D | testoutput10 | 21 # Now test subjects 1554 # but subjects containing them must not be UTF-checked.
|
D | testoutput12-32 | 1417 # but subjects containing them must not be UTF-checked. These patterns give
|
D | testoutput12-16 | 1425 # but subjects containing them must not be UTF-checked. These patterns give
|
/third_party/curl/docs/ |
D | MAIL-ETIQUETTE | 39 Each mailing list is targeted to a specific set of users and subjects, 89 about curl-related subjects, the moderation "flag" will be switched off and
|
/third_party/openssl/doc/man1/ |
D | ca.pod | 475 database must have unique subjects. if the value B<no> is given, 484 subjects this does not count as a duplicate.
|
/third_party/curl/packages/OS400/ |
D | README.OS400 | 251 archive extraction. Do not ask questions about these subjects if you're not
|
/third_party/node/deps/npm/node_modules/sshpk/ |
D | README.md | 471 ### `Certificate#subjects`
|
/third_party/node/doc/guides/ |
D | maintaining-V8.md | 252 [regexp] Fix case-insensitive matching for one-byte subjects.
|
/third_party/grpc/doc/ |
D | interop-test-descriptions.md | 707 might work for this test but aren't the intended subjects.
|
/third_party/boost/libs/bimap/doc/ |
D | rationale.qbk | 592 subjects of B.MI.
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-thelittleprince.txt | 234 subjects, under pain of death, should change to European costume. So in 1920 the astronomer 634 He did not know how the world is simplified for kings. To them, all men are subjects. “Approach,
|
/third_party/harfbuzz/perf/texts/ |
D | en-thelittleprince.txt | 234 subjects, under pain of death, should change to European costume. So in 1920 the astronomer 634 He did not know how the world is simplified for kings. To them, all men are subjects. “Approach,
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2test.txt | 1894 mand, which must be followed by lines of subjects that are to be
|
12