Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for descriptor (0.31 sec)

  1. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.ear.descriptor.DeploymentDescriptor.getDisplayName()> does not have raw return type assignable to org.gradle.api.provider.Property in (DeploymentDescriptor.java:0)
    Method <org.gradle.plugins.ear.descriptor.DeploymentDescriptor.getFileName()> does not have raw return type assignable to org.gradle.api.provider.Property in (DeploymentDescriptor.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

              <version>3.0.0+</version>
              <required>true</required>
              <description>The full name of the project.</description>
              <type>String</type>
            </field>
            <field>
              <name>description</name>
              <version>3.0.0+</version>
              <description>A detailed description of the project, used by Maven whenever it needs to
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                Type propType = getType(property.getType());
                Type returnType = getType(getter.getReturnType());
                String descriptor = getMethodDescriptor(returnType);
                String fieldName = propFieldName(property);
                addLazyGetter(getter.getName(), returnType, descriptor, fieldName, propType, methodVisitor -> new LocalMethodVisitorScope(methodVisitor) {{
    
                    // GENERATE factory = getFactory()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	REG_NOTIFY_CHANGE_ATTRIBUTES = 0x00000002
    
    	// REG_NOTIFY_CHANGE_LAST_SET notifies the caller of changes to a value of the key. This can include adding or deleting a value, or changing an existing value.
    	REG_NOTIFY_CHANGE_LAST_SET = 0x00000004
    
    	// REG_NOTIFY_CHANGE_SECURITY notifies the caller of changes to the security descriptor of the key.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  5. cmd/metrics-v2.go

    				Description: getClusterReplCurrQueuedBytesMD(),
    			}
    
    			currTransferRate := MetricV2{
    				Description: getClusterReplCurrentTransferRateMD(),
    			}
    			avgQueueCount := MetricV2{
    				Description: getClusterReplAvgQueuedOperationsMD(),
    			}
    			avgQueueBytes := MetricV2{
    				Description: getClusterReplAvgQueuedBytesMD(),
    			}
    			maxQueueCount := MetricV2{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers.go

    		{Name: "Name", Type: "string", Format: "name", Description: metav1.ObjectMeta{}.SwaggerDoc()["name"]},
    		{Name: "Status", Type: "string", Description: "Status of the job."},
    		{Name: "Completions", Type: "string", Description: batchv1.JobStatus{}.SwaggerDoc()["succeeded"]},
    		{Name: "Duration", Type: "string", Description: "Time required to complete the job."},
    		{Name: "Age", Type: "string", Description: metav1.ObjectMeta{}.SwaggerDoc()["creationTimestamp"]},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      string tflRuntimeTypeDescription = t.summary;
    }
    
    class TFL_AnyTypeOf<list<Type> allowedRuntimeTypes, string description = "",
                        list<Type> allowedOpTypes = [AnyType]> :
      AnyTypeOf<allowedOpTypes, description>,
      TFL_RuntimeType<AnyTypeOf<allowedRuntimeTypes, description>>;
    
    class TFL_TensorOf<list<Type> allowedRuntimeTypes,
                       list<Type> allowedOpTypes = [AnyType]> :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  8. pkg/api/pod/util_test.go

    		}
    	}
    
    	podInfo := []struct {
    		description  string
    		hasProcMount bool
    		pod          func() *api.Pod
    	}{
    		{
    			description:  "has ProcMount",
    			hasProcMount: true,
    			pod:          podWithProcMount,
    		},
    		{
    			description:  "has default ProcMount",
    			hasProcMount: false,
    			pod:          podWithDefaultProcMount,
    		},
    		{
    			description:  "does not have ProcMount",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      ];
    }
    
    def PromoteVarHandlesToArgsPass : Pass<"tf-promote-var-handles-to-args", "ModuleOp"> {
      let summary = "Promote tf.VarHandleOps to function arguments.";
      let description = [{See joint description in promote resources to args.}];
    
      let constructor = "TF::CreatePromoteVarHandlesToArgsPass()";
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  10. fastapi/applications.py

                    * `description`: A short description of the tag.
                        [CommonMark syntax](https://commonmark.org/) MAY be used for rich
                        text representation.
                    * `externalDocs`: Additional external documentation for this tag. If
                        provided, it would contain a `dict` with:
                        * `description`: A short description of the target documentation.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
Back to top