Home
last modified time | relevance | path

Searched refs:detect_changes (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/
H A Dsettings.h64 bool detect_changes; variable
H A Dsettings.cpp233 detect_changes = false; in setLogstalgiaDefaults()
627 detect_changes = true; in importLogstalgiaSettings()
863 if(detect_changes) { in exportLogstalgiaSettings()
H A Dlogstalgia.h128 bool detect_changes; variable
H A Dlogstalgia.cpp130 detect_changes = settings.detect_changes; in Logstalgia()
1133 if(detect_changes) { in init()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_inv.py726 self.assertEqual((False, False), left.detect_changes(right))
727 self.assertEqual((False, False), right.detect_changes(left))
734 self.assertEqual((False, False), left.detect_changes(right))
735 self.assertEqual((False, False), right.detect_changes(left))
737 self.assertEqual((False, True), left.detect_changes(right))
738 self.assertEqual((False, True), right.detect_changes(left))
740 self.assertEqual((True, True), left.detect_changes(right))
741 self.assertEqual((True, True), right.detect_changes(left))
748 self.assertEqual((False, False), left.detect_changes(right))
751 self.assertEqual((True, False), left.detect_changes(right))
[all …]
/dports/misc/clex/clex-4.6.patch9/src/
H A Dcfg.c623 detect_changes(void) in detect_changes() function
703 detect_changes(); in cx_cfg_apply()
710 detect_changes(); in cx_cfg_apply_save()
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/ci/
H A D__init__.py77 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]] member in CIProvider
H A Dlocal.py71 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]] member in Local
H A Dshippable.py84 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]] member in Shippable
H A Dazp.py89 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]] member in AzurePipelines
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/ci/
H A Dlocal.py72 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]] member in Local
H A D__init__.py77 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]]
H A Dshippable.py84 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]] member in Shippable
H A Dazp.py87 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]] member in AzurePipelines
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/ci/
H A D__init__.py77 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]]
H A Dlocal.py71 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]]
H A Dshippable.py84 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]] member in Shippable
H A Dazp.py89 def detect_changes(self, args): # type: (TestConfig) -> t.Optional[t.List[str]]
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dinventory.py165 def detect_changes(self, old_entry): member in InventoryEntry
308 text_modified, meta_modified = new_entry.detect_changes(old_entry)
472 def detect_changes(self, old_entry): member in InventoryFile
572 def detect_changes(self, old_entry): member in InventoryLink
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/
H A Dexecutor.py1633 paths = detect_changes(args)
1655 def detect_changes(args): function
1661 paths = get_ci_provider().detect_changes(args)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/
H A Dexecutor.py1772 paths = detect_changes(args)
1794 def detect_changes(args):
1800 paths = get_ci_provider().detect_changes(args)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/
H A Dexecutor.py1738 paths = detect_changes(args)
1760 def detect_changes(args): function
1766 paths = get_ci_provider().detect_changes(args)