Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 698 for descriptor (0.22 sec)

  1. platforms/core-runtime/internal-instrumentation-processor/src/test/groovy/org/gradle/internal/instrumentation/processor/codegen/jvmbytecode/InterceptJvmCallsGeneratorTest.groovy

                            String descriptor, boolean isInterface, Supplier<MethodNode> readMethodNode) {
                        if (metadata.isInstanceOf(owner, "org/gradle/api/Rule")) {
                            if (name.equals("getDescription") && descriptor.equals("()Ljava/lang/String;") && (opcode == Opcodes.INVOKEVIRTUAL || opcode == Opcodes.INVOKEINTERFACE)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 19:21:09 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

            if (mojoDescriptorV4 == null) {
                synchronized (this) {
                    if (mojoDescriptorV4 == null) {
                        mojoDescriptorV4 = org.apache.maven.api.plugin.descriptor.MojoDescriptor.newBuilder()
                                .goal(goal)
                                .description(getDescription())
                                .implementation(getImplementation())
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  3. src/runtime/netpoll_solaris.go

    // notification with the file descriptor. Failing to do this would
    // mean each notification will prevent concurrent code using the
    // same file descriptor in parallel.
    //
    // The logic dealing with re-associations is encapsulated in
    // runtime·netpollupdate. This function takes care to associate the
    // descriptor only with the subset of events that were previously
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/TestLauncherSpec.groovy

            static void assertSpec(OperationDescriptor descriptor, List<JvmTestOperationDescriptor> testEvents, Set<OperationDescriptor> verifiedEvents, String expectedOperationDisplayName, @DelegatesTo(value = TestEventSpec, strategy = Closure.DELEGATE_FIRST) Closure<?> spec) {
                verifiedEvents.add(descriptor)
                DefaultTestEventSpec childSpec = new DefaultTestEventSpec(descriptor, testEvents, verifiedEvents)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 08:42:44 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  5. pkg/workloadapi/security/authorization.pb.go

    	p := new(Scope)
    	*p = x
    	return p
    }
    
    func (x Scope) String() string {
    	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    }
    
    func (Scope) Descriptor() protoreflect.EnumDescriptor {
    	return file_workloadapi_security_authorization_proto_enumTypes[0].Descriptor()
    }
    
    func (Scope) Type() protoreflect.EnumType {
    	return &file_workloadapi_security_authorization_proto_enumTypes[0]
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  6. maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/LifecycleExecutionPlanCalculatorStub.java

            final PluginDescriptor descriptor = new PluginDescriptor();
            Plugin plugin = new Plugin();
            plugin.setGroupId("org.apache.maven.test.MavenExecutionPlan");
            plugin.setArtifactId("stub-plugin-" + phaseName);
            descriptor.setPlugin(plugin);
            descriptor.setArtifactId("artifact." + phaseName);
            mojoDescriptor.setPluginDescriptor(descriptor);
            mojoDescriptor.setThreadSafe(threadSafe);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 09 20:57:17 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  7. src/image/gif/reader_test.go

    	// This index, 3, is out of range of the global palette and there is no
    	// local palette in the subsequent image descriptor. This is an error
    	// according to the spec, but Firefox and Google Chrome seem OK with this.
    	//
    	// See golang.org/issue/15059.
    	b.WriteString("\x21\xf9\x04\x01\x00\x00\x03\x00")
    
    	// Image descriptor: 2x1, no local palette, and 2-bit LZW literals.
    	b.WriteString("\x2c\x00\x00\x00\x00\x02\x00\x01\x00\x00\x02")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:15:54 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java

    import org.apache.maven.plugin.PluginResolutionException;
    import org.apache.maven.plugin.PluginValidationManager;
    import org.apache.maven.plugin.descriptor.MojoDescriptor;
    import org.apache.maven.plugin.descriptor.Parameter;
    import org.apache.maven.plugin.descriptor.PluginDescriptor;
    import org.apache.maven.plugin.descriptor.PluginDescriptorBuilder;
    import org.apache.maven.plugin.version.DefaultPluginVersionRequest;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r26/TestLauncherCrossVersionSpec.groovy

            def testExecutorEvents = events.operations.findAll { it.descriptor.displayName.matches "Gradle Test Executor \\d+" }
            testExecutorEvents.size() == 2
            testExecutorEvents.every { it.successful }
            events.tests.findAll { it.descriptor.displayName == "Test class example.MyTest" }.size() == 2
            events.tests.findAll { it.descriptor.displayName == "Test foo(example.MyTest)" }.size() == 2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:59:43 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  10. pkg/config/validation/envoyfilter/envoyfilter.go

    	var name string
    	for i := 0; i < message.Type().Descriptor().Fields().Len(); i++ {
    		field := message.Type().Descriptor().Fields().Get(i)
    		if field.JSONName() == "name" {
    			name = fmt.Sprintf("%v", message.Get(field).Interface())
    		}
    	}
    
    	hasTypedConfig := false
    	requiresTypedConfig := false
    	// Now go through fields again
    	for i := 0; i < message.Type().Descriptor().Fields().Len(); i++ {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top