Searched
full:https (Results
426 -
450 of
608) sorted by null
<<11121314151617181920>>
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPDialog.java | 260 // added for Issue 248 : https://jain-sip.dev.java.net/issues/show_bug.cgi?id=248 [all...] |
/external/openssl/crypto/bio/ |
b_sock.c | 210 else if (strcmp(str,"https") == 0)
|
/external/openssl/ssl/ |
ssl_err.c | 358 {ERR_REASON(SSL_R_HTTPS_PROXY_REQUEST) ,"https proxy request"}, [all...] |
/external/safe-iop/include/ |
safe_iop.h | 47 * https://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow
|
/external/skia/include/animator/ |
SkAnimator.h | 134 @param uri The complete url path to be read (either ftp, http or https).
|
/external/webkit/JavaScriptCore/parser/ |
Lexer.cpp | 153 // See <https://bugs.webkit.org/show_bug.cgi?id=4931> for details.
|
/external/webkit/JavaScriptCore/wtf/ |
Platform.h | 849 on MinGW. See https://bugs.webkit.org/show_bug.cgi?id=29268 */
|
/external/webkit/LayoutTests/http/conf/ |
apache2-debian-httpd.conf | 161 # Port 8443 is hard-coded as it is needed for the HTTPS configuration later on.
|
/external/webkit/WebCore/html/ |
HTMLFormElement.cpp | 105 return document()->completeURL(url).protocolIs("https");
|
/external/webkit/WebCore/inspector/front-end/ |
DOMAgent.js | 499 && (!cookie.secure || match[1].toLowerCase() === 'https'));
|
utilities.js | 362 var result = this.replace(/^https?:\/\//i, "");
|
/external/webkit/WebCore/loader/ |
Cache.cpp | 286 // For more details see: https://bugs.webkit.org/show_bug.cgi?id=30209
|
/external/webkit/WebCore/page/mac/ |
EventHandlerMac.mm | 853 // See <https://bugs.webkit.org/show_bug.cgi?id=21107> for more detail.
|
/external/webkit/WebCore/platform/graphics/skia/ |
PlatformContextSkia.cpp | 499 // https://bugs.webkit.org/show_bug.cgi?id=21898
|
/external/webkit/WebCore/platform/text/ |
String.cpp | 346 // https://bugs.webkit.org/show_bug.cgi?id=18994
|
/external/webkit/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 332 // source: https://developer.mozilla.org/en/NPEvent
|
/external/webkit/WebCore/plugins/qt/ |
PluginViewQt.cpp | 290 // source: https://developer.mozilla.org/en/NPEvent
|
/external/webkit/WebCore/rendering/ |
MediaControlElements.cpp | 140 // See https://bugs.webkit.org/show_bug.cgi?id=27015
|
/external/webkit/WebCore/xml/ |
XMLHttpRequest.cpp | 512 // This will become irrelevant after https://bugs.webkit.org/show_bug.cgi?id=27165 is resolved.
|
/external/webkit/WebKit/chromium/public/ |
WebFrame.h | 301 // out invalid referrers (e.g., it is invalid to send a HTTPS URL as
|
/external/webkit/WebKit/gtk/po/ |
it.po | 597 # https://bugs.webkit.org/show_bug.cgi?id=25375
|
/external/webkit/WebKit/mac/History/ |
WebHistory.mm | 826 item->setLastVisitWasHTTPNonGet([method caseInsensitiveCompare:@"GET"] && (![[url scheme] caseInsensitiveCompare:@"http"] || ![[url scheme] caseInsensitiveCompare:@"https"]));
|
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 999 strcasecmp(protocolStr, "https") != 0)
|
/external/webkit/WebKit/win/ |
WebView.h | [all...] |
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
DumpRenderTree.cpp | 103 if (strncmp("http://", url, 7) != 0 && strncmp("https://", url, 8) != 0) {
|
Completed in 468 milliseconds
<<11121314151617181920>>