Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/fonts/
H A Dchess-informant-NAG-symbols.js14 var jsre = new RegExp("chess-informant-NAG-symbols\.js$", ""); variable
15 var FontPath = detectJavascriptLocation(jsre).replace(jsre, "");
H A Dchess-informant-NAG-symbols-alternative.js14 var jsre = new RegExp("chess-informant-NAG-symbols-alternative\.js$", ""); variable
15 var FontPath = detectJavascriptLocation(jsre).replace(jsre, "");
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js664 function detectJavascriptLocation(jsre) { argument
665 if (typeof(jsre) == "undefined") { jsre = new RegExp("pgn4web(|-compacted|\.min)\.js$", ""); }
668 if ((e[i].src) && (e[i].src.match(jsre))) {
/plugin/jquery/
H A Djquery-1.4.2.js4775 jsre = /=\?(&|$)/, variable
4990 if ( !jsre.test( s.url ) ) {
4993 } else if ( !s.data || !jsre.test(s.data) ) {
5000 if ( s.dataType === "json" && (s.data && jsre.test(s.data) || jsre.test(s.url)) ) {
5005 s.data = (s.data + "").replace(jsre, "=" + jsonp + "$1");
5008 s.url = s.url.replace(jsre, "=" + jsonp + "$1");
/plugin/scrape/
H A DphpQuery-onefile.php