Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 211 for syys (0.22 sec)

  1. api/except.txt

    pkg syscall (openbsd-386), const SYS_LSTAT = 293
    pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
    pkg syscall (openbsd-386), const SYS_SELECT = 93
    pkg syscall (openbsd-386), const SYS_SETITIMER = 83
    pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
    pkg syscall (openbsd-386), const SYS_STAT = 291
    pkg syscall (openbsd-386), const SYS_STATFS = 307
    pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  2. cmd/bucket-targets.go

    		return BucketRemoteTargetNotFound{Bucket: bucket}
    	}
    	sys.targetsMap[bucket] = targets
    	delete(sys.arnRemotesMap, arnStr)
    	sys.updateBandwidthLimit(bucket, arnStr, 0)
    	return nil
    }
    
    func (sys *BucketTargetSys) markRefreshInProgress(bucket, arn string) {
    	sys.aMutex.Lock()
    	defer sys.aMutex.Unlock()
    	if v, ok := sys.arnErrsMap[arn]; !ok {
    		sys.arnErrsMap[arn] = arnErrs{
    			updateInProgress: true,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 20.9K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 552 #53280
    pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 556 #53280
    pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 554 #53280
    pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 557 #53280
    pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 559 #53280
    pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 555 #53280
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. cmd/iam.go

    	if etcdClient == nil {
    		sys.store = &IAMStoreSys{newIAMObjectStore(objAPI, sys.usersSysType)}
    	} else {
    		sys.store = &IAMStoreSys{newIAMEtcdStore(etcdClient, sys.usersSysType)}
    	}
    }
    
    // Initialized checks if IAM is initialized
    func (sys *IAMSys) Initialized() bool {
    	if sys == nil {
    		return false
    	}
    	sys.Lock()
    	defer sys.Unlock()
    	return sys.store != nil
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 21:28:16 GMT 2024
    - 71.1K bytes
    - Viewed (1)
  5. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_ATPGETRSP = 212
    pkg syscall (darwin-386), const SYS_ATPSNDREQ = 209
    pkg syscall (darwin-386), const SYS_ATPSNDRSP = 210
    pkg syscall (darwin-386), const SYS_ATPUTMSG = 208
    pkg syscall (darwin-386), const SYS_ATSOCKET = 206
    pkg syscall (darwin-386), const SYS_AUDIT = 350
    pkg syscall (darwin-386), const SYS_AUDITCTL = 359
    pkg syscall (darwin-386), const SYS_AUDITON = 351
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_BIND ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_BREAK = 17
    pkg syscall (netbsd-arm64-cgo), const SYS_BREAK ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_CHDIR = 12
    pkg syscall (netbsd-arm64-cgo), const SYS_CHDIR ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_CHFLAGS = 34
    pkg syscall (netbsd-arm64-cgo), const SYS_CHFLAGS ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. cmd/bucket-versioning.go

    // part of a MinIO versioning configuration extension.
    func (sys *BucketVersioningSys) PrefixEnabled(bucket, prefix string) bool {
    	vc, err := sys.Get(bucket)
    	if err != nil {
    		logger.CriticalIf(GlobalContext, err)
    	}
    	return vc.PrefixEnabled(prefix)
    }
    
    // Suspended suspended versioning?
    func (sys *BucketVersioningSys) Suspended(bucket string) bool {
    	vc, err := sys.Get(bucket)
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Oct 25 00:44:15 GMT 2022
    - 2.6K bytes
    - Viewed (0)
  8. api/go1.3.txt

    pkg syscall (openbsd-386), const SYS_NANOSLEEP = 91
    pkg syscall (openbsd-386), const SYS_PPOLL = 109
    pkg syscall (openbsd-386), const SYS_PPOLL ideal-int
    pkg syscall (openbsd-386), const SYS_PSELECT = 110
    pkg syscall (openbsd-386), const SYS_PSELECT ideal-int
    pkg syscall (openbsd-386), const SYS_SELECT = 71
    pkg syscall (openbsd-386), const SYS_SETITIMER = 69
    pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 68
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  9. cmd/server-rlimit.go

    			maxLimit)
    	}
    
    	if err = sys.SetMaxOpenFileLimit(maxLimit, maxLimit); err != nil {
    		return err
    	}
    
    	// Set max memory limit as current memory limit.
    	if _, maxLimit, err = sys.GetMaxMemoryLimit(); err != nil {
    		return err
    	}
    
    	// set debug memory limit instead of GOMEMLIMIT env
    	_ = setDebugMemoryLimit(ctx)
    
    	err = sys.SetMaxMemoryLimit(maxLimit, maxLimit)
    	return err
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:06:57 GMT 2024
    - 2.8K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/env/crawler/resources/log4j2.xml

    <Configuration status="WARN">
    
    	<Properties>
    		<Property name="domain.name" value="${sys:fess.log.name:-fess}" />
    		<Property name="log.level" value="${sys:fess.log.level:-debug}" />
    		<Property name="root.log.level" value="${sys:fess.log.level:-info}" />
    		<Property name="log.pattern" value="%d [%t] %-5p %msg%n" />
    		<Property name="log.file.basedir" value="${sys:fess.log.path:-target/logs}" />
    		<Property name="backup.date.suffix" value="_%d{yyyyMMdd}" />
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Feb 20 13:05:30 GMT 2023
    - 2.4K bytes
    - Viewed (0)
Back to top