Home
last modified time | relevance | path

Searched refs:PathConflict (Results 1 – 15 of 15) sorted by relevance

/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/Rest/PathTemplateMatcher/
H A DPathMatcherTest.php5 use MediaWiki\Rest\PathTemplateMatcher\PathConflict; alias
62 } catch ( PathConflict $pc ) {
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/Rest/PathTemplateMatcher/
H A DPathMatcherTest.php5 use MediaWiki\Rest\PathTemplateMatcher\PathConflict; alias
62 } catch ( PathConflict $pc ) {
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/unit/includes/Rest/PathTemplateMatcher/
H A DPathMatcherTest.php5 use MediaWiki\Rest\PathTemplateMatcher\PathConflict; alias
62 } catch ( PathConflict $pc ) {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/Rest/PathTemplateMatcher/
H A DPathMatcher.php147 * @throws PathConflict
158 throw new PathConflict( $template, $userData, $conflict );
H A DPathConflict.php10 class PathConflict extends Exception { class
/dports/www/mediawiki137/mediawiki-1.37.1/includes/Rest/PathTemplateMatcher/
H A DPathMatcher.php147 * @throws PathConflict
158 throw new PathConflict( $template, $userData, $conflict );
H A DPathConflict.php10 class PathConflict extends Exception { class
/dports/www/mediawiki136/mediawiki-1.36.3/includes/Rest/PathTemplateMatcher/
H A DPathMatcher.php147 * @throws PathConflict
158 throw new PathConflict( $template, $userData, $conflict );
H A DPathConflict.php10 class PathConflict extends Exception { class
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_conflicts.py49 bzr_conflicts.PathConflict(u'p\xe5thb', u'p\xe5thc', b'\xc3\xaedb'),
106 qux = bzr_conflicts.PathConflict('qux', 'foo/baz')
499 _conflict_type = bzr_conflicts.PathConflict
649 old_c = bzr_conflicts.PathConflict('<deleted>', self._item_path,
H A Dtest_merge_core.py30 PathConflict,
247 self.assertEqual(conflicts, [PathConflict('name3', 'name2', b'1')])
284 self.assertEqual(conflicts, [PathConflict(path3, path2, b'4')])
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dconflicts.py214 class PathConflict(Conflict): class
325 class ContentsConflict(PathConflict):
661 register_types(ContentsConflict, TextConflict, PathConflict, DuplicateID,
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_conflicts.py114 qux = bzr_conflicts.PathConflict('qux', 'foo/baz')
/dports/databases/pgbarman/barman-release-2.17/barman/
H A Dconfig.py42 PathConflict = collections.namedtuple("PathConflict", "label server") variable
855 servers_paths[real_path] = PathConflict(label, section)
H A Dconfig.py-e41 # create a namedtuple object called PathConflict with 'label' and 'server'
42 PathConflict = collections.namedtuple("PathConflict", "label server")
855 servers_paths[real_path] = PathConflict(label, section)