Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
Dengine.js21 if (typeof(thisRegExp) == "undefined") { var thisRegExp; } variable
22 thisRegExp = /(&|\?)(engineWindowDisableAnalysisBoard|ewdab)=(true|t)(&|$)/i;
23 if (window.location.search.match(thisRegExp) !== null) {
26 thisRegExp = /(&|\?)(engineWindowTarget|ewt)=([^&]+)(&|$)/i;
27 if (window.location.search.match(thisRegExp) !== null) {
28 pgn4web_engineWindowTarget = unescape(window.location.search.match(thisRegExp)[3]);
30 thisRegExp = /(&|\?)(engineWindowUrlParameters|ewup)=([^&]+)(&|$)/i;
31 if (window.location.search.match(thisRegExp) !== null) {
32 pgn4web_engineWindowUrlParameters = unescape(window.location.search.match(thisRegExp)[3]);
34 thisRegExp = /(&|\?)(engineWindowHeight|ewh)=([1-9][0-9]*)(&|$)/i;
[all …]