Lines Matching +full:check +full:- +full:attr
5 * @param {bool} noaria supress aria-expanded state setting
9 if(!noaria) this.attr('aria-expanded', 'false');
17 * @param {bool} noaria supress aria-expanded state setting
21 if(!noaria) this.attr('aria-expanded', 'true');
30 * @param {bool} noaria supress aria-expanded state setting
77 scrollTop: $obj.offset().top - 100
124 * @link https://trackjs.com/blog/when-form-submit-is-not-a-function/
211 * Check that access to the data directory is properly secured
213 * A successful check (a 403 error was returned when loading the image) is saved
220 if (sessionStorage.getItem('dw-security-check:' + DOKU_BASE)) {
221 // check was already executed successfully
228 // successful check will not be repeated during session
230 sessionStorage.setItem('dw-security-check:' + DOKU_BASE, true);
233 // check failed, display a warning message