Skip to content

Commit f37a9c5

Browse files
author
committed
Deployed e51ee7e with MkDocs version: 1.6.1
1 parent 7e2500e commit f37a9c5

71 files changed

Lines changed: 910 additions & 16 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,19 @@
6969

7070

7171
<script>
72+
(function () {
73+
var _get = Storage.prototype.getItem;
74+
var _set = Storage.prototype.setItem;
75+
var SHARED_KEY = '/__consent';
76+
Storage.prototype.getItem = function (key) {
77+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
78+
return _get.call(this, key);
79+
};
80+
Storage.prototype.setItem = function (key, value) {
81+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
82+
_set.call(this, key, value);
83+
};
84+
})();
7285
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7386
document.documentElement.setAttribute('data-utplsql-site', 'org');
7487
</script>

about.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575

7676

7777
<script>
78+
(function () {
79+
var _get = Storage.prototype.getItem;
80+
var _set = Storage.prototype.setItem;
81+
var SHARED_KEY = '/__consent';
82+
Storage.prototype.getItem = function (key) {
83+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
84+
return _get.call(this, key);
85+
};
86+
Storage.prototype.setItem = function (key, value) {
87+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
88+
_set.call(this, key, value);
89+
};
90+
})();
7891
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7992
document.documentElement.setAttribute('data-utplsql-site', 'org');
8093
</script>

announcements/auto-run-utplsql-tests-with-oracle-sqlcl.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575

7676

7777
<script>
78+
(function () {
79+
var _get = Storage.prototype.getItem;
80+
var _set = Storage.prototype.setItem;
81+
var SHARED_KEY = '/__consent';
82+
Storage.prototype.getItem = function (key) {
83+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
84+
return _get.call(this, key);
85+
};
86+
Storage.prototype.setItem = function (key, value) {
87+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
88+
_set.call(this, key, value);
89+
};
90+
})();
7891
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7992
document.documentElement.setAttribute('data-utplsql-site', 'org');
8093
</script>

announcements/better-late-than-never.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575

7676

7777
<script>
78+
(function () {
79+
var _get = Storage.prototype.getItem;
80+
var _set = Storage.prototype.setItem;
81+
var SHARED_KEY = '/__consent';
82+
Storage.prototype.getItem = function (key) {
83+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
84+
return _get.call(this, key);
85+
};
86+
Storage.prototype.setItem = function (key, value) {
87+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
88+
_set.call(this, key, value);
89+
};
90+
})();
7891
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7992
document.documentElement.setAttribute('data-utplsql-site', 'org');
8093
</script>

announcements/category/news.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575

7676

7777
<script>
78+
(function () {
79+
var _get = Storage.prototype.getItem;
80+
var _set = Storage.prototype.setItem;
81+
var SHARED_KEY = '/__consent';
82+
Storage.prototype.getItem = function (key) {
83+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
84+
return _get.call(this, key);
85+
};
86+
Storage.prototype.setItem = function (key, value) {
87+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
88+
_set.call(this, key, value);
89+
};
90+
})();
7891
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7992
document.documentElement.setAttribute('data-utplsql-site', 'org');
8093
</script>

announcements/category/releases.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575

7676

7777
<script>
78+
(function () {
79+
var _get = Storage.prototype.getItem;
80+
var _set = Storage.prototype.setItem;
81+
var SHARED_KEY = '/__consent';
82+
Storage.prototype.getItem = function (key) {
83+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
84+
return _get.call(this, key);
85+
};
86+
Storage.prototype.setItem = function (key, value) {
87+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
88+
_set.call(this, key, value);
89+
};
90+
})();
7891
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7992
document.documentElement.setAttribute('data-utplsql-site', 'org');
8093
</script>

announcements/category/releases/page/2.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575

7676

7777
<script>
78+
(function () {
79+
var _get = Storage.prototype.getItem;
80+
var _set = Storage.prototype.setItem;
81+
var SHARED_KEY = '/__consent';
82+
Storage.prototype.getItem = function (key) {
83+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
84+
return _get.call(this, key);
85+
};
86+
Storage.prototype.setItem = function (key, value) {
87+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
88+
_set.call(this, key, value);
89+
};
90+
})();
7891
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7992
document.documentElement.setAttribute('data-utplsql-site', 'org');
8093
</script>

announcements/category/releases/page/3.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575

7676

7777
<script>
78+
(function () {
79+
var _get = Storage.prototype.getItem;
80+
var _set = Storage.prototype.setItem;
81+
var SHARED_KEY = '/__consent';
82+
Storage.prototype.getItem = function (key) {
83+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
84+
return _get.call(this, key);
85+
};
86+
Storage.prototype.setItem = function (key, value) {
87+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
88+
_set.call(this, key, value);
89+
};
90+
})();
7891
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7992
document.documentElement.setAttribute('data-utplsql-site', 'org');
8093
</script>

announcements/category/releases/page/4.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575

7676

7777
<script>
78+
(function () {
79+
var _get = Storage.prototype.getItem;
80+
var _set = Storage.prototype.setItem;
81+
var SHARED_KEY = '/__consent';
82+
Storage.prototype.getItem = function (key) {
83+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
84+
return _get.call(this, key);
85+
};
86+
Storage.prototype.setItem = function (key, value) {
87+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
88+
_set.call(this, key, value);
89+
};
90+
})();
7891
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7992
document.documentElement.setAttribute('data-utplsql-site', 'org');
8093
</script>

announcements/category/tips-n-tricks.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575

7676

7777
<script>
78+
(function () {
79+
var _get = Storage.prototype.getItem;
80+
var _set = Storage.prototype.setItem;
81+
var SHARED_KEY = '/__consent';
82+
Storage.prototype.getItem = function (key) {
83+
if (key && key.endsWith('.__consent')) return _get.call(this, SHARED_KEY);
84+
return _get.call(this, key);
85+
};
86+
Storage.prototype.setItem = function (key, value) {
87+
if (key && key.endsWith('.__consent')) { _set.call(this, SHARED_KEY, value); return; }
88+
_set.call(this, key, value);
89+
};
90+
})();
7891
window.utplsqlBaseUrl = "https://www.utplsql.org/";
7992
document.documentElement.setAttribute('data-utplsql-site', 'org');
8093
</script>

0 commit comments

Comments
 (0)