Searched refs:directory (Results 326 - 350 of 1039) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-xface.el168 ;; variable, arrange to reset mh-picon-existing-directory-list to 'unset.
169 (defvar mh-picon-directory-list
178 (defvar mh-picon-existing-directory-list 'unset
195 (mh-picon-set-directory-list)
215 (loop for dir in mh-picon-existing-directory-list
241 do (loop for dir in mh-picon-existing-directory-list
255 (defun mh-picon-set-directory-list ()
256 "Update `mh-picon-existing-directory-list' if needed."
257 (when (eq mh-picon-existing-directory-list 'unset)
258 (setq mh-picon-existing-directory
[all...]
/macosx-10.10.1/emacs-93/emacs/lispref/
H A Dtindex.pl40 recorded. In a second pass, Texinfo files in the current directory
79 fatal ("No Texinfo files found in current directory") unless @new_files;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/
H A DMakefile27 SHOPT_CMDLIB_DIR == /* SHOPT_CMDLIB_HDR directory prefix (default "/opt/ast/bin") */
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Ddsl_definition.rb54 # (Mainly used for the directory command).
63 # directory "testdata/doc"
65 def directory(*args, &block) method in class:Rake.DSL
H A Drdoctask.rb86 # Name of directory to receive the html output files. (default is "html")
152 directory @rdoc_dir
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Doptions.rb110 # Option validator for OptionParser that matches a directory that exists on
116 # Option validator for OptionParser that matches a file or directory that
128 # Option validator for OptionParser that matches a template directory for an
162 # Create the output even if the output directory does not look
163 # like an rdoc output directory
222 # The name of the output directory
249 # building documentation outside the source directory. Defaults to the
250 # current directory.
552 resolved. If a name is a directory, it is traversed. If no names are
553 specified, all Ruby files in the current directory (an
[all...]
H A Dtask.rb110 # Name of directory to receive the html output files. (default is "html")
235 directory @rdoc_dir
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dinstall_command.rb60 directory by default. This can be overridden with the --no-wrappers option.
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dtmpdir.rb2 # tmpdir - retrieve temporary directory path
28 if stat = File.stat(dir) and stat.directory? and stat.writable? and
34 raise ArgumentError, "could not find a temporary directory" if !tmp
39 # Dir.mktmpdir creates a temporary directory.
41 # The directory is created with 0700 permission.
42 # Application should not change the permission to make the temporary directory accesible from other users.
44 # The prefix and suffix of the name of the directory is specified by
54 # The directory is created under Dir.tmpdir or
61 # it is yielded with the path of the directory.
62 # The directory an
[all...]
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dmkrunnable.rb61 File.directory?(dir) or mkdir_p(dir)
/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dcreate_fv_user.m295 BOOL directory;
297 if([fm fileExistsAtPath:[@"/Users/" stringByAppendingPathComponent:mNewUserName] isDirectory:&directory])
299 sec_error("Home directory already exists");
330 printf("Creating home directory...\n");
332 sec_error("Failed to create home directory");
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dinit.tcl27 # tcl_library, which is the directory containing this init.tcl script.
28 # [tclInit] (Tcl_Init()) searches around for the directory containing this
31 # The parent directory of tcl_library. Adding the parent
34 # Also add the directory ../lib relative to the directory where the
474 # Loads the contents of tclIndex files on the auto_path directory
760 # src - source directory
761 # dest - destination directory
771 \"$dest\": trying to rename a volume or move a directory\
778 \"$dest\": trying to rename a volume or move a directory\
[all...]
H A Dtm.tcl7 # Locates all possible packages in a directory via a less restricted
8 # glob. The targeted directory is derived from the name of the
11 # packages it found in the directory so that future requests have a
18 # - The only way we get back to the same directory is if someone is
43 # the same directory when the application is asking for many packages,
88 # ancestor directory of any other path on the list. If the new
182 # achieved. The name is also used to compute the directory to
237 foreach file [glob -nocomplain -directory $currentsearchpath *.tm] {
283 # directory, just remember to not fall back to
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dinit.tcl26 # tcl_library, which is the directory containing this init.tcl script.
27 # tclInitScript.h searches around for the directory containing this
30 # The parent directory of tcl_library. Adding the parent
33 # Also add the directory ../lib relative to the directory where the
395 # Loads the contents of tclIndex files on the auto_path directory
680 # src - source directory
681 # dest - destination directory
690 \"$dest\": trying to rename a volume or move a directory\
697 \"$dest\": trying to rename a volume or move a directory\
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dglobrecur.test80 } 1 {"GLOBTESTDIR/file1" is not a directory}
110 } 1 {"GLOBTESTDIR/file1" is not a directory}
/macosx-10.10.1/zlib-55/zlib/nintendods/
H A DMakefile13 # BUILD is the directory where object files & intermediate files will be placed
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dmake-zsh-urls25 B<--output-dir>, B<-o> Specify the output directory for the
133 --output-dir, -o Specify the output directory for the hierarchy.
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dvimball.vim109 " use first existing directory from rtp
113 " save current directory
229 " save current directory and remove older same-named vimball, if any
271 " Allow AsNeeded/ directory to take place of plugin/ directory
556 " s:ChgDir: change directory (in spite of Windoze) {{{2
639 " vimball#VimballHome: determine/get home directory path (usually from rtp) {{{2
655 " just pick the first directory
662 " insure that the home directory exists
666 " call Decho("home<".home."> isn't a directory
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl102 frame .op.f.f1.directory -bd 2
103 pack .op.f.f1.directory -in .op.f.f1 -side top -fill x -padx 15
104 label .op.f.f1.directory.l -text "Directory: " -width 10 -relief flat -anchor w
105 pack .op.f.f1.directory.l -in .op.f.f1.directory -side left -fill x
106 entry .op.f.f1.directory.e -width 20
107 pack .op.f.f1.directory.e -in .op.f.f1.directory -side left -fill x
398 ftp::DisplayMsg $test(conn) "*** TEST $loop.1 (long directory listing) ***" header
400 ftp::DisplayMsg $test(conn) "[llength $remote_list] directory line
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfileio.c218 start out by inserting the default directory into the minibuffer. */
225 /* On NT, specifies the directory separator character, used (eg.) when
412 DEFUN ("file-name-directory", Ffile_name_directory, Sfile_name_directory,
414 doc: /* Return the directory component in file name FILENAME.
415 Return nil if FILENAME does not include a directory.
416 Otherwise return a directory spec.
461 /* Expansion of "c:" to drive and default directory. */
491 doc: /* Return file name FILENAME sans its directory.
528 DEFUN ("unhandled-file-name-directory", Funhandled_file_name_directory,
530 doc: /* Return a directly usable directory nam
840 Lisp_Object directory; variable
845 CHECK_STRING (directory); variable
2629 Lisp_Object directory; variable
2635 CHECK_STRING (directory); variable
2659 Lisp_Object directory; variable
2665 CHECK_STRING (directory); variable
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/data/brkitr/
H A Dbrkfiles.mk10 # you should consider creating a 'brklocal.mk' file in this same directory.
/macosx-10.10.1/ICU-531.30/icuSources/samples/ufortune/resources/
H A Dfortune_resources.mak25 # The directory that contains the tools.
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dman.mk12 ## top-level directory of the distribution or, alternatively, at
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/importExport/
H A DimportExport10 echo === You do not seem to be in the clxutils/importExport directory.
83 # w.r.t. root's keychain directory
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslViewer/
H A DverifyPing46 directory.umich.edu \
64 # set TLS_SSL2_SITES = ( directory.umich.edu)

Completed in 150 milliseconds

<<11121314151617181920>>