Home
last modified time | relevance | path

Searched refs:files_left (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/xli/xli-2006-11-10/
H A Dbuildshar.c34 { int num_files, files_left; in main() local
70 for (files_left= num_files; files_left;) { in main()
89 files_left--; in main()
/dports/x11/xloadimage/xloadimage.4.1/
H A Dbuildshar.c35 { int num_files, files_left; local
71 for (files_left= num_files; files_left;) {
90 files_left--;
/dports/games/corsix-th/CorsixTH-0.65.1/WindowsInstaller/
H A DLanguageStrings.nsh25 LangString files_left ${LANG_DANISH} "Nogle filer kunne ikke fjernes." langstr
35 LangString files_left ${LANG_CZECH} "Některé soubory nemohly být odstraněny." langstr
55 LangString files_left ${LANG_ENGLISH} "Some files could not be removed." langstr
65 LangString files_left ${LANG_FINNISH} "Joitain tiedostoja ei voitu poistaa." langstr
115 LangString files_left ${LANG_KOREAN} "몇몇 파일들을 제거할 수 없었습니다." langstr
125 LangString files_left ${LANG_NORWEGIAN} "Noen filer kunne ikke fjernes." langstr
135 LangString files_left ${LANG_POLISH} "Niektóre z plików nie zostały usunięte." langstr
165 LangString files_left ${LANG_RUSSIAN} "Некоторые файлы не были удалены." langstr
175 LangString files_left ${LANG_SIMPCHINESE} "有一些文件不能被删除。" langstr
195 LangString files_left ${LANG_SWEDISH} "Några filer kunde inte tas bort." langstr
[all …]
H A DWin32Script.nsi364 MessageBox MB_OK "$(files_left)"
/dports/devel/make++/makepp-2.0/Mpp/CommandParser/
H A DVcs.pm237 my $files_left = 1;
238 while($files_left) {
239 $files_left = $scanner->resolve($self) &&
242 return undef unless defined($files_left);
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Dui.pyj426 files_left.discard(this)
429 if len(files_left):
440 files_left.discard(this)
447 if not len(files_left):
471 for fname in files_left:
511 files_left = set()
516 files_left.add(key)
558 if not len(files_left):
562 files_left.discard(this)
565 if len(files_left):
[all …]
/dports/print/rlpr/rlpr-2.06/src/
H A Drlpr.c74 unsigned int n_files, files_left, n_copies; in main() local
110 for (files_left = n_files; files_left != 0; files_left--, optind++) { in main()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-file-operations.c1753 int files_left; in report_delete_progress() local
1766 if (files_left < 0) in report_delete_progress()
1768 files_left = 0; in report_delete_progress()
1776 files_left > 0) in report_delete_progress()
2143 int files_left; in report_trash_progress() local
2156 if (files_left < 0) in report_trash_progress()
2158 files_left = 0; in report_trash_progress()
2166 files_left > 0) in report_trash_progress()
3922 int files_left; in report_copy_progress() local
3942 if (files_left < 0) in report_copy_progress()
[all …]
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-file-operations.c1504 int files_left; in report_delete_progress() local
1520 files_left = 1; in report_delete_progress()
1525 files_left), in report_delete_progress()
1526 files_left); in report_delete_progress()
1838 int files_left; in report_trash_progress() local
1848 files_left), in report_trash_progress()
1849 files_left); in report_trash_progress()
2998 int files_left; in report_copy_progress() local
3021 files_left = 1; in report_copy_progress()
4845 int files_left) in move_file_prepare() argument
[all …]
/dports/www/mybb/mybb-mybb_1829/admin/modules/config/
H A Dlanguages.php751 $files_left = array_diff($filenameswith, $filenames); variable
755 foreach($files_left as $key => $file)
932 $files_left = array_diff($adminfilenameswith, $adminfilenames); variable
936 foreach($files_left as $key => $file)
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-file-operations.c1672 int files_left; in report_delete_progress() local
1689 files_left = 1; in report_delete_progress()
1694 files_left), in report_delete_progress()
1695 files_left); in report_delete_progress()
2009 int files_left; in report_trash_progress() local
2019 files_left), in report_trash_progress()
2020 files_left); in report_trash_progress()
3191 int files_left; in report_copy_progress() local
3215 files_left = 1; in report_copy_progress()
5076 int files_left) in move_file_prepare() argument
[all …]
/dports/graphics/gource/gource-0.51/src/
H A Ddirnode.cpp849 int files_left = visible_count; in updateFilePositions() local
865 files_left--; in updateFilePositions()
873 if(files_left<max_files) { in updateFilePositions()
874 max_files = files_left; in updateFilePositions()
/dports/devel/py-libcst/libcst-0.3.23/libcst/codemod/
H A D_cli.py420 self, elapsed_seconds: float, files_finished: int, files_left: int
432 estimated_seconds_left = files_left / fps
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/android/java/src/org/chromium/chrome/browser/download/
H A DStringUtils.java228 : context.getResources().getString(R.string.files_left, filesLeft); in filesLeftForUi()
/dports/net-im/p5-Net-OSCAR/Net-OSCAR-1.928/lib/Net/OSCAR/Connection/
H A DDirect.pm336 files_left => scalar(@{$self->{rv}->{data}}),
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dpr.c1323 int files_left = number_of_files; in init_fps() local
1324 for (p = column_vector; files_left--; ++p, ++av) in init_fps()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dpr.c1322 int files_left = number_of_files; in init_fps() local
1323 for (p = column_vector; files_left--; ++p, ++av) in init_fps()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/Bittorrent/
H A Dbittorrent.py3638 def update_completion(self, infohash, completion, files_left=None, argument
3641 if files_left is not None and t.widget.filelistwindow is not None:
3642 t.widget.filelistwindow.update(files_left, files_allocated)