Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for category2 (0.18 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

            then:
            outputContains """
    org:leaf2:1.0
      Variant runtime:
        | Attribute Name             | Provided     | Requested |
        |----------------------------|--------------|-----------|
        | org.gradle.category        | library      |           |
        | org.gradle.libraryelements | jar          |           |
        | org.gradle.status          | release      |           |
        | org.gradle.usage           | java-runtime |           |
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. src/unicode/tables.go

    	Punct  = _P  // Punct/P is the set of Unicode punctuation characters, category P.
    	P      = _P
    	Sc     = _Sc // Sc is the set of Unicode characters in category Sc (Symbol, currency).
    	Sk     = _Sk // Sk is the set of Unicode characters in category Sk (Symbol, modifier).
    	Sm     = _Sm // Sm is the set of Unicode characters in category Sm (Symbol, math).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_X121_ADDRESS = "{labels.x121Address}";
    
        /** The key of the message: Business Category */
        public static final String LABELS_user_businessCategory = "{labels.user_businessCategory}";
    
        /** The key of the message: Business Category */
        public static final String LABELS_BUSINESS_CATEGORY = "{labels.businessCategory}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Norid category second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-c/
    // Norid category second-level domains managed by parties other than Norid : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-d/
    // RSS feed: https://teknisk.norid.no/en/feed/
    no
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

          sed -i -e "s@{{supplementalGroups}}@@g" "${src_file}"
        fi
    
        cp "${src_file}" /etc/kubernetes/manifests
      fi
    }
    
    # A helper function for setting up addon manifests.
    #
    # $1: addon category under /etc/kubernetes
    # $2: manifest source dir
    # $3: (optional) auxiliary manifest source dir
    function setup-addon-manifests {
      local -r src_dir="${KUBE_HOME}/kube-manifests/kubernetes/gci-trusty"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    		err = errnoErr(e1)
    	}
    	return
    }
    
    func ReportEvent(log Handle, etype uint16, category uint16, eventId uint32, usrSId uintptr, numStrings uint16, dataSize uint32, strings **uint16, rawData *byte) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        This op is rewritten to generic ops that perform the scale and shift
        and can operate on non-quantized types.
    
        Currently, TF_DequantizeOp is the only op with a lowering that falls
        in this category. When more lowerings are added (e.g. QuantizeV2Op),
        they should be added to this pass.
      }];
    
      let constructor = "TF::CreateLowerQuantizedPass()";
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.",
                "type": "string"
              },
              "tolerationSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/data.go

    	sect.Align = symalign(ldr, s)
    	state.datsize = Rnd(state.datsize, int64(sect.Align))
    	sect.Vaddr = uint64(state.datsize)
    	return sect
    }
    
    // allocateNamedDataSection creates a new sym.Section for a category
    // of data symbols. Here "seg" is the segment into which the section
    // will go, "sName" is the name to give to the section, "types" is a
    // range of symbol types to be put into the section, and "rwx"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    // This pattern matches and merges a tfl.reshape under the following
    // condition:
    // * The input's defining op is another tfl.reshape.
    // TODO(antiagainst): This pattern probably should be moved to the peephole
    // category, after we have the infra for peephole passes.
    struct RemoveAdjacentReshape : public RewritePattern {
      explicit RemoveAdjacentReshape(MLIRContext* context)
          : RewritePattern(ReshapeOp::getOperationName(), 1, context) {}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top