Searched refs:files (Results 176 - 200 of 1440) sorted by relevance

1234567891011>>

/macosx-10.10/vim-55/runtime/ftplugin/
H A Dfvwm.vim4 " Description : ftplugin for fvwm config files
H A Dsudoers.vim2 " Language: sudoers(5) configuration files
H A Dxdefaults.vim2 " Language: X resources files like ~/.Xdefaults (xrdb)
/macosx-10.10/vim-55/runtime/spell/
H A Dcheck_locales.vim1 " Script to check if all the locales used in spell files are available.
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DMakefile.PL19 my @files = ('DB_File.pm', glob "t/*.t") ;
20 UpDowngrade(@files);
70 'macro' => { INSTALLDIRS => 'perl', my_files => "@files" },
179 @echo Checking for $$^W in files: $(my_files)
185 @echo Checking for 'use vars' in files: $(my_files)
192 @echo All files are OK for a release.
271 my @files = @_ ;
331 foreach (@files)
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnneething.el42 "Where nneething stores the map files.")
45 "Name of the map files.")
47 (defvoo nneething-exclude-files nil
48 "Regexp saying what files to exclude from the group.
49 If this variable is nil, no files will be excluded.")
51 (defvoo nneething-include-files nil
52 "Regexp saying what files to include in the group.
53 If this variable is non-nil, only files matching this regexp will be
211 (files (directory-files nneethin
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-dcr.el122 (let (files size item (pos (point)) (win (selected-window)) pop-win
129 files (reftex-get-bibfile-list)))
133 files (reftex-uniquify
139 files (reftex-default-bibliography)))
145 (reftex-echo-cite key files item)
149 (reftex-pop-to-bibtex-entry key files nil t item)
152 (reftex-pop-to-bibtex-entry key files nil t item)
285 (defun reftex-echo-cite (key files item)
289 entry string buf (all-files files))
[all...]
H A Dreftex-global.el42 (files (reftex-all-document-files))
44 files " "))))
57 "Run grep query through all files related to this document.
66 (let* ((files (reftex-all-document-files t))
69 (mapconcat 'identity files " "))))
73 "Regexp search through all files of the current document.
85 (tags-search regexp (list 'reftex-all-document-files))))
103 (list 'reftex-all-document-files))))
[all...]
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_specification.rb19 files:
33 s.files = [%q{lib/keyedlist.rb}]
57 s.files = %w[lib/code.rb]
61 s.files = %w[lib/code.rb]
82 files
166 files: []
202 files: []
236 files: []
276 files:
309 @a2.files
[all...]
/macosx-10.10/rsync-45/rsync/packaging/
H A Drelease-rsync8 # a release without affecting the files in the ~/samba-rsync-ftp dir).
54 my(%dirs, @files);
62 push(@files, $dir) if defined($dir) && !$dirs{$1}++;
63 push(@files, $fn);
134 - tweak the version in configure.in, configure, and the spec files
136 - tweak the date in the *.yo files and re-generate the man pages
196 - change the diffs in the patches dir to include generated files
220 - move the old tar/diff files into the appropriate old-* dirs
221 - hard-link the moved tar/diff files on samba.org$skipping
226 - gpg-sign the release files
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Darc-mode.el30 ;; to files whose name end in ".arc"
32 ;; This code does not decode any files internally, although it does
135 "Directory for temporary files made by `arc-mode.el'."
140 "*Regexp recognizing archive files names that are not local.
353 (define-key map "\M-\C-?" 'archive-unmark-all-files)
397 '(menu-item "Unmark All" archive-unmark-all-files
398 :help "Unmark all marked files"))
414 :help "Change owner of marked files"))
418 :help "Change group ownership of marked files"))
422 :help "Change mode (permissions) of marked files"))
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDirectory.pm46 my ($dir, @files, $name, $item, $abs, $rel, $check);
47 $self->{ files } = [ ];
67 # Scan directory for files and sub-directories.
74 my ($dir, @files, $name, $abs, $rel, $item);
83 @files = readdir DH;
87 my ($path, $files, $dirs, $list) = @$self{ qw( path files dirs list ) };
88 @$files = @$dirs = @$list = ();
90 foreach $name (sort @files) {
101 push(@$files,
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/afsutil/
H A Dafslog.c51 static getarg_strings files; variable
62 { "file", 'p', arg_strings, &files, "files to get tokens for", "path" },
106 const char **fn, *files[] = { _PATH_CELLSERVDB, local
111 for(fn = files; *fn; fn++) {
270 for(i = 0; i < files.num_strings; i++){
271 afslog_file(files.strings[i]);
274 free_getarg_strings (&files);
/macosx-10.10/ICU-531.30/icuSources/test/depstest/
H A Ddepstest.py102 files = item.get("files")
103 if files:
104 for file_name in files:
114 # except when this item has no files, that is, when it is just
118 if files and imports.isdisjoint(dep_exports) and imports.isdisjoint(dep_system_symbols):
128 for file_name in files:
137 """Loads dependencies.txt, reads the libraries' .o files, and processes them.
154 files_missing_from_deps = o_files_set - dependencies.files
155 files_missing_from_build = dependencies.files
[all...]
/macosx-10.10/ruby-106/ruby/benchmark/
H A Ddriver.rb176 def files method in class:BenchmarkDriver
178 @files = Dir.glob(File.join(@dir, 'bm*.rb')).map{|file|
189 @files << File.join(@dir, 'bm_loop_whileloop.rb')
191 @files << File.join(@dir, 'bm_loop_whileloop2.rb')
194 @files.sort!
195 progress_message "total: #{@files.size * @repeat} trial(s) (#{@repeat} trial(s) for #{@files.size} benchmark(s))\n"
196 @files
200 files.each_with_index{|file, i|
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFileUploadControl.cpp88 // This only supports clearing out the files, but that's OK because for
90 FileList* files = inputElement().files(); local
91 ASSERT(files);
92 if (files && files->isEmpty())
184 RenderTheme::FileUploadDecorations decorationsType = inputElement().files()->length() == 1 ? RenderTheme::SingleFile : RenderTheme::MultipleFiles;
271 ASSERT(inputElement().files());
273 if (inputElement().files()->length())
276 return theme().fileListNameForWidth(inputElement().files(), styl
[all...]
/macosx-10.10/ICU-531.30/icuSources/extra/uconv/
H A Dmakedata.mak5 # nmake file for creating data files on win32
59 # Suffixes for data files
62 # We're including a list of resource files.
74 # This target should build all the data files
93 # This is to remove all the data files
101 @echo Making Resource Bundle files
/macosx-10.10/OpenSSH-189/openssh/contrib/
H A Dfindssl.sh18 # 2004-12-13: Add traps to cleanup temp files, from Amarendra Godbole.
40 # Searching for OpenSSL header files.
44 # Searching for OpenSSL shared library files.
53 # Searching for OpenSSL static library files.
114 echo Searching for OpenSSL header files.
133 echo Searching for OpenSSL shared library files.
162 echo Searching for OpenSSL static library files.
/macosx-10.10/OpenSSL098-52/src/crypto/perlasm/
H A Dx86asm.pl80 * ELF - elf object files,
81 * OUT - a.out object files,
82 * BSDI - BSDI style a.out object files
/macosx-10.10/dtrace-147/test/tst/common/misc/
H A Dtst.include.ksh82 files=/usr/include/sys/*.h
85 # There are a few files in /usr/include/sys that are known to be bad -- usually
87 # file. Hopefully these remain sufficiently few that the O(#files * #badfiles)
90 # becomes a problem, kindly fix it by reducing the number of bad files! (That
103 for inc in $files; do
131 for inc in $files; do
/macosx-10.10/rsync-45/rsync/packaging/lsb/
H A Drsync.spec1 Summary: A program for synchronizing files over a network.
14 Rsync uses a reliable algorithm to bring remote and host files into
16 in the files over the network instead of sending the complete
17 files. Rsync is often used as a very powerful mirroring process or
38 %files
49 Support for compressed manpages (* at end catches them in %files)
/macosx-10.10/ruby-106/ruby/lib/shell/
H A Dbuiltin-command.rb74 @files = Dir[@pattern]
77 @files = Dir[prefix+@pattern].collect{|p| p.sub(prefix, "")}
80 for f in @files
/macosx-10.10/vim-55/runtime/tools/
H A Dshtags.pl15 USAGE: $program [-kvwVx] [-t <file>] <files>
23 <files> List of files to scan for tags.
/macosx-10.10/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c495 struct file files[64]; local
550 err = readFile(argv[i+1], &files[num_files].mapped, &files[num_files].mapped_size);
554 if (files[num_files].mapped && files[num_files].mapped_size)
556 files[num_files].import = import;
557 files[num_files].path = argv[i+1];
572 files[filenum].nsyms = count_symbols((char *) files[filenum].mapped, files[filenu
[all...]
/macosx-10.10/ICU-531.30/icuSources/data/
H A Dmakedata.mak5 # nmake file for creating data files on win32
30 # Suffixes for data files
62 # The directory that contains ucmcore.mk files along with *.ucm files
67 # The directory that contains resfiles.mk files along with *.txt locale data files
72 # The directory that contains colfiles.mk files along with *.txt collation data files
77 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files
[all...]

Completed in 3188 milliseconds

1234567891011>>