Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,515 for impl (0.07 sec)

  1. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpJavaEarSingleProjectIntegrationTest.groovy

            // Classpath
            def classpath = classpath
            classpath.assertHasLibs('lib2-impl-2.0.jar', 'lib1-impl-1.0.jar', 'lib1-api-1.0.jar')
            classpath.lib('lib1-api-1.0.jar').assertIsDeployedTo('/lib')
            classpath.lib('lib1-impl-1.0.jar').assertIsDeployedTo('/lib')
            classpath.lib('lib2-impl-2.0.jar').assertIsDeployedTo('/')
    
            // Facets
            def facets = wtpFacets
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/libtf/value.h

      };
    
    TF_ENUM_VALUE_OF(impl::Capsule, CAPSULE);
    TF_ENUM_VALUE_OF(impl::Float32, FLOAT32);
    TF_ENUM_VALUE_OF(impl::Int64, INT64);
    TF_ENUM_VALUE_OF(impl::List, LIST);
    TF_ENUM_VALUE_OF(impl::ListPtr, LIST);
    TF_ENUM_VALUE_OF(impl::Tuple, TUPLE);
    TF_ENUM_VALUE_OF(impl::TuplePtr, TUPLE);
    TF_ENUM_VALUE_OF(impl::Dict, DICT);
    TF_ENUM_VALUE_OF(impl::DictPtr, DICT);
    TF_ENUM_VALUE_OF(impl::None, NONE);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:23:45 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/ProcessInTransformIntegrationTest.groovy

     */
    
    package org.gradle.internal.cc.impl.inputs.process
    
    import org.gradle.internal.cc.impl.fixtures.ExternalProcessFixture.Snippets
    import org.gradle.internal.cc.impl.fixtures.ExternalProcessFixture.SnippetsFactory
    import org.gradle.internal.cc.impl.fixtures.TransformFixture
    import org.gradle.process.ExecOperations
    
    import javax.inject.Inject
    
    import static org.gradle.internal.cc.impl.fixtures.ExternalProcessFixture.exec
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/CrossTaskGroovyJavaJointIncrementalCompilationIntegrationTest.groovy

            sourceWithFileSuffixForProject(bSuffix, "impl", "$bCompileStatic class B1 { void m1() { A a = new A(); a.m1(); }; }")
            sourceWithFileSuffixForProject("java", "impl", "class C1 extends B1 {}")
            sourceWithFileSuffixForProject("java", "impl", "class D1 extends C1 { static boolean getCache() { return true; } }")
            File e1Class = sourceWithFileSuffixForProject("groovy", "impl", "class E1 { boolean isCacheEnabled = D1.cache }")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/node_matchers.h

    // Matches a node with a boolean typed attribute named `name` and with value
    // `value`.
    template <typename ValueTy>
    impl::NodeMatcherProperties Attr(const string& name, ValueTy value) {
      return impl::Attr({impl::AttrLiteralHelper({name, value})});
    }
    
    inline impl::NodeMatcherProperties Attr(const string& name) {
      return impl::Attr(name);
    }
    
    // Matches a node with inputs `inputs`.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  6. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/CrossTaskConstantChangesIncrementalGroovyCompilationIntegrationTest.groovy

                    }""",
            ]
    
            impl.snapshot { run("impl:${language.compileTaskName}") }
    
            when:
            source api: ["class A { public static final int EVIL = 0; void blah() { /* avoid flakiness by changing compiled file length*/ } }"]
            run("impl:${language.compileTaskName}")
    
            then:
            impl.recompiledClasses('B', 'C', 'C$Inner', 'D', 'D$Inner', 'E', 'E$1', 'F', 'F$Inner')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ProjectDependenciesIntegrationTest.groovy

        def "resolving project dependency triggers configuration of the target project"() {
            createDirs("impl")
            settingsFile << "include 'impl'"
            buildFile << """
                apply plugin: 'java'
                dependencies {
                    implementation project(":impl")
                }
                repositories {
                    //resolving project must declare the repo
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:37:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

            mavenRepo.module("org.utils", "impl", '1.5').dependsOn('org.utils', 'api', '1.5').publish()
            createDirs("impl", "test")
            settingsFile << 'include "impl", "test"'
    
            buildFile << """
                $common
    
                project(":test") {
                    dependencies {
                        conf (group: "org.utils", name: "impl", version: "1.5") { transitive = false }
                    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  9. tensorflow/cc/framework/scope_internal.h

      Impl(const Scope& other, Tags::Device, const string& device);
      Impl(const Scope& other, Tags::SingleUseScope, const string& op_name);
      Impl(const Scope& other, Tags::ExitOnError);
      Impl(const Scope& other, Tags::KernelLabel, const string& kernel_label);
      Impl(const Scope& other, Tags::Colocate, const Operation& colocate_with_op,
           bool clear_colocations);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 15:46:43 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  10. fess-crawler/src/main/java/org/codelibs/fess/crawler/service/impl/UrlFilterServiceImpl.java

         * org.codelibs.fess.crawler.service.impl.UrlFilterService#addIncludeUrlFilter(java
         * .lang.String, java.lang.String)
         */
        @Override
        public void addIncludeUrlFilter(final String sessionId, final String url) {
            dataHelper.addIncludeUrlPattern(sessionId, url);
        }
    
        /*
         * (non-Javadoc)
         *
         * @see
         * org.codelibs.fess.crawler.service.impl.UrlFilterService#addIncludeUrlFilter(java
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top