Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for invoke (0.35 sec)

  1. ChangeLog.md

    - [`KTIJ-26627`](https://youtrack.jetbrains.com/issue/KTIJ-26627) K2 IDE: False positive "Redundant qualifier" inspection on extension property called on object when other 'this' is present in scope
    - [`KTIJ-23407`](https://youtrack.jetbrains.com/issue/KTIJ-23407) K2 IDE. False positive unused import directive for invoke function from object
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    TestMethod(reflect.Method, TestClass); public boolean isIgnored(); public long getTimeout(); protected Class getExpectedException(); boolean isUnexpected(Throwable); boolean expectsException(); java.util.List getBefores(); java.util.List getAfters(); public void invoke(Object) throws IllegalArgumentExcep, IllegalAccessExcepti, reflect.InvocationTargetExce; } org/junit/internal/matchers/TypeSafeMatcher.class package org.junit.internal.matchers; public abstract synchronized class TypeSafeMatcher extends org.hamcrest.BaseMatcher...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
  3. doc/go_spec.html

    </p>
    
    <p>
    Each time a "defer" statement
    executes, the function value and parameters to the call are
    <a href="#Calls">evaluated as usual</a>
    and saved anew but the actual function is not invoked.
    Instead, deferred functions are invoked immediately before
    the surrounding function returns, in the reverse order
    they were deferred. That is, if the surrounding function
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - `wait.PollUntilContextTimeout` function, if immediate is true, the condition
      will be invoked before waiting and guarantees that the condition is invoked at
      least once, regardless of whether the context has been cancelled. ([#118686](https://github.com/kubernetes/kubernetes/pull/118686), [@aojea](https://github.com/aojea))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.17.md

    - Azure: check the nil error before invoke err.Error() ([#96623](https://github.com/kubernetes/kubernetes/pull/96623), [@nilo19](https://github.com/nilo19)) [SIG Cloud Provider]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const NOTE_RENAME = 32
    pkg syscall (netbsd-arm64-cgo), const NOTE_RENAME ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_REVOKE = 64
    pkg syscall (netbsd-arm64-cgo), const NOTE_REVOKE ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_TRACK = 1
    pkg syscall (netbsd-arm64-cgo), const NOTE_TRACKERR = 2
    pkg syscall (netbsd-arm64-cgo), const NOTE_TRACKERR ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.29.md

    - In the `wait.PollUntilContextTimeout` function, if `immediate` is true, the condition will now be invoked before waiting, guaranteeing that the condition is invoked at least once and then wait a interval before executing again. ([#119762](https://github.com/kubernetes/kubernetes/pull/119762), [@AxeZhan](https://github.com/AxeZhan))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const NOTE_REAP ideal-int
    pkg syscall (darwin-arm64), const NOTE_RENAME = 32
    pkg syscall (darwin-arm64), const NOTE_RENAME ideal-int
    pkg syscall (darwin-arm64), const NOTE_REVOKE = 64
    pkg syscall (darwin-arm64), const NOTE_REVOKE ideal-int
    pkg syscall (darwin-arm64), const NOTE_SECONDS = 1
    pkg syscall (darwin-arm64), const NOTE_SECONDS ideal-int
    pkg syscall (darwin-arm64), const NOTE_SIGNAL = 134217728
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.15.md

    - `DelayingQueue.ShutDown()` can now be invoked multiple times without causing a closed channel panic. ([#77170](https://github.com/kubernetes/kubernetes/pull/77170), [@smarterclayton](https://github.com/smarterclayton))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.25.md

    - Feature gate `ProbeTerminationGracePeriod` is enabled by default. ([#108541](https://github.com/kubernetes/kubernetes/pull/108541), [@kerthcet](https://github.com/kerthcet))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Nov 16 11:30:31 GMT 2023
    - 419K bytes
    - Viewed (0)
Back to top