Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 45 for ofType (0.2 sec)

  1. cmd/bucket-targets.go

    		// reject removal of remote target if replication configuration is present
    		rcfg, err := getReplicationConfig(ctx, bucket)
    		if err == nil && rcfg != nil {
    			for _, tgtArn := range rcfg.FilterTargetArns(replication.ObjectOpts{OpType: replication.AllReplicationType}) {
    				if err == nil && (tgtArn == arnStr || rcfg.RoleArn == arnStr) {
    					sys.RLock()
    					_, ok := sys.arnRemotesMap[arnStr]
    					sys.RUnlock()
    					if ok {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jun 21 22:22:24 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  2. cmd/object-api-datatypes.go

    	ReplicationStatusInternal  string
    	VersionPurgeStatusInternal string
    	VersionPurgeStatus         VersionPurgeStatusType
    	ReplicationState           ReplicationState
    	DeleteMarker               bool
    
    	OpType               replication.Type
    	EventType            string
    	RetryCount           uint32
    	ResetID              string
    	Dsc                  ReplicateDecision
    	ExistingObjResync    ResyncDecision
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                            .setOpType(OpType.CREATE).execute().actionGet(fessConfig.getIndexIndexTimeout());
                } else {
                    // create or update
                    final IndexRequestBuilder builder = client.prepareIndex().setIndex(index).setId(id).setSource(new DocMap(source))
                            .setRefreshPolicy(RefreshPolicy.IMMEDIATE).setOpType(OpType.INDEX);
                    if (seqNo != null) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Oct 20 02:08:03 UTC 2024
    - 86.1K bytes
    - Viewed (0)
  4. cmd/bucket-replication-handlers.go

    	}
    
    	if !hasExistingObjEnabled {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrReplicationNoExistingObjects), r.URL)
    		return
    	}
    
    	tgtArns := config.FilterTargetArns(
    		replication.ObjectOpts{
    			OpType:    replication.ResyncReplicationType,
    			TargetArn: arn,
    		})
    
    	if len(tgtArns) == 0 {
    		writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErrWithErr(ErrBadRequest, InvalidArgument{
    			Bucket: bucket,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  5. src/cmd/cgo/doc.go

    empty such reference is 0, not nil.
    
    These special cases were introduced in Go 1.10. For auto-updating code
    from Go 1.9 and earlier, use the cftype or jni rewrites in the Go fix tool:
    
    	go tool fix -r cftype <pkg>
    	go tool fix -r jni <pkg>
    
    It will replace nil with 0 in the appropriate places.
    
    The EGLDisplay case was introduced in Go 1.12. Use the egl rewrite
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Oct 01 22:52:54 UTC 2024
    - 44K bytes
    - Viewed (0)
  6. test-site/activator-launch-1.3.2.jar

    public final boolean equals(Object); public void ArrayOps$ofByte(byte[]); } scala/collection/mutable/ArrayOps$ofByte$.class package scala.collection.mutable; public final synchronized class ArrayOps$ofByte$ { public static final ArrayOps$ofByte$ MODULE$; public static void <clinit>(); public static WrappedArray thisCollection$extension(byte[]); public static WrappedArray toCollection$extension$372bdf8f(byte[]); public static ArrayBuilder$ofByte newBuilder$extension$5ee1f47(); public static int leng...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
  7. cmd/site-replication.go

    				ErrDetail: err.Error(),
    				Bucket:    bucket,
    			})
    			continue
    		}
    	}
    	res = madmin.SRResyncOpStatus{
    		Status:   ResyncStarted.String(),
    		OpType:   "start",
    		ResyncID: rs.ResyncID,
    		Buckets:  res.Buckets,
    	}
    	if len(res.Buckets) > 0 {
    		res.ErrDetail = "partial failure in starting site resync"
    	}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 185.1K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const ECHONL ideal-int
    pkg syscall (freebsd-386-cgo), const ECHOPRT ideal-int
    pkg syscall (freebsd-386-cgo), const EDOOFUS Errno
    pkg syscall (freebsd-386-cgo), const EFTYPE Errno
    pkg syscall (freebsd-386-cgo), const ELAST Errno
    pkg syscall (freebsd-386-cgo), const EMULTIHOP Errno
    pkg syscall (freebsd-386-cgo), const ENEEDAUTH Errno
    pkg syscall (freebsd-386-cgo), const ENOATTR Errno
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EEXIST = 17
    pkg syscall (netbsd-arm64-cgo), const EFAULT = 14
    pkg syscall (netbsd-arm64-cgo), const EFBIG = 27
    pkg syscall (netbsd-arm64-cgo), const EFTYPE = 79
    pkg syscall (netbsd-arm64-cgo), const EFTYPE Errno
    pkg syscall (netbsd-arm64-cgo), const EHOSTDOWN = 64
    pkg syscall (netbsd-arm64-cgo), const EHOSTUNREACH = 65
    pkg syscall (netbsd-arm64-cgo), const EIDRM = 82
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  10. src/cmd/cgo/gcc.go

    	if goos != "darwin" && goos != "ios" {
    		return false
    	}
    	s := dt.Name
    	if !strings.HasSuffix(s, "Ref") {
    		return false
    	}
    	s = s[:len(s)-3]
    	if s == "CFType" {
    		return true
    	}
    	if c.getTypeIDs[s] {
    		return true
    	}
    	if i := strings.Index(s, "Mutable"); i >= 0 && c.getTypeIDs[s[:i]+s[i+7:]] {
    		// Mutable and immutable variants share a type ID.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
Back to top