Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 121 for dequeue1 (0.14 sec)

  1. src/main/webapp/js/admin/jquery-3.6.3.min.js

    e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?E.queue(this[0],t):void 0===n?this:this.each(function(){var e=E.queue(this,t,n);E._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&E.dequeue(this,t)})},dequeue:function(e){return this.each(function(){E.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=E.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=Y.get(...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  2. src/main/webapp/js/jquery-3.6.3.min.js

    e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?E.queue(this[0],t):void 0===n?this:this.each(function(){var e=E.queue(this,t,n);E._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&E.dequeue(this,t)})},dequeue:function(e){return this.each(function(){E.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=E.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=Y.get(...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  3. src/runtime/chan_test.go

    	// goroutine B
    	go func() {
    		<-c
    	}()
    	time.Sleep(time.Millisecond) // make sure goroutine B gets queued on c before continuing
    
    	d <- 7 // wake up A, it dequeues itself from c.  This operation used to corrupt c.recvq.
    	<-e    // A tells us it's done
    	c <- 8 // wake up B.  This operation used to fail because c.recvq was corrupted (it tries to wake up an already running G instead of B)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 20:47:35 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  4. fess-crawler/src/test/resources/ajax/js/jquery-2.1.1.min.js

    n(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a...
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 82.3K bytes
    - Viewed (0)
  5. pkg/scheduler/internal/queue/scheduling_queue_test.go

    				{eventHappens: &PvAdd},
    				{podPopped: pod2},
    				{eventHappens: &NodeAdd},
    				// This pod will be requeued to backoffQ because no plugin is registered as unschedulable plugin.
    				{podEnqueued: newQueuedPodInfoForLookup(pod)},
    				{eventHappens: &CSINodeUpdate},
    				// This pod will be requeued to backoffQ because no plugin is registered as unschedulable plugin.
    				{podEnqueued: newQueuedPodInfoForLookup(pod2)},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  6. pkg/controller/endpoint/endpoints_controller.go

    	if err != nil {
    		utilruntime.HandleError(fmt.Errorf("Couldn't get key for object %+v: %v", obj, err))
    		return
    	}
    	e.queue.Add(key)
    }
    
    // worker runs a worker thread that just dequeues items, processes them, and
    // marks them done. You may run as many of these in parallel as you wish; the
    // workqueue guarantees that they will not end up processing the same service
    // at the same time.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_netbsd_amd64.go

    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    	SYS_PACCEPT              = 456 // { int|sys||paccept(int s, struct sockaddr *name, socklen_t *anamelen, const sigset_t *mask, int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_netbsd_arm.go

    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    	SYS_PACCEPT              = 456 // { int|sys||paccept(int s, struct sockaddr *name, socklen_t *anamelen, const sigset_t *mask, int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go

    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    	SYS_PACCEPT              = 456 // { int|sys||paccept(int s, struct sockaddr *name, socklen_t *anamelen, const sigset_t *mask, int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/controller.go

    	}
    
    	e.workLock.Lock()
    	defer e.workLock.Unlock()
    	// at this point, we know we have a coherent view of e.work.  It is entirely possible
    	// that our workqueue has another item requeued to it, but we'll pick it up early.  This ok
    	// because the next time will go into our dirty list
    
    	work := e.work[ns]
    	delete(e.work, ns)
    	delete(e.dirtyWork, ns)
    	e.inProgress.Insert(ns)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 25.8K bytes
    - Viewed (0)
Back to top