Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for psf1 (0.04 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

            -OutFile C:\k8s-node-setup.psm1
        Invoke-WebRequest `
            https://github.com/kubernetes/kubernetes/raw/master/cluster/gce/windows/configure.ps1 `
            -OutFile C:\configure.ps1
        Import-Module -Force C:\k8s-node-setup.psm1  # -Force to override existing
        # Execute functions manually or run configure.ps1.
    #>
    
    # IMPORTANT PLEASE NOTE:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <sub-class-of type="audio/ogg"/>
      </mime-type>
      <mime-type type="audio/x-psf">
        <_comment>Portable Sound Format</_comment>
        <tika:link>http://web.archive.org/web/20140125155137/http://wiki.neillcorlett.com/PSFFormat</tika:link>
        <magic priority="50">
          <match value="PSF" type="string" offset="0">
            <!-- Playstation (PSF1) -->
            <match value="\x01" type="string" offset="3"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. ci/official/containers/linux_arm64/devel.bashrc

    # limitations under the License.
    #
    # ==============================================================================
    
    # Do not print anything if this is not being used interactively
    [ -z "$PS1" ] && return
    
    # Set up attractive prompt
    export PS1="\[\e[31m\]tf-docker\[\e[m\] \[\e[33m\]\w\[\e[m\] > "
    export TERM=xterm-256color
    alias grep="grep --color=auto"
    alias ls="ls --color=auto"
    # Fix nvidia-docker
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 988 bytes
    - Viewed (0)
  4. build/dependencies.yaml

        refPaths:
        - path: cmd/kubeadm/app/constants/constants.go
          match: CoreDNSVersion =
    
      # CRI Tools
      - name: "crictl"
        version: 1.30.0
        refPaths:
        - path: cluster/gce/windows/k8s-node-setup.psm1
          match: CRICTL_VERSION =
        - path: cluster/gce/gci/configure.sh
          match: DEFAULT_CRICTL_VERSION=
    
      # protoc
      - name: "protoc"
        version: 23.4
        refPaths:
        - path: hack/lib/protoc.sh
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  5. src/net/lookup_windows_test.go

    	var r string
    	if r, err = nslookup("txt", name); err != nil {
    		return
    	}
    	txt = make([]string, 0, 10)
    	// linux
    	// golang.org      text = "v=spf1 redirect=_spf.google.com"
    
    	// windows
    	// golang.org      text =
    	//
    	//    "v=spf1 redirect=_spf.google.com"
    	rx := regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+text\s*=\s*"(.*)"$`)
    	for _, ans := range rx.FindAllStringSubmatch(r, -1) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  6. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		imagefsAvailable  = uint64(8000000)
    		imagefsInodesFree = uint64(2000)
    		imagefsInodes     = uint64(4000)
    	)
    
    	prf0 := statsapi.PodReference{Name: pName0, Namespace: namespace0, UID: "UID" + pName0}
    	prf1 := statsapi.PodReference{Name: pName1, Namespace: namespace0, UID: "UID" + pName1}
    	prf2 := statsapi.PodReference{Name: pName2, Namespace: namespace2, UID: "UID" + pName2}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/test/abiutils_test.go

    	i16 := types.Types[types.TINT16]
    	i64 := types.Types[types.TINT64]
    	f64 := types.Types[types.TFLOAT64]
    	s1 := mkstruct(i16, i16, i16)
    	ps1 := types.NewPtr(s1)
    	a7 := types.NewArray(ps1, 7)
    	ft := mkFuncType(s1, []*types.Type{ps1, a7, f64, i16, i16, i16},
    		[]*types.Type{a7, f64, i64})
    
    	exp := makeExpectedDump(`
            IN 0: R{ I0 I1 I2 } spilloffset: 0 typ: struct { int16; int16; int16 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  8. cluster/gce/config-common.sh

    # Version for csi-proxy
    export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v1.1.1-gke.0}"
    # csi-proxy additional flags, there are additional flags that cannot be unset in k8s-node-setup.psm1
    export CSI_PROXY_FLAGS="${CSI_PROXY_FLAGS:-}"
    # Storage path for auth-provider-gcp binaries
    export AUTH_PROVIDER_GCP_STORAGE_PATH="${AUTH_PROVIDER_GCP_STORAGE_PATH:-https://storage.googleapis.com/gke-release/auth-provider-gcp}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:06:08 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. operator/pkg/manifest/shared.go

    	if err != nil {
    		return "", "", err
    	}
    	if fp != "" {
    		profile = fp
    	}
    	// The profile coming from --set flag has the highest precedence.
    	psf := GetValueForSetFlag(setFlags, "profile")
    	if psf != "" {
    		profile = psf
    	}
    	return fy, profile, nil
    }
    
    // ParseYAMLFiles parses the given slice of filenames containing YAML and merges them into a single IstioOperator
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 06:27:07 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  10. pkg/kubelet/stats/cri_stats_provider_test.go

    	prf0 := statsapi.PodReference{Name: "sandbox0-name", UID: "sandbox0-uid", Namespace: "sandbox0-ns"}
    	prf1 := statsapi.PodReference{Name: "sandbox1-name", UID: "sandbox1-uid", Namespace: "sandbox1-ns"}
    
    	exceptedPodStatsMap := map[statsapi.PodReference]statsapi.PodStats{
    		prf0: getPodSandboxStatsStrictlyFromCRI(seedSandbox0, sandbox0),
    		prf1: getPodSandboxStatsStrictlyFromCRI(seedSandbox1, sandbox1),
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top