Searched +refs:cvs +refs:start (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcvsrc.vim2 " Language: cvs(1) RC file
13 syn region cvsrcString display oneline start=+"+ skip=+\\\\\|\\\\"+ end=+"+
14 syn region cvsrcString display oneline start=+'+ skip=+\\\\\|\\\\'+ end=+'+
21 \ start='add\|admin\|checkout\|commit\|cvs\|diff'
22 \ start='export\|history\|import\|init\|log'
23 \ start='rdiff\|release\|remove\|rtag\|status\|tag'
24 \ start='update'
H A Dcvs.vim4 " URL: http://www.zotikos.com/downloads/cvs.vim
15 syn region cvsLine start="^CVS: " end="$" contains=cvsFile,cvsCom,cvsFiles,cvsTag
19 syn region cvsCom start="Committing in" end="$" contains=cvsDir contained extend keepend
43 let b:current_syntax = "cvs"
H A Dibasic.vim61 syn keyword ibasicBuiltInFunction cvi cvl cvs cvsmbf eof erdev erl err exp fileattr
84 syn region ibasicParen transparent start='(' end=')' contains=ALLBUT,@bParenGroup
90 syn region ibasicHex start="&h" end="\W"
91 syn region ibasicHexError start="&h\x*[g-zG-Z]" end="\W"
115 syn region ibasicString start='"' end='"' contains=ibasicSpecial,ibasicTodo
116 syn region ibasicString start="'" end="'" contains=ibasicSpecial,ibasicTodo
121 syn region ibasicComment start="^rem" end="$" contains=ibasicSpecial,ibasicTodo
122 syn region ibasicComment start=":\s*rem" end="$" contains=ibasicSpecial,ibasicTodo
123 syn region ibasicComment start="\s*'" end="$" contains=ibasicSpecial,ibasicTodo
124 syn region ibasicComment start
[all...]
H A Dtcl.vim11 " URL: http://real.metasyntax.net:2357/cvs/cvsweb.cgi/Config/vim/syntax/tcl.vim
107 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<button\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
108 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<scale\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
110 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<canvas\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
111 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<checkbutton\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
112 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<entry\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
113 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<frame\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
114 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<image\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
115 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<listbox\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
116 syn region tcltkWidget matchgroup=tcltkWidgetColor start
[all...]
H A Dbasic.vim83 syn keyword basicFunction CVL cvl Cvl CVS cvs Cvs
130 syn region basicString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=basicSpecial
132 syn region basicComment start="REM" end="$" contains=basicTodo
133 syn region basicComment start="^[ \t]*'" end="$" contains=basicTodo
134 syn region basicLineNumber start="^\d" end="\s"
H A Dant.vim31 \." start=#<script[^>]\\{-}language\\s*=\\s*['\"]".a:tagname."['\"]\\(>\\|[^>]*[^/>]>\\)#"
55 syn keyword antElement display copyfile coveragepath csc custom cvs cvschangelog cvspass cvstagdiff cvsversion
H A Dlisp.vim10 " Clisp additions courtesy of http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/emacs/lisp.vim
49 syn region lispParen0 matchgroup=hlLevel0 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen1
50 syn region lispParen1 contained matchgroup=hlLevel1 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen2
51 syn region lispParen2 contained matchgroup=hlLevel2 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen3
52 syn region lispParen3 contained matchgroup=hlLevel3 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen4
53 syn region lispParen4 contained matchgroup=hlLevel4 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen5
54 syn region lispParen5 contained matchgroup=hlLevel5 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen6
55 syn region lispParen6 contained matchgroup=hlLevel6 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen7
56 syn region lispParen7 contained matchgroup=hlLevel7 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen8
57 syn region lispParen8 contained matchgroup=hlLevel8 start
[all...]
H A Dpostscr.vim39 " DSC comment start line (NB: defines DSC level, not PS level!)
78 syn region postscrASCIIString start=+(+ end=+)+ skip=+([^)]*)+ contains=postscrSpecialChar,postscrSpecialCharError,@Spell
82 syn region postscrHexString start=+<\($\|[^<]\)+ end=+>+ contains=postscrHexCharError
86 syn region postscrASCII85String start=+<\~+ end=+\~>+ contains=postscrASCII85CharError
137 syn keyword postscrProcedure start
141 syn keyword postscrOperator cvrs cvs
/macosx-10.9.5/rsync-42/rsync/patches/
H A Dverify-patches13 'no-cvs|n' => \$no_cvs,
61 system qq|cvs -qd "$root" co -P -d cvsdir rsync|;
299 -n, --no-cvs Don't update tmp/cvsdir at the start of the run
/macosx-10.9.5/OpenSSH-186/openssh/contrib/redhat/
H A Dopenssh.spec314 /sbin/service sshd start > /dev/null 2>&1 || :
501 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298)
505 - pull cvs patch to add -t flag to sshd (#28611)
512 - pull cvs patch to fix remote port forwarding with protocol 2
515 - pull cvs patch to add session initialization to no-pty sessions
516 - pull cvs patch to not cut off challengeresponse auth needlessly
581 because daemon() won't start a daemon it detects is already running (like
/macosx-10.9.5/vim-53/runtime/
H A Dscripts.vim159 " File does not start with "#!".
229 " Purify log files start with "**** Purify"
259 set ft=cvs
H A Dfiletype.vim418 " This function checks if one of the first ten lines start with a '@'. In
461 " Look for either an opening comment, '#', or a block start, '{".
470 " Not a blank line, not a comment, and not a block start,
1213 " This function checks if one of the first five lines start with a dot. In
1466 " Look for either an opening comment or a program start.
1662 " Rely on the file to start with a comment.
2043 let cpat = 'start\a\+\|setup\a\+\|usemodule\|enablemode\|enableregime\|setvariables\|useencoding\|usesymbols\|stelle\a\+\|verwende\a\+\|stel\a\+\|gebruik\a\+\|usa\a\+\|imposta\a\+\|regle\a\+\|utilisemodule\>'
2183 au BufNewFile,BufRead cvs\d\+ setf cvs
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm206 sub start { subroutine
214 $engine->start if $engine->can('start');
790 $proxy->start;
803 run, it can be launched, with the C<start()> method. This method
958 This method is called by C<start()> if needed.
1107 returning from start(). 0 (the default) means never stop accepting
1193 =item start()
1198 If C<maxconn> is not zero, C<start()> will return after accepting
1342 discussion about C<HTTP::Proxy> and http-proxy-cvs
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm206 sub start { subroutine
214 $engine->start if $engine->can('start');
790 $proxy->start;
803 run, it can be launched, with the C<start()> method. This method
958 This method is called by C<start()> if needed.
1107 returning from start(). 0 (the default) means never stop accepting
1193 =item start()
1198 If C<maxconn> is not zero, C<start()> will return after accepting
1342 discussion about C<HTTP::Proxy> and http-proxy-cvs
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl186 HEADURL {http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl?rev=HEAD}
1635 set cmd [list exec $::env(COMSPEC) /c start {} $help]
3001 set start 1.0
3018 $w tag add $tag $start+${c0}c $start+1c+${c1}c
3026 set start [$w index $start+${c1}c]
3028 ## Next stage, check for procs that start a line
3029 set start 1.0
3033 [$w search -regexp -count numc -- $exp(cmd) $start en
[all...]
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices1017 opc-job-start 423/udp # IBM Operations Planning and Control Start
1018 opc-job-start 423/tcp # IBM Operations Planning and Control Start
5990 ssm-cvs 2477/udp # SecurSight Certificate Valifation Service
5991 ssm-cvs 2477/tcp # SecurSight Certificate Valifation Service
9226 start-network 3615/udp # Start Messaging Network
9227 start-network 3615/tcp # Start Messaging Network

Completed in 432 milliseconds