Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 64 for eventsv1 (0.21 sec)

  1. src/net/http/transport_test.go

    	if d, ok := t.Deadline(); ok {
    		// When the test's deadline is about to expire, log the pending events for
    		// better debugging.
    		timeout := time.Until(d) * 19 / 20 // Allow 5% for cleanup.
    		timer := time.AfterFunc(timeout, func() {
    			panic(fmt.Sprintf("hang in %s. events are: %s", t.Name(), logbuf.String()))
    		})
    		defer timer.Stop()
    	}
    	<-gotres
    
    	got := logbuf.String()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  3. cmd/admin-handlers.go

    	setEventStreamHeaders(w)
    
    	// Trace Publisher and peer-trace-client uses nonblocking send and hence does not wait for slow receivers.
    	// Keep 100k buffered channel.
    	// If receiver cannot keep up with that we drop events.
    	traceCh := make(chan []byte, 100000)
    	peers, _ := newPeerRestClients(globalEndpoints)
    	err = globalTrace.SubscribeJSON(traceOpts.TraceTypes(), traceCh, ctx.Done(), func(entry madmin.TraceInfo) bool {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  4. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	NFC_DIRECTION_TX                            = 0x1
    	NFC_FIRMWARE_NAME_MAXSIZE                   = 0x20
    	NFC_GB_MAXSIZE                              = 0x30
    	NFC_GENL_MCAST_EVENT_NAME                   = "events"
    	NFC_GENL_NAME                               = "nfc"
    	NFC_GENL_VERSION                            = 0x1
    	NFC_HEADER_SIZE                             = 0x1
    	NFC_ISO15693_UID_MAXSIZE                    = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.5.md

    * Fix the DOCKER_OPTS appending bug. ([#33163](https://github.com/kubernetes/kubernetes/pull/33163), [@DjangoPeng](https://github.com/DjangoPeng))
    * Send recycle events from pod to pv. ([#27714](https://github.com/kubernetes/kubernetes/pull/27714), [@jsafrane](https://github.com/jsafrane))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

        echo "Failed to add master replica to etcd cluster."
        return 1
      fi
      if ! add-replica-to-etcd 4002 2381 false; then
        echo "Failed to add master replica to etcd events cluster."
        return 1
      fi
    
      # We have to make sure the disk is created before creating the master VM, so
      # run this in the foreground.
      gcloud compute disks create "${REPLICA_NAME}-pd" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    etisalat
    
    // eurovision : 2014-04-24 European Broadcasting Union (EBU)
    eurovision
    
    // eus : 2013-12-12 Puntueus Fundazioa
    eus
    
    // events : 2013-12-05 Binky Moon, LLC
    events
    
    // exchange : 2014-03-06 Binky Moon, LLC
    exchange
    
    // expert : 2013-11-21 Binky Moon, LLC
    expert
    
    // exposed : 2013-12-05 Binky Moon, LLC
    exposed
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  9. src/runtime/proc.go

    	lock(&sched.lock)
    	for pprev := &allm; *pprev != nil; pprev = &(*pprev).alllink {
    		if *pprev == mp {
    			*pprev = mp.alllink
    			goto found
    		}
    	}
    	throw("m not found in allm")
    found:
    	// Events must not be traced after this point.
    
    	// Delay reaping m until it's done with the stack.
    	//
    	// Put mp on the free list, though it will not be reaped while freeWait
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  10. maven-model-builder/src/test/resources/dag.txt

    quarkus/extensions/kubernetes-config/runtime/pom.xml
    	quarkus/extensions/kubernetes-client/runtime/pom.xml
    quarkus/extensions/funqy/funqy-knative-events/deployment/pom.xml
    	quarkus/extensions/funqy/funqy-knative-events/runtime/pom.xml
    	quarkus/extensions/funqy/funqy-server-common/deployment/pom.xml
    	quarkus/extensions/vertx-http/deployment/pom.xml
    	quarkus/extensions/arc/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
Back to top