Searched +refs:ff +refs:get +refs:file +refs:name (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/vim-55/runtime/autoload/
H A Dgzip.vim1 " Vim autoload file for editing compressed files.
10 let name = substitute(a:cmd, '\(\S*\).*', '\1', '')
11 if !exists("s:have_" . name)
12 let e = executable(name)
14 let r = system(name . " --version")
17 exe "let s:have_" . name . "=" . e
19 exe "return s:have_" . name
23 " the flags in the compressed file.
27 " get the Compression Method
31 " get th
[all...]
H A Dvimball.vim1 " vimball.vim : construct a file containing both paths and files
72 " filename : base name of file to be created (ie. filename.vba)
76 " [file]
79 " [file]
92 call vimball#ShowMesg(s:ERROR,"(MkVimball) vimball name<".a:1."> should not include slashes; use ! to insist")
93 " call Dret("MkVimball : vimball name<".a:1."> should not include slashes")
97 call vimball#ShowMesg(s:ERROR,"(MkVimball) file<".vbname."> exists; use ! to insist")
98 " call Dret("MkVimball : file<".vbname."> already exists; use ! to insist")
106 " allow user to specify where to get th
[all...]
H A Dnetrw.vim1 " netrw.vim: Handles file transfer and remote directory listing across
170 call s:NetrwInit("g:netrw_ftp_browse_reject", '^total\s\+\d\+$\|^Trying\s\+\d\+.*$\|^KERBEROS_V\d rejected\|^Security extensions not\|No such file\|: connect to address [0-9a-fA-F:]*: No route to host$')
271 call s:NetrwInit("g:netrw_sort_by" , "name") " alternatives: date , size
537 " netrw#NetRead: responsible for reading a file over the net {{{2
538 " mode: =0 read remote file and insert before current line
539 " =1 read remote file and insert after current line
540 " =2 replace with remote file
541 " =3 obtain file, but leave in temporary format
551 if a:mode == 0 " read remote file before current line
553 elseif a:mode == 1 " read file afte
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dange-ftp.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
31 ;; the common file-handling routines are extended to interact with FTP.
35 ;; Some of the common GNU Emacs file-handling operations have been made
37 ;; '/user@host:name' then it will spawn an FTP process connecting to machine
38 ;; 'host' as account 'user' and perform its operation on the file 'name'.
40 ;; For example: if find-file is given a filename of:
45 ;; user 'ange', get the file '/tm
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfilesets.el9 ;; This file is part of GNU Emacs.
32 ;; two mouse clicks only. A fileset is either a list of files, a file
34 ;; inclusion group (i.e. a base file including other files).
37 ;; 1. Put (require 'filesets) and (filesets-init) in your .emacs file.
104 "Filesets' cached system name.")
119 (defvar filesets-update-cache-file-flag nil
140 init.el. This means that settings saved in the cache file (see
141 `filesets-menu-cache-file') will be overwritten by custom.el. In order
142 to ensure the use of the cache file, set this variable to t -- which is
145 file
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dmenu.vim1 " Vim support file to define the default menus
21 " Try to find a menu translation file for the current language.
31 " A language name must be at least two characters, don't accept "C"
38 " We always use a lowercase name.
48 " same menu file for them.
86 let g:menutrans_help_dialog = "Enter a command or word to find help on:\n\nPrepend i_ for Input mode commands (e.g.: i_CTRL-X)\nPrepend c_ for command-line editing commands (e.g.: c_<Del>)\nPrepend ' for an option name (e.g.: 'shiftwidth')"
318 let g:menutrans_fileformat_dialog = "Select format for writing the file"
323 if &ff == "dos"
325 elseif &ff == "mac"
332 set ff
[all...]
H A Doptwin.vim50 let name = substitute(line, '\([^\t]*\).*', '\1', "")
51 exe "help '" . name . "'"
105 " get the new value of the option and update the option window line
107 let name = substitute(a:line, '^ \tset \([^=]*\)=.*', '\1', "")
109 let name = substitute(a:line, '^ \tset \(no\)\=\([a-z]*\).*', '\2', "")
111 if name == "pt" && &pt =~ "\x80"
114 exe "let val = substitute(&" . name . ', "[ \\t\\\\\"|]", "\\\\\\0", "g")'
120 call setline(a:lnum, " \tset " . name . "=" . val)
123 call setline(a:lnum, " \tset " . name . "\tno" . name)
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A D2html.vim1 " Vim syntax support file
18 " Transform a file into HTML, using the current syntax highlighting.
20 " this file uses line continuations
42 let s:cterm_color = {0: "#808080", 1: "#ff6060", 2: "#00ff00", 3: "#ffff00", 4: "#8080ff", 5: "#ff40ff", 6: "#00ffff", 7: "#ffffff"}
44 let s:cterm_color = {0: "#000000", 1: "#c00000", 2: "#008000", 3: "#804000", 4: "#0000c0", 5: "#c000c0", 6: "#008080", 7: "#c0c0c0", 8: "#808080", 9: "#ff6060", 10: "#00ff00", 11: "#ffff00", 12: "#8080ff", 13: "#ff40ff", 14: "#00ffff", 15: "#ffffff"}
48 call extend(s:cterm_color, {16: "#000000", 17: "#00008b", 18: "#0000cd", 19: "#0000ff", 20: "#008b00", 21: "#008b8b", 22: "#008bcd", 23: "#008bff", 24: "#00cd00", 25: "#00cd8b", 26: "#00cdcd", 27: "#00cdff", 28: "#00ff00", 29: "#00ff8b", 30: "#00ffcd", 31: "#00ffff", 32: "#8b0000", 33: "#8b008b", 34: "#8b00cd", 35: "#8b00ff", 36: "#8b8b00", 37: "#8b8b8b", 38: "#8b8bcd", 39: "#8b8bff", 40: "#8bcd00", 41: "#8bcd8b", 42: "#8bcdcd", 43: "#8bcdff", 44: "#8bff00", 45: "#8bff8b", 46: "#8bffcd", 47: "#8bffff", 48: "#cd0000", 49: "#cd008b", 50: "#cd00cd", 51: "#cd00ff", 52: "#cd8b00", 53: "#cd8b8b", 54: "#cd8bcd", 55: "#cd8bff", 56: "#cdcd00", 57: "#cdcd8b", 58: "#cdcdcd", 59: "#cdcdff", 60: "#cdff00", 61: "#cdff8b", 62: "#cdffcd", 63: "#cdffff", 64: "#ff0000"})
51 call extend(s:cterm_color, {16: "#000000", 17: "#00005f", 18: "#000087", 19: "#0000af", 20: "#0000d7", 21: "#0000ff", 22: "#005f00", 23: "#005f5f", 24: "#005f87", 25: "#005faf", 26: "#005fd7", 27: "#005fff", 28: "#008700", 29: "#00875f", 30: "#008787", 31: "#0087af", 32: "#0087d7", 33: "#0087ff", 34: "#00af00", 35: "#00af5f", 36: "#00af87", 37: "#00afaf", 38: "#00afd7", 39: "#00afff", 40: "#00d700", 41: "#00d75f", 42: "#00d787", 43: "#00d7af", 44: "#00d7d7", 45: "#00d7ff", 46: "#00ff00", 47: "#00ff5f", 48: "#00ff87", 49: "#00ffaf", 50: "#00ffd7", 51: "#00ffff", 52: "#5f0000", 53: "#5f005f", 54: "#5f0087", 55: "#5f00af", 56: "#5f00d7", 57: "#5f00ff", 58: "#5f5f00", 59: "#5f5f5f", 60: "#5f5f87", 61: "#5f5faf", 62: "#5f5fd7", 63: "#5f5fff", 64: "#5f8700"})
52 call extend(s:cterm_color, {65: "#5f875f", 66: "#5f8787", 67: "#5f87af", 68: "#5f87d7", 69: "#5f87ff", 70: "#5faf00", 71: "#5faf5f", 72: "#5faf87", 73: "#5fafaf", 74: "#5fafd7", 75: "#5fafff", 76: "#5fd700", 77: "#5fd75f", 78: "#5fd787", 79: "#5fd7af", 80: "#5fd7d7", 81: "#5fd7ff", 82: "#5fff00", 83: "#5fff5f", 84: "#5fff87", 85: "#5fffaf", 86: "#5fffd7", 87: "#5fffff", 88: "#870000", 89: "#87005f", 90: "#870087", 91: "#8700af", 92: "#8700d7", 93: "#8700ff", 94: "#875f00", 95: "#875f5f", 96: "#875f87", 97: "#875faf", 98: "#875fd7", 99: "#875fff", 100: "#878700", 101: "#87875f", 102: "#878787", 103: "#8787af", 104: "#8787d7", 105: "#8787ff", 10
[all...]
H A Dperl6.vim1 " Vim syntax file
12 " can parse. But I'll do my best to get vim to.
45 " already slow syntax file even slower.
54 " Look at the comments near the if/else branches in this file to see exactly
64 " For version 6.x: Quit when a syntax file was already loaded
153 \ "gt ge eqv ff fff and andthen Z X or xor",
183 \ "ge =:= === eqv before after \\^\\^ min max \\^ff ff\\^ \\^ff\\^",
184 \ "\\^fff fff\\^ \\^fff\\^ fff ff
[all...]
/macosx-10.10.1/ncurses-44/ncurses/include/
H A DCaps.uwin23 # Except as contained in this notice, the name(s) of the above copyright #
42 # This file has three major sections; a standard-capabilities table, two
48 # Column 1: terminfo variable name
49 # Column 2: terminfo capability name
51 # Column 4: termcap capability name
52 # Column 5: KEY_xxx name, if any, `-' otherwise
53 # Column 6: value for KEY_xxx name, if any, `-' otherwise
77 # Column 2: name to be aliased
78 # Column 3: what name it should translate to. The name IGNOR
[all...]
H A DCaps23 # Except as contained in this notice, the name(s) of the above copyright #
42 # This file has three major sections; a standard-capabilities table, two
48 # Column 1: terminfo variable name
49 # Column 2: terminfo capability name
51 # Column 4: termcap capability name
52 # Column 5: KEY_xxx name, if any, `-' otherwise
53 # Column 6: value for KEY_xxx name, if any, `-' otherwise
77 # Column 2: name to be aliased
78 # Column 3: what name it should translate to. The name IGNOR
[all...]
H A DCaps.aix423 # Except as contained in this notice, the name(s) of the above copyright #
42 # This file has three major sections; a standard-capabilities table, two
48 # Column 1: terminfo variable name
49 # Column 2: terminfo capability name
51 # Column 4: termcap capability name
52 # Column 5: KEY_xxx name, if any, `-' otherwise
53 # Column 6: value for KEY_xxx name, if any, `-' otherwise
77 # Column 2: name to be aliased
78 # Column 3: what name it should translate to. The name IGNOR
[all...]
H A DCaps.hpux1123 # Except as contained in this notice, the name(s) of the above copyright #
42 # This file has three major sections; a standard-capabilities table, two
48 # Column 1: terminfo variable name
49 # Column 2: terminfo capability name
51 # Column 4: termcap capability name
52 # Column 5: KEY_xxx name, if any, `-' otherwise
53 # Column 6: value for KEY_xxx name, if any, `-' otherwise
77 # Column 2: name to be aliased
78 # Column 3: what name it should translate to. The name IGNOR
[all...]
H A DCaps.keys23 # Except as contained in this notice, the name(s) of the above copyright #
44 # This file has three major sections; a standard-capabilities table, two
50 # Column 1: terminfo variable name
51 # Column 2: terminfo capability name
53 # Column 4: termcap capability name
54 # Column 5: KEY_xxx name, if any, `-' otherwise
55 # Column 6: value for KEY_xxx name, if any, `-' otherwise
79 # Column 2: name to be aliased
80 # Column 3: what name it should translate to. The name IGNOR
[all...]
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
32 % reports; you can get the latest version from:
45 % manual foo.texi, however, you can get away with this:
51 % The extra TeX runs get the cross-reference information correct.
56 % extent. You can get the existing language-specific files from the
64 % If in a .fmt file, prin
[all...]
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
32 % reports; you can get the latest version from:
45 % manual foo.texi, however, you can get away with this:
51 % The extra TeX runs get the cross-reference information correct.
56 % extent. You can get the existing language-specific files from the
64 % If in a .fmt file, prin
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dconfigure115 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
477 rm -f conf$$ conf$$.exe conf$$.file
479 rm -f conf$$.dir/conf$$.file
484 if (echo >conf$$.file) 2>/dev/null; then
485 if ln -s conf$$.file conf$$ 2>/dev/null; then
488 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
491 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
493 elif ln conf$$.file con
[all...]

Completed in 241 milliseconds