Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 42 for logic (0.1 sec)

  1. src/debug/elf/elf.go

    	EM_ME16          Machine = 59  /* Toyota ME16 processor. */
    	EM_ST100         Machine = 60  /* STMicroelectronics ST100 processor. */
    	EM_TINYJ         Machine = 61  /* Advanced Logic Corp. TinyJ processor. */
    	EM_X86_64        Machine = 62  /* Advanced Micro Devices x86-64 */
    	EM_PDSP          Machine = 63  /* Sony DSP Processor */
    	EM_PDP10         Machine = 64  /* Digital Equipment Corp. PDP-10 */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

            // This set is unlikely to change often, so instead of introducing an additional level of indirection,
            // we are storing it here despite its relationship to Configuration Cache logic.
            // The full prohibited hierarchy is stored because there is no efficient way to check the class hierarchy via `org.objectweb.asm.Type`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    ilizat }} type: Utilization {{- end }} {{- if .Values.autoscaling.autoscaleBehavior }} behavior: {{ toYaml .Values.autoscaling.autoscaleBehavior | nindent 4 }} {{- end }} {{- end }} manifests/charts/gateway/templates/zzz_profile.yaml {{/* Complex logic ahead... We have three sets of values, in order of precedence (last wins): 1. The builtin values.yaml defaults 2. The profile the user selects 3. Users input (-f or --set) Unfortunately, Helm provides us (1) and (3) together (as .Values), making it...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    	needBuild uint32 = 1 << iota
    	needCgoHdr
    	needVet
    	needCompiledGoFiles
    	needCovMetaFile
    	needStale
    )
    
    // build is the action for building a single package.
    // Note that any new influence on this logic must be reported in b.buildActionID above as well.
    func (b *Builder) build(ctx context.Context, a *Action) (err error) {
    	p := a.Package
    	sh := b.Shell(a)
    
    	bit := func(x uint32, b bool) uint32 {
    		if b {
    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. fastapi/applications.py

                    from fastapi import FastAPI
    
                    tags_metadata = [
                        {
                            "name": "users",
                            "description": "Operations with users. The **login** logic is also here.",
                        },
                        {
                            "name": "items",
                            "description": "Manage items. So _fancy_ they have their own docs.",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

    # limitations under the License.
    
    # This script is for configuring kubernetes master and node instances. It is
    # uploaded in the manifests tar ball.
    
    # TODO: this script duplicates templating logic from cluster/saltbase/salt
    # using sed. It should use an actual template parser on the manifest
    # files.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    ### Hardcoded constants
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. pkg/controller/podautoscaler/horizontal_test.go

    		}
    		if len(tc.metricsTarget) > 0 {
    			obj.Items[0].Spec.Metrics = append(obj.Items[0].Spec.Metrics, tc.metricsTarget...)
    		}
    
    		if len(obj.Items[0].Spec.Metrics) == 0 {
    			// manually add in the defaulting logic
    			obj.Items[0].Spec.Metrics = []autoscalingv2.MetricSpec{
    				{
    					Type: autoscalingv2.ResourceMetricSourceType,
    					Resource: &autoscalingv2.ResourceMetricSource{
    						Name: v1.ResourceCPU,
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  8. pkg/volume/util/operationexecutor/operation_generator.go

    	// of resize controller, which will not populate allocatedResource and resizeStatus. This can happen because of version skew
    	// and hence we are going to keep expanding using older logic.
    	if resizeStatus == "" && allocatedResource == nil {
    		_, detailedMsg := volumeToMount.GenerateMsg("MountVolume.NodeExpandVolume running with", "older external resize controller")
    		klog.Warningf(detailedMsg)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	}
    
    	// normal update and verify
    	if !updateAndVerify(t, testContext, registry, podB) {
    		t.Errorf("Unexpected error updating podB")
    	}
    
    	// unconditional update
    	// NOTE: The logic for unconditional updates doesn't make sense to me, and imho should be removed.
    	// doUnconditionalUpdate := resourceVersion == 0 && e.UpdateStrategy.AllowUnconditionalUpdate()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

              </description>
            </field>
            <field>
              <name>activation</name>
              <version>4.0.0+</version>
              <description>The conditional logic which will automatically trigger the inclusion of this
                profile.</description>
              <association>
                <type>Activation</type>
              </association>
            </field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top