Searched +refs:org +refs:match +refs:any (Results 1 - 25 of 196) sorted by relevance

12345678

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgitcommit.vim3 " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
11 syn case match
21 syn match gitcommitFirstLine "\%^[^#].*" nextgroup=gitcommitBlank skipnl
22 syn match gitcommitSummary "^.\{0,50\}" contained containedin=gitcommitFirstLine nextgroup=gitcommitOverflow contains=@Spell
23 syn match gitcommitOverflow ".*" contained contains=@Spell
24 syn match gitcommitBlank "^[^#].*" contained contains=@Spell
25 syn match gitcommitComment "^#.*"
26 syn match gitcommitHead "^\%(# .*\n\)\+#$" contained transparent
27 syn match gitcommitOnBranch "\%(^# \)\@<=On branch" contained containedin=gitcommitComment nextgroup=gitcommitBranch skipwhite
28 syn match gitcommitOnBranc
[all...]
H A Dpod.vim4 " Previously: Scott Bigham <dsb@killerbunnies.org>
19 " Remove any old syntax stuff hanging around (this is suppressed
30 syn match podCommand "^=head[1234]" nextgroup=podCmdText contains=@NoSpell
31 syn match podCommand "^=item" nextgroup=podCmdText contains=@NoSpell
32 syn match podCommand "^=over" nextgroup=podOverIndent skipwhite contains=@NoSpell
33 syn match podCommand "^=back" contains=@NoSpell
34 syn match podCommand "^=cut" contains=@NoSpell
35 syn match podCommand "^=pod" contains=@NoSpell
36 syn match podCommand "^=for" nextgroup=podForKeywd skipwhite contains=@NoSpell
37 syn match podComman
[all...]
H A Dhaskell.vim3 " Maintainer: Haskell Cafe mailinglist <haskell-cafe@haskell.org>
35 " Remove any old syntax stuff hanging around
43 syn match ConId "\(\<[A-Z][a-zA-Z0-9_']*\.\)\=\<[A-Z][a-zA-Z0-9_']*\>"
44 syn match VarId "\(\<[A-Z][a-zA-Z0-9_']*\.\)\=\<[a-z][a-zA-Z0-9_']*\>"
46 " Infix operators--most punctuation characters and any (qualified) identifier
49 syn match hsVarSym "\(\<[A-Z][a-zA-Z0-9_']*\.\)\=[-!#$%&\*\+/<=>\?@\\^|~.][-!#$%&\*\+/<=>\?@\\^|~:.]*"
50 syn match hsConSym "\(\<[A-Z][a-zA-Z0-9_']*\.\)\=:[-!#$%&\*\+./<=>\?@\\^|~:]*"
51 syn match hsVarSym "`\(\<[A-Z][a-zA-Z0-9_']*\.\)\=[a-z][a-zA-Z0-9_']*`"
52 syn match hsConSym "`\(\<[A-Z][a-zA-Z0-9_']*\.\)\=[A-Z][a-zA-Z0-9_']*`"
55 syn match hsDelimite
[all...]
H A Dpython.vim5 " Credits: Zvezdan Petkovic <zpetkovic@acm.org>
50 " http://docs.python.org/reference/lexical_analysis.html#keywords.
80 syn match pythonDecorator "@" display nextgroup=pythonFunction skipwhite
81 " The zero-length non-grouping match before the function name is
86 syn match pythonFunction
89 syn match pythonComment "#.*$" contains=pythonTodo,@Spell
106 syn match pythonEscape +\\[abfnrtv'"\\]+ contained
107 syn match pythonEscape "\\\o\{1,3}" contained
108 syn match pythonEscape "\\x\x\{2}" contained
109 syn match pythonEscap
[all...]
H A Ddebcontrol.vim3 " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
4 " Former Maintainers: Gerfried Fuchs <alfie@ist.org>
5 " Wichert Akkerman <wakkerma@debian.org>
7 " URL: http://hg.debian.org/hg/pkg-vim/vim/raw-file/tip/runtime/syntax/debcontrol.vim
16 " Should match case except for the keys of each field
17 syn case match
20 syn match debcontrolElse "^.*$"
23 syn match debControlComma ", *"
24 syn match debControlSpace " "
27 syn match debcontrolArchitectur
[all...]
H A Dgroovy.vim5 " URL: http://www.vim.org/scripts/script.php?script_id=945
66 " syn match groovyError "[\\@`]"
67 "syn match groovyError "<<<\|\.\.\|=>\|<>\|||=\|&&=\|[^-]->\|\*\/"
68 "syn match groovyOK "\.\.\."
72 syn match groovyExternal "\<import\(\s\+static\>\)\?"
89 " to differentiate the keyword class from MyClass.class we use a match here
90 syn match groovyTypedef "\.\s*\<class\>"ms=s+1
92 syn match groovyClassDecl "^class\>"
93 syn match groovyClassDecl "[^.]\s*\<class\>"ms=s+1
95 syn match groovyUserLabelRe
[all...]
H A Dhog.vim2 " Language: Snort Configuration File (see: http://www.snort.org)
7 " Snort Version: 1.8 By Martin Roesch (roesch@clark.net, www.snort.org)
18 syn match hogComment +\s\#[^\-:.%#=*].*$+lc=1 contains=hogTodo,hogCommentString
21 syn match hogJunk "\<\a\+|\s\+$"
22 syn match hogNumber contained "\<\d\+\>"
28 "syn match hogEnvvar contained "[\!]\=\$\I\i*"
29 "syn match hogEnvvar contained "[\!]\=\${\I\i*}"
30 syn match hogEnvvar contained "\$\I\i*"
31 syn match hogEnvvar contained "[\!]\=\${\I\i*}"
38 syn match hogPatSe
[all...]
H A Drexx.vim4 " Last Change: 2005 Dez 9, added some <http://www.ooRexx.org>-coloring,
31 syn match rexxOperator "[=|\/\\\+\*\[\],;:<>&\~%\-]"
33 " rgf syn match rexxIdentifier "\<[a-zA-Z\!\?_]\([a-zA-Z0-9._?!]\)*\>"
34 syn match rexxIdentifier "\<\K\k*\>"
35 syn match rexxEnvironmentSymbol "\<\.\k\+\>"
40 syn match rexxClause "\(^\|;\|:\|then \|else \|when \|otherwise \)\s*\S*" contains=ALLBUT,rexxParse2,rexxRaise2,rexxForward2
43 syn match rexxParse "\<parse\s*\(\(upper\|lower\|caseless\)\s*\)\?\(arg\|linein\|pull\|source\|var\|\<value\>\|version\)\>" containedin=rexxClause contains=rexxParse2
44 syn match rexxParse2 "\<with\>" containedin=rexxParse
46 syn match rexxKeyword contained "\<numeric \(digits\|form \(scientific\|engineering\|value\)\|fuzz\)\>"
47 syn match rexxKeywor
[all...]
H A Dperl.vim9 " Nick Hibma <nick@van-laarhoven.org>
10 " Sonia Heimann <niania@netsurf.org>
14 " any comments.
65 syn match perlConditional "\<\%(if\|elsif\|unless\|given\|when\|default\)\>"
66 syn match perlConditional "\<else\>" nextgroup=perlElseIfError skipwhite skipnl skipempty
67 syn match perlRepeat "\<\%(while\|for\%(each\)\=\|do\|until\|continue\)\>"
68 syn match perlOperator "\<\%(defined\|undef\|eq\|ne\|[gl][et]\|cmp\|not\|and\|or\|xor\|not\|bless\|ref\|do\)\>"
69 syn match perlControl "\<\%(BEGIN\|CHECK\|INIT\|END\|UNITCHECK\)\>"
71 syn match perlStatementStorage "\<\%(my\|our\|local\|state\)\>"
72 syn match perlStatementContro
[all...]
H A Dnamed.vim3 " Maintainer: Nick Hibma <nick@van-laarhoven.org>
6 " Location: http://www.van-laarhoven.org/vim/syntax/named.vim
12 " Please submit the named.conf (segment) with any comments.
22 syn case match
31 syn sync match namedSync grouphere NONE "^(zone|controls|acl|key)"
39 syn match namedComment "//.*"
40 syn match namedComment "#.*"
44 syn match namedError /[^;{#]$/
58 syn match namedIdentifier contained /\k\+/ nextgroup=namedSection skipwhite
60 syn match namedIntIden
[all...]
H A Dperl6.vim7 " Contributors: Luke Palmer <fibonaci@babylonia.flatirons.org>
8 " Moritz Lenz <moritz@faui2k3.org>
22 " * m:s// is a match, not a substitution
25 " * Allow more keywords to match as function calls(leave() is export(), etc)
28 " * Match s/// and m/// better, so things like "$s/" won't match
51 " https://svn.parrot.org/parrot/trunk/editor/
72 syn match p6Normal display "\K\%(\k\|[-']\K\@=\)*"
78 " we don't match them as part of some other identifier.
162 exec "syn match ". group ." ". s:before_keyword . s:words . s:after_keyword
168 " greedy that the "%" " in "+%foo" won't be allowed to match a
[all...]
H A Dlhaskell.vim5 " Maintainer: Haskell Cafe mailinglist <haskell-cafe@haskell.org>
14 " file and will highlight (La)TeX markup if it finds any
112 syntax match lhsBirdTrack "^>" contained
114 syntax match beginCodeBegin "^\\begin" nextgroup=beginCodeCode contained
/macosx-10.9.5/vim-53/runtime/compiler/
H A Druby.vim4 " Maintainer: Tim Hammerquist <timh at rubyforge.org>
6 " URL: http://vim-ruby.rubyforge.org
21 " match error type %m
24 " I know this file isn't perfect. If you have any questions, suggestions,
28 " I welcome any input from more experienced (or clearer-thinking)
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm21 Standard constructor. Returns a blessed hash; any arguments are placed
122 # A successful match!
138 C<self>, C<label>, C<args>. Return value must be defined if you match
194 Support for this module is provided via the datetime@perl.org email
195 list. See http://lists.perl.org/ for more details.
199 http://perl.dellah.org/rt/dtbuilder
200 bug-datetime-format-builder@rt.cpan.org
211 at your option, any later version of Perl 5 you may have available.
219 Iain Truskett <spoon@cpan.org>
223 C<datetime@perl.org> mailin
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm21 Standard constructor. Returns a blessed hash; any arguments are placed
122 # A successful match!
138 C<self>, C<label>, C<args>. Return value must be defined if you match
194 Support for this module is provided via the datetime@perl.org email
195 list. See http://lists.perl.org/ for more details.
199 http://perl.dellah.org/rt/dtbuilder
200 bug-datetime-format-builder@rt.cpan.org
211 at your option, any later version of Perl 5 you may have available.
219 Iain Truskett <spoon@cpan.org>
223 C<datetime@perl.org> mailin
[all...]
/macosx-10.9.5/vim-53/runtime/plugin/
H A Dmatchparen.vim2 " Maintainer: Bram Moolenaar <Bram@vim.org>
27 " The function that is invoked (very often) to define a ":match" highlighting
28 " for any matching paren.
30 " Remove any previous match.
32 3match none
77 " Find the match. When it was just before the cursor move it there for a
137 " If a match is found setup match highlighting.
139 exe '3match MatchPare
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dccomplete.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
76 let e = match(base, '\.\|->\|\[', s)
146 let match = items[0]
148 if match(line, '\<' . match . '\s*\[') > 0
149 let match .= '['
154 if match(line, '\*[ \t(]*' . match . '\>') > 0
155 let match .= '->'
157 let match
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/
H A DTimeZone.pm265 # Asia/Dhaka in 2009j goes into DST without any known
373 my $match;
387 $match = $span
391 return $match;
627 match it will issue a warning. This is useful because time zone names
635 zone does have I<any> offset, and is always the same time. This is
728 C<DateTime::TimeZone::Alias>, any aliases you've created will be valid.
772 time zones used in that country. The country code may be of any
782 The offset is expected to match either
784 C</^([\+\-])?(\d\d)(\d\d)(\d\d)?$/>. If it doesn't match eithe
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/
H A DParser.pm96 generally unlikely the user will want to use any of them.
265 It is here that any arrays of callbacks are unified. It is
266 also here that any parser implementations are used. With
387 # Merge callbacks if any.
450 If any of the specs are not code or hash references, then it
597 C<Parser> automatically loads any parser classes in C<@INC>.
672 should match the I<XXX> from earlier. This will be used to help
700 Support for this module is provided via the datetime@perl.org email
701 list. See http://lists.perl.org/ for more details.
705 http://perl.dellah.org/r
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm108 generally unlikely the user will want to use any of them.
277 It is here that any arrays of callbacks are unified. It is
278 also here that any parser implementations are used. With
399 # Merge callbacks if any.
467 If any of the specs are not code or hash references, then it
614 C<Parser> automatically loads any parser classes in C<@INC>.
670 should match the I<XXX> from earlier. This will be used to help
698 Support for this module is provided via the datetime@perl.org email
699 list. See http://lists.perl.org/ for more details.
703 http://perl.dellah.org/r
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
29 % any later version.
44 % This file can be used to produce it in any of three ways:
59 % Internet: gildea@stop.mail-abuse.org
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org-store-link)$^1$
278 (define-key global-map "\\C-ca" 'org-agenda)$^1$
281 \metax{For the many customization options try}{M-x org
[all...]
/macosx-10.9.5/awk-18/src/
H A DFIXES6 its documentation for any purpose and without fee is hereby
10 documentation, and that the name Lucent Technologies or any of
103 and david o'brien at freebsd.org for patches. this really should
113 it's been there from the beginning. an anchored longest match that
132 variety of odd problems, including failure to properly match certain
154 for regular expressions, where the goal is to match specific
155 patterns of characters. in any case, the notations [:lower:], etc.,
199 classes. thanks to ruslan ermilov (ru@freebsd.org) for code.
200 the function isblank doesn't seem to have propagated to any
214 Jaromir Dolecek <jdolecek@NetBSD.org> fo
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim3 " Maintainer: Benji Fisher PhD <benji@member.AMS.org>
5 " URL: http://www.vim.org/script.php?script_id=39
154 " curcol = number of characters before match
155 " prefix = regexp for start of line to start of match
156 " suffix = regexp for end of match to end of line
157 " Require match to end on or after the cursor and prefer it to
171 else " Find the match that ends on or after the cursor and set curcol.
173 let curcol = match(matchline, regexp)
174 " If there is no match, give up.
188 " Third step: Find the group and single word that match, an
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A DjpegDisplay.pl38 # You can change the defaults to match your setup.
43 'b' => 'dc=harden,dc=org',
70 my $match = "( $opt{'a'}=$opt{'v'} )";
77 my $f = Net::LDAP::Filter->new($match) or die "Bad filter '$match'";
112 print "No data for filter $match.\n" if ($mesg->count == 0) ;
247 http://cpan.org/src/index.html
279 If you find any errors in the code please let me know at
H A DjpegLoad.pl44 # You can change the defaults to match your setup.
49 'b' => 'dc=harden,dc=org',
98 my $match = "( $opt{'a'}=$opt{'v'} )";
103 my $f = Net::LDAP::Filter->new($match) or die "Bad filter '$match'";
140 print "No record for filter $match\n";
266 http://cpan.org/src/index.html
292 If you find any errors in the code please let me know at

Completed in 178 milliseconds

12345678