Home
last modified time | relevance | path

Searched defs:dir2 (Results 1 – 25 of 1352) sorted by relevance

12345678910>>...55

/dports/www/R-cran-bslib/bslib/tests/testthat/
H A Dtest-zzz-precompile.R30 dir2 <- get_bootstrap_path(bs_theme_dependencies(bs_theme("4"), precompiled = TRUE)) globalVar
35 dir2 <- get_bootstrap_path(bs_theme_dependencies(bs_theme("3"), precompiled = TRUE)) globalVar
43 dir2 <- get_bootstrap_path(bs_theme_dependencies(bs_theme("4"), precompiled = TRUE)) globalVar
51dir2 <- get_bootstrap_path(bs_theme_dependencies(bs_theme("4"), default_sass_options, precompiled … globalVar
57 dir2 <- get_bootstrap_path(bs_theme_dependencies(bs_theme("4"), globalVar
72 dir2 <- get_bootstrap_path(bs_theme_dependencies(bs_theme("4", "darkly"), globalVar
/dports/sysutils/py-dirsync/dirsync-2.2.5/dirsync/
H A Dsyncer.py41 def __init__(self, dir1, dir2, action, **options): argument
117 def _compare(self, dir1, dir2): argument
209 def _dowork(self, dir1, dir2, copyfunc=None, updatefunc=None): argument
279 def _copy(self, filename, dir1, dir2): argument
374 def _update(self, filename, dir1, dir2): argument
469 def _dirdiffandcopy(self, dir1, dir2): argument
475 def _dirdiffandupdate(self, dir1, dir2): argument
481 def _dirdiffcopyandupdate(self, dir1, dir2): argument
487 def _diff(self, dir1, dir2): argument
/dports/sysutils/py-pywatchman/watchman-4.9.0/java/test/com/facebook/watchman/environment/
H A DExecutableFinderTest.java45 Path dir2 = tmp.newFolder("bar"); in testSearchPathsFileFoundReturnsPath() local
62 Path dir2 = tmp.newFolder("bar"); in testSearchPathsNonExecutableFileIsIgnored() local
79 Path dir2 = tmp.newFolder("bar"); in testSearchPathsDirAndFileFoundReturnsFileNotDir() local
93 Path dir2 = tmp.newFolder("bar"); in testSearchPathsMultipleFileFoundReturnsFirstPath() local
108 Path dir2 = tmp.newFolder("bar"); in testSearchPathsSymlinkToExecutableInsidePathReturnsPath() local
124 Path dir2 = tmp.newFolder("bar"); in testSearchPathsSymlinkToExecutableOutsideSearchPathReturnsPath() local
142 Path dir2 = tmp.newFolder("bar"); in testSearchPathsFileNotFoundReturnsAbsent() local
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/index/
H A DParallelReaderTest.cpp66 DirectoryPtr dir2 = getDir2(); in createParallel() local
89 DirectoryPtr dir2 = newLucene<MockRAMDirectory>(); in getDir2() local
136 DirectoryPtr dir2 = getDir2(); in TEST_F() local
150 DirectoryPtr dir2 = getDir2(); in TEST_F() local
178 DirectoryPtr dir2 = newLucene<MockRAMDirectory>(); in TEST_F() local
197 DirectoryPtr dir2 = getDir2(); in TEST_F() local
220 DirectoryPtr dir2 = getDir2(); in TEST_F() local
266 DirectoryPtr dir2 = getDir2(); in TEST_F() local
H A DTransactionsTest.cpp64 …ionsIndexerThread(const SynchronizePtr& lock, const DirectoryPtr& dir1, const DirectoryPtr& dir2) { in TransactionsIndexerThread()
79 DirectoryPtr dir2; member in TransactionsIndexerThread
156 …onsSearcherThread(const SynchronizePtr& lock, const DirectoryPtr& dir1, const DirectoryPtr& dir2) { in TransactionsSearcherThread()
169 DirectoryPtr dir2; member in TransactionsSearcherThread
224 MockRAMDirectoryPtr dir2 = newLucene<MockRAMDirectory>(); in TEST_F() local
/dports/textproc/aspell-ispell/aspell-0.60.8/common/
H A Dfile_data_util.cpp14 void fill_data_dir(const Config * config, String & dir1, String & dir2) { in fill_data_dir()
31 const String & dir1, const String & dir2, in find_file()
41 const String & dir1, const String & dir2, in find_file()
/dports/textproc/aspell/aspell-0.60.8/common/
H A Dfile_data_util.cpp14 void fill_data_dir(const Config * config, String & dir1, String & dir2) { in fill_data_dir()
31 const String & dir1, const String & dir2, in find_file()
41 const String & dir1, const String & dir2, in find_file()
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DCoordinateAxis.h281 bool hasSameAxis(const CoordinateDirection& dir2) const in hasSameAxis()
287 bool isSameAxisAndDirection(const CoordinateDirection& dir2) const in isSameAxisAndDirection()
293 int dotProduct( const CoordinateDirection& dir2 ) const in dotProduct()
302 int crossProductSign( const CoordinateDirection& dir2 ) const in crossProductSign()
314 CoordinateAxis crossProductAxis( const CoordinateDirection& dir2 ) const in crossProductAxis()
324 CoordinateAxis crossProduct( const CoordinateDirection& dir2, in crossProduct()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Mechanics/include/SimTKcommon/internal/
H A DCoordinateAxis.h281 bool hasSameAxis(const CoordinateDirection& dir2) const in hasSameAxis()
287 bool isSameAxisAndDirection(const CoordinateDirection& dir2) const in isSameAxisAndDirection()
293 int dotProduct( const CoordinateDirection& dir2 ) const in dotProduct()
302 int crossProductSign( const CoordinateDirection& dir2 ) const in crossProductSign()
314 CoordinateAxis crossProductAxis( const CoordinateDirection& dir2 ) const in crossProductAxis()
324 CoordinateAxis crossProduct( const CoordinateDirection& dir2, in crossProduct()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/fs_extra-1.2.0/tests/
H A Dlib.rs69 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
130 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
169 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
237 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
304 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
372 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
847 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
938 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1066 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1110 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/fs_extra-1.2.0/tests/
H A Dlib.rs69 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
130 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
169 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
237 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
304 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
372 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
847 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
938 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1066 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1110 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/fs_extra-1.2.0/tests/
H A Dlib.rs69 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
130 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
169 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
237 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
304 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
372 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
847 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
938 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1066 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1110 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/fs_extra-1.2.0/tests/
H A Dlib.rs69 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
130 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
169 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
237 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
304 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
372 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
847 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
938 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1066 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1110 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/fs_extra-1.2.0/tests/
H A Dlib.rs69 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
130 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
169 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
237 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
304 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
372 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
847 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
938 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1066 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1110 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/fs_extra-1.1.0/tests/
H A Dlib.rs74 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
139 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
184 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
256 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
331 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
403 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
804 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
899 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1034 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1086 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/fs_extra-1.2.0/tests/
H A Dlib.rs69 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
130 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
169 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
237 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
304 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
372 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
847 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
938 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1066 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1110 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/fs_extra-1.1.0/tests/
H A Dlib.rs74 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
139 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
184 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
256 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
331 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
403 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
804 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
899 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1034 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1086 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/fs_extra/tests/
H A Dlib.rs69 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
130 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
169 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
237 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
304 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
372 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
847 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
938 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1066 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1110 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/fs_extra-1.1.0/tests/
H A Dlib.rs74 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
139 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
184 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
256 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
331 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
403 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
804 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
899 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1034 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1086 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/fs_extra-1.2.0/tests/
H A Dlib.rs69 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
130 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
169 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
237 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
304 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
372 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
847 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
938 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1066 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1110 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/fs_extra-1.2.0/tests/
H A Dlib.rs69 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_work() localVariable
130 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_source_not_exist() localVariable
169 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite() localVariable
237 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_not_overwrite() localVariable
304 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_skip() localVariable
372 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_exist_overwrite_and_skip_exist() localVariable
847 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_progress_work() localVariable
938 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_work_dif_buf_size() localVariable
1066 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_source_not_exist() localVariable
1110 let dir2 = (test_dir.join("dir2"), path_to.join("dir2")); in it_copy_with_progress_exist_overwrite() localVariable
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestRenameWhileOpen.java71 Path dir2 = new Path("/user/dir2"); in testWhileOpenRenameParent() local
154 Path dir2 = new Path("/user/dir2"); in testWhileOpenRenameParentToNonexistentDir() local
225 Path dir2 = new Path("/user/dir2"); in testWhileOpenRenameToExistentDirectory() local
287 Path dir2 = new Path("/user/dir2"); in testWhileOpenRenameToNonExistentDirectory() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestRenameWhileOpen.java87 Path dir2 = new Path("/user/dir2"); in testWhileOpenRenameParent() local
176 Path dir2 = new Path("/user/dir2"); in testWhileOpenRenameParentToNonexistentDir() local
250 Path dir2 = new Path("/user/dir2"); in testWhileOpenRenameToExistentDirectory() local
315 Path dir2 = new Path("/user/dir2"); in testWhileOpenRenameToNonExistentDirectory() local
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/test/
H A Dct_smoke_test_SUITE.erl189 dir2(doc) -> function
191 dir2(suite) -> function
193 dir2(Config) when is_list(Config) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/test/
H A Dct_smoke_test_SUITE.erl189 dir2(doc) -> function
191 dir2(suite) -> function
193 dir2(Config) when is_list(Config) -> function

12345678910>>...55