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

/macosx-10.10.1/vim-55/runtime/autoload/
H A Dgzip.vim1 " Vim autoload file for editing compressed files.
23 " the flags in the compressed file.
27 " get the Compression Method
31 " get the eXtra FLags
44 " After reading compressed file: Uncompress text in buffer with "cmd"
57 " make 'patchmode' empty, we don't want a copy of the written file
60 " remove 'a' and 'A' from 'cpo' to avoid the alternate file changes
66 " Reset 'foldenable', otherwise line numbers get adjusted.
83 " write the just read lines to a temp file "'[,']w tmp.gz"
85 " uncompress the temp file
[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]
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 the files
127 call vimball#ShowMesg(s:ERROR,"unable to read file<".svfile.">")
137 silent! file Vimball
153 " write the file fro
[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$')
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 after current line
555 elseif a:mode == 2 " replace with remote file
[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
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 '/tmp/notes' and pop up a buffer containing the
46 ;; contents of that file as if it were on the local filesystem. If ange-ftp
64 ;; in a *valid* ~/.netrc file
[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.
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 -- before loading filesets.el.
189 (let ((fsm-test (or (plist-get fs
[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...]
H A Dvim.vim1 " Vim syntax file
8 " Quit when a syntax file was already loaded {{{2
19 syn keyword vimCommand contained abc[lear] argdo argu[ment] bel[owright] bN[ext] breakd[el] b[uffer] caddb[uffer] cb[uffer] cex[pr] cg[etfile] checkt[ime] cnew[er] col[der] con[tinue] cq[uit] delc[ommand] diffoff diffu[pdate] dr[op] echom[sg] em[enu] endt[ry] exi[t] fina[lly] fix[del] foldd[oopen] go[to] hid[e] ij[ump] isp[lit] k laddb[uffer] la[st] lch[dir] lex[pr] lgete[xpr] l[ist] lmak[e] lN[ext] loc[kmarks] lpf[ile] lt[ag] lv[imgrep] ma[rk] mk[exrc] mkv[imrc] mz[scheme] new noh[lsearch] on[ly] ped[it] popu prev[ious] prof[ile] pta[g] ptn[ext] pts[elect] py[thon] r[ead] redr[aw] ret[ab] rightb[elow] rundo san[dbox] sbf[irst] sbN[ext] scripte[ncoding] setg[lobal] sh[ell] sla[st] sme sni[ff] sor[t] spelli[nfo] sp[lit] startg[replace] st[op] sunme syncbind tabd[o] tabl[ast] tabN[ext] tabs tcld[o] th[row] tm[enu] tp[revious] tu undoj[oin] uns[ilent] vert[ical] vi[sual] wa[ll] winp[os] wp[revious] ws[verb] xa[ll] xmenu xnoremenu
31 syn keyword vimOption contained aleph ar autoindent backspace ballooneval bg bkc bsdir cb cfu cinkeys cmdwinheight columns completeopt cot cscopepathcomp csprg cursorbind define diffexpr dy ef eol esckeys fcs fdn ff fillchars foldclose foldmarker formatlistpat gcr ghr guicursor guitablabel hi hkmapp icon imcmdline inc indk isfname joinspaces kmp lcs listchars lw mat maxmempattern mis mmt mouse mouseshape mzquantum odev osfiletype patchmode ph preserveindent printheader pvh relativenumber rightleftcmd ru sbr scrolloff selection shellcmdflag shellxquote showcmd sidescroll smartindent sol spellsuggest sr stal sua swf ta taglength tbi termbidi tf title to ts tty ttytype ul updatetime ve viewoptions wak weirdinvert wig wildoptions winheight wm wrapmargin ws
75 syn keyword vimFuncName contained add argidx atan browsedir bufloaded bufwinnr call char2nr col complete_check cos cscope_connection delete diff_hlID eval exists expr8 filereadable finddir floor fnamemodify foldlevel foreground get getchar getcmdpos getfontname getftime getloclist getpos getregtype getwinposx glob has_key histadd histnr hostname index inputlist inputsecret islocked keys libcallnr lispindent log10 mapcheck matcharg matchlist
178 syn match vimSpecFile "<\([acs]file\|amatch\|abuf\)>" nextgroup=vimSpecFileMod,vimSubst
202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var
352 syn match vimNotation "\(\\\|<lt>\)\=<\([cas]file\|abuf\|amatch\|cword\|cWORD\|client\)>" contains=vimBracket
H A Dpostscr.vim1 " Vim syntax file
17 " For version 6.x: Quit when a syntax file was already loaded
55 " In file hex data - usually complete lines
107 syn keyword postscrOperator array length get put getinterval putinterval astore aload copy
144 syn keyword postscrOperator file closefile read write readhexstring writehexstring readstring writestring
308 syn keyword postscrConstant contained nsuperior osuperior rsuperior ssuperior tsuperior ff ffi ffl
693 " GS file operators
/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.
48 " same menu file for them.
318 let g:menutrans_fileformat_dialog = "Select format for writing the file"
323 if &ff == "dos"
325 elseif &ff == "mac"
332 set ff=unix
334 set ff=dos
336 set ff=mac
343 " get N
[all...]
H A Doptwin.vim105 " get the new value of the option and update the option window line
240 call append("$", "helpfile\tname of the main help file")
255 call append("$", "path\tlist of directory names used for file searching")
261 call append("$", "autochdir\tchange to directory of file in buffer")
282 call append("$", "include\tpattern for an include-file line")
285 call append("$", "includeexpr\texpression used to transform an include line to a file name")
296 call append("$", "tags\tlist of file names to search for tags")
299 call append("$", "tagrelative\tfile names in a tags file are relative to the tags file")
392 call append("$", "filetype\ttype of file; trigger
[all...]
/macosx-10.10.1/vim-55/src/
H A DMake_ming.mak3 # Also requires 'GNU make 3.77', which you can get through a link
47 # set to yes to enable writing a postscript file with :hardcopy
75 # Alternatively, if you uncomment the two following lines, you get a "safe" version
76 # without linking the safe_gettext_dll.o object file.
166 # for fil in *.h ; do vim -e -c 'set ff=unix|w|q' $fil
/macosx-10.10.1/ncurses-44/ncurses/include/
H A DCaps.uwin42 # This file has three major sections; a standard-capabilities table, two
105 # get a warning message about it).
131 # the termcap file will become irate.
180 #%the source file
338 form_feed ff str ff - - YB-G- hardcopy terminal page eject (P*)
343 init_file if str if - - YB-G- name of initialization file
417 reset_file rf str rf - - -B--- name of reset file
578 get_mouse getm str Gm - - ----- Curses should get button events, parameter #1 not documented.
642 # GNU termcap library extensions. The GNU termcap file distribute
[all...]
H A DCaps42 # This file has three major sections; a standard-capabilities table, two
105 # get a warning message about it).
131 # the termcap file will become irate.
180 #%the source file
370 form_feed ff str ff - - YB-G- hardcopy terminal page eject (P*)
375 init_file if str if - - YB-G- name of initialization file
449 reset_file rf str rf - - -B--- name of reset file
706 get_mouse getm str Gm - - ----- Curses should get button events, parameter #1 not documented.
816 # GNU termcap library extensions. The GNU termcap file distribute
[all...]
H A DCaps.aix442 # This file has three major sections; a standard-capabilities table, two
105 # get a warning message about it).
131 # the termcap file will become irate.
180 #%the source file
370 form_feed ff str ff - - YB-G- hardcopy terminal page eject (P*)
375 init_file if str if - - YB-G- name of initialization file
449 reset_file rf str rf - - -B--- name of reset file
808 get_mouse getm str Gm - - ----- Curses should get button events, parameter #1 not documented.
918 # GNU termcap library extensions. The GNU termcap file distribute
[all...]
H A DCaps.hpux1142 # This file has three major sections; a standard-capabilities table, two
105 # get a warning message about it).
131 # the termcap file will become irate.
180 #%the source file
372 form_feed ff str ff - - YB-G- hardcopy terminal page eject (P*)
377 init_file if str if - - YB-G- name of initialization file
451 reset_file rf str rf - - -B--- name of reset file
714 get_mouse getm str Gm - - ----- Curses should get button events, parameter #1 not documented.
830 # GNU termcap library extensions. The GNU termcap file distribute
[all...]
H A DCaps.keys44 # This file has three major sections; a standard-capabilities table, two
107 # get a warning message about it).
133 # the termcap file will become irate.
182 #%the source file
372 form_feed ff str ff - - YB-G- hardcopy terminal page eject (P*)
377 init_file if str if - - YB-G- name of initialization file
451 reset_file rf str rf - - -B--- name of reset file
796 get_mouse getm str Gm - - ----- Curses should get button events, parameter #1 not documented.
906 # GNU termcap library extensions. The GNU termcap file distribute
[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 conf$$ 2>/dev/null; then
501 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file con
[all...]

Completed in 248 milliseconds