Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,355 for Capget (0.12 sec)

  1. src/cmd/internal/obj/wasm/wasmobj.go

    				p = appendp(p, ACall, jmp.To)
    
    			case obj.TYPE_NONE:
    				// (target PC is on stack)
    				p = appendp(p, AI32WrapI64)
    				p = appendp(p, AI32Const, constAddr(16)) // only needs PC_F bits (16-31), PC_B bits (0-15) are zero
    				p = appendp(p, AI32ShrU)
    
    				// Set PC_B parameter to function entry.
    				// We need to push this before pushing the target PC_F,
    				// so temporarily pop PC_F, using our REG_PC_B as a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go

    	"name":                     "name is the name of the resource in question.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v1/generated.proto

    // each of the pods of the current scale target(e.g. CPU or memory). The values will be
    // averaged together before being compared to the target. Such metrics are built into
    // Kubernetes, and have special scaling options on top of those available to
    // normal per-pod metrics using the "pods" source. Only one "target" type
    // should be set.
    message ContainerResourceMetricSource {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 22K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/autoscaling/v1/generated.proto

    // each of the pods of the current scale target(e.g. CPU or memory). The values will be
    // averaged together before being compared to the target. Such metrics are built into
    // Kubernetes, and have special scaling options on top of those available to
    // normal per-pod metrics using the "pods" source. Only one "target" type
    // should be set.
    message ContainerResourceMetricSource {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v1/types.go

    type ObjectMetricSource struct {
    	// target is the described Kubernetes object.
    	Target CrossVersionObjectReference `json:"target" protobuf:"bytes,1,name=target"`
    
    	// metricName is the name of the metric in question.
    	MetricName string `json:"metricName" protobuf:"bytes,2,name=metricName"`
    
    	// targetValue is the target value of the metric (as a quantity).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  6. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/tasks/MavenPomFileGenerator.java

            Contributor target = new Contributor();
            target.setName(source.getName().getOrNull());
            target.setEmail(source.getEmail().getOrNull());
            target.setUrl(source.getUrl().getOrNull());
            target.setOrganization(source.getOrganization().getOrNull());
            target.setOrganizationUrl(source.getOrganizationUrl().getOrNull());
            target.setRoles(new ArrayList<>(source.getRoles().get()));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  7. internal/event/target/amqp.go

    	headers["minio-event"] = eventData.EventName.String()
    
    	if err = ch.ExchangeDeclare(target.args.Exchange, target.args.ExchangeType, target.args.Durable,
    		target.args.AutoDeleted, target.args.Internal, target.args.NoWait, nil); err != nil {
    		return err
    	}
    
    	if err = ch.Publish(target.args.Exchange, target.args.RoutingKey, target.args.Mandatory,
    		target.args.Immediate, amqp091.Publishing{
    			Headers:      headers,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 10K bytes
    - Viewed (0)
  8. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/fixtures/AbstractXcodeIntegrationSpec.groovy

            target.assertProductNameEquals(expectedProductName)
            target.assertSupportedArchitectures(archName == 'aarch64' ? MachineArchitecture.ARM64 : MachineArchitecture.X86_64)
            assert target.name == expectedProductName
            assert target.productReference.path == staticLib("build/lib/main/debug/$expectedBinaryName").absolutePath
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  9. guava-testlib/src/com/google/common/collect/testing/testers/CollectionRetainAllTester.java

      }
    
      private void expectReturnsTrue(Target target) {
        String message = Platform.format("retainAll(%s) should return true", target);
        assertTrue(message, collection.retainAll(target.toRetain));
      }
    
      private void expectReturnsFalse(Target target) {
        String message = Platform.format("retainAll(%s) should return false", target);
        assertFalse(message, collection.retainAll(target.toRetain));
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  10. maven-model/src/test/java/org/apache/maven/model/merge/MavenMergerTest.java

            target.setGroupId( "TARGET" );
            modelMerger.merge( target, source, false, null );
            assertThat( target.getGroupId(), is( "TARGET" ) );
        }
    
        @Test
        public void mergeInceptionYear()
        {
            Model target = new Model();
            target.setInceptionYear( "TARGET" );
    
            Model source = new Model();
            source.setInceptionYear( "SOURCE" );
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top