Searched refs:subject (Results 1 - 25 of 377) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.php8 $subject = "Testing from PHP"; variable
19 mail($rcpt, $subject, $body, $hdrs);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MailDemo/MailDemoActiveRecordBindings/
H A DEmail.rb13 validates_presence_of :subject
/macosx-10.9.5/ruby-104/ruby/sample/webrick/
H A Dhttpsd.rb5 subject = [["O", "ruby-lang.org"], ["OU", "sample"], ["CN", hostname]]
19 :SSLCertName => subject,
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/t/
H A Demail-exit-helper.pl15 subject => 'Log this',
/macosx-10.9.5/security_certificates-55036.1.3/
H A DverifyRoots26 openssl x509 -inform DER -in roots/$root -noout -fingerprint -subject -nameopt oneline -dates
/macosx-10.9.5/Security-55471.14.18/regressions/test/
H A Dtestcert.h7 * as defined in and that are subject to the Apple Public Source License
35 test_cert_create_root_certificate(CFStringRef subject,
40 SecKeyRef public_key, CFStringRef subject,
43 CFArrayRef test_cert_string_to_subject(CFStringRef subject);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificateRequest.h7 * as defined in and that are subject to the Apple Public Source License
81 @abstract Return a newly generated CSR for subject and keypair.
82 @param subject RDNs in the subject
89 Example for subject:
95 CFDataRef SecGenerateCertificateRequestWithParameters(SecRDN *subject,
98 CFDataRef SecGenerateCertificateRequest(CFArrayRef subject,
106 @param subject (optional/out) encoded subject RDNs
110 CFStringRef *challenge, CFDataRef *subject, CFDataRe
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dget.c44 from the subject string after a regex match has succeeded. The original idea
110 subject the subject string that was matched
129 pcre_copy_substring(const char *subject, int *ovector, int stringcount, argument
138 memcpy(buffer, subject + ovector[stringnumber], yield);
154 subject the subject string that was matched
173 pcre_copy_named_substring(const pcre *code, const char *subject, int *ovector, argument
178 return pcre_copy_substring(subject, ovector, stringcount, n, buffer, size);
191 subject th
205 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument
283 pcre_get_substring(const char *subject, int *ovector, int stringcount, int stringnumber, const char **stringptr) argument
329 pcre_get_named_substring(const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, const char **stringptr) argument
[all...]
H A Dpcredemo.c31 char *subject; local
58 and the subject string. */
62 printf("Two arguments required: a regex and a subject string\n");
67 subject = argv[i+1];
68 subject_length = (int)strlen(subject);
94 * pattern match against the subject string. This does just ONE match. If *
101 subject, /* the subject string */
102 subject_length, /* the length of the subject */
103 0, /* start at offset 0 in the subject */
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcredemo.c51 char *subject; local
78 and the subject string. */
82 printf("Two arguments required: a regex and a subject string\n");
87 subject = argv[i+1];
88 subject_length = (int)strlen(subject);
114 * pattern match against the subject string. This does just ONE match. If *
121 subject, /* the subject string */
122 subject_length, /* the length of the subject */
123 0, /* start at offset 0 in the subject */
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dre_comp.c70 re_exec(const char* subject) argument
72 if (state.valid && subject)
73 switch (regexec(&state.re, subject, 0, NiL, 0))
H A Dregexp.c94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) argument
100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so)
102 re->re_loc1 = (char*)subject + match[0].rm_so;
103 re->re_loc2 = (char*)subject + match[0].rm_eo;
106 re->re_braslist[n-1] = (char*)subject + match[n].rm_so;
107 re->re_braelist[n-1] = (char*)subject + match[n].rm_eo;
H A Dfnmatch.c53 fnmatch(const char* pattern, const char* subject, register int flags) argument
67 reflags = regexec(&re, subject, 1, &match, 0);
69 if (!reflags && (reflags = subject[match.rm_eo]))
75 reflags = regexec(&re, subject, 0, NiL, 0);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dkeychainacl.cpp5 * subject to the Apple Public Source License Version 1.2 (the 'License').
121 void KeychainAclFactory::comment(TypedList &subject) argument
123 subject.insert(new(allocator) ListElement(CSSM_ACL_SUBJECT_TYPE_COMMENT),
124 subject.first());
127 void KeychainAclFactory::uncomment(TypedList &subject) argument
129 ListElement *first = subject.first();
131 subject -= first;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dkeychainacl.cpp5 * subject to the Apple Public Source License Version 1.2 (the 'License').
121 void KeychainAclFactory::comment(TypedList &subject) argument
123 subject.insert(new(allocator) ListElement(CSSM_ACL_SUBJECT_TYPE_COMMENT),
124 subject.first());
127 void KeychainAclFactory::uncomment(TypedList &subject) argument
129 ListElement *first = subject.first();
131 subject -= first;
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-limit.el49 (defun mh-delete-subject ()
50 "Delete messages with same subject\\<mh-folder-mode-map>.
53 the messages with the same subject as the current message. This
54 command puts these messages in a sequence named \"subject\". You
56 and then specifying the \"subject\" sequence."
58 (let ((count (mh-subject-to-sequence nil)))
60 ((not count) ; No subject line, delete msg anyway
65 (t ; We have a subject sequence.
67 (mh-delete-msg 'subject)))))
70 (defun mh-delete-subject
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_req.in52 --subject="CN=Love,DC=it,DC=su,DC=se" \
60 --subject="CN=Love,DC=it,DC=su,DC=se" \
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DTPNetwork.h5 * subject to the Apple Public Source License Version 1.2 (the 'License').
48 * with a URI. If non-NULL cert is returned, it has passed subject/issuer
56 TPCertInfo &subject,
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/samples/
H A Dsoap-methods-server.tcl97 <subject>test memo one</subject>
101 <subject>test memo two</subject>
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dobjectacl.h7 * as defined in and that are subject to the Apple Public Source License
45 // register makers for the ACL subject types you want to use.
97 void cssmSetInitial(const AclSubjectPointer &subject);
116 AclSubjectPointer subject; // subject representation member in class:Security::ObjectAcl::Entry
131 exportSubject(subject, pub, priv); // subject itself (polymorphic)
138 void init(const AclSubjectPointer &subject, bool delegate = false);
139 void init(const TypedList &subject, bool delegate = false) { init(make(subject), delegat argument
144 Entry(const AclSubjectPointer &subject) argument
200 exportSubject(AclSubject *subject, Action &pub, Action &priv) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.h7 * as defined in and that are subject to the Apple Public Source License
45 // register makers for the ACL subject types you want to use.
97 void cssmSetInitial(const AclSubjectPointer &subject);
116 AclSubjectPointer subject; // subject representation member in class:Security::ObjectAcl::Entry
131 exportSubject(subject, pub, priv); // subject itself (polymorphic)
138 void init(const AclSubjectPointer &subject, bool delegate = false);
139 void init(const TypedList &subject, bool delegate = false) { init(make(subject), delegat argument
144 Entry(const AclSubjectPointer &subject) argument
200 exportSubject(AclSubject *subject, Action &pub, Action &priv) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dquoting.sh305 subject='some/other/words'
307 [[ ${subject/${re}/\3} != words ]] && err_exit 'string replacement with \3 not working'
308 [[ ${subject/${re}/'\3'} != '\3' ]] && err_exit 'string replacement with '"'\3'"' not working'
309 [[ ${subject/${re}/"\\3"} != '\3' ]] && err_exit 'string replacement with "\\3" not working'
310 [[ ${subject/${re}/"\3"} != '\3' ]] && err_exit 'string replacement with "\3" not working'
312 [[ ${subject/${re}/${string}} != words ]] && err_exit 'string replacement with $string not working with string=\3'
313 [[ $(print -r "${subject/${re}/${string}}") != words ]] && err_exit 'string replacement with $string not working with string=\3 using print'
314 [[ ${subject/${re}/"${string}"} != '\3' ]] && err_exit 'string replacement with "$string" not working with string=\3'
315 [[ $(print -r "${subject/${re}/"${string}"}") != '\3' ]] && err_exit 'string replacement with "$string" not working with string=\3 using print'
317 [[ ${subject/
[all...]
/macosx-10.9.5/securityd-55199.3/tests/
H A Dtestacls.cpp7 * as defined in and that are subject to the Apple Public Source License
55 assert(owner.subject().type() == CSSM_ACL_SUBJECT_TYPE_PASSWORD);
56 assert(owner.subject().length() == 1);
65 const TypedList &subject1 = acl1.proto().subject();
89 TypedList subject = TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_THRESHOLD, local
91 subject += new(alloc) ListElement(TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
93 subject += new(alloc) ListElement(TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
95 subject += new(alloc) ListElement(TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
97 newAcl.TypedSubject = subject;
156 TypedList subject local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_pkcs7.rb50 assert_equal(@ee1_cert.subject.to_s, certs[0].subject.to_s)
51 assert_equal(@ca_cert.subject.to_s, certs[1].subject.to_s)
69 assert_equal(@ee1_cert.subject.to_s, certs[0].subject.to_s)
70 assert_equal(@ca_cert.subject.to_s, certs[1].subject.to_s)
117 assert_equal(@ee1_cert.subject.to_s, certs[0].subject
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DACL.cpp7 * as defined in and that are subject to the Apple Public Source License
63 // parse the subject
64 parse(info.proto().subject());
79 // parse subject
80 parse(owner.subject());
140 // release subject form (if any)
221 // carefully copy the subject
224 proto = AclEntryPrototype(*mSubjectForm, mDelegate); // shares subject
226 walk(w, proto.subject()); // copy subject i
325 parse(const TypedList &subject) argument
378 parsePrompt(const TypedList &subject) argument
[all...]

Completed in 411 milliseconds

1234567891011>>