Home
last modified time | relevance | path

Searched refs:wcode (Results 1 – 25 of 136) sorted by relevance

123456

/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/weather/
H A Dhumidity-sensor17 my @wcode = undef;
18 if (defined($ENV{wcode})) {
19 @wcode = split(' ', $ENV{wcode});
21 @wcode = ("EYSA","EYKA","EYPA","EYVI");
51 for my $station (@wcode) {
63 for my $station (@wcode) {
H A Dtemperatures19 my @wcode = undef;
21 if (defined($ENV{wcode})) {
22 @wcode = split(' ', $ENV{wcode});
24 @wcode = ("ENGM", "ENBR", "ENVA", "ENTC");
68 for my $station (@wcode) {
82 for my $station (@wcode) {
H A Dtemperature_19 my $wcode = $ENV{wcode} || "ENGM"; # Find areacode here http://tgftp.nws.noaa.gov/
39 $wcode = $1;
60 print "graph_title Temperature at locationcode $wcode\n";
/dports/textproc/irstlm/irstlm-5.80.03/src/
H A Dlmclass.h52 inline double getMapScore(int wcode) { in getMapScore() argument
54 if (wcode >= MapScoreN) { in getMapScore()
55 wcode = getDict()->oovcode(); in getMapScore()
57 return MapScore[wcode]; in getMapScore()
60 inline size_t getMap(int wcode) { in getMap() argument
62 if (wcode >= MapScoreN) { in getMap()
63 wcode = getDict()->oovcode(); in getMap()
65 return dict->freq(wcode); in getMap()
/dports/devel/etcd/etcd-2.3.8/etcdserver/etcdhttp/
H A Dclient_auth_test.go115 wcode int
163 wcode: http.StatusOK,
188 wcode: http.StatusOK,
200 wcode: http.StatusOK,
214 wcode: http.StatusOK,
228 wcode: http.StatusOK,
249 wcode: http.StatusOK,
255 wcode: http.StatusOK,
273 wcode: http.StatusOK,
291 wcode: http.StatusOK,
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/etcdhttp/
H A Dpeer_test.go113 wcode int
140 if rw.Code != tt.wcode {
141 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
162 wcode int
178 if rw.Code != tt.wcode {
179 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
199 wcode int
226 if rw.Code != tt.wcode {
227 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
240 wcode int
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/etcdhttp/
H A Dpeer_test.go113 wcode int
140 if rw.Code != tt.wcode {
141 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
162 wcode int
178 if rw.Code != tt.wcode {
179 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
199 wcode int
226 if rw.Code != tt.wcode {
227 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
240 wcode int
[all …]
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/etcdhttp/
H A Dpeer_test.go115 wcode int
142 if rw.Code != tt.wcode {
143 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
164 wcode int
180 if rw.Code != tt.wcode {
181 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
201 wcode int
228 if rw.Code != tt.wcode {
229 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
242 wcode int
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/etcdhttp/
H A Dpeer_test.go114 wcode int
141 if rw.Code != tt.wcode {
142 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
163 wcode int
179 if rw.Code != tt.wcode {
180 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
200 wcode int
227 if rw.Code != tt.wcode {
228 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
241 wcode int
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/etcdhttp/
H A Dpeer_test.go113 wcode int
140 if rw.Code != tt.wcode {
141 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
162 wcode int
178 if rw.Code != tt.wcode {
179 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
199 wcode int
226 if rw.Code != tt.wcode {
227 t.Errorf("#%d: code=%d, want %d", i, rw.Code, tt.wcode)
240 wcode int
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go118 wcode int
166 wcode: http.StatusOK,
191 wcode: http.StatusOK,
203 wcode: http.StatusOK,
217 wcode: http.StatusOK,
231 wcode: http.StatusOK,
252 wcode: http.StatusOK,
258 wcode: http.StatusOK,
276 wcode: http.StatusOK,
294 wcode: http.StatusOK,
[all …]
H A Dclient_test.go201 wcode int
244 wcode int
679 wcode int
733 wcode int
786 if rw.Code != wcode {
901 wcode int
1249 wcode int
1302 wcode int
1443 wcode int
1536 wcode int
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go116 wcode int
164 wcode: http.StatusOK,
189 wcode: http.StatusOK,
201 wcode: http.StatusOK,
215 wcode: http.StatusOK,
229 wcode: http.StatusOK,
250 wcode: http.StatusOK,
256 wcode: http.StatusOK,
274 wcode: http.StatusOK,
292 wcode: http.StatusOK,
[all …]
H A Dclient_test.go192 wcode int
235 wcode int
669 wcode int
722 wcode int
774 if rw.Code != wcode {
887 wcode int
1234 wcode int
1287 wcode int
1425 wcode int
1517 wcode int
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go116 wcode int
164 wcode: http.StatusOK,
189 wcode: http.StatusOK,
201 wcode: http.StatusOK,
215 wcode: http.StatusOK,
229 wcode: http.StatusOK,
250 wcode: http.StatusOK,
256 wcode: http.StatusOK,
274 wcode: http.StatusOK,
292 wcode: http.StatusOK,
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go118 wcode int
166 wcode: http.StatusOK,
191 wcode: http.StatusOK,
203 wcode: http.StatusOK,
217 wcode: http.StatusOK,
231 wcode: http.StatusOK,
252 wcode: http.StatusOK,
258 wcode: http.StatusOK,
276 wcode: http.StatusOK,
294 wcode: http.StatusOK,
[all …]
H A Dclient_test.go201 wcode int
244 wcode int
679 wcode int
733 wcode int
786 if rw.Code != wcode {
901 wcode int
1249 wcode int
1302 wcode int
1440 wcode int
1533 wcode int
[all …]
/dports/devel/etcd32/etcd-3.2.32/etcdserver/api/v2http/
H A Dclient_auth_test.go116 wcode int
164 wcode: http.StatusOK,
189 wcode: http.StatusOK,
201 wcode: http.StatusOK,
215 wcode: http.StatusOK,
229 wcode: http.StatusOK,
250 wcode: http.StatusOK,
256 wcode: http.StatusOK,
274 wcode: http.StatusOK,
292 wcode: http.StatusOK,
[all …]
H A Dclient_test.go184 wcode int
227 wcode int
661 wcode int
714 wcode int
766 if rw.Code != wcode {
879 wcode int
1225 wcode int
1278 wcode int
1416 wcode int
1508 wcode int
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go116 wcode int
164 wcode: http.StatusOK,
189 wcode: http.StatusOK,
201 wcode: http.StatusOK,
215 wcode: http.StatusOK,
229 wcode: http.StatusOK,
250 wcode: http.StatusOK,
256 wcode: http.StatusOK,
274 wcode: http.StatusOK,
292 wcode: http.StatusOK,
[all …]
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/v2http/
H A Dclient_auth_test.go118 wcode int
166 wcode: http.StatusOK,
191 wcode: http.StatusOK,
203 wcode: http.StatusOK,
217 wcode: http.StatusOK,
231 wcode: http.StatusOK,
252 wcode: http.StatusOK,
258 wcode: http.StatusOK,
276 wcode: http.StatusOK,
294 wcode: http.StatusOK,
[all …]
/dports/devel/etcd33/etcd-3.3.23/etcdserver/api/v2http/
H A Dclient_auth_test.go116 wcode int
164 wcode: http.StatusOK,
189 wcode: http.StatusOK,
201 wcode: http.StatusOK,
215 wcode: http.StatusOK,
229 wcode: http.StatusOK,
250 wcode: http.StatusOK,
256 wcode: http.StatusOK,
274 wcode: http.StatusOK,
292 wcode: http.StatusOK,
[all …]
/dports/devel/etcd31/etcd-3.1.20/etcdserver/api/v2http/
H A Dclient_auth_test.go116 wcode int
164 wcode: http.StatusOK,
189 wcode: http.StatusOK,
201 wcode: http.StatusOK,
215 wcode: http.StatusOK,
229 wcode: http.StatusOK,
250 wcode: http.StatusOK,
256 wcode: http.StatusOK,
274 wcode: http.StatusOK,
292 wcode: http.StatusOK,
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/v2http/
H A Dclient_auth_test.go118 wcode int
166 wcode: http.StatusOK,
191 wcode: http.StatusOK,
203 wcode: http.StatusOK,
217 wcode: http.StatusOK,
231 wcode: http.StatusOK,
252 wcode: http.StatusOK,
258 wcode: http.StatusOK,
276 wcode: http.StatusOK,
294 wcode: http.StatusOK,
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go118 wcode int
166 wcode: http.StatusOK,
191 wcode: http.StatusOK,
203 wcode: http.StatusOK,
217 wcode: http.StatusOK,
231 wcode: http.StatusOK,
252 wcode: http.StatusOK,
258 wcode: http.StatusOK,
276 wcode: http.StatusOK,
294 wcode: http.StatusOK,
[all …]

123456