Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for attr (0.17 sec)

  1. .cm/summary_table.cm

                <td>{{ branch.diff.files_metadata | filter(attr='file', list=platform.subprojects) | map(attr='additions') | sum }}</td>
                <td>{{ ((branch.diff.files_metadata | filter(attr='file', list=platform.subprojects) | map(attr='additions') | sum) / (changes.additions + changes.deletions) * 100) | round(2) }}%</td>
                <td>{{ branch.diff.files_metadata | filter(attr='file', list=platform.subprojects) | map(attr='deletions') | sum }}</td>
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Feb 08 15:20:44 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  2. api/go1.21.txt

    pkg log/slog, func GroupValue(...Attr) Value #56345
    pkg log/slog, func InfoContext(context.Context, string, ...interface{}) #61200
    pkg log/slog, func Info(string, ...interface{}) #56345
    pkg log/slog, func Int64(string, int64) Attr #56345
    pkg log/slog, func Int64Value(int64) Value #56345
    pkg log/slog, func Int(string, int) Attr #56345
    pkg log/slog, func IntValue(int) Value #56345
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Viewed (0)
  3. .cm/javadoc_on_new_files.cm

    is:
      java: {{ files | extensions | match(term='java') | every }}
      new: {{ source.diff.files | map(attr='original_file') | match(regex=r/^$/) | some }}
    
    colors:
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg debug/dwarf, const AttrCallValue = 126
    pkg debug/dwarf, const AttrCallValue Attr
    pkg debug/dwarf, const AttrConstExpr = 108
    pkg debug/dwarf, const AttrConstExpr Attr
    pkg debug/dwarf, const AttrDataBitOffset = 107
    pkg debug/dwarf, const AttrDataBitOffset Attr
    pkg debug/dwarf, const AttrDecimalScale = 92
    pkg debug/dwarf, const AttrDecimalScale Attr
    pkg debug/dwarf, const AttrDecimalSign = 94
    pkg debug/dwarf, const AttrDecimalSign Attr
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. ci/official/utilities/code_check_full.bats

    @org_tensorflow//tensorflow
    @com_google_absl//
    @pybind11_abseil//pybind11_abseil
    //external
    @local
    @com_github_googlecloudplatform_google_cloud_cpp//
    @embedded_jdk//
    ^//$
    @ruy//
    EOF
    
      license_query "attr('licenses', 'notice', deps($BUILD_TARGET))" > $BATS_TEST_TMPDIR/expected_licenses
      license_query "deps($LICENSES_TARGET)" > $BATS_TEST_TMPDIR/actual_licenses
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 06 21:54:13 GMT 2024
    - 13.2K bytes
    - Viewed (0)
  6. ci/official/containers/linux_arm64/devel.usertools/code_check_full.bats

    @bazel_tools//platforms
    @bazel_tools//tools/
    @org_tensorflow//tensorflow
    @com_google_absl//
    //external
    @local
    @com_github_googlecloudplatform_google_cloud_cpp//
    @embedded_jdk//
    ^//$
    @ruy//
    EOF
    
      license_query "attr('licenses', 'notice', deps($BUILD_TARGET))" > $BATS_TEST_TMPDIR/expected_licenses
      license_query "deps($LICENSES_TARGET)" > $BATS_TEST_TMPDIR/actual_licenses
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 12.7K bytes
    - Viewed (0)
  7. tensorflow/c/eager/BUILD

            "//tensorflow/core:lib",
            "@com_google_absl//absl/memory",
        ],
    )
    
    cc_library(
        name = "tfe_op_attrs_internal",
        hdrs = ["tfe_op_attrs_internal.h"],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":abstract_op_attrs",
            "//tensorflow/c:conversion_macros",
            "//tensorflow/c:tf_status",
            "//tensorflow/core:protos_all_cc",
        ],
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg debug/dwarf, const AttrDeclColumn Attr
    pkg debug/dwarf, const AttrDeclFile Attr
    pkg debug/dwarf, const AttrDeclLine Attr
    pkg debug/dwarf, const AttrDeclaration Attr
    pkg debug/dwarf, const AttrDefaultValue Attr
    pkg debug/dwarf, const AttrDescription Attr
    pkg debug/dwarf, const AttrDiscr Attr
    pkg debug/dwarf, const AttrDiscrList Attr
    pkg debug/dwarf, const AttrDiscrValue Attr
    pkg debug/dwarf, const AttrEncoding Attr
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. src/main/webapp/js/admin/bootstrap.min.js.map

    |tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i\n\nfunction allowedAttribute(attr, allowedAttributeList) {\n  const attrName = attr.nodeName.toLowerCase()\n\n  if (allowedAttributeList.indexOf(attrName) !== -1) {\n    if (uriAttrs.indexOf(attrName) !== -1) {\n      return Boolean(attr.nodeValue.match(SAFE_URL_PATTERN) || attr.nodeValue.match(DATA_URL_PATTERN))\n    }\n\n    return true\n  }\n\n  const regExp = allowedAttributeList.filter((attrRegex)...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 185.8K bytes
    - Viewed (0)
  10. build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt

        override fun visitTypeAnnotation(typeRef: Int, typePath: TypePath?, desc: String?, visible: Boolean): AnnotationVisitor? = null
        override fun visitAttribute(attr: Attribute?) = Unit
        override fun visitInnerClass(name: String?, outerName: String?, innerName: String?, access: Int) = Unit
    Plain Text
    - Registered: Wed Feb 28 11:36:09 GMT 2024
    - Last Modified: Tue Feb 06 19:56:10 GMT 2024
    - 20.8K bytes
    - Viewed (0)
Back to top