Lines Matching refs:base
8 function! javascriptcomplete#CompleteJS(findstart, base) argument
23 " Initialize base return lists
26 " a:base is very short - we need context
27 " Shortcontext is context without a:base, useful for checking if we are
30 let shortcontext = substitute(context, a:base.'$', '', '')
151 " Base - base.
483 elseif shortcontext =~ 'base\.$'
535 if m =~? '^'.a:base
537 elseif m =~? a:base
604 …let htmldom = ['document', 'anchor', 'area', 'base', 'body', 'document', 'event', 'form', 'frame',…
618 if m =~? '^'.a:base
620 elseif m =~? a:base