Home
last modified time | relevance | path

Searched refs:getFiles (Results 1 – 25 of 1779) sorted by relevance

12345678910>>...72

/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/fileio/
H A Dtransactionaldirectorytest.cpp74 EXPECT_EQ(QStringList{}, dir.getFiles()); in TEST_F()
163 EXPECT_EQ(QStringList{"a.txt"}, dir.getFiles()); in TEST_F()
168 EXPECT_EQ(QStringList{"b.txt"}, dir.getFiles("a")); in TEST_F()
173 EXPECT_EQ(QStringList{"b.txt"}, dir.getFiles()); in TEST_F()
178 EXPECT_EQ(QStringList{"c.txt"}, dir.getFiles("b")); in TEST_F()
315 EXPECT_EQ(QStringList{}, dir.getFiles()); in TEST_F()
317 EXPECT_EQ(QStringList{}, mFileSystem->getFiles()); in TEST_F()
327 EXPECT_EQ(QStringList{"a.txt"}, dir.getFiles()); in TEST_F()
338 EXPECT_EQ(QStringList{}, dir.getFiles()); in TEST_F()
351 EXPECT_EQ(QStringList{"b.txt"}, dir.getFiles()); in TEST_F()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Filesystem/
H A DDirectoryUnitTest.php35 $this->assertEquals(4, count($directory->getFiles()));
36 $this->assertEquals(1, count($directory->getFiles('', false)));
53 $this->assertEquals(4, count($directory->getFiles($path)));
54 $this->assertEquals(1, count($directory->getFiles($path, false)));
70 $this->assertEquals(3, count($directory->chroot('/foo/')->getFiles()));
71 $this->assertEquals(3, count($directory->chroot('foo/')->getFiles()));
72 $this->assertEquals(3, count($directory->chroot('/foo')->getFiles()));
73 $this->assertEquals(3, count($directory->chroot('foo')->getFiles()));
76 $this->assertEquals(1, count($directory->chroot('foo/bar/')->getFiles()));
77 $this->assertEquals(1, count($directory->chroot('/foo/bar')->getFiles()));
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/wpb/string-blade-compiler/tests/View/
H A DViewStringBladeCompilerTest.php20 $compiler = new BladeCompiler($files = $this->getFiles(), __DIR__);
38 $compiler = new BladeCompiler($files = $this->getFiles(), __DIR__);
48 $compiler = new BladeCompiler($this->getFiles(), __DIR__);
54 $compiler = new BladeCompiler($files = $this->getFiles(), __DIR__);
62 $compiler = new BladeCompiler($files = $this->getFiles(), __DIR__);
71 $compiler = new BladeCompiler($files = $this->getFiles(), __DIR__);
78 $compiler = new BladeCompiler($files = $this->getFiles(), __DIR__);
90 $compiler = new BladeCompiler($this->getFiles(), __DIR__);
108 $compiler = new BladeCompiler($files = $this->getFiles(), __DIR__);
186 $compiler = new BladeCompiler($files = $this->getFiles(), __DIR__);
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DCompareFilesBetweenReleases2.java27 Set<String> staging = getFiles(stagingFile, SKIP); in main()
28 Set<String> lastRelease = getFiles(lastFile, SKIP); in main()
31 … Set<String> stagingCommon = getFiles(new File(stagingFile, "common"), Collections.emptySet()); in main()
32 … Set<String> stagingSeed = getFiles(new File(stagingFile, "seed"), Collections.emptySet()); in main()
33 … Set<String> lastCommon = getFiles(new File(lastFile, "common"), Collections.emptySet()); in main()
34 … Set<String> lastSeed = getFiles(new File(lastFile, "seed"), Collections.emptySet()); in main()
83 private static Set<String> getFiles(File base, Set<String> skip) throws IOException { in getFiles() method in CompareFilesBetweenReleases2
86 getFiles(baseLen, base, result, skip); in getFiles()
92 …private static void getFiles(int baseLen, File subdir, Set<String> names, Set<String> skip) throws… in getFiles() method in CompareFilesBetweenReleases2
100 getFiles(baseLen, file, names, skip); in getFiles()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/history/
H A DGitHistoryParserTest.java139 assertEquals(0, e0.getFiles().size()); in parseALaMemcached()
144 assertEquals(0, e1.getFiles().size()); in parseALaMemcached()
149 assertEquals(0, e2.getFiles().size()); in parseALaMemcached()
205 assertEquals(1, e0.getFiles().size()); in parseALaGit()
206 assertEquals(File.separator + filename, e0.getFiles().first()); in parseALaGit()
213 assertEquals(1, e1.getFiles().size()); in parseALaGit()
214 assertEquals(File.separator + filename, e1.getFiles().first()); in parseALaGit()
292 assertEquals(1, e0.getFiles().size()); in parseALaLK()
300 assertEquals(2, e1.getFiles().size()); in parseALaLK()
302 … assertEquals(File.separator + filename2.replace('/', File.separatorChar), e1.getFiles().last()); in parseALaLK()
[all …]
H A DSubversionHistoryParserTest.java155 assertEquals(1, e1.getFiles().size()); in ParseALaSvn()
156 assertEquals(file1pref, e1.getFiles().first()); in ParseALaSvn()
161 assertEquals(1, e2.getFiles().size()); in ParseALaSvn()
162 assertEquals(file2pref, e2.getFiles().first()); in ParseALaSvn()
167 assertEquals(2, e3.getFiles().size()); in ParseALaSvn()
168 assertEquals(file1pref, e3.getFiles().first()); in ParseALaSvn()
169 assertEquals(file2pref, e3.getFiles().last()); in ParseALaSvn()
239 assertEquals(1, e.getFiles().size()); in testDateFormats()
240 … assertEquals(Paths.get(Paths.get("/"+file).toUri()).toFile().toString(), e.getFiles().first()); in testDateFormats()
H A DHistoryEntryTest.java205 assertTrue(instance.getFiles().contains(fileName)); in addFile()
214 public void getFiles() { in getFiles() method in HistoryEntryTest
217 assertTrue(instance.getFiles().contains(fileName)); in getFiles()
218 assertEquals(1, instance.getFiles().size()); in getFiles()
220 assertEquals(2, instance.getFiles().size()); in getFiles()
232 assertEquals(2, instance.getFiles().size()); in setFiles()
255 assertEquals(0, instance.getFiles().size()); in strip()
/dports/devel/statcvs/statcvs-0.7.0/tests-src/net/sf/statcvs/renderer/
H A DFileCollectionFormatterTest.java104 final List names = fcf.getFiles("directory/"); in testOneFile()
118 final List names = fcf.getFiles("sub1/sub2/sub3/"); in testOneFileDeep()
134 List names = fcf.getFiles(""); in testTwoFilesDifferentDir()
137 names = fcf.getFiles("directory/"); in testTwoFilesDifferentDir()
152 final List names = fcf.getFiles("directory/"); in testTwoFilesSameDir()
165 fcf.getFiles("nonexistingDirectory/"); in testUnknownDirectory()
184 List names = fcf.getFiles("directory/"); in testExcludeSubdir()
188 names = fcf.getFiles(""); in testExcludeSubdir()
/dports/devel/pear-TheSeer_DirectoryScanner/DirectoryScanner-1.3.3/tests/
H A Ddirectoryscanner.test.php142 $x = $tmp->getFiles(__DIR__ . '/_data');
151 $x = $tmp->getFiles(__DIR__ . '/_data', FALSE);
161 $x = $tmp->getFiles(__DIR__ . '/_data');
171 $x = $tmp->getFiles(__DIR__ . '/_data', FALSE);
181 $x = $tmp->getFiles(__DIR__ . '/_data');
192 $x = $tmp->getFiles(__DIR__ . '/_data');
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/pages/
H A DFileSizesPageMaker.java35 …meLineChartMaker("file_count", this.config, new FileCountTimeLineReport(this.repository.getFiles()) in toFile()
37 …eLineChartMaker("file_size", this.config, new AvgFileSizeTimeLineReport(this.repository.getFiles()) in toFile()
39 …stFilesTable = new LargestFilesTableReport(this.config, this.repository.getFiles(), MAX_LARGEST_FI… in toFile()
40 …le = new FilesWithMostRevisionsTableReport(this.config, this.repository.getFiles(), MAX_FILES_WITH… in toFile()
59 final Iterator it = this.repository.getFiles().iterator(); in getCurrentFileCount()
75 final Iterator it = this.repository.getFiles().iterator(); in getCurrentAverageRevisionCount()
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/pages/
H A DFileSizesPageMaker.java35 …meLineChartMaker("file_count", this.config, new FileCountTimeLineReport(this.repository.getFiles()) in toFile()
37 …eLineChartMaker("file_size", this.config, new AvgFileSizeTimeLineReport(this.repository.getFiles()) in toFile()
39 …stFilesTable = new LargestFilesTableReport(this.config, this.repository.getFiles(), MAX_LARGEST_FI… in toFile()
40 …le = new FilesWithMostRevisionsTableReport(this.config, this.repository.getFiles(), MAX_FILES_WITH… in toFile()
59 final Iterator it = this.repository.getFiles().iterator(); in getCurrentFileCount()
75 final Iterator it = this.repository.getFiles().iterator(); in getCurrentAverageRevisionCount()
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-validator/src/File/
H A DUpload.php83 public function getFiles($file = null) function in Zend\\Validator\\File\\Upload
155 if (array_key_exists($value, $this->getFiles())) {
156 $files = array_merge($files, $this->getFiles($value));
158 foreach ($this->getFiles() as $file => $content) {
161 $files = array_merge($files, $this->getFiles($file));
172 $files = array_merge($files, $this->getFiles($file));
176 $files = array_merge($files, $this->getFiles($file));
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-validator/src/File/
H A DUpload.php82 public function getFiles($file = null) function in Laminas\\Validator\\File\\Upload
154 if (array_key_exists($value, $this->getFiles())) {
155 $files = array_merge($files, $this->getFiles($value));
157 foreach ($this->getFiles() as $file => $content) {
160 $files = array_merge($files, $this->getFiles($file));
170 $files = array_merge($files, $this->getFiles($file));
174 $files = array_merge($files, $this->getFiles($file));
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-validator/src/File/
H A DUpload.php82 public function getFiles($file = null) function in Laminas\\Validator\\File\\Upload
154 if (array_key_exists($value, $this->getFiles())) {
155 $files = array_merge($files, $this->getFiles($value));
157 foreach ($this->getFiles() as $file => $content) {
160 $files = array_merge($files, $this->getFiles($file));
170 $files = array_merge($files, $this->getFiles($file));
174 $files = array_merge($files, $this->getFiles($file));
/dports/games/gcompris-qt/gcompris-qt-2.0/tests/core/
H A DDirectoryTest.cpp39 QStringList filelist = directory.getFiles("./dummy_directory"); in GetFilesTest()
47 filelist = directory.getFiles("./dummy_directory", {"*"}); in GetFilesTest()
54 filelist = directory.getFiles("./dummy_directory"); in GetFilesTest()
61 filelist = directory.getFiles("./dummy_directory"); in GetFilesTest()
/dports/devel/stack/stack-2.7.3/_cabal_deps/ed25519-0.0.5.0/tests/
H A Ddoctests.hs16 allSources = liftM2 (++) (getFiles ".hs" "src")
17 (getFiles ".o" "dist/build/src/cbits")
19 getFiles :: String -> FilePath -> IO [FilePath]
20 getFiles ext root = filter (isSuffixOf ext) <$> go root function
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Util/
H A DSmokeping.php46 public function getFiles() function in LibreNMS\\Util\\Smokeping
74 return $this->getFiles();
90 foreach ($this->getFiles()[$direction][$this->device->hostname] as $remote_host => $file) {
119 return ! empty($this->getFiles()['in'][$this->device->hostname]);
124 return ! empty($this->getFiles()['out'][$this->device->hostname]);
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php80 public function getFiles($file = null) function in Zend\\Validator\\File\\Upload
143 if (array_key_exists($value, $this->getFiles())) {
144 $files = array_merge($files, $this->getFiles($value));
146 foreach ($this->getFiles() as $file => $content) {
148 $files = array_merge($files, $this->getFiles($file));
152 $files = array_merge($files, $this->getFiles($file));
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php80 public function getFiles($file = null) function in Zend\\Validator\\File\\Upload
143 if (array_key_exists($value, $this->getFiles())) {
144 $files = array_merge($files, $this->getFiles($value));
146 foreach ($this->getFiles() as $file => $content) {
148 $files = array_merge($files, $this->getFiles($file));
152 $files = array_merge($files, $this->getFiles($file));
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php80 public function getFiles($file = null) function in Zend\\Validator\\File\\Upload
143 if (array_key_exists($value, $this->getFiles())) {
144 $files = array_merge($files, $this->getFiles($value));
146 foreach ($this->getFiles() as $file => $content) {
148 $files = array_merge($files, $this->getFiles($file));
152 $files = array_merge($files, $this->getFiles($file));
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php80 public function getFiles($file = null) function in Zend\\Validator\\File\\Upload
143 if (array_key_exists($value, $this->getFiles())) {
144 $files = array_merge($files, $this->getFiles($value));
146 foreach ($this->getFiles() as $file => $content) {
148 $files = array_merge($files, $this->getFiles($file));
152 $files = array_merge($files, $this->getFiles($file));
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php80 public function getFiles($file = null) function in Zend\\Validator\\File\\Upload
143 if (array_key_exists($value, $this->getFiles())) {
144 $files = array_merge($files, $this->getFiles($value));
146 foreach ($this->getFiles() as $file => $content) {
148 $files = array_merge($files, $this->getFiles($file));
152 $files = array_merge($files, $this->getFiles($file));
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php80 public function getFiles($file = null) function in Zend\\Validator\\File\\Upload
143 if (array_key_exists($value, $this->getFiles())) {
144 $files = array_merge($files, $this->getFiles($value));
146 foreach ($this->getFiles() as $file => $content) {
148 $files = array_merge($files, $this->getFiles($file));
152 $files = array_merge($files, $this->getFiles($file));
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php80 public function getFiles($file = null) function in Zend\\Validator\\File\\Upload
143 if (array_key_exists($value, $this->getFiles())) {
144 $files = array_merge($files, $this->getFiles($value));
146 foreach ($this->getFiles() as $file => $content) {
148 $files = array_merge($files, $this->getFiles($file));
152 $files = array_merge($files, $this->getFiles($file));
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php80 public function getFiles($file = null) function in Zend\\Validator\\File\\Upload
143 if (array_key_exists($value, $this->getFiles())) {
144 $files = array_merge($files, $this->getFiles($value));
146 foreach ($this->getFiles() as $file => $content) {
148 $files = array_merge($files, $this->getFiles($file));
152 $files = array_merge($files, $this->getFiles($file));

12345678910>>...72