Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for initiatives (0.23 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    商标
    
    // xn--czrs0t : 2013-12-19 Binky Moon, LLC
    商店
    
    // xn--czru2d : 2013-11-21 Zodiac Aquarius Limited
    商城
    
    // xn--d1acj3b : 2013-11-20 The Foundation for Network Initiatives “The Smart Internet”
    дети
    
    // xn--eckvdtc9d : 2014-12-18 Amazon Registry Services, Inc.
    ポイント
    
    // xn--efvy88h : 2014-08-22 Guangzhou YU Wei Information Technology Co., Ltd.
    新闻
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  2. cmd/server_test.go

    	// The assertion validates the success of Abort Multipart operation.
    	c.Assert(response3.StatusCode, http.StatusNoContent)
    }
    
    // TestBucketMultipartList - Initiates a NewMultipart upload, uploads parts and validates listing of the parts.
    func (s *TestSuiteCommon) TestBucketMultipartList(c *check) {
    	// generate a random bucket name.
    	bucketName := getRandomBucketName()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //
    // See https://golang.org/ref/mod#go-mod-graph for more about 'go mod graph'.
    //
    // # Initialize new module in current directory
    //
    // Usage:
    //
    //	go mod init [module-path]
    //
    // Init initializes and writes a new go.mod file in the current directory, in
    // effect creating a new module rooted at the current directory. The go.mod file
    // must not already exist.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. pkg/scheduler/schedule_one_test.go

    	}
    	return int64(score), nil
    }
    
    func (pl *numericMapPlugin) ScoreExtensions() framework.ScoreExtensions {
    	return nil
    }
    
    // NewNoPodsFilterPlugin initializes a noPodsFilterPlugin and returns it.
    func NewNoPodsFilterPlugin(_ context.Context, _ runtime.Object, _ framework.Handle) (framework.Plugin, error) {
    	return &noPodsFilterPlugin{}, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  5. cmd/bucket-replication.go

    	if p == nil {
    		return
    	}
    	p.resyncer.Lock()
    	delete(p.resyncer.statusMap, bucket)
    	defer p.resyncer.Unlock()
    
    	globalSiteResyncMetrics.deleteBucket(bucket)
    }
    
    // initResync - initializes bucket replication resync for all buckets.
    func (p *ReplicationPool) initResync(ctx context.Context, buckets []BucketInfo, objAPI ObjectLayer) error {
    	if objAPI == nil {
    		return errServerNotInitialized
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  6. src/net/http/server.go

    		// courtesy of MaxBytesReader's EOF behavior.
    		mb := MaxBytesReader(w, r.Body, 4<<10)
    		io.Copy(io.Discard, mb)
    	}
    }
    
    // initALPNRequest is an HTTP handler that initializes certain
    // uninitialized fields in its *Request. Such partially-initialized
    // Requests come from ALPN protocol handlers.
    type initALPNRequest struct {
    	ctx context.Context
    	c   *tls.Conn
    	h   serverHandler
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

          echo "Unknown, unsupported architecture (${HOST_ARCH})." >&2
          echo "Supported architecture(s): amd64 and arm64." >&2
          echo "Bailing out." >&2
          exit 2
          ;;
      esac
    }
    
    # Initializes variables used by the log-* functions.
    #
    # get-metadata-value must be defined before calling this function.
    #
    # NOTE: this function is duplicated in configure.sh, any changes here should be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet.go

    		clusterTrustBundleManager = &clustertrustbundle.NoopManager{}
    		klog.InfoS("Not starting ClusterTrustBundle informer because we are in static kubelet mode")
    	}
    
    	// NewInitializedVolumePluginMgr initializes some storageErrors on the Kubelet runtimeState (in csi_plugin.go init)
    	// which affects node ready status. This function must be called before Kubelet is initialized so that the Node
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  9. pkg/scheduler/internal/queue/scheduling_queue_test.go

    func getUnschedulablePod(p *PriorityQueue, pod *v1.Pod) *v1.Pod {
    	pInfo := p.unschedulablePods.get(pod)
    	if pInfo != nil {
    		return pInfo.Pod
    	}
    	return nil
    }
    
    // makeEmptyQueueingHintMapPerProfile initializes an empty QueueingHintMapPerProfile for "" profile name.
    func makeEmptyQueueingHintMapPerProfile() QueueingHintMapPerProfile {
    	m := make(QueueingHintMapPerProfile)
    	m[""] = make(QueueingHintMap)
    	return m
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          """A simple model that performs a single convolution to the input tensor.
    
          It keeps the filter as a tf.Variable.
          """
    
          def __init__(self) -> None:
            """Initializes the filter variable."""
            self.filters = variables.Variable(
                random_ops.random_uniform(
                    shape=(2, 3, 3, 2), minval=-1.0, maxval=1.0
                )
            )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top