Searched refs:httpEquiv (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dparser.c3159 AttVal * httpEquiv = AttrGetById(node, TidyAttr_HTTP_EQUIV); local
3161 if (httpEquiv && AttrValueIs(httpEquiv, "Content-Type") && AttrHasValue(content))
H A Dclean.c2175 AttVal* httpEquiv = TY_(AttrGetById)(pNode, TidyAttr_HTTP_EQUIV); local
2179 !AttrValueIs(httpEquiv, "Content-Type") )
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim272 let metaprop = ['charset', 'content', 'disabled', 'httpEquiv', 'name', 'scheme']

Completed in 76 milliseconds