Searched +refs:ff +refs:find +refs:file (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_file_exhaustive.rb17 @dir = Dir.mktmpdir("rubytest-file")
20 @file = make_tmp_filename("file")
25 make_file("foo", @file)
29 File.symlink(@file, @symlinkfile)
34 File.link(@file, @hardlinkfile)
45 def make_file(content, file = @file)
46 open(file, "w") {|fh| fh << content }
54 file
[all...]
/macosx-10.10.1/python-89/
H A DMakefile72 # UFS bug (stripping a multi-link file breaks the link, and sometimes causes
73 # the wrong file to be stripped/unstripped). By using the "strip" perl script,
74 # it not only causes the correct file to be stripped, but also preserves the
160 for f in `find . -type f | sed 's,^\./,,'`; do \
163 if file $$f | head -1 | fgrep -q script; then \
207 for f in `find . -type f -name '*.*' | sed 's,^\./,,'`; do \
208 ff=`echo $$f | sed -E "s/\.[^.]*(.gz)?$$/$$vers&/"` && \
209 ditto $$f $(DSTROOT)$(MERGEMAN)/$$d/$$ff && \
211 ln -fs $$ff $(DSTROOT)$(MERGEMAN)/$$d/$$f; \
235 cd $(DSTROOT)$(MERGEMAN) && find
[all...]
/macosx-10.10.1/perl-103/
H A DMakefile147 if file $$f | head -1 | fgrep -q script; then \
210 for f in `find . -type f -name '*.*' | sed 's,^\./,,'`; do \
211 ff=`echo $$f | sed -E "s/\.[^.]*(.gz)?$$/$$vers&/"` && \
212 ditto $$f $(DSTROOT)$(MERGEMAN)/$$d/$$ff && \
235 cd $(DSTROOT)$(MERGEMAN) && find . ! -type d | sed 's,^\./,,' | sort > $(DSTROOT)$(VERSIONMANLIST)
/macosx-10.10.1/vim-55/runtime/autoload/
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")
127 call vimball#ShowMesg(s:ERROR,"unable to read file<".svfile.">")
137 silent! file Vimball
153 " write the file from the tab
168 setlocal ff
[all...]
H A Dgzip.vim1 " Vim autoload file for editing compressed files.
23 " the flags in the compressed file.
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
83 " write the just read lines to a temp file "'[,']w tmp.gz"
85 " uncompress the temp file: call system("gzip -dn tmp.gz")
88 " uncompress didn't work! Keep the compressed file then.
89 echoerr "Error: Could not read uncompressed file"
101 " Use ++edit if the buffer was empty, keep the 'ff' an
[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/CPAN-56/
H A DGNUmakefile141 if file $$f | head -1 | fgrep -q script; then \
179 ff=`echo $$f | sed -E "s/\.[^.]*(\.gz)?$$/$$vers&/"` && \
180 ditto $$f $(DSTROOT)$(MERGEMAN)/$$d/$$ff && \
189 find . ! -type d | sed 's,^\./,,' | sort > $(MYVERSIONMANLIST) && \
204 # Syntax directory and a syntax.pm file, respectively. The auto mechanism
/macosx-10.10.1/ruby-106/ruby/ext/
H A Dextmk.rb178 conf = ["#{$srcdir}/makefile.rb", "#{$srcdir}/extconf.rb"].find {|f| File.exist?(f)}
431 if File.file? setup
693 open($command_output, 'wb') do |ff|
696 ff.puts message, "rm -f \"$0\"; exec \"$@\" #{cmd}"
699 ff.print ss, "\r\n"
702 ff.puts cmd
704 ff.chmod(0755)
/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
45 " already slow syntax file even slower.
50 " The above requires pir.vim, which you can find in Parrot's repository:
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/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.
55 " (e.g. find menu_de_de.iso_8859-1.vim if s:lang == de_DE).
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.vim79 " find the window in which the option applies
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/ncurses-44/ncurses/include/
H A DCaps.uwin42 # This file has three major sections; a standard-capabilities table, two
131 # the termcap file will become irate.
180 #%the source file
185 #%capability. You may find some codes in the description field:
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
463 key_find kfnd str @0 KEY_FIND 0552 ----- find key
493 key_sfind kFND str *0 KEY_SFIND 0605 ----- shifted find ke
[all...]
H A DCaps42 # This file has three major sections; a standard-capabilities table, two
131 # the termcap file will become irate.
180 #%the source file
185 #%capability. You may find some codes in the description field:
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
495 key_find kfnd str @0 KEY_FIND 0552 ----- find key
525 key_sfind kFND str *0 KEY_SFIND 0605 ----- shifted find ke
[all...]
H A DCaps.aix442 # This file has three major sections; a standard-capabilities table, two
131 # the termcap file will become irate.
180 #%the source file
185 #%capability. You may find some codes in the description field:
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
650 key_find kfnd str @0 KEY_FIND 0552 ----- find key
680 key_sfind kFND str *0 KEY_SFIND 0605 ----- shifted find ke
[all...]
H A DCaps.hpux1142 # This file has three major sections; a standard-capabilities table, two
131 # the termcap file will become irate.
180 #%the source file
185 #%capability. You may find some codes in the description field:
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
556 key_find kfnd str @0 KEY_FIND 0552 ----- find key
586 key_sfind kFND str *0 KEY_SFIND 0605 ----- shifted find ke
[all...]
H A DCaps.keys44 # This file has three major sections; a standard-capabilities table, two
133 # the termcap file will become irate.
182 #%the source file
187 #%capability. You may find some codes in the description field:
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
497 key_find kfnd str @0 KEY_FIND 0552 ----- find key
527 key_sfind kFND str *0 KEY_SFIND 0605 ----- shifted find ke
[all...]
/macosx-10.10.1/vim-55/src/
H A Dmisc1.c496 * file, otherwise we just start replacing the next line.
743 * find the character just before the '{' or ';'
813 newindent = 0; /* Got to end of file */
879 /* find start of middle part */
887 while (*p && p[-1] != ':') /* find end of middle flags */
895 while (*p && p[-1] != ':') /* find end of end flags */
952 * Remember where the end is, might want to use it to find the
1040 /* find last non-white in the leader to line up with */
2367 /* If we delete the last line in the file, stop */
2475 /* Give a warning about changing a read-only file
[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
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
231 % Sometimes it is convenient to have everything in the transcript file
235 % file; c
[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
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
231 % Sometimes it is convenient to have everything in the transcript file
235 % file; c
[all...]
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices175 59/udp # any private file service
176 59/tcp # any private file service
1317 efs 520/tcp # extended file name server
1432 9pfs 564/udp # plan 9 file service
1433 9pfs 564/tcp # plan 9 file service
2256 ff-annunc 1089/udp # FF Annunciation
2257 ff-annunc 1089/tcp # FF Annunciation
2258 ff-fms 1090/udp # FF Fieldbus Message Specification
2259 ff-fms 1090/tcp # FF Fieldbus Message Specification
2260 ff
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dconfigure109 # We did not find ourselves, most probably we were run as `sh COMMAND'
115 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
457 # (the dirname of $[0] is not the place where we might find the
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 di
[all...]

Completed in 410 milliseconds