Home
last modified time | relevance | path

Searched refs:ajaxLocParts (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js6860 ajaxLocParts, variable
6878 ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
7130 isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),
7436 …s.url = ( ( url || s.url ) + "" ).replace( rhash, "" ).replace( rprotocol, ajaxLocParts[ 1 ] + "//…
7445 ( parts[ 1 ] != ajaxLocParts[ 1 ] || parts[ 2 ] != ajaxLocParts[ 2 ] ||
7447 ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? 80 : 443 ) ) )