Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Lutimes (0.22 sec)

  1. src/cmd/vendor/rsc.io/markdown/entity.go

    	"↬":                  "\u21ac",
    	"⦅":                           "\u2985",
    	"𝕝":                            "\U0001d55d",
    	"⨭":                          "\u2a2d",
    	"⨴":                         "\u2a34",
    	"∗":                          "\u2217",
    	"_":                          "\u005f",
    	"◊":                             "\u25ca",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  2. src/html/entity.go

    		"looparrowright;":                  '\U000021AC',
    		"lopar;":                           '\U00002985',
    		"lopf;":                            '\U0001D55D',
    		"loplus;":                          '\U00002A2D',
    		"lotimes;":                         '\U00002A34',
    		"lowast;":                          '\U00002217',
    		"lowbar;":                          '\U0000005F',
    		"loz;":                             '\U000025CA',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

    [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
      SystemdCgroup = ${systemdCgroup}
    EOF
    
      if [[ "${CONTAINER_RUNTIME_TEST_HANDLER:-}" == "true" ]]; then
      cat >> "${config_path}" <<EOF
    # Setup a runtime with the magic name ("test-handler") used for Kubernetes
    # runtime class tests ...
    [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.test-handler]
      runtime_type = "io.containerd.runc.v2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    		// We want to hide that awful detail as much as possible, so don't
    		// advertise it by touching the mtimes (usually the libraries are up
    		// to date).
    		if !a.buggyInstall && !b.IsCmdList {
    			if cfg.BuildN {
    				sh.ShowCmd("", "touch %s", a.Target)
    			} else if err := AllowInstall(a); err == nil {
    				now := time.Now()
    				os.Chtimes(a.Target, now, now)
    			}
    		}
    		return nil
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

      - ConfigMaps
    - Simplified Cluster Deployment
      - Improvements to `kubeadm`
      - HA Setup for Master
    - Node Robustness and Extensibility
      - Windows Server Container support
      - CRI for pluggable container runtimes
      - `kubelet` API supports authentication and authorization
    
    ## Features
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. pkg/config/validation/validation_test.go

    			warning: false,
    		},
    		{
    			name: "partial wildcard hosts", in: &networking.ServiceEntry{
    				Hosts:     []string{"*.nytimes.com", "*washingtonpost.com"},
    				Addresses: []string{},
    				Ports: []*networking.ServicePort{
    					{Number: 443, Protocol: "HTTPS", Name: "https-nytimes"},
    				},
    				Endpoints:  []*networking.WorkloadEntry{},
    				Resolution: networking.ServiceEntry_NONE,
    			},
    			valid:   true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  7. go.sum

    github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=
    github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM=
    github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
    github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        uint32_t opcode_index = GetOpcodeIndex(op_name, *builtin_code);
    
        // If this is TransposeConv we need to do a special case of ignoring the
        // optional tensor, to allow newly created models to run on old runtimes.
        if (*builtin_code == tflite::BuiltinOperator_TRANSPOSE_CONV) {
          if (operands.size() == 4 && operands.at(3) == -1) {
            operands.pop_back();
          }
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top