Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 2,159 for esbuild (0.18 sec)

  1. mockwebserver-deprecated/build.gradle.kts

    Jesse Wilson <******@****.***> 1704519060 -0500
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 06 05:31:00 GMT 2024
    - 682 bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

            PluginManagement pluginMgmt = null;
    
            Build build = getModel().getBuild();
            if (build != null) {
                pluginMgmt = build.getPluginManagement();
            }
    
            return pluginMgmt;
        }
    
        private Build getModelBuild() {
            Build build = getModel().getBuild();
    
            if (build == null) {
                build = new Build();
    
                getModel().setBuild(build);
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 56.6K bytes
    - Viewed (0)
  3. tensorflow/build_cleaner_spec.textproto

    # proto-file: devtools/build_cleaner/proto/actions.proto
    # proto-message: ActionSpecs
    
    # Python rules should not have more than one source file.
    action_spec {
      action: CHECK_FILE_COUNT
      file_count_params {
        rule_selector {
          rule_kind_regex: "^.*py(type)?(_strict)?_(binary|library|test).*$"
          generator_function_regex: "^(?!boq_header)$"
        }
        max_source_count: 1
      }
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Nov 29 18:16:42 GMT 2023
    - 387 bytes
    - Viewed (0)
  4. maven-core/src/test/resources/projects/build-path-expression-pom.xml

      <groupId>org.apache.maven.project.tests</groupId>
      <artifactId>build-path-expression</artifactId>
      <version>1</version>
      <build>
        <sourceDirectory>sources</sourceDirectory>
        <resources>
          <resource>
            <directory>${project.build.sourceDirectory}</directory>
          </resource>
        </resources>
      </build>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 381 bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/build.gradle.kts

    Alexander Udalov <******@****.***> 1711106668 +0100
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 05 16:42:25 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  6. container-tests/build.gradle.kts

    Yuri Schimke <******@****.***> 1710686794 +0000
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Mar 17 14:46:34 GMT 2024
    - 1.1K bytes
    - Viewed (0)
  7. okhttp-bom/build.gradle.kts

    Goooler <******@****.***> 1638016287 +0800
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Nov 27 12:31:27 GMT 2021
    - 373 bytes
    - Viewed (0)
  8. okhttp-dnsoverhttps/build.gradle.kts

    Jesse Wilson <******@****.***> 1704519060 -0500
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 06 05:31:00 GMT 2024
    - 932 bytes
    - Viewed (0)
  9. okhttp-java-net-cookiejar/build.gradle.kts

    Jesse Wilson <******@****.***> 1700497229 -0800
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Nov 20 16:20:29 GMT 2023
    - 621 bytes
    - Viewed (0)
  10. regression-test/build.gradle.kts

    Yuri Schimke <******@****.***> 1703342811 +0000
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Dec 23 14:46:51 GMT 2023
    - 1.6K bytes
    - Viewed (0)
Back to top