Searched refs:files (Results 151 - 175 of 1499) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Filesys-Df/
H A DDf.pm31 my ($frsize, $blocks, $bfree, $bavail, $files, $ffree, $favail);
35 ($frsize, $blocks, $bfree, $bavail, $files, $ffree, $favail) = _df_fh(fileno($dir));
39 ($frsize, $blocks, $bfree, $bavail, $files, $ffree, $favail) = _df($dir);
132 if(defined $files && $files > 0) {
133 $fused = $files - $ffree;
136 $user_files = $files - ($ffree - $favail);
162 $fper = $fused / $files;
165 $user_files = $files;
178 $fs{files}
[all...]
/macosx-10.9.5/CPANInternal-140/Filesys-Df-0.92/
H A DDf.pm31 my ($frsize, $blocks, $bfree, $bavail, $files, $ffree, $favail);
35 ($frsize, $blocks, $bfree, $bavail, $files, $ffree, $favail) = _df_fh(fileno($dir));
39 ($frsize, $blocks, $bfree, $bavail, $files, $ffree, $favail) = _df($dir);
132 if(defined $files && $files > 0) {
133 $fused = $files - $ffree;
136 $user_files = $files - ($ffree - $favail);
162 $fper = $fused / $files;
165 $user_files = $files;
178 $fs{files}
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-uu.el1 ;;; gnus-uu.el --- extract (uu)encoded files in Gnus
40 "Extracting encoded files."
45 "Viewwing extracted files."
83 To make gnus-uu use 'xli' to display JPEG and GIF files, put the
144 To use, for instance, 'untar' to unpack tar files and 'zip -x' to
145 unpack zip files, say the following:
152 (defcustom gnus-uu-ignore-files-by-name nil
153 "*A regular expression saying what files should not be viewed based on name.
154 If, for instance, you want gnus-uu to ignore all .au and .wav files,
157 (setq gnus-uu-ignore-files
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-unix.el104 (defcustom eshell-mv-overwrite-files t
105 "*If non-nil, `mv' will overwrite files without warning."
114 (defcustom eshell-cp-overwrite-files t
115 "*If non-nil, `cp' will overwrite files without warning."
124 (defcustom eshell-ln-overwrite-files nil
125 "*If non-nil, `ln' will overwrite files without warning."
171 (defun eshell-remove-entries (path files &optional top-level)
173 (while files
175 (file-name-nondirectory (car files)))
178 (if (and (file-directory-p (car files))
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dfileselectionbox.itk179 # Create the files list.
181 itk_component add files {
182 iwidgets::Scrolledlistbox $itk_interior.files \
253 # Specifies whether or not to display the files list.
357 # Specifies the string to be displayed in the files list should
358 # not regular files exist in the directory.
368 # mask as arguments. The command should return a list of files which
379 # mask as arguments. The command should return a list of files which
416 # file in the files list.
433 # Specify the type of files whic
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/data/brkitr/
H A Dbrkfiles.mk14 # Example 'brklocal.mk' files:
26 # Generated by LDML2ICUConverter, from LDML source files.
36 # List of dictionary files (dict).
40 # List of break iterator files (brk).
/macosx-10.9.5/ICU-511.35/icuSources/test/testdata/
H A Dtstfiles.mk3 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A Dgenerator.mk1 # Makefile for generated files.
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dgenerator.mk1 # Makefile for generated files.
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A Dgenerator.mk1 # Makefile for generated files.
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dgenerator.mk1 # Makefile for generated files.
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A DMakefile.am71 .PHONY: files release snapshot
73 files:
74 @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClipboard.idl34 readonly attribute FileList files;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/
H A Dstart.pl21 # temporary files, start the server, and verify that the server is running.
31 # --noclean - Do not cleanup files in server directory
73 my @files = sort readdir DIR;
76 my @ns = grep /^ns[0-9]*$/, @files;
H A Dstop.pl65 my @files = sort readdir DIR;
68 my @ns = grep /^ns[0-9]*$/, @files;
/macosx-10.9.5/bind9-45.100/bind9/win32utils/
H A Dmakedefs.pl21 # This script goes through all of the lib header files and creates a .def file
25 # the .def files. Normally these files should be updated by hand, adding
101 # Get the List of files in the directory to be processed.
109 @files = grep(/\.h$/i, readdir(DIR));
112 foreach $filename (sort @files) {
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dmakedocset.c22 * compare_html() - Compare the titles of two HTML files.
24 * compare_sections_files() - Compare the number of files and section names.
51 cups_array_t *files; /* Files in this section */ member in struct:_cups_section_s
96 fputs("makedocset: Unable to index help files!\n", stderr);
115 * Merge the Tokens.xml files...
167 * 'compare_html()' - Compare the titles of two HTML files.
191 * 'compare_sections_files()' - Compare the number of files and section names.
199 int ret = cupsArrayCount(b->files) - cupsArrayCount(a->files);
214 help_index_t *hi) /* I - Index of files */
[all...]
/macosx-10.9.5/curl-78.94.1/curl/
H A Dmissing70 automake touch all \`Makefile.in' files
114 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
115 test -z "$files" && files="curl_config.h"
117 for f in $files; do
274 system. You might have modified some files without having the
/macosx-10.9.5/dtrace-118.1/test/cmd/scripts/
H A Ddtest.pl49 @files = ();
54 # If no test files are specified on the command-line, execute a find on "."
55 # and append any tst.*.d, tst.*.ksh, err.*.d or drp.*.d files found within
60 push(@files, $File::Find::name)
77 print "\t -d specify directory for test results files and cores\n";
83 print "\t -s save results files even for tests that pass\n";
169 push(@files, $arg);
184 die $USAGE if (scalar(@files) == 0);
248 foreach $file (sort @files) {
332 # Iterate over the set of test files specifie
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Difdef.c51 next_line = - files[0].prefix_lines;
53 if (next_line < files[0].valid_lines)
56 format_ifdef (group_format[UNCHANGED], next_line, files[0].valid_lines,
57 next_line - files[0].valid_lines + files[1].valid_lines,
58 files[1].valid_lines);
97 groups[0].file = &files[0];
100 groups[1].file = &files[1];
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/
H A Dmissing80 automake touch all \`Makefile.in' files
163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
164 test -z "$files" && files="config.h"
166 for f in $files; do
190 You might have modified some files without having the
337 You might have modified some files without having the
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dloader.py13 Recursively look for files matching 'pathPattern'. Return a list
14 of matching files/directories.
18 def walker(data, dirname, files):
19 for fn in files:
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dmacpkg.rb51 def files(rsrcRef=nil) method in class:Tk
53 tk_call('resource', 'files', rsrcRef)
55 tk_split_simplelist(tk_call('resource', 'files'))
79 module_function :close, :delete, :files, :list, :open, :read, :types, :write
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dmkpkgidx.tcl13 # it differs from the tcl pkg_mkIndex procedure in the way it sources files.
14 # since base classes can usually be found in files separate from the derived
18 # interpreter which will source the class files in order (base classes first at
23 # the stooop library makes sure that base classes source files are automatically
38 proc indexData {packageName files} {
48 foreach file $files {
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/lib/
H A Dwafecompat.tcl28 proc requireTclComponents {files} {
30 foreach component $files {

Completed in 392 milliseconds

1234567891011>>