Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for removeAttribute (0.1 sec)

  1. src/main/java/org/codelibs/fess/app/web/login/LoginAction.java

        //                                                                      ==============
    
        @Execute
        public HtmlResponse index() {
            getSession().ifPresent(session -> session.removeAttribute(INVALID_OLD_PASSWORD));
            return asIndexPage(null).useForm(LoginForm.class);
        }
    
        private HtmlResponse asIndexPage(final LoginForm form) {
            if (form != null) {
                form.clearSecurityInfo();
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. docs/en/docs/js/termynal.js

                    await this._wait(delay);
                }
    
                else {
                    this.container.appendChild(line);
                    await this._wait(delay);
                }
    
                line.removeAttribute(`${this.pfx}-cursor`);
            }
            this.addRestart()
            this.finishElement.style.visibility = 'hidden'
            this.lineDelay = this.originalLineDelay
            this.typeDelay = this.originalTypeDelay
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 9.3K bytes
    - Viewed (0)
Back to top