Searched refs:directory (Results 376 - 400 of 1039) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tidy-15.15/tidy/test/
H A Donetest.cmd43 REM Make sure output directory exists
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dspellfile.vim46 echomsg 'spellfile#LoadFile(): There is no writable spell directory.'
50 " After creating the directory it should show up in the list.
112 let msg = "In which directory do you want to write the file:"
199 " For Unix always use the $HOME/.vim directory
H A Dnetrw.vim1 " netrw.vim: Handles file transfer and remote directory listing across
331 " Save current settings and current directory
391 call netrw#ErrorMsg(s:ERROR,"unable to change directory to <".curdir."> (permissions?)",61)
421 if &directory == ""
422 " user hasn't specified a swapfile directory;
423 " netrw will temporarily set the swapfile directory
424 " to the current directory as returned by getcwd().
425 let &l:directory = getcwd()
427 setlocal directory=
478 " supports :NetrwClean -- remove netrw from first directory o
[all...]
/macosx-10.10.1/vim-55/src/po/
H A DMake_mvc.mak65 # Correct the following line for the directory where gettext et al is installed
/macosx-10.10.1/dcerpc-61/dcerpc/
H A Dconfigure.in278 AC_CACHE_CHECK([for named pipes directory],
282 AC_CACHE_CHECK([for unix domain sockets directory],
286 AC_DEFINE_UNQUOTED([RPC_C_NP_DIR], ["$rpcd_cv_rpc_c_np_dir"], [named pipes directory])
287 AC_DEFINE_UNQUOTED([RPC_C_UXD_DIR], ["$rpcd_cv_rpc_c_uxd_dir"], [unix domain sockets directory])
295 AC_ARG_WITH(pthread-ext-dir, [ --with-pthread-ext-dir=DIR base directory of pthread extension library])
296 AC_ARG_WITH(pthread-ext-libdir, [ --with-pthread-ext-libdir=DIR directory of pthread extension library. (defaults to --with-pthread-ext-dir/lib)])
310 AC_ARG_WITH(pthread-ext-rpath, [ --with-pthread-ext-rpath=DIR directory where the pthread extension will be installed at runtime. Defaults to --with-pthread-ext-libdir value.],
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcompile.el51 ;; obtained by following directory change messages. DIRECTORY will be nil for
391 ,(expand-file-name "compilation.txt" data-directory))
394 ;;;###autoload(put 'compilation-directory 'safe-local-variable 'stringp)
395 (defvar compilation-directory nil
398 (defvar compilation-directory-matcher
399 '("\\(?:Entering\\|Leavin\\(g\\)\\) directory `\\(.+\\)'$" (2 . 1))
405 matches, that is a directory name. If LEAVE is nil or the corresponding
407 directory. If it does match anything, this message is about going back to the
408 directory we were in before the last entering message. If you change this,
412 "^\\(?:\f\\|.*\\(?:Entering\\|Leaving\\) directory `
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DFile.pm157 [% File.dir %] # directory
175 to the current working directory. The constructor performs a C<stat()>
206 The C<isdir> flag will be set if the file is a directory.
270 The directory element of the path with the filename removed.
286 from a file to its root directory.
300 a root directory in which the named file resides. This is otherwise
/macosx-10.10.1/libiconv-42/libiconv/tools/
H A D8bit_tab_to_h.c74 const char* directory; local
88 directory = (argc > 4 ? argv[4] : "");
90 fprintf(stderr, "Creating %s%s\n", directory, filename);
139 char* fname = malloc(strlen(directory)+strlen(filename)+1);
140 strcpy(fname,directory); strcat(fname,filename);
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c336 char *directory; /* the directory where it applies */ member in struct:__anon6007
1768 ? conf->baseurl : conf->directory,
1846 path = apr_pstrcat(r->pool, conf->directory, path,
2825 a->directory = NULL;
2830 a->directory = apr_pstrdup(p, path);
2833 a->directory = apr_pstrcat(p, path, "/", NULL);
2862 a->directory = overrides->directory;
2896 /* server command? set both global scope and base directory scop
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dcomplete.c143 /* If non-zero, completed directory names have a slash appended. */
146 /* If non-zero, the symlinked directory completion behavior introduced in
177 completing on a directory name. The function is called with
178 the address of a string (the current directory name) as an arg. */
315 symbolic links to directory names, subject to the value of the
710 path passed. In this case, we try to expand the directory
714 /* Terminate the directory name. */
720 files in the root directory. If we pass a null string to the
721 bash directory completion hook, for example, it will expand it
722 to the current directory
1896 static DIR *directory = (DIR *)NULL; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-mime.el181 (defvar mh-mime-save-parts-directory nil
182 "Default to use for `mh-mime-save-parts-default-directory'.
345 (let ((mm-default-directory
346 (file-name-as-directory (or mh-mime-save-parts-directory
347 default-directory))))
349 (setq mh-mime-save-parts-directory mm-default-directory)))))
375 The attachments are saved in the directory specified by the
376 option `mh-mime-save-parts-default-directory' unles
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_installer.rb141 assert File.directory? File.join(@spec.gem_dir, 'lib')
337 assert_equal true, File.directory?(util_inst_bindir)
372 assert File.directory? util_inst_bindir
389 assert_equal true, File.directory?(util_inst_bindir)
403 assert_equal true, File.directory?(util_inst_bindir)
500 assert_equal true, File.directory?(util_inst_bindir)
518 assert_equal true, File.directory?(util_inst_bindir)
665 assert_equal true, File.directory?(util_inst_bindir)
925 File.directory? File.join(Gem.dir, 'cache')
926 File.directory
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Druby.vim88 " current directory and the directory of the current file.
251 " It is also packaged with Vim, in the $VIMRUNTIME/macros directory.
253 " 2. Copy "matchit.txt" into a "doc" directory (e.g. $HOME/.vim/doc).
255 " 3. Copy "matchit.vim" into a "plugin" directory (e.g. $HOME/.vim/plugin).
/macosx-10.10.1/libxml2-26/libxml2/
H A DparserInternals.c1320 if (input->directory != NULL) xmlFree((char *) input->directory);
1504 char *directory = NULL; local
1536 directory = xmlParserGetDirectory((const char *) URI);
1540 inputStream->directory = directory;
1543 if ((ctxt->directory == NULL) && (directory != NULL))
1544 ctxt->directory = (char *) xmlStrdup((const xmlChar *) directory);
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DparserInternals.c1361 if (input->directory != NULL) xmlFree((char *) input->directory);
1542 char *directory = NULL; local
1574 directory = xmlParserGetDirectory((const char *) URI);
1578 inputStream->directory = directory;
1583 if ((ctxt->directory == NULL) && (directory != NULL))
1584 ctxt->directory = (char *) xmlStrdup((const xmlChar *) directory);
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/data/
H A Dmakedata.mak21 # Is the directory containing this file (makedata.mak)
22 # Is the directory into which most data is built (prior to packaging)
46 # The root of the ICU source directory tree
56 # The data directory in source
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
82 # The directory that contains trfiles.mk files along with *.txt transliterator files
87 # The directory tha
[all...]
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnc.c875 nc_set_application_url(CFStringRef subtype, CFStringRef directory) argument
883 if (subtype == NULL || directory == NULL) {
888 directory,
997 CFURLRef directory = NULL; local
1049 directory = CFURLCreateByResolvingBookmarkData(kCFAllocatorDefault, bookmarkData, 0, NULL, NULL, &isStale, NULL);
1050 if (directory == NULL) {
1054 SCPrint(TRUE, stdout, CFSTR("ApplicationURL: %@\n"), directory);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmail-source.el41 (require 'message) ;; for `message-directory'
77 (cons :tag "Several files in a directory"
78 (const :format "" directory)
82 (directory :tag "Path"))
155 (directory :tag "Path"))
262 (defcustom mail-source-directory message-directory
265 :type 'directory)
335 (expand-file-name (user-login-name) rmail-spool-directory))))
336 (directory
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm90 Determine current directory.
115 Determine current directory.
158 Track changes of current directory in C<$ENV{PWD}>.
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DConfig.pm259 # Returns the root installation directory appended with any local
260 # component directory passed as an argument.
266 || return $class->error("no installation directory");
391 Returns the root directory of the Template Toolkit installation under
392 which optional components are installed. Any relative directory specified
393 as an argument will be appended to the returned directory.
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Ducnvseltst.c167 const char* directory= ctest_dataSrcDir(); local
168 needLen = uprv_strlen(directory)+uprv_strlen(TDSRCPATH)+uprv_strlen(filename)+1;
175 strcpy(fnbuf, directory);
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authn_socache.c181 static const char *const directory = "directory"; variable
187 ret->context = directory;
197 if (add->context == directory) {
252 if (!strcmp(context, "directory")) {
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dhmac_link.c243 hmacmd5_tofile(const dst_key_t *key, const char *directory) { argument
266 return (dst__privstruct_writefile(key, &priv, directory));
519 hmacsha1_tofile(const dst_key_t *key, const char *directory) { argument
542 return (dst__privstruct_writefile(key, &priv, directory));
797 hmacsha224_tofile(const dst_key_t *key, const char *directory) { argument
820 return (dst__privstruct_writefile(key, &priv, directory));
1075 hmacsha256_tofile(const dst_key_t *key, const char *directory) { argument
1098 return (dst__privstruct_writefile(key, &priv, directory));
1353 hmacsha384_tofile(const dst_key_t *key, const char *directory) { argument
1376 return (dst__privstruct_writefile(key, &priv, directory));
1631 hmacsha512_tofile(const dst_key_t *key, const char *directory) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dange-ftp.el157 ;; 3) Using NFS and symlinks, make sure that there is a shared directory with
159 ;; This directory is necessary for temporary files created by ange-ftp.
162 ;; this directory plus an identifying filename prefix. For example:
166 ;; where /nfs/hplose/ange is a directory that is shared between the
461 ;; when asked to list a non-existent directory. Some of the ai.mit.edu
512 ;; 10. If a dir listing is attempted for an empty directory on (at least
522 ;; functions to convert the directory listing to ls -l format.
584 ;; ange-ftp-TYPE-file-name-as-directory
777 (expand-file-name "ange-ftp" temporary-file-directory)
780 :type 'directory)
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/generator/
H A Ddarkfish.rb61 # Path to this file's parent directory. Used to find templates and other
131 # The output directory
192 # directory.
201 next if File.directory? path
239 # Copies static files from the static_path into the output directory
247 unless File.directory? path then
256 if File.directory? entry then
534 # Prepares for generation of output from the current directory
629 # directory and returns the result based on the current context.

Completed in 332 milliseconds

<<11121314151617181920>>