Searched refs:directory (Results 251 - 275 of 1039) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/Scripts/
H A Dupdate-codemirror-resources.rb11 if !File.directory? path
12 puts "ERROR: Provided CodeMirror path is not a directory."
/macosx-10.10.1/apr-32/apr/apr/build/
H A Dlineends.pl67 Where: paths specifies the top level directory to convert (default of '.')
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Datffile.cpp195 const atf::fs::directory& m_dir;
232 reader(std::istream& is, const atf::fs::directory& dir) :
304 // Scan the directory where the atffile lives in to gather a list of
306 fs::directory dir(filename.branch_path());
308 fs::directory::iterator iter = dir.begin();
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr53 # The test program's source directory: i.e. where its auxiliary data files
283 # Prints the value of the test case's source directory.
886 # First of all, make sure that the source directory is correct. It
899 "directory \`${Source_Dir}'"
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_desc.com15 $! Create directory lines
25 $! assumes that there is only one source directory. It also assumes that
298 $! Ignore the directory entries for now.
304 $! If this is not a directory then start processing files.
311 $! process directory lines for rename.
382 $write pdsc " directory ""[gnv.common_src]"" PROTECTION PUBLIC ;"
389 $ write pdsc " directory ""[gnv.vms_src]"" PROTECTION PUBLIC ;"
401 $! Create directory lines
427 $! It should be just a directory then.
430 $! If this is not a directory the
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-sound.el74 :type '(repeat directory))
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs-parse.el88 to the `default-directory').
168 (defun cvs-parsed-fileinfo (type path &optional directory &rest keys)
173 - if it's a string, it denotes the directory in which PATH (which should then be
174 a plain file name with no directory component) resides.
175 - if it's nil, the PATH should not be trusted: if it has a directory
176 component, use it, else, assume it is relative to the current directory.
178 directory (i.e. if there is no directory component, it means the file
179 is inside the main directory).
181 (let ((dir directory)
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Drm.c45 "[d:directory?\bremove\b(3) (or \bunlink\b(2)) directories rather than"
48 " constitution, to use this option. Even though the directory must"
59 " enabled) for each directory before attempting to remove directory"
87 int directory; /* remove(dir) not rmdir(dir) */ member in struct:State_s
136 error(2, "%s: cannot %s directory", ent->fts_path, (ent->fts_info & FTS_NR) ? "read" : "search");
157 error(2, "%s: directory", ent->fts_path);
186 if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context))
200 error(1, "%s: hard link to directory", ent->fts_path);
207 if (isempty(ent) || state->directory)
[all...]
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dnanoftp.h132 const char *directory);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dnanoftp.h112 const char *directory);
/macosx-10.10.1/remote_cmds-47/ypinit.tproj/
H A Dypinit.sh127 # Check if the YP directory exists.
131 echo "The directory ${YP_DIR} doesn't exist. Restore it from the distribution." 1>&2
183 echo "Can't clean up old directory ${YP_DIR}/${DOMAIN}." 1>&2
194 echo "Can't make new directory ${YP_DIR}/${DOMAIN}." 1>&2
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dcontents_command.rb107 next if File.directory? absolute_path
H A Duninstall_command.rb54 'Uninstall from user\'s home directory',
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dinstall_update_options.rb37 'Gem repository directory to get installed',
125 'Install in user\'s home directory instead',
/macosx-10.10.1/ruby-106/ruby/lib/shell/
H A Dcommand-processor.rb90 # See Dir.foreach when +path+ is a directory.
96 if File.directory?(path)
109 # See Dir.open when +path+ is a directory.
113 if File.directory?(path)
135 # See Dir.unlink when +path+ is a directory.
141 if File.directory?(path)
478 # * Shell#directory?(file)
555 next unless sh.directory? path
/macosx-10.10.1/ruby-106/ruby/test/fileutils/
H A Dclobber.rb29 Dir.mkdir tmproot unless File.directory?(tmproot)
H A Dfileasserts.rb30 assert(File.directory?(path), "is not directory: #{path}#{message&&': '}#{message||''}")
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_file_creation_task.rb29 directory DUMMY_DIR
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dresource.rb18 if File.directory?(path)
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dman2html.tcl69 # Given a directory as argument, translate all the man pages in
70 # that directory.
73 # dir - Name of the directory.
76 foreach f [lsort [glob -directory $dir "*.\[13n\]"]] {
123 puts stderr "Error: doc directory for package $i is missing"
127 puts stderr "Error: $tcl_dir/$i/doc is not a directory"
135 puts stderr "Error: HTML directory already exists"
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dman2html.tcl71 # Given a directory as argument, translate all the man pages in
72 # that directory.
75 # dir - Name of the directory.
78 foreach f [lsort [glob -directory $dir "*.\[13n\]"]] {
111 puts stderr "Error: doc directory for package $i is missing"
115 puts stderr "Error: $tcl_dir/$i/doc is not a directory"
124 puts stderr "Error: HTML directory already exists"
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A DdirViewer.tcl7 # directory.
31 # Displays the contents of the directory dir in a tablelist widget.
95 # Populate the tablelist with the contents of the given directory
104 # Outputs the contents of the directory dir into the tablelist widget tbl, as
117 "Cannot read directory \"[file nativename $dir]\"\
147 # files of the directory dir. Prepend a "D" or "F" to
157 foreach entry [glob -nocomplain -types {d f} -directory $dir *] {
195 [glob -nocomplain -types {d f} -directory $name *]] != 0} {
256 # Outputs the contents of the directory whose leaf name is displayed in the
293 if {[llength [glob -nocomplain -types {d f} -directory
[all...]
H A DdirViewer_tile.tcl7 # directory.
37 # Displays the contents of the directory dir in a tablelist widget.
101 # Populate the tablelist with the contents of the given directory
110 # Outputs the contents of the directory dir into the tablelist widget tbl, as
123 "Cannot read directory \"[file nativename $dir]\"\
153 # files of the directory dir. Prepend a "D" or "F" to
163 foreach entry [glob -nocomplain -types {d f} -directory $dir *] {
201 [glob -nocomplain -types {d f} -directory $name *]] != 0} {
262 # Outputs the contents of the directory whose leaf name is displayed in the
299 if {[llength [glob -nocomplain -types {d f} -directory
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A DMakefile.vc7 # Be sure to adapt the "configs.vc" file in the toplevel directory
151 echo Created directory '$(TMP_DIR)'
153 echo Created directory '$(OUT_DIR)'
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A DMakefile.vc7 # Be sure to adapt the "configs.vc" file in the toplevel directory
155 echo Created directory '$(TMP_DIR)'
157 echo Created directory '$(OUT_DIR)'

Completed in 280 milliseconds

<<11121314151617181920>>