Home
last modified time | relevance | path

Searched refs:target_exists (Results 1 – 25 of 51) sorted by relevance

123

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Daws_inspector_target.py157 target_exists = True
164 target_exists = False
166 if state == 'present' and target_exists:
204 elif state == 'present' and not target_exists:
229 elif state == 'absent' and target_exists:
241 elif state == 'absent' and not target_exists:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Daws_inspector_target.py157 target_exists = True
164 target_exists = False
166 if state == 'present' and target_exists:
204 elif state == 'present' and not target_exists:
229 elif state == 'absent' and target_exists:
241 elif state == 'absent' and not target_exists:
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_rewind/
H A Dfilemap.c187 entry->target_exists = false; in insert_filehash_entry()
274 if (entry->target_exists) in process_target_file()
276 entry->target_exists = true; in process_target_file()
327 if (entry->target_exists) in process_target_wal_block_change()
656 if (entry->target_exists) in decide_file_action()
665 if (!entry->target_exists && entry->source_exists) in decide_file_action()
684 else if (entry->target_exists && !entry->source_exists) in decide_file_action()
689 else if (!entry->target_exists && !entry->source_exists) in decide_file_action()
702 Assert(entry->target_exists && entry->source_exists); in decide_file_action()
H A Dfilemap.h59 bool target_exists; member
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/pg_rewind/
H A Dfilemap.c187 entry->target_exists = false; in insert_filehash_entry()
274 if (entry->target_exists) in process_target_file()
276 entry->target_exists = true; in process_target_file()
327 if (entry->target_exists) in process_target_wal_block_change()
656 if (entry->target_exists) in decide_file_action()
665 if (!entry->target_exists && entry->source_exists) in decide_file_action()
684 else if (entry->target_exists && !entry->source_exists) in decide_file_action()
689 else if (!entry->target_exists && !entry->source_exists) in decide_file_action()
702 Assert(entry->target_exists && entry->source_exists); in decide_file_action()
H A Dfilemap.h59 bool target_exists; member
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_rewind/
H A Dfilemap.c187 entry->target_exists = false; in insert_filehash_entry()
274 if (entry->target_exists) in process_target_file()
276 entry->target_exists = true; in process_target_file()
327 if (entry->target_exists) in process_target_wal_block_change()
656 if (entry->target_exists) in decide_file_action()
665 if (!entry->target_exists && entry->source_exists) in decide_file_action()
684 else if (entry->target_exists && !entry->source_exists) in decide_file_action()
689 else if (!entry->target_exists && !entry->source_exists) in decide_file_action()
702 Assert(entry->target_exists && entry->source_exists); in decide_file_action()
H A Dfilemap.h59 bool target_exists; member
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_rewind/
H A Dfilemap.c187 entry->target_exists = false; in insert_filehash_entry()
274 if (entry->target_exists) in process_target_file()
276 entry->target_exists = true; in process_target_file()
327 if (entry->target_exists) in process_target_wal_block_change()
656 if (entry->target_exists) in decide_file_action()
665 if (!entry->target_exists && entry->source_exists) in decide_file_action()
684 else if (entry->target_exists && !entry->source_exists) in decide_file_action()
689 else if (!entry->target_exists && !entry->source_exists) in decide_file_action()
702 Assert(entry->target_exists && entry->source_exists); in decide_file_action()
H A Dfilemap.h59 bool target_exists; member
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_rewind/
H A Dfilemap.c187 entry->target_exists = false; in insert_filehash_entry()
274 if (entry->target_exists) in process_target_file()
276 entry->target_exists = true; in process_target_file()
327 if (entry->target_exists) in process_target_wal_block_change()
656 if (entry->target_exists) in decide_file_action()
665 if (!entry->target_exists && entry->source_exists) in decide_file_action()
684 else if (entry->target_exists && !entry->source_exists) in decide_file_action()
689 else if (!entry->target_exists && !entry->source_exists) in decide_file_action()
702 Assert(entry->target_exists && entry->source_exists); in decide_file_action()
H A Dfilemap.h59 bool target_exists; member
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_rewind/
H A Dfilemap.c187 entry->target_exists = false; in insert_filehash_entry()
274 if (entry->target_exists) in process_target_file()
276 entry->target_exists = true; in process_target_file()
327 if (entry->target_exists) in process_target_wal_block_change()
656 if (entry->target_exists) in decide_file_action()
665 if (!entry->target_exists && entry->source_exists) in decide_file_action()
684 else if (entry->target_exists && !entry->source_exists) in decide_file_action()
689 else if (!entry->target_exists && !entry->source_exists) in decide_file_action()
702 Assert(entry->target_exists && entry->source_exists); in decide_file_action()
H A Dfilemap.h59 bool target_exists; member
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pg_rewind/
H A Dfilemap.c187 entry->target_exists = false; in insert_filehash_entry()
274 if (entry->target_exists) in process_target_file()
276 entry->target_exists = true; in process_target_file()
327 if (entry->target_exists) in process_target_wal_block_change()
656 if (entry->target_exists) in decide_file_action()
665 if (!entry->target_exists && entry->source_exists) in decide_file_action()
684 else if (entry->target_exists && !entry->source_exists) in decide_file_action()
689 else if (!entry->target_exists && !entry->source_exists) in decide_file_action()
702 Assert(entry->target_exists && entry->source_exists); in decide_file_action()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/purestorage/flasharray/plugins/modules/
H A Dpurefa_volume.py976 target_exists = False
982 target_exists = True
984 target_exists = False
990 target_exists = True
992 target_exists = False
996 target_exists = True
998 target_exists = False
1003 if not target_exists:
1053 target_exists = False
1054 if target_exists:
[all …]
/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/unit/utils/storage/target/
H A Dtest_iscsi_target_utils.py220 target_exists=False, argument
225 self._tgutils._ERR_FILE_EXISTS if target_exists else 1)
227 if target_exists and not fail_if_exists:
243 self._test_create_iscsi_target_exception(target_exists=True)
246 self._test_create_iscsi_target_exception(target_exists=True,
263 def _test_iscsi_target_exists(self, mock_get_wt_host, target_exists=True): argument
265 if target_exists else None)
269 self.assertEqual(target_exists, result)
277 self._test_iscsi_target_exists(target_exists=False)
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Config/
H A DConfigImporter.php860 …$target_exists = $this->storageComparer->getTargetStorage($collection)->exists($names['new_name']);
861 if ($target_exists) {
872 $target_exists = $this->storageComparer->getTargetStorage($collection)->exists($name);
875 if (!$target_exists) {
884 if ($target_exists) {
903 if (!$target_exists) {
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/targets/
H A Dcxt.py203 target_exists = False
220 target_exists = True
232 if "is not found" in e.stderr and target_exists:
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Config/
H A DConfigImporter.php855 …$target_exists = $this->storageComparer->getTargetStorage($collection)->exists($names['new_name']);
856 if ($target_exists) {
867 $target_exists = $this->storageComparer->getTargetStorage($collection)->exists($name);
870 if (!$target_exists) {
879 if ($target_exists) {
898 if (!$target_exists) {
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/system/
H A Ddpkg_divert.py215 target_exists = False
247 target_exists = os.path.exists(b_target)
281 (state == 'present' and target_exists)):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Ddpkg_divert.py215 target_exists = False
247 target_exists = os.path.exists(b_target)
281 (state == 'present' and target_exists)):
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/sysctl/
H A Dsysctl.sh619 target_exists() function
876 if target_exists $TEST_TARGET $TEST_ID; then
917 if target_exists $3 $1; then
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/sysctl/
H A Dsysctl.sh619 target_exists() function
876 if target_exists $TEST_TARGET $TEST_ID; then
917 if target_exists $3 $1; then
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/sysctl/
H A Dsysctl.sh619 target_exists() function
876 if target_exists $TEST_TARGET $TEST_ID; then
917 if target_exists $3 $1; then

123