Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Ginnish (0.17 sec)

  1. docs/en/docs/advanced/events.md

    ### `startup` and `shutdown` together
    
    There's a high chance that the logic for your *startup* and *shutdown* is connected, you might want to start something and then finish it, acquire a resource and then release it, etc.
    
    Doing that in separated functions that don't share logic or variables together is more difficult as you would need to store values in global variables or similar tricks.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.8K bytes
    - Viewed (0)
  2. docs/en/docs/js/termynal.js

        }
    
        generateFinish() {
            const finish = document.createElement('a')
            finish.onclick = (e) => {
                e.preventDefault()
                this.lineDelay = 0
                this.typeDelay = 0
                this.startDelay = 0
            }
            finish.href = '#'
            finish.setAttribute('data-terminal-control', '')
            finish.innerHTML = "fast →"
            this.finishElement = finish
    JavaScript
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 9.3K bytes
    - Viewed (0)
  3. docs/en/docs/async.md

    So you wait for your crush to finish the story (finish the current work ⏯ / task being processed 🤓), smile gently and say that you are going for the burgers ⏸.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 23K bytes
    - Viewed (0)
Back to top