Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 138 for base_ (0.1 sec)

  1. staging/src/k8s.io/api/networking/v1beta1/generated.pb.go

    	return len(dAtA) - i, nil
    }
    
    func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
    	offset -= sovGenerated(v)
    	base := offset
    	for v >= 1<<7 {
    		dAtA[offset] = uint8(v&0x7f | 0x80)
    		v >>= 7
    		offset++
    	}
    	dAtA[offset] = uint8(v)
    	return base
    }
    func (m *HTTPIngressPath) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    	_ = l
    	l = len(m.Path)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    *.banzai.cloud
    app.banzaicloud.io
    *.backyards.banzaicloud.io
    
    // BASE, Inc. : https://binc.jp
    // Submitted by Yuya NAGASAWA <******@****.***>
    base.ec
    official.ec
    buyshop.jp
    fashionstore.jp
    handcrafted.jp
    kawaiishop.jp
    supersale.jp
    theshop.jp
    shopselect.net
    base.shop
    
    // BeagleBoard.org Foundation : https://beagleboard.org
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go

    	return len(dAtA) - i, nil
    }
    
    func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
    	offset -= sovGenerated(v)
    	base := offset
    	for v >= 1<<7 {
    		dAtA[offset] = uint8(v&0x7f | 0x80)
    		v >>= 7
    		offset++
    	}
    	dAtA[offset] = uint8(v)
    	return base
    }
    func (m *AuditAnnotation) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    	_ = l
    	l = len(m.Key)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 117.9K bytes
    - Viewed (0)
  4. cmd/server_test.go

    		request, err = newTestSignedRequest(http.MethodGet, getGetObjectURL(s.endPoint, bucketName, objectName),
    			0, nil, s.accessKey, s.secretKey, s.signer)
    		c.Assert(err, nil)
    		// Get partial content based on the byte range set.
    		request.Header.Set("Range", "bytes="+t.byteRange)
    
    		// execute the HTTP request.
    		response, err = s.client.Do(request)
    		c.Assert(err, nil)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        SmallVectorImpl<int64_t> *slice_stride) {
      // TODO(hinsu): Support lowering for ops with dynamic begin and end values
      // when it is possible to derive indices based on mask attributes.
      DenseIntElementsAttr sparse_begin_attr, sparse_end_attr, sparse_strides_attr;
      if (!matchPattern(getBegin(), m_Constant(&sparse_begin_attr)) ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      auto metadata = CreateMetadataVector();
      if (!metadata) return std::nullopt;
    
      std::vector<SignatureDefData> signature_defs_vec;
      subgraph_index = 0;
      // Build SignatureDefs for the tf.entry_function based func ops.
      for (auto fn : entry_functions) {
        auto signature_defs = BuildSignaturedef(
            fn, saved_model_tags_.empty() ? "" : *saved_model_tags_.begin(),
            subgraph_index, name_mapper_);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Password */
        public static final String LABELS_LDAP_ADMIN_SECURITY_CREDENTIALS = "{labels.ldapAdminSecurityCredentials}";
    
        /** The key of the message: Base DN */
        public static final String LABELS_LDAP_BASE_DN = "{labels.ldapBaseDn}";
    
        /** The key of the message: Account Filter */
        public static final String LABELS_LDAP_ACCOUNT_FILTER = "{labels.ldapAccountFilter}";
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    //		Requires that GOEXPERIMENT=coverageredesign is enabled.
    //
    // Special-purpose environment variables:
    //
    //	GCCGOTOOLDIR
    //		If set, where to find gccgo tools, such as cgo.
    //		The default is based on how gccgo was configured.
    //	GOEXPERIMENT
    //		Comma-separated list of toolchain experiments to enable or disable.
    //		The list of available experiments may change arbitrarily over time.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. fastapi/applications.py

                    tools like Swagger UI, used in the automatic path `/docs`.
    
                    It's not required to specify all the tags used.
    
                    The tags that are not declared MAY be organized randomly or based
                    on the tools' logic. Each tag name in the list MUST be unique.
    
                    The value of each item is a `dict` containing:
    
                    * `name`: The name of the tag.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/memorymanager/policy_static_test.go

    				0: map[v1.ResourceName]uint64{
    					v1.ResourceMemory: 512 * mb,
    				},
    			},
    			expectedTopologyHints: nil,
    		},
    		{
    			description: "should provide topology hints based on the existent memory assignment",
    			assignments: state.ContainerMemoryAssignments{
    				"pod1": map[string][]state.Block{
    					"container1": {
    						{
    							NUMAAffinity: []int{0},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 05:49:15 UTC 2023
    - 100.4K bytes
    - Viewed (0)
Back to top