Home
last modified time | relevance | path

Searched refs:create_status (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dcommit_status_spec.rb14 def create_status(**opts) method
466 [create_status(ref: 'aa'),
467 create_status(ref: 'bb'),
468 create_status(ref: 'cc')]
480 [create_status(name: 'aa'),
481 create_status(name: 'bb'),
482 create_status(name: 'cc')]
506 [create_status(pipeline: pipeline),
519 [create_status(pipeline: pipeline)]
531 create_status(status: 'running')
[all …]
/dports/devel/py-moto/moto-2.2.16/tests/test_organizations/
H A Dorganizations_test_utils.py107 def validate_create_account_status(create_status): argument
108 sorted(create_status.keys()).should.equal(
118 create_status["Id"].should.match(utils.CREATE_ACCOUNT_STATUS_ID_REGEX)
119 create_status["AccountId"].should.match(utils.ACCOUNT_ID_REGEX)
120 create_status["AccountName"].should.be.a(str)
121 create_status["State"].should.equal("SUCCEEDED")
122 create_status["RequestedTimestamp"].should.be.a(datetime.datetime)
123 create_status["CompletedTimestamp"].should.be.a(datetime.datetime)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/models/
H A Dtable_model.cc74 UErrorCode create_status = U_ZERO_ERROR; in GetCollator() local
75 collator = icu::Collator::createInstance(create_status); in GetCollator()
76 if (!U_SUCCESS(create_status)) { in GetCollator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/models/
H A Dtable_model.cc75 UErrorCode create_status = U_ZERO_ERROR; in GetCollator() local
76 collator = icu::Collator::createInstance(create_status); in GetCollator()
77 if (!U_SUCCESS(create_status)) { in GetCollator()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/ad_quobytefs/
H A Dad_quobytefs.c88 int create_status = quobyte_create_adapter(registry); in ADIOI_QUOBYTEFS_CreateAdapter() local
90 if (create_status != EISCONN && create_status != 0) { in ADIOI_QUOBYTEFS_CreateAdapter()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/plugins/fd/docker/
H A Ddocker-fd.c1557 rp->create_status = CF_SKIP; in createFile()
1585 rp->create_status = CF_ERROR; in createFile()
1590 rp->create_status = CF_ERROR; in createFile()
1595 rp->create_status = CF_EXTRACT; in createFile()
1601 rp->create_status = CF_SKIP; in createFile()
1604 rp->create_status = CF_EXTRACT; in createFile()
1614 rp->create_status = CF_EXTRACT; in createFile()
1624 rp->create_status = CF_EXTRACT; in createFile()
1658 rp->create_status = CF_EXTRACT; in createFile()
1690 rp->create_status = CF_SKIP; in createFile()
[all …]
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/plugins/fd/docker/
H A Ddocker-fd.c1557 rp->create_status = CF_SKIP; in createFile()
1585 rp->create_status = CF_ERROR; in createFile()
1590 rp->create_status = CF_ERROR; in createFile()
1595 rp->create_status = CF_EXTRACT; in createFile()
1601 rp->create_status = CF_SKIP; in createFile()
1604 rp->create_status = CF_EXTRACT; in createFile()
1614 rp->create_status = CF_EXTRACT; in createFile()
1624 rp->create_status = CF_EXTRACT; in createFile()
1658 rp->create_status = CF_EXTRACT; in createFile()
1690 rp->create_status = CF_SKIP; in createFile()
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/plugins/fd/docker/
H A Ddocker-fd.c1557 rp->create_status = CF_SKIP; in createFile()
1585 rp->create_status = CF_ERROR; in createFile()
1590 rp->create_status = CF_ERROR; in createFile()
1595 rp->create_status = CF_EXTRACT; in createFile()
1601 rp->create_status = CF_SKIP; in createFile()
1604 rp->create_status = CF_EXTRACT; in createFile()
1614 rp->create_status = CF_EXTRACT; in createFile()
1624 rp->create_status = CF_EXTRACT; in createFile()
1658 rp->create_status = CF_EXTRACT; in createFile()
1690 rp->create_status = CF_SKIP; in createFile()
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/plugins/fd/docker/
H A Ddocker-fd.c1557 rp->create_status = CF_SKIP; in createFile()
1585 rp->create_status = CF_ERROR; in createFile()
1590 rp->create_status = CF_ERROR; in createFile()
1595 rp->create_status = CF_EXTRACT; in createFile()
1601 rp->create_status = CF_SKIP; in createFile()
1604 rp->create_status = CF_EXTRACT; in createFile()
1614 rp->create_status = CF_EXTRACT; in createFile()
1624 rp->create_status = CF_EXTRACT; in createFile()
1658 rp->create_status = CF_EXTRACT; in createFile()
1690 rp->create_status = CF_SKIP; in createFile()
[all …]
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/plugins/fd/docker/
H A Ddocker-fd.c1557 rp->create_status = CF_SKIP; in createFile()
1585 rp->create_status = CF_ERROR; in createFile()
1590 rp->create_status = CF_ERROR; in createFile()
1595 rp->create_status = CF_EXTRACT; in createFile()
1601 rp->create_status = CF_SKIP; in createFile()
1604 rp->create_status = CF_EXTRACT; in createFile()
1614 rp->create_status = CF_EXTRACT; in createFile()
1624 rp->create_status = CF_EXTRACT; in createFile()
1658 rp->create_status = CF_EXTRACT; in createFile()
1690 rp->create_status = CF_SKIP; in createFile()
[all …]
/dports/sysutils/bacula9-client/bacula-9.6.7/src/plugins/fd/docker/
H A Ddocker-fd.c1557 rp->create_status = CF_SKIP; in createFile()
1585 rp->create_status = CF_ERROR; in createFile()
1590 rp->create_status = CF_ERROR; in createFile()
1595 rp->create_status = CF_EXTRACT; in createFile()
1601 rp->create_status = CF_SKIP; in createFile()
1604 rp->create_status = CF_EXTRACT; in createFile()
1614 rp->create_status = CF_EXTRACT; in createFile()
1624 rp->create_status = CF_EXTRACT; in createFile()
1658 rp->create_status = CF_EXTRACT; in createFile()
1690 rp->create_status = CF_SKIP; in createFile()
[all …]
/dports/sysutils/bacula9-server/bacula-9.6.7/src/plugins/fd/docker/
H A Ddocker-fd.c1557 rp->create_status = CF_SKIP; in createFile()
1585 rp->create_status = CF_ERROR; in createFile()
1590 rp->create_status = CF_ERROR; in createFile()
1595 rp->create_status = CF_EXTRACT; in createFile()
1601 rp->create_status = CF_SKIP; in createFile()
1604 rp->create_status = CF_EXTRACT; in createFile()
1614 rp->create_status = CF_EXTRACT; in createFile()
1624 rp->create_status = CF_EXTRACT; in createFile()
1658 rp->create_status = CF_EXTRACT; in createFile()
1690 rp->create_status = CF_SKIP; in createFile()
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/plugins/fd/docker/
H A Ddocker-fd.c1557 rp->create_status = CF_SKIP; in createFile()
1585 rp->create_status = CF_ERROR; in createFile()
1590 rp->create_status = CF_ERROR; in createFile()
1595 rp->create_status = CF_EXTRACT; in createFile()
1601 rp->create_status = CF_SKIP; in createFile()
1604 rp->create_status = CF_EXTRACT; in createFile()
1614 rp->create_status = CF_EXTRACT; in createFile()
1624 rp->create_status = CF_EXTRACT; in createFile()
1658 rp->create_status = CF_EXTRACT; in createFile()
1690 rp->create_status = CF_SKIP; in createFile()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/filed/python/pyfiles/
H A DBareosFdPluginLocalFilesBaseclass.py168 restorepkt.create_status = bareosfd.CF_EXTRACT
175 restorepkt.create_status = bareosfd.CF_CREATED
181 restorepkt.create_status = bareosfd.CF_CREATED
185 restorepkt.create_status = bareosfd.CF_CREATED
195 restorepkt.create_status = bareosfd.CF_CREATED
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/filed/python/pyfiles/
H A DBareosFdPluginLocalFilesBaseclass.py168 restorepkt.create_status = bareosfd.CF_EXTRACT
175 restorepkt.create_status = bareosfd.CF_CREATED
181 restorepkt.create_status = bareosfd.CF_CREATED
185 restorepkt.create_status = bareosfd.CF_CREATED
195 restorepkt.create_status = bareosfd.CF_CREATED
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/plugins/filed/python/pyfiles/
H A DBareosFdPluginLocalFilesBaseclass.py168 restorepkt.create_status = bareosfd.CF_EXTRACT
175 restorepkt.create_status = bareosfd.CF_CREATED
181 restorepkt.create_status = bareosfd.CF_CREATED
185 restorepkt.create_status = bareosfd.CF_CREATED
195 restorepkt.create_status = bareosfd.CF_CREATED
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/plugins/filed/python/pyfiles/
H A DBareosFdPluginLocalFilesBaseclass.py168 restorepkt.create_status = bareosfd.CF_EXTRACT
175 restorepkt.create_status = bareosfd.CF_CREATED
181 restorepkt.create_status = bareosfd.CF_CREATED
185 restorepkt.create_status = bareosfd.CF_CREATED
195 restorepkt.create_status = bareosfd.CF_CREATED
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/tests/
H A Dcard_test_alter.cc54 error = tokudb::create_status(env, &status_db, "status_no_keys", txn); in test_no_keys()
79 error = tokudb::create_status(env, &status_db, "status_keys", txn); in test_keys()
126 error = tokudb::create_status(env, &status_db, "status_drop_0", txn); in test_drop_0()
185 error = tokudb::create_status(env, &status_db, "status_drop_1", txn); in test_drop_1()
244 error = tokudb::create_status(env, &status_db, "status_drop_2", txn); in test_drop_2()
303 error = tokudb::create_status(env, &status_db, "status_drop_1_multiple_parts", txn); in test_drop_1_multiple_parts()
362 error = tokudb::create_status(env, &status_db, "status_add_0", txn); in test_add_0()
421 error = tokudb::create_status(env, &status_db, "status_add_1", txn); in test_add_1()
480 error = tokudb::create_status(env, &status_db, "status_add_2", txn); in test_add_2()
539 error = tokudb::create_status(env, &status_db, "status_add_0_multiple_parts", txn); in test_add_0_multiple_parts()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/tests/
H A Dcard_test_alter.cc54 error = tokudb::create_status(env, &status_db, "status_no_keys", txn); in test_no_keys()
79 error = tokudb::create_status(env, &status_db, "status_keys", txn); in test_keys()
126 error = tokudb::create_status(env, &status_db, "status_drop_0", txn); in test_drop_0()
185 error = tokudb::create_status(env, &status_db, "status_drop_1", txn); in test_drop_1()
244 error = tokudb::create_status(env, &status_db, "status_drop_2", txn); in test_drop_2()
303 error = tokudb::create_status(env, &status_db, "status_drop_1_multiple_parts", txn); in test_drop_1_multiple_parts()
362 error = tokudb::create_status(env, &status_db, "status_add_0", txn); in test_add_0()
421 error = tokudb::create_status(env, &status_db, "status_add_1", txn); in test_add_1()
480 error = tokudb::create_status(env, &status_db, "status_add_2", txn); in test_add_2()
539 error = tokudb::create_status(env, &status_db, "status_add_0_multiple_parts", txn); in test_add_0_multiple_parts()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/tests/
H A Dcard_test_alter.cc54 error = tokudb::create_status(env, &status_db, "status_no_keys", txn); in test_no_keys()
79 error = tokudb::create_status(env, &status_db, "status_keys", txn); in test_keys()
126 error = tokudb::create_status(env, &status_db, "status_drop_0", txn); in test_drop_0()
185 error = tokudb::create_status(env, &status_db, "status_drop_1", txn); in test_drop_1()
244 error = tokudb::create_status(env, &status_db, "status_drop_2", txn); in test_drop_2()
303 error = tokudb::create_status(env, &status_db, "status_drop_1_multiple_parts", txn); in test_drop_1_multiple_parts()
362 error = tokudb::create_status(env, &status_db, "status_add_0", txn); in test_add_0()
421 error = tokudb::create_status(env, &status_db, "status_add_1", txn); in test_add_1()
480 error = tokudb::create_status(env, &status_db, "status_add_2", txn); in test_add_2()
539 error = tokudb::create_status(env, &status_db, "status_add_0_multiple_parts", txn); in test_add_0_multiple_parts()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/tests/
H A Dcard_test_alter.cc54 error = tokudb::create_status(env, &status_db, "status_no_keys", txn); in test_no_keys()
79 error = tokudb::create_status(env, &status_db, "status_keys", txn); in test_keys()
126 error = tokudb::create_status(env, &status_db, "status_drop_0", txn); in test_drop_0()
185 error = tokudb::create_status(env, &status_db, "status_drop_1", txn); in test_drop_1()
244 error = tokudb::create_status(env, &status_db, "status_drop_2", txn); in test_drop_2()
303 error = tokudb::create_status(env, &status_db, "status_drop_1_multiple_parts", txn); in test_drop_1_multiple_parts()
362 error = tokudb::create_status(env, &status_db, "status_add_0", txn); in test_add_0()
421 error = tokudb::create_status(env, &status_db, "status_add_1", txn); in test_add_1()
480 error = tokudb::create_status(env, &status_db, "status_add_2", txn); in test_add_2()
539 error = tokudb::create_status(env, &status_db, "status_add_0_multiple_parts", txn); in test_add_0_multiple_parts()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/tests/
H A Dcard_test_alter.cc54 error = tokudb::create_status(env, &status_db, "status_no_keys", txn); in test_no_keys()
79 error = tokudb::create_status(env, &status_db, "status_keys", txn); in test_keys()
126 error = tokudb::create_status(env, &status_db, "status_drop_0", txn); in test_drop_0()
185 error = tokudb::create_status(env, &status_db, "status_drop_1", txn); in test_drop_1()
244 error = tokudb::create_status(env, &status_db, "status_drop_2", txn); in test_drop_2()
303 error = tokudb::create_status(env, &status_db, "status_drop_1_multiple_parts", txn); in test_drop_1_multiple_parts()
362 error = tokudb::create_status(env, &status_db, "status_add_0", txn); in test_add_0()
421 error = tokudb::create_status(env, &status_db, "status_add_1", txn); in test_add_1()
480 error = tokudb::create_status(env, &status_db, "status_add_2", txn); in test_add_2()
539 error = tokudb::create_status(env, &status_db, "status_add_0_multiple_parts", txn); in test_add_0_multiple_parts()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/tests/
H A Dcard_test_alter.cc54 error = tokudb::create_status(env, &status_db, "status_no_keys", txn); in test_no_keys()
79 error = tokudb::create_status(env, &status_db, "status_keys", txn); in test_keys()
126 error = tokudb::create_status(env, &status_db, "status_drop_0", txn); in test_drop_0()
185 error = tokudb::create_status(env, &status_db, "status_drop_1", txn); in test_drop_1()
244 error = tokudb::create_status(env, &status_db, "status_drop_2", txn); in test_drop_2()
303 error = tokudb::create_status(env, &status_db, "status_drop_1_multiple_parts", txn); in test_drop_1_multiple_parts()
362 error = tokudb::create_status(env, &status_db, "status_add_0", txn); in test_add_0()
421 error = tokudb::create_status(env, &status_db, "status_add_1", txn); in test_add_1()
480 error = tokudb::create_status(env, &status_db, "status_add_2", txn); in test_add_2()
539 error = tokudb::create_status(env, &status_db, "status_add_0_multiple_parts", txn); in test_add_0_multiple_parts()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/tests/
H A Dcard_test_alter.cc54 error = tokudb::create_status(env, &status_db, "status_no_keys", txn); in test_no_keys()
79 error = tokudb::create_status(env, &status_db, "status_keys", txn); in test_keys()
126 error = tokudb::create_status(env, &status_db, "status_drop_0", txn); in test_drop_0()
185 error = tokudb::create_status(env, &status_db, "status_drop_1", txn); in test_drop_1()
244 error = tokudb::create_status(env, &status_db, "status_drop_2", txn); in test_drop_2()
303 error = tokudb::create_status(env, &status_db, "status_drop_1_multiple_parts", txn); in test_drop_1_multiple_parts()
362 error = tokudb::create_status(env, &status_db, "status_add_0", txn); in test_add_0()
421 error = tokudb::create_status(env, &status_db, "status_add_1", txn); in test_add_1()
480 error = tokudb::create_status(env, &status_db, "status_add_2", txn); in test_add_2()
539 error = tokudb::create_status(env, &status_db, "status_add_0_multiple_parts", txn); in test_add_0_multiple_parts()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/tests/
H A Dcard_test_alter.cc54 error = tokudb::create_status(env, &status_db, "status_no_keys", txn); in test_no_keys()
79 error = tokudb::create_status(env, &status_db, "status_keys", txn); in test_keys()
126 error = tokudb::create_status(env, &status_db, "status_drop_0", txn); in test_drop_0()
185 error = tokudb::create_status(env, &status_db, "status_drop_1", txn); in test_drop_1()
244 error = tokudb::create_status(env, &status_db, "status_drop_2", txn); in test_drop_2()
303 error = tokudb::create_status(env, &status_db, "status_drop_1_multiple_parts", txn); in test_drop_1_multiple_parts()
362 error = tokudb::create_status(env, &status_db, "status_add_0", txn); in test_add_0()
421 error = tokudb::create_status(env, &status_db, "status_add_1", txn); in test_add_1()
480 error = tokudb::create_status(env, &status_db, "status_add_2", txn); in test_add_2()
539 error = tokudb::create_status(env, &status_db, "status_add_0_multiple_parts", txn); in test_add_0_multiple_parts()

12345678910>>...19