Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js6929 ajaxLocParts, variable
6947 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 ) ) )