Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for fsevents (0.16 sec)

  1. docs/assets/images/events@2x.png

    events@2x.png...
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 164.7K bytes
    - Viewed (0)
  2. src/main/webapp/js/bootstrap.min.js.map

    fn, isDelegated)\n}\n\nfunction removeHandler(element, events, typeEvent, handler, delegationSelector) {\n  const fn = findHandler(events[typeEvent], handler, delegationSelector)\n\n  if (!fn) {\n    return\n  }\n\n  element.removeEventListener(typeEvent, fn, Boolean(delegationSelector))\n  delete events[typeEvent][fn.uidEvent]\n}\n\nfunction removeNamespacedHandlers(element, events, typeEvent, namespace) {\n  const storeElementEvent = events[typeEvent] || {}\n\n  for (const [handlerKey, event] of...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

        ([kubernetes/features#68](https://github.com/kubernetes/enhancements/issues/68))
      - [beta] Federation API server gained support for events and many
        federation controllers now report important events.
        ([docs](http://kubernetes.io/docs/user-guide/federation/events))
        ([kubernetes/features#70](https://github.com/kubernetes/enhancements/issues/70))
      - [alpha] Creating a `Federated Namespace` causes matching
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

              functionName: String,
              parameterName: String,
            ): Path {
              events.add("$functionName:$path")
              return path
            }
    
            override fun onPathResult(
              path: Path,
              functionName: String,
            ): Path {
              events.add("$functionName:$path")
              return path
            }
          }
        val path: Path = "/cache".toPath()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

      * When deleting an object with `kubectl delete ... --grace-period=0`, the client will
        begin a graceful deletion and wait until the resource is fully deleted.  To force
        deletion immediately, use the `--force` flag. This prevents users from accidentally
        allowing two Stateful Set pods to share the same persistent volume which could lead to data
        corruption [#37263](https://github.com/kubernetes/kubernetes/pull/37263)
    
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/popper.min.js.map

    state.updateBound,\n    state.scrollParents\n  );\n  state.scrollElement = scrollElement;\n  state.eventsEnabled = true;\n\n  return state;\n}\n","import setupEventListeners from '../utils/setupEventListeners';\n\n/**\n * It will add resize/scroll events and start recalculating\n * position of the popper element when they are triggered.\n * @method\n * @memberof Popper\n */\nexport default function enableEventListeners() {\n  if (!this.state.eventsEnabled) {\n    this.state = setupEventListeners(\n...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/bootstrap.min.js.map

    device, mouseenter/leave are fired as\n        // part of the mouse compatibility events on first tap - the carousel\n        // would stop cycling until user tapped out of it;\n        // here, we listen for touchend, explicitly pause the carousel\n        // (as if it's the second time we tap on it, mouseenter compat event\n        // is NOT fired) and after a timeout (to allow for mouse compatibility\n        // events to fire) we explicitly restart cycling\n\n        this.pause()\n        if (this.touchTimeout)...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
  8. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    co.at
    co.bb
    co.bi
    co.biz.ng
    co.bj
    co.bn
    co.business
    co.bw
    co.bz
    co.ca
    co.ci
    co.cl
    co.cm
    co.com
    co.cr
    co.cz
    co.dk
    co.dm
    co.education
    co.events
    co.financial
    co.gg
    co.gl
    co.gy
    co.hu
    co.id
    co.il
    co.im
    co.in
    co.io
    co.ir
    co.it
    co.je
    co.jp
    co.ke
    co.kr
    co.krd
    co.lc
    co.ls
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  9. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    co.at
    co.bb
    co.bi
    co.biz.ng
    co.bj
    co.bn
    co.business
    co.bw
    co.bz
    co.ca
    co.ci
    co.cl
    co.cm
    co.com
    co.cr
    co.cz
    co.dk
    co.dm
    co.education
    co.events
    co.financial
    co.gg
    co.gl
    co.gy
    co.hu
    co.id
    co.il
    co.im
    co.in
    co.io
    co.ir
    co.it
    co.je
    co.jp
    co.ke
    co.kr
    co.krd
    co.lc
    co.ls
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  10. src/main/java/jcifs/smb1/smb1/SmbFile.java

            getFirstAddress();
            for (;;) {
                try {
                    doConnect();
                    return;
                } catch (final SmbAuthException sae) {
                    throw sae; // Prevents account lockout on servers with multiple IPs
                } catch (final SmbException se) {
                    if (getNextAddress() == null) {
                        throw se;
                    }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top