Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for isDestroyed (1.22 sec)

  1. src/test/java/jcifs/util/SecureCredentialStorageTest.java

                assertNotNull(encrypted, "Encrypted data should not be null");
                assertFalse(autoStorage.isDestroyed(), "Storage should not be destroyed during use");
            } finally {
                if (autoStorage != null) {
                    autoStorage.close();
                    assertTrue(autoStorage.isDestroyed(), "Storage should be destroyed after close");
                }
            }
    
            // Clean up
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/popper.min.js

    tion']&&console.warn('`modifier.function` is deprecated, use `modifier.fn`!');var n=t['function']||t.fn;t.enabled&&e(n)&&(o.offsets.popper=g(o.offsets.popper),o.offsets.reference=g(o.offsets.reference),o=n(o,t))}),o}function k(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=O(this.options.placement,e.offsets.reference,this.popper,thi...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/util/SecureCredentialStorage.java

                        SecureKeyManager.secureWipe(salt);
                        salt = null;
                    }
                }
            }
        }
    
        @Override
        public boolean isDestroyed() {
            return destroyed;
        }
    
        @Override
        public void close() {
            try {
                destroy();
            } catch (DestroyFailedException e) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top