Searched +refs:cvs +refs:match (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcvsrc.vim2 " Language: cvs(1) RC file
16 syn match cvsrcNumber display '\<\d\+\>'
18 syn match cvsrcBegin display '^' nextgroup=cvsrcCommand skipwhite
21 \ start='add\|admin\|checkout\|commit\|cvs\|diff'
29 syn match cvsrcOption contained display '-\a\+'
H A Dcvs.vim4 " URL: http://www.zotikos.com/downloads/cvs.vim
16 syn match cvsFile contained " \t\(\(\S\+\) \)\+"
17 syn match cvsTag contained " Tag:"
18 syn match cvsFiles contained "\(Added\|Modified\|Removed\) Files:"
20 syn match cvsDir contained "\S\+$"
43 let b:current_syntax = "cvs"
H A Dibasic.vim55 syn match ibasicIdentifier "\<[a-zA-Z_][a-zA-Z0-9_]*\>"
56 syn match ibasicGenericFunction "\<[a-zA-Z_][a-zA-Z0-9_]*\>\s*("me=e-1,he=e-1
61 syn keyword ibasicBuiltInFunction cvi cvl cvs cvsmbf eof erdev erl err exp fileattr
85 syn match ibasicParenError ")"
86 syn match ibasicInParen contained "[{}]"
92 syn match ibasicInteger "\<\d\+\(u\=l\=\|lu\|f\)\>"
96 syn match ibasicFloat "\<\d\+\.\d*\(e[-+]\=\d\+\)\=[fl]\=\>"
100 syn match ibasicFloat "\.\d\+\(e[-+]\=\d\+\)\=[fl]\=\>"
104 syn match ibasicFloat "\<\d\+e[-+]\=\d\+[fl]\=\>"
108 syn match ibasicIdentifie
[all...]
H A Dbasic.vim83 syn keyword basicFunction CVL cvl Cvl CVS cvs Cvs
122 syn match basicNumber "\<\d\+\>"
124 syn match basicNumber "\<\d\+\.\d*\>"
126 syn match basicNumber "\.\d\+\>"
129 syn match basicSpecial contained "\\\d\d\d\|\\."
135 syn match basicTypeSpecifier "[a-zA-Z0-9][\$%&!#]"ms=s+1
137 syn match basicFilenumber "#\d\+"
139 " syn match basicMathsOperator "[<>+\*^/\\=-]"
140 syn match basicMathsOperator "-\|=\|[:<>+\*^/\\]\|AND\|OR"
H A Dtcl.vim11 " URL: http://real.metasyntax.net:2357/cvs/cvsweb.cgi/Config/vim/syntax/tcl.vim
90 syn match tclVarRef "$\(\(::\)\?\([[:alnum:]_]*::\)*\)\a[[:alnum:]_]*"
92 syn match tclVarRef "${[^}]*}"
95 syn match tclExpand '\s{\*}'
96 syn match tclExpand '^{\*}'
106 "syn match tcltkWidgetSwitch contained
121 " match switches
122 "syn match tcltkWidgetSwitch contained "-text"hs=s+1
123 syn match tcltkWidgetSwitch contained "-text\(var\)\?"hs=s+1
124 syn match tcltkWidgetSwitc
[all...]
H A Dlisp.vim10 " Clisp additions courtesy of http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/emacs/lisp.vim
46 syn match lispSymbol contained ![^()'`,"; \t]\+!
47 syn match lispBarSymbol contained !|..\{-}|!
66 syn match lispAtomMark "'"
67 syn match lispAtom "'("me=e-1 contains=lispAtomMark nextgroup=lispAtomList
68 syn match lispAtom "'[^ \t()]\+" contains=lispAtomMark
69 syn match lispAtomBarSymbol !'|..\{-}|! contains=lispAtomMark
72 syn match lispAtomNmbr contained "\<\d\+"
73 syn match lispLeadWhite contained "^\s\+"
374 syn keyword lispFunc fifth pathname-match
[all...]
H A Dpostscr.vim25 syn case match
38 syn match postscrComment "%.*$" contains=postscrTodo,@Spell
40 syn match postscrDSCComment "^%!PS-Adobe-\d\+\.\d\+\s*.*$"
42 syn match postscrDSCComment "^%%\u\+.*$" contains=@postscrString,@postscrNumber,@Spell
44 syn match postscrDSCComment "^%%+ *.*$" contains=@postscrString,@postscrNumber,@Spell
47 syn match postscrName "\k\+"
50 syn match postscrIdentifierError "/\{1,2}[[:space:]\[\]{}]"me=e-1
51 syn match postscrIdentifier "/\{1,2}\k\+" contains=postscrConstant,postscrBoolean,postscrCustConstant
56 syn match postscrHex "^[[:xdigit:]][[:xdigit:][:space:]]*$"
57 "syn match postscrHe
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dtoolbar.tcl27 lappend auto_path ~/cvs/tcllib/tklib/modules/widget
87 if {[string match _sep* $w]} {
/macosx-10.9.5/OpenSSH-186/openssh/contrib/redhat/
H A Dopenssh.spec501 - 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
600 - remove build dependency on rsh to match openssh.com's packages more closely
626 - Tweak the init script to match the CVS contrib script more closely.
/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}
307 if {[string match {-*} $arg]} {
923 if {[string match _tag* $tag]
982 if {!$code && ![string match ${event}* $cmd]} {
1300 if {$i && $cmds ne "" && ![string match *\n $cmd]} {
2144 } elseif {[string match dpy:* $type]} {
2146 } elseif {[string match sock* $type]} {
2158 if {[string match {[Mm]ain} [lindex $name 0]]} {
2183 if {[string match {[Mm]ain} $name]} { set app Main }
2291 if {[string match
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm702 # push the filter and its match method on the correct stack
717 # MIME can only match on reponse
721 # compute the match sub as a closure
723 my $match = sub {
732 return 1; # it's a match
736 $self->{$stack}{$message}->push( [ $match, $filter ] );
847 If several filters match the message, they will be applied in the order
850 Named parameters can be used to create the match routine. They are:
859 The filters are applied only when all the the parameters match the
872 and C<""> those with no C<Content-Type:> header. To match an
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm702 # push the filter and its match method on the correct stack
717 # MIME can only match on reponse
721 # compute the match sub as a closure
723 my $match = sub {
732 return 1; # it's a match
736 $self->{$stack}{$message}->push( [ $match, $filter ] );
847 If several filters match the message, they will be applied in the order
850 Named parameters can be used to create the match routine. They are:
859 The filters are applied only when all the the parameters match the
872 and C<""> those with no C<Content-Type:> header. To match an
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dmakemenu.vim23 let i = match(a:arg, '\.')
27 let i = match(r, ":")
148 SynMenu C.CVS.commit\ file:cvs
H A Dfiletype.vim37 " Pattern used to match file names which should not be inspected.
195 let match = matchstr(head, '\sasmsyntax=\zs[a-zA-Z0-9]\+\ze\s')
196 if match != ''
197 let b:asmsyntax = match
373 if match(getline(1, min([line("$"), 200])), '^@\(interface\|end\|class\)') > -1
569 if match(lines, '^#!\S\+dtrace\|#pragma\s\+D\s\+option\|:\S\{-}:\S\{-}:') > -1
871 " comments, thus we can't match comments to see the difference.
2183 au BufNewFile,BufRead cvs\d\+ setf cvs

Completed in 147 milliseconds