Home | History | Annotate | Download | only in html

Lines Matching refs:equalIgnoringCase

130         if (equalIgnoringCase((*paramNames)[i], "src"))
132 else if (equalIgnoringCase((*paramNames)[i], "data"))
164 if (url.isEmpty() && urlParameter.isEmpty() && (equalIgnoringCase(name, "src") || equalIgnoringCase(name, "movie") || equalIgnoringCase(name, "code") || equalIgnoringCase(name, "url")))
167 if (serviceType.isEmpty() && equalIgnoringCase(name, "type")) {
237 || !equalIgnoringCase(classId(), "clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"))
245 if (equalIgnoringCase(metaElement->name(), "generator") && metaElement->content().startsWith("Mac OS X Server Web Services Server", false))
461 && equalIgnoringCase(child->getNameAttribute(), "type")