Home
last modified time | relevance | path

Searched refs:testPrune (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/
H A Dprune_test.go22 func (s *PruneSuite) testPrune(c *C, deleteTime time.Time) { func
70 s.testPrune(c, time.Time{})
74 s.testPrune(c, time.Unix(0, 1))
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/
H A Dprune_test.go22 func (s *PruneSuite) testPrune(c *C, deleteTime time.Time) { func
70 s.testPrune(c, time.Time{})
74 s.testPrune(c, time.Unix(0, 1))
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/
H A Dprune_test.go22 func (s *PruneSuite) testPrune(c *C, deleteTime time.Time) { func
70 s.testPrune(c, time.Time{})
74 s.testPrune(c, time.Unix(0, 1))
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/
H A Dprune_test.go22 func (s *PruneSuite) testPrune(c *C, deleteTime time.Time) { func
70 s.testPrune(c, time.Time{})
74 s.testPrune(c, time.Unix(0, 1))
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/
H A Dprune_test.go22 func (s *PruneSuite) testPrune(c *C, deleteTime time.Time) { func
70 s.testPrune(c, time.Time{})
74 s.testPrune(c, time.Unix(0, 1))
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Simple/
H A DChainCacheTest.php45 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Simple\\ChainCacheTest
H A DCacheTestCase.php80 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Simple\\CacheTestCase
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Simple/
H A DChainCacheTest.php45 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Simple\\ChainCacheTest
H A DCacheTestCase.php80 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Simple\\CacheTestCase
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/
H A DAdapterTestCase.php97 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Adapter\\AdapterTestCase
H A DChainAdapterTest.php47 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Adapter\\ChainAdapterTest
H A DTagAwareAdapterTest.php153 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Adapter\\TagAwareAdapterTest
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/
H A DAdapterTestCase.php97 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Adapter\\AdapterTestCase
H A DChainAdapterTest.php47 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Adapter\\ChainAdapterTest
H A DTagAwareAdapterTest.php153 public function testPrune() function in Symfony\\Component\\Cache\\Tests\\Adapter\\TagAwareAdapterTest
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/data/xy/
H A DTableXYDatasetTest.java190 public void testPrune() { in testPrune() method in TableXYDatasetTest
/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dintegration_test.go1432 testPrune(t, opts, checkOpts)
1438 testPrune(t, opts, checkOpts)
1444 testPrune(t, opts, checkOpts)
1450 testPrune(t, opts, checkOpts)
1454 func testPrune(t *testing.T, pruneOpts PruneOptions, checkOpts CheckOptions) { func
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/compatible/
H A DBasicTest.java301 public void testPrune() throws Exception { in testPrune() method in BasicTest
/dports/biology/scrm/scrm-1.7.4/tests/unittests/
H A Dtest_forest.cc23 CPPUNIT_TEST( testPrune );
532 void testPrune() { in testPrune() function in TestForest
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestTools.cc1699 TEST_F(TestTools, testPrune) in TEST_F() argument