Searched refs:case (Results 76 - 100 of 751) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dant.vim14 " Define some defaults in case the included ftplugins don't set them.
H A Dconfig.vim14 " Define some defaults in case the included ftplugins don't set them.
H A Ddtrace.vim28 " dtrace uses /* */ comments. Set this explicitly, just in case the user
H A Doccam.vim23 " Break comment lines and insert comment leader in this case
H A Dsgml.vim14 " Define some defaults in case the included ftplugins don't set them.
H A Dsh.vim23 \ s:sol.'case\>:' . s:sol. 'esac\>'
H A Dsvg.vim14 " Define some defaults in case the included ftplugins don't set them.
H A Dtcsh.vim14 " Define some defaults in case the included ftplugins don't set them.
H A Dxsd.vim14 " Define some defaults in case the included ftplugins don't set them.
/macosx-10.9.5/vim-53/runtime/indent/
H A Dmupad.vim26 call GenericIndentStmts('begin,if,then,else,elif,case,repeat,until,domain,do')
H A Dpascal.vim17 setlocal indentkeys+==record,==if,==else,==case
68 " separator. This is one case where we do indent comment lines.
105 if prev_codeline =~ '^\s*\<\(for\|if\|case\|else\|end\ else\)\>'
131 " Indent code after a case statement begin
H A Dada.vim216 elseif line =~ '^\s*\(case\|exception\)\>'
267 let ind = s:MainBlockIndent( ind, lnum, '\(case\|exception\)\>', '' ) + &sw
280 elseif line =~ '^\s*end\>\s*\<case\>'
281 " End of case statement
282 let ind = s:EndBlockIndent( ind, lnum, 'case\>.*\<is\>', 'end\>\s*\<case\>' )
284 " General case for end
285 let ind = s:MainBlockIndent( ind, lnum, '\(if\|while\|for\|loop\|accept\|begin\|record\|case\|exception\|package\)\>', '' )
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dcanfr-win.vim16 " Added the upper case accented characters, forgotten in the initial version.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dart.vim11 syn case ignore
H A Ddtd.vim29 " I prefer having the case takes into consideration.
30 syn case match
32 syn case ignore
127 syn case match
H A Ddylanlid.vim16 syn case ignore
H A Dgitconfig.vim13 syn case ignore
H A Dgitrebase.vim11 syn case match
H A Dhaste.vim23 " case is significant
24 syn case match
28 syn keyword hasteStatement bitwidth boolvec broad case
49 syn match hasteStatement "\<\(case\|is\|si\)\>"
H A Dhtmlm4.vim26 syn case match
H A Dlace.vim20 " LACE is case insensitive, but the style guide lines are not.
23 syn case match
25 syn case ignore
69 syn case match
H A Dlss.vim33 syn case ignore
48 syn case match
52 syn case ignore
68 syn case match
H A Dwsh.vim22 syn case ignore
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_metadata.sql93 select setval (''persons_id_seq'', (select case when max(id) is null then 1 else max(id) end from persons));
95 values ((select case when max(id) is null then 1 else nextval(''persons_id_seq'') end from persons),'''','''');
102 select case
107 select case
117 select setval (''phones_id_seq'', (select case when max(id) is null then 1 else max(id) end from phones));
125 select setval (''documents_id_seq'', (select case when max(id) is null then 1 else max(id) end from documents));
127 values ((select case when max(id) is null then 1 else nextval(''documents_id_seq'') end from documents),'''','''');
133 select setval (''institutes_id_seq'', (select case when max(id) is null then 1 else max(id) end from institutes));
135 values ((select case when max(id) is null then 1 else nextval(''institutes_id_seq'') end from institutes),'''');
141 select setval (''referrals_id_seq'', (select case whe
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dbldmanhelp.tcl55 case [lindex $line 0] {

Completed in 92 milliseconds

1234567891011>>