Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 444 for small8 (0.09 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.java

                return entity;
            });
        }
    
        // ===================================================================================
        //                                                                        Small Helper
        //                                                                        ============
        protected void verifyCrudMode(final int crudMode, final int expectedMode, final String dictId) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java

            return map;
        }
    
        // ===================================================================================
        //                                                                        Small Helper
        //                                                                        ============
    
        protected void verifyCrudMode(final int crudMode, final int expectedMode) {
            if (crudMode != expectedMode) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/DiscreteDomain.java

       *
       * <p>Note that this function is necessarily well-defined for any discrete type.
       *
       * @return the distance as described above, or {@link Long#MIN_VALUE} or {@link Long#MAX_VALUE} if
       *     the distance is too small or too large, respectively.
       */
      public abstract long distance(C start, C end);
    
      /**
       * Returns the minimum value of type {@code C}, if it has one. The minimum value is the unique
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  4. src/crypto/tls/auth.go

    		case elliptic.P521():
    		default:
    			return fmt.Errorf("tls: unsupported certificate curve (%s)", pub.Curve.Params().Name)
    		}
    	case *rsa.PublicKey:
    		return fmt.Errorf("tls: certificate RSA key size too small for supported signature algorithms")
    	case ed25519.PublicKey:
    	default:
    		return fmt.Errorf("tls: unsupported certificate key (%T)", pub)
    	}
    
    	if cert.SupportedSignatureAlgorithms != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/imagelocality/image_locality_test.go

    			nodes:        []*v1.Node{makeImageNode("node1", node203040), makeImageNode("node2", node400030)},
    			expectedList: []framework.NodeScore{{Name: "node1", Score: 1}, {Name: "node2", Score: 0}},
    			name:         "pod with multiple small images",
    		},
    		{
    			// Pod: gcr.io/30  InitContainers: gcr.io/300
    
    			// Node1
    			// Image: gcr.io/40:latest 40MB, gcr.io/300:latest 300MB, gcr.io/2000:latest 2000MB
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 19 06:17:57 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. pilot/pkg/features/experimental.go

    			"If analysis is enabled, pilot will run istio analyzers using this value as interval in seconds "+
    				"Istio Resources",
    		).Lookup()
    		if val < 1*time.Second {
    			log.Warnf("PILOT_ANALYSIS_INTERVAL %s is too small, it will be set to default 10 seconds", val.String())
    			return 10 * time.Second
    		}
    		return val
    	}()
    
    	EnableStatus = env.Register(
    		"PILOT_ENABLE_STATUS",
    		false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_config.h

      // Used in MLIR dynamic range quantizer.
      bool weight_only_quantization = false;
    
      // The minimum number of elements in a weights array required to apply
      // quantization. This is especially useful not to quantize small tensors as
      // it is hard to get performance benefits from them with quantization. Used
      // in MLIR dynamic range quantizer with int8 weight data type.
      int64_t minimum_elements_for_weights = 1024;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 10:16:19 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. pkg/controller/controller_utils.go

    func (s ActivePods) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
    
    func (s ActivePods) Less(i, j int) bool {
    	// 1. Unassigned < assigned
    	// If only one of the pods is unassigned, the unassigned one is smaller
    	if s[i].Spec.NodeName != s[j].Spec.NodeName && (len(s[i].Spec.NodeName) == 0 || len(s[j].Spec.NodeName) == 0) {
    		return len(s[i].Spec.NodeName) == 0
    	}
    	// 2. PodPending < PodUnknown < PodRunning
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  9. src/runtime/gc_test.go

    	}
    	return nil
    }
    
    var a bool
    
    //go:noinline
    func testIfaceEqual(x any) {
    	if x == "abc" {
    		a = true
    	}
    }
    
    func TestPageAccounting(t *testing.T) {
    	// Grow the heap in small increments. This used to drop the
    	// pages-in-use count below zero because of a rounding
    	// mismatch (golang.org/issue/15022).
    	const blockSize = 64 << 10
    	blocks := make([]*[blockSize]byte, (64<<20)/blockSize)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 22:33:52 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  10. cluster/gce/config-default.sh

    # Useful for scheduling heapster in large clusters with nodes of small size.
    HEAPSTER_MACHINE_TYPE="${HEAPSTER_MACHINE_TYPE:-}"
    
    # Optional: Additional nodes would be created if their type and number is specified.
    # NUM_NODES would be lowered respectively.
    # Useful for running cluster-level addons that needs more resources than would fit
    # on small nodes, like network plugins.
    NUM_ADDITIONAL_NODES="${NUM_ADDITIONAL_NODES:-}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
Back to top