Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 89 for sois (2.85 sec)

  1. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_SHMGET         = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); }
    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_SHMGET         = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); }
    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  3. cmd/kube-controller-manager/app/controllermanager.go

    	logsapi "k8s.io/component-base/logs/api/v1"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	controllersmetrics "k8s.io/component-base/metrics/prometheus/controllers"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	"k8s.io/component-base/term"
    	"k8s.io/component-base/version"
    	"k8s.io/component-base/version/verflag"
    	genericcontrollermanager "k8s.io/controller-manager/app"
    	"k8s.io/controller-manager/controller"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/cluster_tls.go

    			return tls, userSupplied
    		}
    		// Update TLS settings for ISTIO_MUTUAL. Use client provided SNI if set. Otherwise,
    		// overwrite with the auto generated SNI. User specified SNIs in the istio mtls settings
    		// are useful when routing via gateways. Use Service Accounts if Subject Alt names
    		// are not specified in TLS settings.
    		sniToUse := tls.Sni
    		if len(sniToUse) == 0 {
    			sniToUse = sni
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  5. pkg/kubelet/server/server.go

    	"k8s.io/component-base/logs"
    	compbasemetrics "k8s.io/component-base/metrics"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/cri-client/pkg/util"
    	podresourcesapi "k8s.io/kubelet/pkg/apis/podresources/v1"
    	podresourcesapiv1alpha1 "k8s.io/kubelet/pkg/apis/podresources/v1alpha1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go

    	SYS_SHMGET         = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); }
    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, struct stat *sb); }
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, union semun *arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go

    	SYS_SHMGET         = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); }
    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, struct stat *sb); }
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, union semun *arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  8. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/cluster-roles.yaml

          kubernetes.io/bootstrapping: rbac-defaults
        name: system:monitoring
      rules:
      - nonResourceURLs:
        - /healthz
        - /healthz/*
        - /livez
        - /livez/*
        - /metrics
        - /metrics/slis
        - /readyz
        - /readyz/*
        verbs:
        - get
    - apiVersion: rbac.authorization.k8s.io/v1
      kind: ClusterRole
      metadata:
        annotations:
          rbac.authorization.kubernetes.io/autoupdate: "true"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 08:11:08 UTC 2023
    - 24.1K bytes
    - Viewed (0)
  9. src/index/suffixarray/sais2.go

    	var freq, bucket []int64
    	if len(tmp) >= 2*textMax {
    		freq, bucket = tmp[:textMax], tmp[textMax:2*textMax]
    		freq[0] = -1 // mark as uninitialized
    	} else {
    		freq, bucket = nil, tmp[:textMax]
    	}
    
    	// The SAIS algorithm.
    	// Each of these calls makes one scan through sa.
    	// See the individual functions for documentation
    	// about each's role in the algorithm.
    	numLMS := placeLMS_8_64(text, sa, freq, bucket)
    	if numLMS <= 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  10. docs/pt/docs/deployment/docker.md

    4. Instale as dependências de pacote vindas do arquivo de requisitos.
    
        A opção `--no-cache-dir` diz ao `pip` para não salvar os pacotes baixados localmente, pois isso só aconteceria se `pip` fosse executado novamente para instalar os mesmos pacotes, mas esse não é o caso quando trabalhamos com contêineres.
    
        !!! note
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 37.4K bytes
    - Viewed (0)
Back to top