Home
last modified time | relevance | path

Searched refs:subjects (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/deps/npm/node_modules/sshpk/lib/
Dcertificate.js28 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/
Dopenssh-cert.js114 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) {
Dx509.js138 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/
Dcreate-certs.js504 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/
Dconcepts.qbk196 /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/
Dconcepts.qbk207 /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/
Dconcepts.qbk181 /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/
Dintro.rst42 learning about random subjects, you choose a random page number (see module
Dnntplib.rst21 about a newsgroup and print the subjects of the last 10 articles::
Dmailbox.rst1528 A simple example of printing the subjects of all messages in a mailbox that seem
/third_party/pcre2/pcre2/testdata/
Dtestinput1016 # Now test subjects
464 # but subjects containing them must not be UTF-checked.
Dtestinput12367 # but subjects containing them must not be UTF-checked. These patterns give
Dtestoutput1021 # Now test subjects
1554 # but subjects containing them must not be UTF-checked.
Dtestoutput12-321417 # but subjects containing them must not be UTF-checked. These patterns give
Dtestoutput12-161425 # but subjects containing them must not be UTF-checked. These patterns give
/third_party/curl/docs/
DMAIL-ETIQUETTE39 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/
Dca.pod475 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/
DREADME.OS400251 archive extraction. Do not ask questions about these subjects if you're not
/third_party/node/deps/npm/node_modules/sshpk/
DREADME.md471 ### `Certificate#subjects`
/third_party/node/doc/guides/
Dmaintaining-V8.md252 [regexp] Fix case-insensitive matching for one-byte subjects.
/third_party/grpc/doc/
Dinterop-test-descriptions.md707 might work for this test but aren't the intended subjects.
/third_party/boost/libs/bimap/doc/
Drationale.qbk592 subjects of B.MI.
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-thelittleprince.txt234 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/
Den-thelittleprince.txt234 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/
Dpcre2test.txt1894 mand, which must be followed by lines of subjects that are to be

12