Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for textual (0.23 sec)

  1. CONTRIBUTING.md

    * Be careful when using features introduced in Java 1.7 or later. Some parts of Gradle still need to run on Java 6.
    * Normalize file paths in tests. The `org.gradle.util.internal.TextUtil` class has some useful functions for this purpose.
    
    You can consult the [Architecture Decision Records](architecture-standards) to learn about some of the architectural decisions the team took.
    
    ### Contributing to documentation
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Feb 09 15:30:53 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

          if (elapsedMillis >= profileThreshold)
            System.out.printf("%n%s: %d%n", toString(), elapsedMillis);
        }
      }
    
      //     /**
      //      * Runs all JSR166 unit tests using junit.textui.TestRunner
      //      */
      //     public static void main(String[] args) {
      //         if (useSecurityManager) {
      //             System.err.println("Setting a permissive security manager");
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:15:24 GMT 2024
    - 37.7K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

          if (elapsedMillis >= profileThreshold)
            System.out.printf("%n%s: %d%n", toString(), elapsedMillis);
        }
      }
    
      //     /**
      //      * Runs all JSR166 unit tests using junit.textui.TestRunner
      //      */
      //     public static void main(String[] args) {
      //         if (useSecurityManager) {
      //             System.err.println("Setting a permissive security manager");
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 22 17:15:24 GMT 2024
    - 37.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    Automatic-Module-Name: junit Implementation-Version: 4.13.1 Implementation-Vendor-Id: junit Built-By: marc Build-Jdk: 1.6.0_65 Created-By: Apache Maven 3.1.1 Implementation-URL: http://junit.org Archiver-Version: Plexus Archiver junit/textui/TestRunner.class package junit.textui; public synchronized class TestRunner extends junit.runner.BaseTestRunner { private ResultPrinter fPrinter; public static final int SUCCESS_EXIT = 0; public static final int FAILURE_EXIT = 1; public static final int EXCEPTION_EXIT...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/adminlte.min.css.map

        @include hover {\n        background-color: $hover-background;\n\n        > td,\n        > th {\n          background-color: $hover-background;\n        }\n      }\n    }\n  }\n}\n","// stylelint-disable selector-no-qualifying-type\n\n//\n// Textual form controls\n//\n\n.form-control {\n  display: block;\n  width: 100%;\n  height: $input-height;\n  padding: $input-padding-y $input-padding-x;\n  font-family: $input-font-family;\n  @include font-size($input-font-size);\n  font-weight: $input-font-weight;\n...
    Plain Text
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 2M bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    youtube
    
    // yun : 2015-01-08 Beijing Qihu Keji Co., Ltd.
    yun
    
    // zappos : 2015-06-25 Amazon Registry Services, Inc.
    zappos
    
    // zara : 2014-11-07 Industria de DiseƱo Textil, S.A. (INDITEX, S.A.)
    zara
    
    // zero : 2014-12-18 Amazon Registry Services, Inc.
    zero
    
    // zip : 2014-05-08 Charleston Road Registry Inc.
    zip
    
    // zone : 2013-11-14 Binky Moon, LLC
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  7. api/go1.txt

    pkg debug/elf, const DF_BIND_NOW DynFlag
    pkg debug/elf, const DF_ORIGIN DynFlag
    pkg debug/elf, const DF_STATIC_TLS DynFlag
    pkg debug/elf, const DF_SYMBOLIC DynFlag
    pkg debug/elf, const DF_TEXTREL DynFlag
    pkg debug/elf, const DT_BIND_NOW DynTag
    pkg debug/elf, const DT_DEBUG DynTag
    pkg debug/elf, const DT_ENCODING DynTag
    pkg debug/elf, const DT_FINI DynTag
    pkg debug/elf, const DT_FINI_ARRAY DynTag
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. api/go1.1.txt

    pkg debug/elf, const DF_BIND_NOW = 8
    pkg debug/elf, const DF_ORIGIN = 1
    pkg debug/elf, const DF_STATIC_TLS = 16
    pkg debug/elf, const DF_SYMBOLIC = 2
    pkg debug/elf, const DF_TEXTREL = 4
    pkg debug/elf, const DT_BIND_NOW = 24
    pkg debug/elf, const DT_DEBUG = 21
    pkg debug/elf, const DT_ENCODING = 32
    pkg debug/elf, const DT_FINI = 13
    pkg debug/elf, const DT_FINI_ARRAY = 26
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top