Home
last modified time | relevance | path

Searched refs:allfiles (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/dports/www/emacs-w3m/emacs-w3m-3925d1c/
H A Dw3m-dtree.el145 (unless allfiles
162 (if allfiles "<B>[d]</B>" "")
167 (or allfiles (w3m-dtree-has-child fullpath)))
170 ((and allfiles (file-exists-p fullpath))
173 (if allfiles "(f)" "")
193 (if allfiles " (allfiles)" "")))
208 (if (match-beginning 1) (setq allfiles t)))
210 (setq allfiles (not allfiles)))
221 (defun w3m-dtree (allfiles path)
226 (setq allfiles (not allfiles)))
[all …]
/dports/net/netmap/netmap-0.1.3/belgolib/
H A Dsearch.c26 const list<Filec*> allfiles = all_files(); in find_file() local
27 for(CFiliter i = allfiles.begin(); i != allfiles.end(); i++) in find_file()
41 const list<Filec*> allfiles = all_files(); in find_file() local
42 for(CFiliter i = allfiles.begin(); i != allfiles.end(); i++) { in find_file()
57 const list<Filec*> allfiles = all_files(); in fc_find_file() local
58 for(CFiliter i = allfiles.begin(); i != allfiles.end(); i++) in fc_find_file()
71 const list<Filec*> allfiles = all_files(); in fc_find_file() local
72 for(CFiliter i = allfiles.begin(); i != allfiles.end(); i++) { in fc_find_file()
H A Ddirs.c154 for(CFiliter i = allfiles.begin(); i != allfiles.end(); i++) in find_file()
164 for(CFiliter i = allfiles.begin(); i != allfiles.end(); i++) { in find_file()
177 for(CFiliter i = allfiles.begin(); i != allfiles.end(); i++) in fc_find_file()
189 for(CFiliter i = allfiles.begin(); i != allfiles.end(); i++) { in fc_find_file()
/dports/graphics/photoqt/photoqt-1.6/cplusplus/scripts/getanddostuff/
H A Dexternal.cpp81 QHash<QString,QString> allfiles; in exportConfig() local
82 allfiles["CFG_SETTINGS_FILE"] = ConfigFiles::SETTINGS_FILE(); in exportConfig()
83 allfiles["CFG_FILEFORMATS_FILE"] = ConfigFiles::FILEFORMATS_FILE(); in exportConfig()
85 allfiles["CFG_SHORTCUTS_FILE"] = ConfigFiles::SHORTCUTS_FILE(); in exportConfig()
91 QHash<QString, QString>::const_iterator i = allfiles.constBegin(); in exportConfig()
92 while(i != allfiles.constEnd()) { in exportConfig()
125 QHash<QString,QString> allfiles; in importConfig() local
126 allfiles["CFG_SETTINGS_FILE"] = ConfigFiles::SETTINGS_FILE(); in importConfig()
129 allfiles["CFG_SHORTCUTS_FILE"] = ConfigFiles::SHORTCUTS_FILE(); in importConfig()
145 if(!allfiles.keys().contains(item.filePath)) { in importConfig()
[all …]
/dports/games/xonotic/Xonotic/misc/tools/
H A Ddemopacker.sh13 allfiles() function
21 allfiles=`allfiles`
32 while [ -n "$allfiles" ]; do
33 l=$allfiles
34 allfiles=
57 allfiles=$allfiles" `find data/temp-$n -type f`"
/dports/devel/p5-Term-Clui/Term-Clui-1.76/lib/Term/Clui/
H A DFileSelect.pm52 my ($new, $file, @allfiles, @files, @dirs, @pre, @post, %seen, $isnew);
59 @allfiles = sort grep(!/^\.\.?$/, readdir D); closedir D;
60 @dotfiles = grep(/^\./, @allfiles);
66 @allfiles = grep(!/^\./, @allfiles);
72 @dirs = grep(-d "$dir/$_" && -r "$dir/$_", @allfiles);
80 @files = grep(!-d "$dir/$_", @allfiles);
99 @allfiles = (@pre, (sort @dirs,@files), @post); # reconstitute @allfiles
108 my @new = &choose ($title, @allfiles);
114 $new = &choose ($title, @allfiles);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/
H A DAptCompilationParticipant.java114 public void processAnnotations(BuildContext[] allfiles) { in processAnnotations() argument
117 final int total = allfiles == null ? 0 : allfiles.length; in processAnnotations()
121 final IProject project = allfiles[0].getFile().getProject(); in processAnnotations()
144 BuildContext bc = allfiles[i]; in processAnnotations()
179 if( _processedFiles.containsKey( allfiles[i].getFile() ) ) in processAnnotations()
181 if( allfiles[i].hasAnnotations() ) in processAnnotations()
182 withAnnotation[wIndex ++] = allfiles[i]; in processAnnotations()
184 withoutAnnotation[woIndex ++] = allfiles[i]; in processAnnotations()
187 for( BuildContext file : allfiles ) in processAnnotations()
/dports/devel/gitg/gitg-3.32.1/po/
H A Dupdate-potfiles4 allfiles=$(cd "$top" && git ls-files --no-empty-directory --exclude-standard | sort)
11 for i in $allfiles;
19 for i in $allfiles;
27 for i in $allfiles;
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/modules/installer/windows/
H A Dmedia.pm90 my ($allfiles, $maxcabfilenumber) = @_;
94 while ( ! ( $allfiles%$maxcabfilenumber == 0 ))
96 $allfiles++;
99 $maxfile = $allfiles / $maxcabfilenumber;
128 my $allfiles = $#{$filesref} + 1;
129 my $maxfilenumber = get_maximum_filenumber($allfiles, $maxcabfilenumber);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/modules/installer/windows/
H A Dmedia.pm90 my ($allfiles, $maxcabfilenumber) = @_;
94 while ( ! ( $allfiles%$maxcabfilenumber == 0 ))
96 $allfiles++;
99 $maxfile = $allfiles / $maxcabfilenumber;
128 my $allfiles = $#{$filesref} + 1;
129 my $maxfilenumber = get_maximum_filenumber($allfiles, $maxcabfilenumber);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/bin/
H A Dman103 allfiles=()
125 allfiles=($allfiles $files)
130 allfiles=`{ls $allfiles | sed 's/[.\-]/ &/g;s/\./ &/g' | sort -u | tr -d ' '}
133 for(i in $allfiles){
/dports/devel/pear-phing/phing-2.6.1/tasks/ext/pearpackage/
H A DFileset.php77 $allfiles = array();
86 if (isset($allfiles[$ds->getBasedir()]))
88 $allfiles[$ds->getBasedir()] = array_merge($allfiles[$ds->getBasedir()], $files);
92 $allfiles[$ds->getBasedir()] = $files;
98 foreach($allfiles as $basedir => $files) {
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Dget_dvb_firmware376 my $allfiles;
380 $allfiles .= " $fwfile";
383 $allfiles =~ s/^\s//;
385 $allfiles;
449 my $allfiles;
453 $allfiles .= " $fwfile";
458 $allfiles;
470 my $allfiles;
479 $allfiles;
763 my $allfiles;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Dget_dvb_firmware376 my $allfiles;
380 $allfiles .= " $fwfile";
383 $allfiles =~ s/^\s//;
385 $allfiles;
449 my $allfiles;
453 $allfiles .= " $fwfile";
458 $allfiles;
470 my $allfiles;
479 $allfiles;
763 my $allfiles;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A Dget_dvb_firmware376 my $allfiles;
380 $allfiles .= " $fwfile";
383 $allfiles =~ s/^\s//;
385 $allfiles;
449 my $allfiles;
453 $allfiles .= " $fwfile";
458 $allfiles;
470 my $allfiles;
479 $allfiles;
763 my $allfiles;
[all …]
/dports/mail/im/im-153/IM/
H A DFolder.pm77 my(@allfiles, $filecnt, $numfilecnt, $min, $max);
80 @allfiles = grep(!/^\./, readdir(DIR));
81 $filecnt = scalar(@allfiles);
82 @allfiles = grep(/^\d+$/, @allfiles);
83 $numfilecnt = scalar(@allfiles);
84 $min = (sort {$a <=> $b} @allfiles)[0];
85 $max = (sort {$b <=> $a} @allfiles)[0];
/dports/x11/x11perf/x11perf-1.6.1/
H A Dx11perfcomp.in37 allfiles=
91 allfiles="$allfiles$tmp/rates/$n "
107 paste $allfiles - | sed 's/ / /g' | $ratio
/dports/devel/make++/makepp-2.0/t/
H A Ddry_run_what_if.test18 cp allfiles => "allfiles_$bl" if $af;
19 wait_timestamp 'allfiles' if !$nowait;
41 $(phony all): allfiles
43 allfiles: ab ac bc
87 &cat ab ac bc -o allfiles
95 &cat ab ac bc -o allfiles
120 &cat ab ac bc -o allfiles
126 &cat ab ac bc -o allfiles
152 &cat ab ac bc -o allfiles
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/file_etc/
H A Dtest_file_t_delete.pro60 allfiles = [files1[0:1], file2]
62 for k=0,2 do begin & openw,lu,allfiles[k],/get & free_lun, lu & endfor
64 j = where( FILE_TEST(allfiles) EQ 0 , count_ne)
72 for ii=0,N_ELEMENTS(allfiles)-1 do begin
73 if (FILE_TEST(allfiles[ii]) EQ 1 ) then begin
74 MESSAGE, 'allfiles >>'+allfiles[ii]+'<<has not been deleted', /continue
80 FILE_T_DELETE,allfiles,/quiet
102 all_files_and_directories=[allfiles,tdir]
113 all_files_and_directories=[allfiles,tdir2]
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/spawn_is_dangerous/
H A Dtest_file_delete.pro57 allfiles = [files1[0:1], file2]
59 for k=0,2 do begin & openw,lu,allfiles[k],/get & free_lun, lu & endfor
61 j = where( FILE_TEST(allfiles) EQ 0 , count_ne)
69 for ii=0,N_ELEMENTS(allfiles)-1 do begin
70 if (FILE_TEST(allfiles[ii]) EQ 1 ) then begin
71 MESSAGE, 'allfiles >>'+allfiles[ii]+'<<has not been deleted', /continue
77 file_delete,allfiles
99 all_files_and_directories=[allfiles,tdir]
110 all_files_and_directories=[allfiles,tdir2]
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/modules/par2script/
H A Dcheck.pm33 my $allfiles = $par2script::globals::definitions{'File'};
47 foreach $file ( keys %{$allfiles} )
49 … if (( $allfiles->{$file}->{'Dir'} eq $dir ) || ( $allfiles->{$file}->{'NetDir'} eq $dir ))
281 my $allfiles = $par2script::globals::definitions{'File'};
287 ( ! exists($allfiles->{$allshortcuts->{$shortcut}->{'FileID'}}) ))
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/modules/par2script/
H A Dcheck.pm33 my $allfiles = $par2script::globals::definitions{'File'};
47 foreach $file ( keys %{$allfiles} )
49 … if (( $allfiles->{$file}->{'Dir'} eq $dir ) || ( $allfiles->{$file}->{'NetDir'} eq $dir ))
281 my $allfiles = $par2script::globals::definitions{'File'};
287 ( ! exists($allfiles->{$allshortcuts->{$shortcut}->{'FileID'}}) ))
/dports/devel/monotone/monotone-1.1/test/func/restricted_commands_are_consistent/
H A D__driver__.lua34 allfiles = {"file1", "file2", "foo/foo1", "foo/foo2", "foo/bar/bar1", "foo/bar/bar2"}
52 data.root.included = allfiles
100 check(mtn("drop", "--bookkeep-only", unpack(allfiles)), 0, false, false)
107 check(mtn("drop", "--bookkeep-only", unpack(allfiles)), 0, false, false)
112 for _,x in pairs(allfiles) do remove(x) end
/dports/emulators/qemu5/qemu-5.2.0/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py251 decl = self.allfiles.find_match(OldStyleObjectDeclareSimpleType,
272 find_type_checkers(self.allfiles, 'xxxxxxxxxxxxxxxxx')
328 uppercase = find_typename_uppercase(self.allfiles, typename)
464 defs = list(find_type_definitions(self.allfiles, uppercase))
497 defs = list(find_type_definitions(self.allfiles, uppercase))
534 typedefs = [(t,self.allfiles.find_matches(SimpleTypedefMatch, t))
561 defs = list(find_type_definitions(self.allfiles, uppercase))
646 defs = list(find_type_definitions(self.allfiles, uppercase))
734 instance_decls = find_type_checkers(self.allfiles, typename)
739 parent = find_type_info(self.allfiles, parent_typename)
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py251 decl = self.allfiles.find_match(OldStyleObjectDeclareSimpleType,
272 find_type_checkers(self.allfiles, 'xxxxxxxxxxxxxxxxx')
328 uppercase = find_typename_uppercase(self.allfiles, typename)
464 defs = list(find_type_definitions(self.allfiles, uppercase))
497 defs = list(find_type_definitions(self.allfiles, uppercase))
534 typedefs = [(t,self.allfiles.find_matches(SimpleTypedefMatch, t))
561 defs = list(find_type_definitions(self.allfiles, uppercase))
646 defs = list(find_type_definitions(self.allfiles, uppercase))
734 instance_decls = find_type_checkers(self.allfiles, typename)
739 parent = find_type_info(self.allfiles, parent_typename)
[all …]

12345678910>>...23