Home | History | Annotate | Download | only in xml

Lines Matching refs:equalIgnoringCase

111     return equalIgnoringCase(name, "set-cookie") || equalIgnoringCase(name, "set-cookie2");
237 bool isHTML = equalIgnoringCase(responseMIMEType(), "text/html");
422 return !equalIgnoringCase(method, "TRACE")
423 && !equalIgnoringCase(method, "TRACK")
424 && !equalIgnoringCase(method, "CONNECT");
429 if (equalIgnoringCase(method, "COPY") || equalIgnoringCase(method, "DELETE") || equalIgnoringCase(method, "GET")
430 || equalIgnoringCase(method, "HEAD") || equalIgnoringCase(method, "INDEX") || equalIgnoringCase(method, "LOCK")
431 || equalIgnoringCase(method, "M-POST") || equalIgnoringCase(method, "MKCOL") || equalIgnoringCase(method, "MOVE")
432 || equalIgnoringCase(method, "OPTIONS") || equalIgnoringCase(method, "POST") || equalIgnoringCase(method, "PROPFIND")
433 || equalIgnoringCaseequalIgnoringCase(method, "PUT") || equalIgnoringCase(method, "UNLOCK")) {
1162 } else if (equalIgnoringCase(responseMIMEType(), "text/html"))