Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Bertone (0.19 sec)

  1. maven-core/src/test/resources/project-dynamism/pom-interp.xml

        <scriptSourceDirectory>/${groupId}/src/main/scripts</scriptSourceDirectory>
    
        <plugins>
          <plugin>
            <artifactId>my-plugin</artifactId>
            <configuration>
              <testOne>${project.groupId}</testOne>
              <testTwo>${pom.groupId}</testTwo>
              <testThree>${groupId}</testThree>
            </configuration>
          </plugin>
        </plugins>
      </build>
    
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 903 bytes
    - Viewed (0)
  2. .cm/plugins/filters/byCodeowner/ignore/index.js

        //   setting `checkUnignored` to `false` could reduce additional
        //   path matching.
    
        // @returns {TestResult} true if a file is ignored
        _testOne (path, checkUnignored) {
            let ignored = false
            let unignored = false
    
            this._rules.forEach(rule => {
                const {negative} = rule
                if (
    JavaScript
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
  3. okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DnsOverHttpsTest.kt

      @BeforeEach
      fun setUp(server: MockWebServer) {
        this.server = server
        server.protocols = bootstrapClient.protocols
        dns = buildLocalhost(bootstrapClient, false)
      }
    
      @Test
      fun getOne() {
        server.enqueue(
          dnsResponse(
            "0000818000010003000000000567726170680866616365626f6f6b03636f6d0000010001c00c000500010" +
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 11K bytes
    - Viewed (0)
Back to top