Searched refs:ajaxLocParts (Results 1 – 1 of 1) sorted by relevance
6929 ajaxLocParts, variable6947 ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];7199 isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),7505 …s.url = ( ( url || s.url ) + "" ).replace( rhash, "" ).replace( rprotocol, ajaxLocParts[ 1 ] + "//…7514 ( parts[ 1 ] != ajaxLocParts[ 1 ] || parts[ 2 ] != ajaxLocParts[ 2 ] ||7516 ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? 80 : 443 ) ) )