Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 105 for formaction (0.17 sec)

  1. android/guava/src/com/google/common/collect/Table.java

    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A collection that associates an ordered pair of keys, called a row key and a column key, with a
     * single value. A table may be sparse, with only a small fraction of row key / column key pairs
     * possessing a corresponding value.
     *
     * <p>The mappings corresponding to a given row key may be viewed as a {@link Map} whose keys are
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go

    	"lendablePercent":          "`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels.  This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1/types_swagger_doc_generated.go

    	"lendablePercent":          "`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels.  This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta3/types_swagger_doc_generated.go

    	"lendablePercent":          "`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels.  This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  5. pkg/kubelet/preemption/preemption.go

    	quantity     int64
    }
    
    type admissionRequirementList []*admissionRequirement
    
    // distance returns distance of the pods requests from the admissionRequirements.
    // The distance is measured by the fraction of the requirement satisfied by the pod,
    // so that each requirement is weighted equally, regardless of absolute magnitude.
    func (a admissionRequirementList) distance(pod *v1.Pod) float64 {
    	dist := float64(0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 16:53:19 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. src/runtime/mstats.go

    	pause_end       [256]uint64 // circular buffer of recent gc end times (nanoseconds since 1970)
    	numgc           uint32
    	numforcedgc     uint32  // number of user-forced GCs
    	gc_cpu_fraction float64 // fraction of CPU time used by GC
    
    	last_gc_nanotime uint64 // last gc (monotonic time)
    	lastHeapInUse    uint64 // heapInUse at mark termination of the previous GC
    
    	enablegc bool
    }
    
    var memstats mstats
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/math/big/rat_test.go

    	if x.Cmp(qab) != 0 {
    		t.Errorf("1e) got %s want %s", x, qab)
    	}
    
    	// 2a) an integral value becomes a fraction depending on denominator
    	x.SetFrac64(10, 2)
    	x.Denom().SetInt64(3)
    	q53 := NewRat(5, 3)
    	if x.Cmp(q53) != 0 {
    		t.Errorf("2a) got %s want %s", x, q53)
    	}
    
    	// 2b) an integral value becomes a fraction depending on denominator
    	x = NewRat(10, 2)
    	x.Denom().SetInt64(3)
    	if x.Cmp(q53) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 07 00:15:59 UTC 2022
    - 18.9K bytes
    - Viewed (0)
  8. pkg/apis/flowcontrol/types.go

    	//
    	// +optional
    	NominalConcurrencyShares int32
    
    	// `limitResponse` indicates what to do with requests that can not be executed right now
    	LimitResponse LimitResponse
    
    	// `lendablePercent` prescribes the fraction of the level's NominalCL that
    	// can be borrowed by other priority levels. The value of this
    	// field must be between 0 and 100, inclusive, and it defaults to 0.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/ParallelTaskExecutionIntegrationTest.groovy

                }
    
                interface TestParallelWorkActionConfig extends WorkParameters {
                    Property<String> getPath()
                }
    
                abstract class TestParallelWorkAction implements WorkAction<TestParallelWorkActionConfig> {
                    void execute() {
                        new URL("http://localhost:${blockingServer.port}/" + parameters.path.get()).text
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 14:00:51 UTC 2024
    - 21K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_fr.properties

    constraints.DecimalMin.message  = {item} doit être plus grand que  ${inclusive == true ? 'or equal to ' : ''}{value}.
    constraints.Digits.message      = {item} est une valeur numérique hors des limites (Il faut <{integer} chiffres>.<{fraction} chiffres>).
    constraints.Future.message      = {item} doit être dans le futur.
    constraints.Max.message         = {item} doit être plus petit ou égal à {value}.
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 14.2K bytes
    - Viewed (0)
Back to top