Home
last modified time | relevance | path

Searched refs:SUBJECT (Results 1 – 25 of 2400) sorted by relevance

12345678910>>...96

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/test/
H A Dtest_label_descriptor.py28 SUBJECT = None variable in KnownLabelsBase
92 SUBJECT = _KNOWN.END_USER variable in EndUser
100 SUBJECT = _KNOWN.ERROR_TYPE variable in ErrorType
105 SUBJECT = _KNOWN.PROTOCOL variable in Protocol
112 SUBJECT = _KNOWN.REFERER variable in Referer
127 SUBJECT = _KNOWN.STATUS_CODE variable in StatusCodeWithOkStatus
132 SUBJECT = _KNOWN.STATUS_CODE variable in StatusCodeWithKnown4XXStatus
140 SUBJECT = _KNOWN.STATUS_CODE variable in StatusCodeWithUnknown4XXStatus
197 SUBJECT = _KNOWN.GCP_REGION variable in GcpRegion
213 SUBJECT = _KNOWN.GCP_ZONE variable in GcpZone
[all …]
H A Dtest_metric_descriptor.py49 SUBJECT = None variable in KnownMetricsBase
70 metricKind=self.SUBJECT.kind,
102 metricName=SUBJECT.metric_name,
114 metricName=SUBJECT.metric_name,
124 metricName=SUBJECT.metric_name,
139 metricName=SUBJECT.metric_name,
149 metricName=SUBJECT.metric_name,
164 metricName=SUBJECT.metric_name,
180 metricName=SUBJECT.metric_name,
201 metricName=SUBJECT.metric_name,
[all …]
/dports/news/trn4/trn-4.0-test77/
H A Drthread.ih10 static int subjorder_subject _((SUBJECT**,SUBJECT**));
11 static int subjorder_date _((SUBJECT**,SUBJECT**));
12 static int subjorder_count _((SUBJECT**,SUBJECT**));
13 static int subjorder_lines _((SUBJECT**,SUBJECT**));
14 static int subject_score_high _((SUBJECT*));
15 static int subjorder_score _((SUBJECT**,SUBJECT**));
16 static int threadorder_subject _((SUBJECT**,SUBJECT**));
17 static int threadorder_date _((SUBJECT**,SUBJECT**));
18 static int threadorder_count _((SUBJECT**,SUBJECT**));
19 static int threadorder_lines _((SUBJECT**,SUBJECT**));
[all …]
H A Drthread.h26 ARTICLE* first_art _((SUBJECT*));
27 ARTICLE* last_art _((SUBJECT*));
35 SUBJECT* next_subj _((SUBJECT*,int));
36 SUBJECT* prev_subj _((SUBJECT*,int));
39 void select_subject _((SUBJECT*,int));
45 void deselect_subject _((SUBJECT*));
50 void kill_subject _((SUBJECT*,int));
54 void unkill_subject _((SUBJECT*));
57 void clear_subject _((SUBJECT*));
60 ARTICLE* subj_art _((SUBJECT*));
H A Drthread.c583 SUBJECT*
605 SUBJECT*
676 SUBJECT* subj; in select_subject()
810 SUBJECT* subj; in deselect_subject()
899 SUBJECT* subj; in kill_subject()
981 SUBJECT* subj; in unkill_subject()
1065 SUBJECT* subj; in clear_subject()
1111 SUBJECT* sp; in subj_art()
1473 SUBJECT* sp; in subject_score_high()
1512 SUBJECT** spp1; in threadorder_subject()
[all …]
/dports/news/trn/trn-3.6/
H A Drthread.h20 ARTICLE *first_art _((SUBJECT*));
21 ARTICLE *last_art _((SUBJECT*));
29 SUBJECT *next_subj _((SUBJECT*,int));
30 SUBJECT *prev_subj _((SUBJECT*,int));
49 void unkill_subject _((SUBJECT*));
52 void clear_subject _((SUBJECT*));
60 ARTICLE *subj_art _((SUBJECT*));
77 int subjorder_date _((SUBJECT**, SUBJECT**));
78 int subjorder_str _((SUBJECT**, SUBJECT**));
79 int threadorder_date _((SUBJECT**, SUBJECT**));
[all …]
H A Drthread.c519 SUBJECT *
541 SUBJECT *
623 SUBJECT *subj; in select_subject()
756 SUBJECT *subj; in deselect_subject()
841 SUBJECT *subj; in kill_subject()
923 SUBJECT *subj; in unkill_subject()
1003 SUBJECT *subj; in clear_subject()
1053 SUBJECT *sp; in subj_art()
1387 SUBJECT **spp1; in threadorder_subject()
1388 SUBJECT **spp2;
[all …]
/dports/news/knews/knews-1.0b.1/src/
H A Dk_kill.c18 static int thread_has_unread(SUBJECT *subj) in thread_has_unread()
41 static long m_a_kill(KILL_NODE *node, ARTICLE *articles, SUBJECT *subj) in m_a_kill()
56 static long m_a_hot(KILL_NODE *node, ARTICLE *articles, SUBJECT *subj) in m_a_hot()
68 static long m_s_kill(KILL_NODE *node, ARTICLE *articles, SUBJECT *subj) in m_s_kill()
78 static long m_s_hot(KILL_NODE *node, ARTICLE *articles, SUBJECT *subj) in m_s_hot()
88 static long m_T_kill(KILL_NODE *node, ARTICLE *articles, SUBJECT *subj) in m_T_kill()
98 static long m_T_hot(KILL_NODE *node, ARTICLE *articles, SUBJECT *subj) in m_T_hot()
108 static long m_t_kill(KILL_NODE *node, ARTICLE *articles, SUBJECT *subj) in m_t_kill()
118 static long m_t_hot(KILL_NODE *node, ARTICLE *articles, SUBJECT *subj) in m_t_hot()
144 static long s_s_hot(KILL_NODE *node, ARTICLE *articles, SUBJECT *subj) in s_s_hot()
[all …]
H A Dutil.h12 extern void update_subj_hot_value(SUBJECT*);
13 extern long mark_subject_unread(SUBJECT*);
14 extern long mark_sub_subject_unread(ARTICLE*, SUBJECT*);
15 extern long mark_subject_read(SUBJECT*, int, int);
16 extern long mark_sub_subject_read(ARTICLE*, SUBJECT*, int, int);
19 extern long mark_subject_hot(SUBJECT*, Pixmap);
28 extern ARTICLE *first_unread_article_with_subject(SUBJECT*);
H A Dsort.c19 SUBJECT *first;
20 SUBJECT *last;
38 SUBJECT *subj; in sort_threads()
109 SUBJECT *subj = node->first; in sub_sort()
123 SUBJECT *sn = subj; in sub_sort()
128 SUBJECT *tmp; in sub_sort()
151 SUBJECT *subj = node->first; in val_thrsize_unread()
166 SUBJECT *subj = node->first; in val_thrsize()
223 SUBJECT *subj = node->first; in val_nhot()
237 SUBJECT *subj = node->first; in val_subject()
[all …]
/dports/x11-wm/sway/sway-1.5.1/contrib/
H A Dgrimshot30 SUBJECT=${2:-screen}
112 elif [ "$SUBJECT" = "area" ] ; then
119 elif [ "$SUBJECT" = "active" ] ; then
124 elif [ "$SUBJECT" = "screen" ] ; then
127 elif [ "$SUBJECT" = "output" ] ; then
131 elif [ "$SUBJECT" = "window" ] ; then
139 die "Unknown subject to take a screen shot from" "$SUBJECT"
147 TITLE="Screenshot of $SUBJECT"
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/tests/unit/test_cert_utf8/
H A DcertificateToAlter.pem.certspec2 subject:/O=SUBJECT O REPLACE ME/OU=SUBJECT OU REPLACE ME/CN=SUBJECT CN REPLACE ME/emailAddress=SUBJ…
3 extension:subjectAlternativeName:SUBJECT ALT DNSNAME REPLACE ME,SUBJECT ALT RFC822@NAME REPLACE ME
/dports/www/firefox/firefox-99.0/security/manager/ssl/tests/unit/test_cert_utf8/
H A DcertificateToAlter.pem.certspec2 subject:/O=SUBJECT O REPLACE ME/OU=SUBJECT OU REPLACE ME/CN=SUBJECT CN REPLACE ME/emailAddress=SUBJ…
3 extension:subjectAlternativeName:SUBJECT ALT DNSNAME REPLACE ME,SUBJECT ALT RFC822@NAME REPLACE ME
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/tests/unit/test_cert_utf8/
H A DcertificateToAlter.pem.certspec2 subject:/O=SUBJECT O REPLACE ME/OU=SUBJECT OU REPLACE ME/CN=SUBJECT CN REPLACE ME/emailAddress=SUBJ…
3 extension:subjectAlternativeName:SUBJECT ALT DNSNAME REPLACE ME,SUBJECT ALT RFC822@NAME REPLACE ME
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/tests/unit/test_cert_utf8/
H A DcertificateToAlter.pem.certspec2 subject:/O=SUBJECT O REPLACE ME/OU=SUBJECT OU REPLACE ME/CN=SUBJECT CN REPLACE ME/emailAddress=SUBJ…
3 extension:subjectAlternativeName:SUBJECT ALT DNSNAME REPLACE ME,SUBJECT ALT RFC822@NAME REPLACE ME
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/dejagnu/pkinit-certs/
H A Dmake-certs.sh24 distinguished_name = \$ENV::SUBJECT
122 SUBJECT=ca openssl req -config openssl.cnf -new -x509 -extensions exts_ca \
127 SUBJECT=kdc openssl x509 -extfile openssl.cnf -extensions exts_kdc \
132 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
134 SUBJECT=user openssl x509 -extfile openssl.cnf -extensions exts_client \
143 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
145 SUBJECT=user openssl x509 -extfile openssl.cnf -extensions exts_upn_client \
151 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
159 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
168 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
[all …]
/dports/security/krb5/krb5-1.19.2/src/tests/dejagnu/pkinit-certs/
H A Dmake-certs.sh24 distinguished_name = \$ENV::SUBJECT
122 SUBJECT=ca openssl req -config openssl.cnf -new -x509 -extensions exts_ca \
127 SUBJECT=kdc openssl x509 -extfile openssl.cnf -extensions exts_kdc \
132 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
134 SUBJECT=user openssl x509 -extfile openssl.cnf -extensions exts_client \
143 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
145 SUBJECT=user openssl x509 -extfile openssl.cnf -extensions exts_upn_client \
151 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
159 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
168 SUBJECT=user openssl req -config openssl.cnf -new -key privkey.pem \
[all …]
/dports/news/fidogate4/fidogate-4.4.10/scripts/maintenance/
H A Dlogstat.pl9 $SUBJECT = "EchoMail statistics report";
23 $SUBJECT = $opt_s;
26 $SUBJECT = "$SUBJECT $opt_t";
71 print "Subject: $SUBJECT\n";
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/dejagnu/proxy-certs/
H A Dmake-certs.sh14 distinguished_name = \$ENV::SUBJECT
85 SUBJECT=signer openssl req -config openssl.cnf -new -x509 -extensions exts_ca \
89 SUBJECT=proxy openssl req -config openssl.cnf -new -key privkey.pem \
91 SUBJECT=localhost openssl req -config openssl.cnf -new -key privkey.pem \
97 SUBJECT=proxy openssl ca -config openssl.cnf -extensions exts_proxy \
102 SUBJECT=proxy openssl ca -config openssl.cnf -extensions exts_proxy_no_san \
107 SUBJECT=proxy openssl ca -config openssl.cnf -extensions exts_proxy_no_san \
112 SUBJECT=proxy openssl ca -config openssl.cnf -extensions exts_proxy \
117 SUBJECT=proxy openssl x509 -outform der -in proxy-ideal.pem -out bad.der
120 SUBJECT=proxy openssl x509 -inform der -in bad.der -out tmp.pem
/dports/security/krb5/krb5-1.19.2/src/tests/dejagnu/proxy-certs/
H A Dmake-certs.sh14 distinguished_name = \$ENV::SUBJECT
85 SUBJECT=signer openssl req -config openssl.cnf -new -x509 -extensions exts_ca \
89 SUBJECT=proxy openssl req -config openssl.cnf -new -key privkey.pem \
91 SUBJECT=localhost openssl req -config openssl.cnf -new -key privkey.pem \
97 SUBJECT=proxy openssl ca -config openssl.cnf -extensions exts_proxy \
102 SUBJECT=proxy openssl ca -config openssl.cnf -extensions exts_proxy_no_san \
107 SUBJECT=proxy openssl ca -config openssl.cnf -extensions exts_proxy_no_san \
112 SUBJECT=proxy openssl ca -config openssl.cnf -extensions exts_proxy \
117 SUBJECT=proxy openssl x509 -outform der -in proxy-ideal.pem -out bad.der
120 SUBJECT=proxy openssl x509 -inform der -in bad.der -out tmp.pem
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/mysql-test/connect/r/
H A Dxml2_zip.result9 SUBJECT CHAR(12) NOT NULL XPATH='@',
24 SUBJECT applications
36 SUBJECT applications
48 SUBJECT applications
60 SUBJECT g�n�ral
76 SUBJECT applications
84 SUBJECT applications
92 SUBJECT g�n�ral
H A Dxml_zip.result7 SUBJECT CHAR(12) NOT NULL XPATH='@',
22 SUBJECT applications
34 SUBJECT applications
46 SUBJECT applications
58 SUBJECT g�n�ral
74 SUBJECT applications
82 SUBJECT applications
90 SUBJECT g�n�ral
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/mysql-test/connect/r/
H A Dxml2_zip.result9 SUBJECT CHAR(12) NOT NULL XPATH='@',
24 SUBJECT applications
36 SUBJECT applications
48 SUBJECT applications
60 SUBJECT g�n�ral
76 SUBJECT applications
84 SUBJECT applications
92 SUBJECT g�n�ral
H A Dxml_zip.result7 SUBJECT CHAR(12) NOT NULL XPATH='@',
22 SUBJECT applications
34 SUBJECT applications
46 SUBJECT applications
58 SUBJECT g�n�ral
74 SUBJECT applications
82 SUBJECT applications
90 SUBJECT g�n�ral
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/mysql-test/connect/r/
H A Dxml2_zip.result9 SUBJECT CHAR(12) NOT NULL XPATH='@',
24 SUBJECT applications
36 SUBJECT applications
48 SUBJECT applications
60 SUBJECT g�n�ral
76 SUBJECT applications
84 SUBJECT applications
92 SUBJECT g�n�ral

12345678910>>...96