Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 191 for Collins (0.4 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go

    	AT_SYMLINK_FOLLOW   = 0x400
    	AT_REMOVEDIR        = 0x800
    )
    
    type PollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    const (
    	POLLERR      = 0x8
    	POLLHUP      = 0x10
    	POLLIN       = 0x1
    	POLLINIGNEOF = 0x2000
    	POLLNVAL     = 0x20
    	POLLOUT      = 0x4
    	POLLPRI      = 0x2
    	POLLRDBAND   = 0x80
    	POLLRDNORM   = 0x40
    	POLLWRBAND   = 0x100
    	POLLWRNORM   = 0x4
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go

    	AT_SYMLINK_FOLLOW   = 0x400
    	AT_REMOVEDIR        = 0x800
    )
    
    type PollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    const (
    	POLLERR      = 0x8
    	POLLHUP      = 0x10
    	POLLIN       = 0x1
    	POLLINIGNEOF = 0x2000
    	POLLNVAL     = 0x20
    	POLLOUT      = 0x4
    	POLLPRI      = 0x2
    	POLLRDBAND   = 0x80
    	POLLRDNORM   = 0x40
    	POLLWRBAND   = 0x100
    	POLLWRNORM   = 0x4
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go

    	AT_SYMLINK_FOLLOW   = 0x400
    	AT_REMOVEDIR        = 0x800
    )
    
    type PollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    const (
    	POLLERR      = 0x8
    	POLLHUP      = 0x10
    	POLLIN       = 0x1
    	POLLINIGNEOF = 0x2000
    	POLLNVAL     = 0x20
    	POLLOUT      = 0x4
    	POLLPRI      = 0x2
    	POLLRDBAND   = 0x80
    	POLLRDNORM   = 0x40
    	POLLWRBAND   = 0x100
    	POLLWRNORM   = 0x4
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/teamcity.adoc

    image::ci-systems/teamcity-log-link.png[]
    
    There are various options to trigger TeamCity builds continuously:
    from link:https://www.jetbrains.com/help/teamcity/configuring-build-triggers.html[polling the repository] periodically,
    to link:https://www.jetbrains.com/help/teamcity/configuring-schedule-triggers.html[building on a set schedule],
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. src/runtime/netpoll.go

    const (
    	pollNoError        = 0 // no error
    	pollErrClosing     = 1 // descriptor is closed
    	pollErrTimeout     = 2 // I/O timeout
    	pollErrNotPollable = 3 // general error polling descriptor
    )
    
    // pollDesc contains 2 binary semaphores, rg and wg, to park reader and writer
    // goroutines respectively. The semaphore can be in the following states:
    //
    //	pdReady - io readiness notification is pending;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  6. pkg/apis/apps/v1beta1/defaults_test.go

    	if err != nil {
    		t.Fatalf("unexpected error: %v", err)
    	}
    
    	if *(d.Spec.Replicas)-int32(maxUnavailable) <= 0 {
    		t.Fatalf("the default value of maxUnavailable can lead to no active replicas during rolling update")
    	}
    }
    
    func TestSetDefaultStatefulSet(t *testing.T) {
    	defaultLabels := map[string]string{"foo": "bar"}
    	var defaultPartition int32 = 0
    	var notTheDefaultPartition int32 = 42
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	AT_SYMLINK_NOFOLLOW = 0x20
    	AT_EACCESS          = 0x10
    )
    
    type PollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    const (
    	POLLERR    = 0x8
    	POLLHUP    = 0x10
    	POLLIN     = 0x1
    	POLLNVAL   = 0x20
    	POLLOUT    = 0x4
    	POLLPRI    = 0x2
    	POLLRDBAND = 0x80
    	POLLRDNORM = 0x40
    	POLLWRBAND = 0x100
    	POLLWRNORM = 0x4
    )
    
    type Utsname struct {
    	Sysname  [256]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	AT_SYMLINK_NOFOLLOW = 0x20
    	AT_EACCESS          = 0x10
    )
    
    type PollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    const (
    	POLLERR    = 0x8
    	POLLHUP    = 0x10
    	POLLIN     = 0x1
    	POLLNVAL   = 0x20
    	POLLOUT    = 0x4
    	POLLPRI    = 0x2
    	POLLRDBAND = 0x80
    	POLLRDNORM = 0x40
    	POLLWRBAND = 0x100
    	POLLWRNORM = 0x4
    )
    
    type Utsname struct {
    	Sysname  [256]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  9. operator/pkg/helmreconciler/wait.go

    			// Dereference all the pointers because StatefulSets like them
    			var partition int
    			// default replicas for sts is 1
    			replicas := 1
    			// the rollingUpdate field can be nil even if the update strategy is a rolling update.
    			if sts.Spec.UpdateStrategy.RollingUpdate != nil &&
    				sts.Spec.UpdateStrategy.RollingUpdate.Partition != nil {
    				partition = int(*sts.Spec.UpdateStrategy.RollingUpdate.Partition)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 08 03:13:12 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/util/apiclient/wait.go

    			if err != nil {
    				lastErr = err
    				return false, nil
    			}
    			// Set lastErr to nil to be able to later distinguish between getStaticPodSingleHash() and timeout errors
    			lastErr = nil
    			// We should continue polling until the UID changes
    			if hash == previousHash {
    				return false, nil
    			}
    
    			return true, nil
    		})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top