Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A 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) {
30 thisRegExp = /(&|\?)(engineWindowUrlParameters|ewup)=([^&]+)(&|$)/i;
31 if (window.location.search.match(thisRegExp) !== null) {
34 thisRegExp = /(&|\?)(engineWindowHeight|ewh)=([1-9][0-9]*)(&|$)/i;
35 if (window.location.search.match(thisRegExp) !== null) {
38 thisRegExp = /(&|\?)(engineWindowWidth|eww)=([1-9][0-9]*)(&|$)/i;
[all …]