Home
last modified time | relevance | path

Searched refs:GCS (Results 1 – 25 of 1460) sorted by relevance

12345678910>>...59

/dports/math/octave/octave-6.4.0/liboctave/external/slatec-fn/
H A Dgamma.f24 DIMENSION GCS(23)
27 DATA GCS ( 1) / .0085711955 90989331E0/
28 DATA GCS ( 2) / .0044153813 24841007E0/
29 DATA GCS ( 3) / .0568504368 1599363E0/
30 DATA GCS ( 4) /-.0042198353 96418561E0/
31 DATA GCS ( 5) / .0013268081 81212460E0/
32 DATA GCS ( 6) /-.0001893024 529798880E0/
33 DATA GCS ( 7) / .0000360692 532744124E0/
34 DATA GCS ( 8) /-.0000060567 619044608E0/
35 DATA GCS ( 9) / .0000010558 295463022E0/
[all …]
/dports/math/slatec/src/
H A Dgamma.f24 DIMENSION GCS(23)
27 DATA GCS ( 1) / .0085711955 90989331E0/
28 DATA GCS ( 2) / .0044153813 24841007E0/
29 DATA GCS ( 3) / .0568504368 1599363E0/
30 DATA GCS ( 4) /-.0042198353 96418561E0/
31 DATA GCS ( 5) / .0013268081 81212460E0/
32 DATA GCS ( 6) /-.0001893024 529798880E0/
33 DATA GCS ( 7) / .0000360692 532744124E0/
34 DATA GCS ( 8) /-.0000060567 619044608E0/
35 DATA GCS ( 9) / .0000010558 295463022E0/
[all …]
/dports/math/cmlib/cmlib-3.0_8/src/fnlib/
H A Dgamma.f16 DIMENSION GCS(23)
17 DATA GCS ( 1) / .0085711955 90989331E0/
18 DATA GCS ( 2) / .0044153813 24841007E0/
19 DATA GCS ( 3) / .0568504368 1599363E0/
20 DATA GCS ( 4) /-.0042198353 96418561E0/
21 DATA GCS ( 5) / .0013268081 81212460E0/
22 DATA GCS ( 6) /-.0001893024 529798880E0/
23 DATA GCS ( 7) / .0000360692 532744124E0/
24 DATA GCS ( 8) /-.0000060567 619044608E0/
25 DATA GCS ( 9) / .0000010558 295463022E0/
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/madmin-go/
H A Dtier-config.go41 GCS const
51 case GCS:
89 return GCS, nil
132 case GCS:
133 gcs = *cfg.GCS
142 GCS: &gcs,
170 case GCS:
191 case GCS:
205 case GCS:
219 case GCS:
[all …]
H A Dtier-config_test.go35 GCS: &TierGCS{
50 Type: GCS,
51 GCS: &TierGCS{
65 Type: GCS,
66 GCS: &TierGCS{
81 Type: GCS,
82 GCS: &TierGCS{
H A Dtier-config_gen.go108 z.GCS = nil
110 if z.GCS == nil {
111 z.GCS = new(TierGCS)
202 if z.GCS == nil {
208 err = z.GCS.EncodeMsg(en)
254 if z.GCS == nil {
346 z.GCS = nil
348 if z.GCS == nil {
349 z.GCS = new(TierGCS)
384 if z.GCS == nil {
[all …]
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Dgcs.cpp6 class GCS::Entry {
14 const GCS &gcs() const {return _gcs;} in gcs()
19 GCS _gcs;
45 QList<GCS::Entry> GCS::_gcss = defaults();
47 const GCS &GCS::WGS84() in WGS84()
53 QList<GCS::Entry> GCS::defaults() in defaults()
55 QList<GCS::Entry> list; in defaults()
60 const GCS *GCS::gcs(int id) in gcs()
69 const GCS *GCS::gcs(int geodeticDatum, int primeMeridian, int angularUnits) in gcs()
81 const GCS *GCS::gcs(const QString &name) in gcs()
[all …]
H A Dgcs.h9 class GCS
12 GCS() {} in GCS() function
13 GCS(const Datum &datum, const PrimeMeridian &primeMeridian, in GCS() function
17 bool operator==(const GCS &other) const
35 static const GCS *gcs(int id);
36 static const GCS *gcs(int geodeticDatum, int primeMeridian,
38 static const GCS *gcs(const QString &name);
39 static const GCS &WGS84();
57 QDebug operator<<(QDebug dbg, const GCS &gcs);
H A Dpcs.h16 PCS(const GCS *gcs, const Projection::Method &method,
20 PCS(const GCS *gcs, int proj);
22 const GCS *gcs() const {return _gcs;} in gcs()
37 static const PCS *pcs(const GCS *gcs, int proj);
45 const GCS *_gcs;
/dports/misc/py-cinder/cinder-12.0.10/doc/source/configuration/tables/
H A Dcinder-backups_gcs.inc13 .. list-table:: Description of GCS backup driver configuration options
24 - (String) The GCS bucket to use.
26 - (String) Location of GCS bucket.
28 - (String) Absolute path of GCS service account credential file.
30 …dic progress notifications to Ceilometer when backing up the volume to the GCS backend storage. Th…
34 - (Integer) The size in bytes of GCS backup objects.
36 - (String) Owner project id for GCS bucket.
40 - (Integer) GCS object will be downloaded in chunks of bytes.
42 - (List) List of GCS error codes.
44 - (String) Storage class of GCS bucket.
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filesystem/
H A Dgcs.cc58 GCS::GCS() in GCS() function in tiledb::sm::GCS
67 GCS::~GCS() { in ~GCS()
256 Status GCS::is_bucket( in is_bucket()
382 Status GCS::ls( in ls()
617 Status GCS::is_object( in is_object()
645 Status GCS::write( in write()
771 Status GCS::write_parts( in write_parts()
891 Status GCS::upload_part( in upload_part()
1013 void GCS::delete_parts( in delete_parts()
1031 Status GCS::delete_part( in delete_part()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/group_replication/t/
H A Dgr_gcs_psi_mutex_cond.test2 # Verify that entries corresponding to the GCS performance schema instrumented
10 # 1. Verify that no entries corresponding to the instrumented GCS mutexes and
14 # 3. Verify that the entries corresponding to the instrumented GCS mutexes and
18 # 5. Verify that the entries corresponding to the instrumented GCS mutexes and
32 --echo # instrumented GCS mutexes and conds are in the
39 --let $assert_text= 'There should be no GCS instrumented mutex entries in the mutex_instances table…
43 --let $assert_text= 'There should be no GCS instrumented cond entries in the cond_instances table b…
56 --echo # instrumented GCS mutexes and conds are in the
67 --let $assert_text= 'There should be 9 GCS instrumented cond entries in the cond_instances table af…
89 --echo # instrumented GCS mutexes and conds remain in the
[all …]
H A Dgr_gcs_psi_threads.test2 # Verify that entries corresponding to the GCS performance schema instrumented
8 # 1. Verify that no entries corresponding to the instrumented GCS threads are
11 # 3. Verify that the entries corresponding to the instrumented GCS threads are
14 # 5. Verify that no entries corresponding to the instrumented GCS threads
26 --echo # instrumented GCS threads are not in the threads
32 --let $assert_text= 'There should be no GCS instrumented threads entries in the threads table befor…
44 --echo # instrumented GCS threads are in the threads table
48 --let $assert_text= 'There should be 4 GCS instrumented thread entries in the threads table after s…
60 --echo # instrumented GCS threads remain in the threads table
H A Dgr_ssl_mode_tls_source_mysql_admin.test6 # 1. Start one member with GCS SSL enabled.
7 # 2. Start a second member with GCS SSL disabled, the member
9 # 3. Start the second member with GCS SSL enabled, the member
11 # 4. Start the second member with GCS SSL enabled and
14 # 5. Start the second member with GCS SSL enabled and
29 --echo # 1. Start one member with GCS SSL enabled.
44 --echo # 2. Start a second member with GCS SSL disabled, the member
65 --echo # 3. Start the second member with GCS SSL enabled, the member
83 --echo # 4. Start the second member with GCS SSL enabled and
102 --echo # 5. Start the second member with GCS SSL enabled and
H A Dgr_ssl_mode.test5 # 1. Start one member with GCS SSL enabled.
6 # 2. Start a second member with GCS SSL disabled, the member
8 # 3. Start the second member with GCS SSL enabled, the member
10 # 4. Start the second member with GCS SSL enabled and
13 # 5. Start the second member with GCS SSL enabled and
28 --echo # 1. Start one member with GCS SSL enabled.
43 --echo # 2. Start a second member with GCS SSL disabled, the member
64 --echo # 3. Start the second member with GCS SSL enabled, the member
82 --echo # 4. Start the second member with GCS SSL enabled and
101 --echo # 5. Start the second member with GCS SSL enabled and
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_ssl_mode.test5 # 1. Start one member with GCS SSL enabled.
6 # 2. Start a second member with GCS SSL disabled, the member
8 # 3. Start the second member with GCS SSL enabled, the member
10 # 4. Start the second member with GCS SSL enabled and
13 # 5. Start the second member with GCS SSL enabled and
29 --echo # 1. Start one member with GCS SSL enabled.
44 --echo # 2. Start a second member with GCS SSL disabled, the member
65 --echo # 3. Start the second member with GCS SSL enabled, the member
83 --echo # 4. Start the second member with GCS SSL enabled and
102 --echo # 5. Start the second member with GCS SSL enabled and
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_ssl_mode.test5 # 1. Start one member with GCS SSL enabled.
6 # 2. Start a second member with GCS SSL disabled, the member
8 # 3. Start the second member with GCS SSL enabled, the member
10 # 4. Start the second member with GCS SSL enabled and
13 # 5. Start the second member with GCS SSL enabled and
29 --echo # 1. Start one member with GCS SSL enabled.
44 --echo # 2. Start a second member with GCS SSL disabled, the member
65 --echo # 3. Start the second member with GCS SSL enabled, the member
83 --echo # 4. Start the second member with GCS SSL enabled and
102 --echo # 5. Start the second member with GCS SSL enabled and
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_ssl_mode.test5 # 1. Start one member with GCS SSL enabled.
6 # 2. Start a second member with GCS SSL disabled, the member
8 # 3. Start the second member with GCS SSL enabled, the member
10 # 4. Start the second member with GCS SSL enabled and
13 # 5. Start the second member with GCS SSL enabled and
29 --echo # 1. Start one member with GCS SSL enabled.
44 --echo # 2. Start a second member with GCS SSL disabled, the member
65 --echo # 3. Start the second member with GCS SSL enabled, the member
83 --echo # 4. Start the second member with GCS SSL enabled and
102 --echo # 5. Start the second member with GCS SSL enabled and
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_ssl_mode.test5 # 1. Start one member with GCS SSL enabled.
6 # 2. Start a second member with GCS SSL disabled, the member
8 # 3. Start the second member with GCS SSL enabled, the member
10 # 4. Start the second member with GCS SSL enabled and
13 # 5. Start the second member with GCS SSL enabled and
29 --echo # 1. Start one member with GCS SSL enabled.
44 --echo # 2. Start a second member with GCS SSL disabled, the member
65 --echo # 3. Start the second member with GCS SSL enabled, the member
83 --echo # 4. Start the second member with GCS SSL enabled and
102 --echo # 5. Start the second member with GCS SSL enabled and
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_ssl_mode.test5 # 1. Start one member with GCS SSL enabled.
6 # 2. Start a second member with GCS SSL disabled, the member
8 # 3. Start the second member with GCS SSL enabled, the member
10 # 4. Start the second member with GCS SSL enabled and
13 # 5. Start the second member with GCS SSL enabled and
29 --echo # 1. Start one member with GCS SSL enabled.
44 --echo # 2. Start a second member with GCS SSL disabled, the member
65 --echo # 3. Start the second member with GCS SSL enabled, the member
83 --echo # 4. Start the second member with GCS SSL enabled and
102 --echo # 5. Start the second member with GCS SSL enabled and
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_ssl_mode.test5 # 1. Start one member with GCS SSL enabled.
6 # 2. Start a second member with GCS SSL disabled, the member
8 # 3. Start the second member with GCS SSL enabled, the member
10 # 4. Start the second member with GCS SSL enabled and
13 # 5. Start the second member with GCS SSL enabled and
29 --echo # 1. Start one member with GCS SSL enabled.
44 --echo # 2. Start a second member with GCS SSL disabled, the member
65 --echo # 3. Start the second member with GCS SSL enabled, the member
83 --echo # 4. Start the second member with GCS SSL enabled and
102 --echo # 5. Start the second member with GCS SSL enabled and
/dports/www/sogo/SOGo-5.4.0/SOPE/GDLContentStore/
H A DGNUmakefile24 NSURL+GCS.h \
25 EOAdaptorChannel+GCS.h \
39 NSURL+GCS.m \
40 EOAdaptorChannel+GCS.m \
41 EOQualifier+GCS.m \
/dports/www/sogo-activesync/SOGo-5.4.0/SOPE/GDLContentStore/
H A DGNUmakefile24 NSURL+GCS.h \
25 EOAdaptorChannel+GCS.h \
39 NSURL+GCS.m \
40 EOAdaptorChannel+GCS.m \
41 EOQualifier+GCS.m \
/dports/www/sogo2/SOGo-2.4.1/SOPE/GDLContentStore/
H A DGNUmakefile24 NSURL+GCS.h \
25 EOAdaptorChannel+GCS.h \
39 NSURL+GCS.m \
40 EOAdaptorChannel+GCS.m \
41 EOQualifier+GCS.m \
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/storage/bucket/
H A Dclient.go27 GCS = "gcs" const
40 SupportedBackends = []string{S3, GCS, Azure, Swift, Filesystem}
50 GCS gcs.Config `yaml:"gcs"` member
76 cfg.GCS.RegisterFlagsWithPrefix(prefix, f)
103 case GCS:
104 client, err = gcs.NewBucketClient(ctx, cfg.GCS, name, logger)

12345678910>>...59