Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,209 for CUSTOM (0.32 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenScopesTestIntegTest.groovy

                configurations {
                    custom {
                        attributes {
                            attribute(Usage.USAGE_ATTRIBUTE, project.objects.named(Usage, Usage.JAVA_RUNTIME))
                        }
                    }
                }
    
                dependencies {
                    custom 'log4j:log4j:1.2.17'
                }
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/post-quantize-dynamic-range.mlir

      %w = arith.constant dense<127.0> : tensor<1024x1x1x1xf32>
      %custom = "tfl.custom"(%0, %w) {custom_code = "CustomTestOp", custom_option = #tfl<const_bytes : "0x">} : (tensor<1x1x1x1xf32>, tensor<1024x1x1x1xf32>) -> tensor<*xf32>
      func.return %custom : tensor<*xf32>
    
    // CHECK: %[[w:.*]] = arith.constant dense<1.270000e+02> : tensor<1024x1x1x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/java/customDirs/kotlin/build.gradle.kts

            }
        }
    }
    // end::custom-extra-src-dir[]
    
    
    // tag::custom-source-set[]
    sourceSets {
        create("intTest")
    }
    // end::custom-source-set[]
    
    // tag::custom-report-dirs[]
    reporting.baseDir = file("my-reports")
    java.testResultsDir = layout.buildDirectory.dir("my-test-results")
    
    tasks.register("showDirs") {
        val rootDir = project.rootDir
        val reportsDir = project.reporting.baseDirectory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  4. manifests/addons/dashboards/lib/panels.libsonnet

          + custom.withDrawStyle('bars')
          + custom.withStacking({ mode: 'normal' })
          + timeSeries.queryOptions.withInterval('15s')
          + timeSeries.standardOptions.withUnit('ops')
          + custom.withFillOpacity(100)
          + custom.withShowPoints('never')
          + custom.withGradientMode('none'),
    
        xdsPushes(title, targets, desc=''):
          self.bars(title, targets, desc='')
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

        @Unroll("Selects variant #expectedVariant using custom attribute value #attributeValue")
        def "attribute value is used during selection"() {
            given:
            repository {
                'org:test:1.0' {
                    variant('api') {
                        attribute('custom', 'c1')
                    }
                    variant('runtime') {
                        attribute('custom', 'c2')
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/internal/http2/HpackTest.kt

        checkEntry(entry, "custom-bar", "custom-header", 55)
        entry = writer.dynamicTable[tableLength - 2]!!
        checkEntry(entry, "custom-baz", "custom-header", 55)
      }
    
      @Test
      fun readerEviction() {
        val headerBlock =
          headerEntries(
            "custom-foo",
            "custom-header",
            "custom-bar",
            "custom-header",
            "custom-baz",
            "custom-header",
          )
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  7. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishCoordinatesIntegTest.groovy

            and:
            resolveArtifacts(repoModule) {
                expectFiles 'custom-2.2.jar'
            }
        }
    
        def "can produce multiple separate publications for single project"() {
            given:
            def module = mavenRepo.module('org.custom', 'custom', '2.2').withModuleMetadata()
            def apiModule = mavenRepo.module('org.custom', 'custom-api', '2')
    
            and:
            settingsFile << "rootProject.name = 'root'"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  8. platforms/software/plugins-distribution/src/integTest/groovy/org/gradle/api/plugins/DistributionPluginIntegrationTest.groovy

                    'TestProject-custom-1.2/file1.txt',
                    'TestProject-custom-1.2/dir/file2.txt',
                    'TestProject-custom-1.2/docs/file3.txt',
                    'TestProject-custom-1.2/docs/dir2/file4.txt')
        }
    
        def installFromDistContent() {
            given:
            createDir('src/custom/dist'){
                file 'file1.txt'
                dir {
                    file 'file2.txt'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 20 21:03:51 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/adminlte.min.css

    s:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}....
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 641.1K bytes
    - Viewed (0)
  10. platforms/jvm/plugins-java-base/src/integTest/groovy/org/gradle/api/plugins/JavaBasePluginTest.groovy

            project.sourceSets.create('custom')
            new TestFile(project.file("src/custom/java/File.java")) << "foo"
            new TestFile(project.file("src/custom/resources/resource.txt")) << "foo"
    
            then:
            SourceSet set = project.sourceSets.custom
            set.java.srcDirs == toLinkedSet(project.file('src/custom/java'))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 16.4K bytes
    - Viewed (0)
Back to top