Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for gdbscript (0.16 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

        }
    
        private prepareConfigurationForCopyTest(configuration = conf()) {
            configuration.visible = false
            configuration.transitive = false
            configuration.description = "descript"
            configuration.exclude([group: "value"])
            configuration.exclude([group: "value2"])
            configuration.artifacts.add(artifact("name1", "ext1", "type1", "classifier1"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    								APIVersion: "v1",
    								FieldPath:  "metadata.labels",
    							},
    						}, {
    							Path: "labels with subscript",
    							FieldRef: &core.ObjectFieldSelector{
    								APIVersion: "v1",
    								FieldPath:  "metadata.labels['key']",
    							},
    						}, {
    							Path: "labels with complex subscript",
    							FieldRef: &core.ObjectFieldSelector{
    								APIVersion: "v1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    		return allErrs
    	}
    
    	if path, subscript, ok := fieldpath.SplitMaybeSubscriptedPath(internalFieldPath); ok {
    		switch path {
    		case "metadata.annotations":
    			allErrs = append(allErrs, ValidateQualifiedName(strings.ToLower(subscript), fldPath)...)
    		case "metadata.labels":
    			allErrs = append(allErrs, ValidateQualifiedName(subscript, fldPath)...)
    		default:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    Implements generalized Tensor contraction and reduction. Each input Tensor must
    have a corresponding input subscript appearing in the comma-separated left-hand
    side of the equation. The right-hand side of the equation consists of the
    output subscript. The input subscripts and the output subscript should consist
    of zero or more named axis labels and at most one ellipsis (`...`).
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  6. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/x-vbdotnet">
        <_comment>VB.NET source code</_comment>
        <glob pattern="*.vb"/>
        <sub-class-of type="text/x-vbasic"/>
      </mime-type>
    
      <mime-type type="text/x-vbscript">
        <_comment>VBScript source code</_comment>
        <glob pattern="*.vbs"/>
        <sub-class-of type="text/x-vbasic"/>
      </mime-type>
    
      <mime-type type="text/x-vcalendar">
        <magic priority="50">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top