Searched refs:match (Results 201 - 225 of 2429) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwvdial.vim11 syn match wvdialComment "^;.*$"lc=1
12 syn match wvdialComment "[^\\];.*$"lc=1
13 syn match wvdialSection "^\s*\[.*\]"
14 syn match wvdialValue "=.*$"ms=s+1
15 syn match wvdialValue "\s*[^ ;"' ]\+"lc=1
16 syn match wvdialVar "^\s*\(Inherits\|Modem\|Baud\|Init.\|Phone\|Area\ Code\|Dial\ Prefix\|Dial\ Command\|Login\|Login\| Prompt\|Password\|Password\ Prompt\|PPPD\ Path\|Force\ Address\|Remote\ Name\|Carrier\ Check\|Stupid\ [Mm]ode\|New\ PPPD\|Default\ Reply\|Auto\ Reconnect\|SetVolume\|Username\)"
17 syn match wvdialEqual "="
H A Dcss.vim32 syn match cssTagName "\<table\>"
33 syn match cssTagName "\*"
35 syn match cssTagName "@page\>" nextgroup=cssDefinition
37 syn match cssSelectorOp "[+>.]"
38 syn match cssSelectorOp2 "[~|]\?=" contained
42 syn match cssIdentifier "#[A-Za-z�-�_@][A-Za-z�-�0-9_@-]*"
44 syn match cssIdentifier "#[A-Za-z_@][A-Za-z0-9_@-]*"
48 syn match cssMedia "@media\>" nextgroup=cssMediaType skipwhite skipnl
50 syn match cssMediaComma "," nextgroup=cssMediaType skipwhite skipnl
53 syn match cssValueIntege
[all...]
H A Deiffel.vim21 syn case match
29 syn match eiffelError "\<[a-z_]\+[A-Z][a-zA_Z_]*\>"
30 syn match eiffelError "\<[A-Z][a-z_]*[A-Z][a-zA-Z_]*\>"
38 syn match eiffelNumber "\d[0-9a-fA-F]*[xX]"
44 syn match eiffelTopStruct "\<class\>"
45 syn match eiffelKeyword "\<end\>"
46 syn match eiffelTopStruct "^end\>\(\s*--\s\+class\s\+\<[A-Z][A-Z0-9_]*\>\)\=" contains=eiffelClassName
47 syn match eiffelBrackets "[[\]]"
48 syn match eiffelBracketError "\]"
51 syn match eiffelCreat
[all...]
H A Dpod.vim30 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 podCommand "^=begin" nextgroup=podForKeywd skipwhite contains=@NoSpell
38 syn match podCommand "^=end" nextgroup=podForKeywd skipwhite contains=@NoSpell
41 syn match podCmdTex
[all...]
H A Dregistry.vim20 syn match registryHead "^REGEDIT[0-9]*$"
23 syn match registryComment "^;.*$"
33 syn match registryGUID "{[0-9A-Fa-f]\{8}\-[0-9A-Fa-f]\{4}\-[0-9A-Fa-f]\{4}\-[0-9A-Fa-f]\{4}\-[0-9A-Fa-f]\{12}}" contains=registrySpecial
36 " syn match registryDisk "[a-zA-Z]:\\\\"
39 syn match registrySpecial "\\"
40 syn match registrySpecial "\\\\"
41 syn match registrySpecial "\\\""
42 syn match registrySpecial "\."
43 syn match registrySpecial ","
44 syn match registrySpecia
[all...]
H A Dsas.vim10 " Attempted to match SAS default syntax colors;
30 syn match sasNumber "-\=\<\d*\.\=[0-9_]\>"
61 syn match sasProc "^\s*PROC \w\+"
92 syn match sasStatement "FOOTNOTE\d"
93 syn match sasStatement "TITLE\d"
96 syn match sasMacro "%BQUOTE"
97 syn match sasMacro "%NRBQUOTE"
98 syn match sasMacro "%CMPRES"
99 syn match sasMacro "%QCMPRES"
100 syn match sasMacr
[all...]
H A Dsimula.vim18 syn match simulaComment "^%.*$" contains=simulaTodo
25 syn match simulaCharError "'.\{-2,}'"
26 syn match simulaCharacter "'.'"
27 syn match simulaCharacter "'!\d\{-}!'" contains=simulaSpecialChar
28 syn match simulaString '".\{-}"' contains=simulaSpecialChar,simulaTodo
42 syn match simulaAssigned "\<\h\w*\s*\((.*)\)\=\s*:\(=\|-\)"me=e-2
43 syn match simulaOperator "[&:=<>+\-*/]"
44 syn match simulaOperator "\<and\(\s\+then\)\=\>"
45 syn match simulaOperator "\<or\(\s\+else\)\=\>"
46 syn match simulaReferenceTyp
[all...]
H A Dslrnsc.vim21 syn match slrnscComment "%.*$"
22 syn match slrnscSectionCom ".].*"lc=2
24 syn match slrnscGroup contained "\(\k\|\*\)\+"
25 syn match slrnscNumber contained "\d\+"
26 syn match slrnscDate contained "\(\d\{1,2}[-/]\)\{2}\d\{4}"
27 syn match slrnscDelim contained ":"
28 syn match slrnscComma contained ","
29 syn match slrnscOper contained "\~"
30 syn match slrnscEsc contained "\\[ecC<>.]"
31 syn match slrnscEs
[all...]
H A Dsass.vim20 syn match sassProperty "\%([{};]\s*\|^\)\@<=\%([[:alnum:]-]\|#{[^{}]*}\)\+:" contains=css.*Prop skipwhite nextgroup=sassCssAttribute contained containedin=sassDefinition
21 syn match sassProperty "^\s*\zs\s\%(\%([[:alnum:]-]\|#{[^{}]*}\)\+:\|:[[:alnum:]-]\+\)"hs=s+1 contains=css.*Prop skipwhite nextgroup=sassCssAttribute
22 syn match sassProperty "^\s*\zs\s\%(:\=[[:alnum:]-]\+\s*=\)"hs=s+1 contains=css.*Prop skipwhite nextgroup=sassCssAttribute
23 syn match sassCssAttribute +\%("\%([^"]\|\\"\)*"\|'\%([^']\|\\'\)*'\|#{[^{}]*}\|[^{};]\)*+ contained contains=@sassCssAttributes,sassVariable,sassFunction,sassInterpolation
24 syn match sassDefault "!default\>" contained
25 syn match sassVariable "!\%(important\>\|default\>\)\@![[:alnum:]_-]\+"
26 syn match sassVariable "$[[:alnum:]_-]\+"
27 syn match sassVariableAssignment "\%([!$][[:alnum:]_-]\+\s*\)\@<=\%(||\)\==" nextgroup=sassCssAttribute skipwhite
28 syn match sassVariableAssignment "\%([!$][[:alnum:]_-]\+\s*\)\@<=:" nextgroup=sassCssAttribute skipwhite
30 syn match sassFunctio
[all...]
H A Dslpconf.vim18 syn match slpconfBegin display '^'
25 syn match slpconfNetTagDot contained display '.'
31 syn match slpconfNetSlpTagDot contained display '.'
40 syn match slpconfBooleanHome contained display
44 syn match slpconfBooleanEq contained display '='
56 syn match slpconfIntegerHome contained display
60 syn match slpconfIntegerEq contained display '='
63 syn match slpconfInteger contained display '\<\d\+\>'
69 syn match slpconfAttrHome contained display
73 syn match slpconfAttrE
[all...]
H A Druby.vim26 syn match rubySpaceError display excludenl "\s\+$"
29 syn match rubySpaceError display " \+\t"me=e-1
35 syn match rubyOperator "\%([~!^&|*/%+-]\|\%(class\s*\)\@<!<<\|<=>\|<=\|\%(<\|\<class\s\+\u\w*\s*\)\@<!<[^<]\@=\|===\|==\|=\~\|>>\|>=\|=\@<!>\|\*\*\|\.\.\.\|\.\.\|::\)"
36 syn match rubyPseudoOperator "\%(-=\|/=\|\*\*=\|\*=\|&&=\|&=\|&&\|||=\||=\|||\|%=\|+=\|!\~\|!=\)"
41 syn match rubyStringEscape "\\\\\|\\[abefnrstv]\|\\\o\{1,3}\|\\x\x\{1,2}" contained display
42 syn match rubyStringEscape "\%(\\M-\\C-\|\\C-\\M-\|\\M-\\c\|\\c\\M-\|\\c\|\\C-\|\\M-\)\%(\\\o\{1,3}\|\\x\x\{1,2}\|\\\=\S\)" contained display
43 syn match rubyQuoteEscape "\\[\\']" contained display
46 syn match rubyInterpolation "#\%(\$\|@@\=\)\w\+" display contained contains=rubyInterpolationDelimiter,rubyInstanceVariable,rubyClassVariable,rubyGlobalVariable,rubyPredefinedVariable
47 syn match rubyInterpolationDelimiter "#\ze\%(\$\|@@\=\)\w\+" display contained
48 syn match rubyInterpolatio
[all...]
H A Dfstab.vim27 syn match fsComment /\s*#.*/
28 syn match fsOperator /[,=:#]/
32 syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
37 syn match fsDeviceKeyword contained /^[a-zA-Z0-9.\-]\+\ze:/
38 syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator
39 syn match fsDeviceUUID contained /=[^ \t]\+/hs=s+1 contains=fsOperator
40 syn match fsDeviceSshfs contained /#[_=[:alnum:]\.\/+-]\+@[a-z0-9._-]\+\a\{2}:[^ \t]\+/hs=s+1 contains=fsOperator
44 syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\|\s\+\zs\w\{-}\ze\s\)/ contained
49 syn match fsTypeUnknown /\s\+\zs\w\+/ contained
56 syn match fsOptionsNumbe
[all...]
H A Dkconfig.vim14 syn match kconfigBegin '^' nextgroup=kconfigKeyword
19 syn match kconfigComment display '#.*$' contains=kconfigTodo
47 syn match kconfigKeywordPrompt '"[^"\\]*\%(\\.[^"\\]*\)*"'
52 syn match kconfigPath '"[^"\\]*\%(\\.[^"\\]*\)*"\|\S\+'
55 syn match kconfigSymbol '\<\k\+\>'
78 syn match kconfigTypeDefPrompt '"[^"\\]*\%(\\.[^"\\]*\)*"'
84 syn match kconfigTypeDefPrompt "'[^'\\]*\%(\\.[^'\\]*\)*'"
95 syn match kconfigPromptPrompt '"[^"\\]*\%(\\.[^"\\]*\)*"'
101 syn match kconfigPromptPrompt "'[^'\\]*\%(\\.[^'\\]*\)*'"
112 syn match kconfigDependencie
[all...]
H A Dlilo.vim27 syn match liloError "\S\+"
28 syn match liloComment "#.*$"
29 syn match liloEnviron "\$\w\+" contained
30 syn match liloEnviron "\${[^}]\+}" contained
31 syn match liloDecNumber "\d\+" contained
32 syn match liloHexNumber "0[xX]\x\+" contained
33 syn match liloDecNumberP "\d\+p\=" contained
34 syn match liloSpecial contained "\\\(\"\|\\\|$\)"
36 syn match liloLabel :[^ "]\+: contained contains=liloSpecial,liloEnviron
38 syn match liloDecNumberLis
[all...]
H A Dmasm.vim19 syn match masmIdentifier "[@a-z_$?][@a-z0-9_$?]*"
20 syn match masmLabel "^\s*[@a-z_$?][@a-z0-9_$?]*:"he=e-1
22 syn match masmDecimal "[-+]\?\d\+[dt]\?"
23 syn match masmBinary "[-+]\?[0-1]\+[by]" "put this before hex or 0bfh dies!
24 syn match masmOctal "[-+]\?[0-7]\+[oq]"
25 syn match masmHexadecimal "[-+]\?[0-9]\x*h"
26 syn match masmFloatRaw "[-+]\?[0-9]\x*r"
27 syn match masmFloat "[-+]\?\d\+\.\(\d*\(E[-+]\?\d\+\)\?\)\?"
29 syn match masmComment ";.*" contains=@Spell
36 syn match masmTitl
[all...]
H A Ddosbatch.vim36 syn case match
39 syn match dosbatchOperator "\s[-+\*/%!~]\s"
40 syn match dosbatchOperator "="
41 syn match dosbatchOperator "[-+\*/%]="
42 syn match dosbatchOperator "\s\(&\||\|^\|<<\|>>\)=\=\s"
43 syn match dosbatchIfOperator "if\s\+\(\(not\)\=\s\+\)\=\(exist\|defined\|errorlevel\|cmdextversion\)\="lc=2
46 syn match dosbatchString "\"[^"]*\"" contains=dosbatchVariable,dosBatchArgument,dosbatchSpecialChar,@dosbatchNumber,@Spell
47 syn match dosbatchString "\<echo\([^)>|]\|\^\@<=[)>|]\)*"lc=4 contains=dosbatchVariable,dosbatchArgument,dosbatchSpecialChar,@dosbatchNumber,@Spell
48 syn match dosbatchEchoOperator "\<echo\s\+\(on\|off\)\s*$"lc=4
51 syn match dosbatchCm
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/regexp/
H A Dword_boundary.js41 // 'cowboy boyish boy'.match(new RegExp('\bboy\b'))
42 testcases[count++] = new TestCase ( SECTION, "'cowboy boyish boy'.match(new RegExp('\\bboy\\b'))",
43 String(["boy"]), String('cowboy boyish boy'.match(new RegExp('\\bboy\\b'))));
56 "'" + s + "'.match(new RegExp('\\b123[a-z]\\b'))",
57 String(["123c"]), String(s.match(new RegExp('\\b123[a-z]\\b'))));
66 "'" + s + "'.match(new RegExp('\\B123[a-z]\\B'))",
67 String(["123c"]), String(s.match(new RegExp('\\B123[a-z]\\B'))));
80 "'" + s + "'.match(new RegExp('\\Ba\\d+b\\B'))",
81 String(["a1111b"]), String(s.match(new RegExp('\\Ba\\d+b\\B'))));
84 "'" + s + "'.match(/\\B
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dreqinterp.h51 Match(Interpreter &interp); // reads match postfix from interp
54 bool operator () (CFTypeRef candidate) const; // match to candidate
60 CFCopyRef<CFStringRef> mValue; // match value
61 MatchOperation mOp; // type of match
65 bool infoKeyValue(const std::string &key, const Match &match);
66 bool entitlementValue(const std::string &key, const Match &match);
67 bool certFieldValue(const string &key, const Match &match, SecCertificateRef cert);
68 bool certFieldGeneric(const string &key, const Match &match, SecCertificateRef cert);
69 bool certFieldGeneric(const CssmOid &oid, const Match &match, SecCertificateRef cert);
70 bool certFieldPolicy(const string &key, const Match &match, SecCertificateRe
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dreqinterp.h51 Match(Interpreter &interp); // reads match postfix from interp
54 bool operator () (CFTypeRef candidate) const; // match to candidate
60 CFCopyRef<CFStringRef> mValue; // match value
61 MatchOperation mOp; // type of match
65 bool infoKeyValue(const std::string &key, const Match &match);
66 bool entitlementValue(const std::string &key, const Match &match);
67 bool certFieldValue(const string &key, const Match &match, SecCertificateRef cert);
68 bool certFieldGeneric(const string &key, const Match &match, SecCertificateRef cert);
69 bool certFieldGeneric(const CssmOid &oid, const Match &match, SecCertificateRef cert);
70 bool certFieldPolicy(const string &key, const Match &match, SecCertificateRe
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dmatch_list.c29 /* a pattern match, precede a pattern with an exclamation point (!).
45 /* argument specifies how many match functions follow.
57 /* host_match(3) match hosts by name or by address
107 int match; local
123 for (match = init_match, item = start; *item == '!'; item++)
124 match = !match;
140 list = match_list_parse(list, vstring_str(buf), match);
145 vstring_sprintf(buf, "%s%s(%o,%s)", match ? "" : "!",
147 map_type_name_flags = STR(buf) + (match
203 int match; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/lib/ripper/
H A Dlexer.rb92 TokenPattern.compile(pattern).match(src)
113 def match(str) method in class:Ripper
118 if m = @re.match(map_tokens(tokens))
127 if m = /[^\w\s$()\[\]{}?*+\.]/.match(pattern)
166 def initialize(tokens, match)
168 @match = match
172 return nil unless @match
173 match(n).join
178 def match( method in class:Ripper.MatchData
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/test-programs/
H A Dresult_test.sh40 atf_check -s eq:0 -o match:"passed" -o match:"msg" \
42 atf_check -s eq:1 -o match:"failed: Failure reason" -o match:"msg" \
44 atf_check -s eq:0 -o match:"skipped: Skipped reason" -o match:"msg" \
89 -e match:"FATAL ERROR: Cannot create.*'dir/resfile'" \
95 -e match:"ERROR: Cannot create.*'dir/resfile'" \
108 atf_check -s exit:1 -o match:'failed: .*This is unhandled' \
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/RegExp/
H A Dregress-165353.js61 actualmatch = string.match(pattern);
67 actualmatch = string.match(pattern);
73 actualmatch = string.match(pattern);
81 actualmatch = string.match(pattern);
88 actualmatch = string.match(pattern);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmatch_service.c34 /* match. In order to reverse the result of a pattern match,
52 /* domain_list(3) match domain names.
111 /* match_service_match - match service name.type against pattern list */
119 int match; local
135 * Iterate over all patterns in the list, stop at the first match.
140 for (match = 1; *pattern == '!'; pattern++)
141 match = !match;
144 msg_info("%s: %s: found match", mynam
[all...]
/macosx-10.9.5/shell_cmds-175/xargs/
H A Dstrnsubst.c22 * Replaces str with a string consisting of str with match replaced with
32 strnsubst(char **str, const char *match, const char *replstr, size_t maxsize) argument
46 if (match == NULL || replstr == NULL || maxsize == strlen(s1)) {
52 this = strstr(s1, match);
56 strlen(match) + 1) > maxsize) {
62 s1 = this + strlen(match);

Completed in 283 milliseconds

1234567891011>>