Lines Matching refs:base
48 function! htmlcomplete#CompleteTags(findstart, base) argument
167 " Initialize base return lists
170 " a:base is very short - we need context
182 return javascriptcomplete#CompleteJS(0, a:base)
186 return phpcomplete#CompletePHP(0, a:base)
208 if len(a:base) == 1
210 if m =~ '^'.a:base
217 if m =~? '^'.a:base
219 elseif m =~? a:base
471 let js_context = matchstr(a:base, '\k\+$')
472 let js_shortcontext = substitute(a:base, js_context.'$', '', '')
617 let b:unaryTagsStack = "base meta link hr br param img area input col"