Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,092 for 4000 (0.04 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resource/transfer/ResourceOperationTest.groovy

        def "last chunk of bytes <1KiB is not logged"() {
            given:
            def operation = new ResourceOperation(context, Type.download)
            operation.contentLength = 2000
            when:
            operation.logProcessedBytes(1000)
            operation.logProcessedBytes(1000)
            then:
            1 * context.progress(2000, 2000, "bytes", "1.9 KiB/1.9 KiB downloaded")
            0 * context.progress(_)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/fonts/fa-regular-400.eot

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 33.6K bytes
    - Viewed (0)
  3. src/main/webapp/css/fonts/fa-regular-400.svg

    fa-regular-400.svg...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 140.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/get-arithmetic-count.mlir

      // CHECK: _arithmetic_count = 1000 : i64
      %0 = "tfl.add"(%arg0, %arg1) {fused_activation_function = "NONE"} : (tensor<10x10x10xf32>, tensor<10x10x10xf32>) -> tensor<10x10x10xf32>
      func.return %0 : tensor<10x10x10xf32>
    }
    
    func.func @testAddBroadcast(%arg0: tensor<10x10x10xf32>, %arg1: tensor<10xf32>) -> tensor<10x10x10xf32> {
      // CHECK: _arithmetic_count = 1000 : i64
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 14 04:58:17 UTC 2022
    - 7.7K bytes
    - Viewed (0)
  5. maven-api-impl/src/main/resources/org/apache/maven/model/pom-4.0.0.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    
    <!-- START SNIPPET: superpom -->
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
      </properties>
    
      <build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  6. src/main/webapp/css/admin/fonts/fa-brands-400.woff

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 87K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/fonts/fa-regular-400.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 33.3K bytes
    - Viewed (0)
  8. src/main/webapp/css/fonts/fa-regular-400.woff2

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 13.3K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/taglib/FessFunctionsTest.java

            assertEquals("1,000", FessFunctions.formatNumber(1000, "###,###"));
            assertEquals("1,000,000", FessFunctions.formatNumber(1000000, "###,###"));
        }
    
        public void test_formatFileSize() {
            assertEquals("0", FessFunctions.formatFileSize(0));
            assertEquals("1000", FessFunctions.formatFileSize(1000));
            assertEquals("976.6K", FessFunctions.formatFileSize(1000000));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    		OPVCC(32, 0, 0, 0), // lwz
    		OPVCC(33, 0, 0, 0), // lwzu
    		OPVCC(34, 0, 0, 0), // lbz
    		OPVCC(35, 0, 0, 0), // lbzu
    		OPVCC(40, 0, 0, 0), // lhz
    		OPVCC(41, 0, 0, 0), // lhzu
    		OPVCC(42, 0, 0, 0), // lha
    		OPVCC(43, 0, 0, 0), // lhau
    		OPVCC(46, 0, 0, 0), // lmw
    		OPVCC(48, 0, 0, 0), // lfs
    		OPVCC(49, 0, 0, 0), // lfsu
    		OPVCC(50, 0, 0, 0), // lfd
    		OPVCC(51, 0, 0, 0), // lfdu
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top