Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 573 for 12 (0.01 sec)

  1. .github/ISSUE_TEMPLATE/12-telemetry.yml

    Robert Findley <******@****.***> 1715107966 -0400
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 07 19:58:26 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. ci/official/containers/ml_build/cuda13.0_cudnn9.12.packages.txt

    Quoc Truong <******@****.***> 1755289727 -0700
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 15 20:39:50 UTC 2025
    - 536 bytes
    - Viewed (0)
  3. compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/VersionRangeTest.java

            assertEquals("1.2", restriction.getLowerBound().toString(), CHECK_LOWER_BOUND);
            assertTrue(restriction.isLowerBoundInclusive(), CHECK_LOWER_BOUND_INCLUSIVE);
            assertNull(restriction.getUpperBound(), CHECK_UPPER_BOUND);
            assertFalse(restriction.isUpperBoundInclusive(), CHECK_UPPER_BOUND_INCLUSIVE);
    
            range1 = VersionRange.createFromVersionSpec("(,1.2]");
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun Mar 30 23:08:36 UTC 2025
    - 44.1K bytes
    - Viewed (0)
  4. ci/official/containers/ml_build/Dockerfile

        fi
    
    # Setup links for TensorFlow to compile.
    # Referenced in devel.usertools/*.bazelrc.
    # Set python3.12 as the default python version.
    # TF does not support python3.13.
    RUN ln -sf /usr/bin/python3.12 /usr/bin/python3
    RUN ln -sf /usr/bin/python3.12 /usr/bin/python
    RUN ln -sf /usr/lib/python3.12 /usr/lib/tf_python
    
    # Make sure clang is on the path
    RUN ln -s /usr/lib/llvm-18/bin/clang /usr/bin/clang
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 01 02:44:57 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  5. integration-tests/gradle/gradlew.bat

    set JAVA_EXE=java.exe
    %JAVA_EXE% -version >NUL 2>&1
    if %ERRORLEVEL% equ 0 goto execute
    
    echo. 1>&2
    echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
    echo. 1>&2
    echo Please set the JAVA_HOME variable in your environment to match the 1>&2
    echo location of your Java installation. 1>&2
    
    goto fail
    
    :findJavaFromJavaHome
    set JAVA_HOME=%JAVA_HOME:"=%
    set JAVA_EXE=%JAVA_HOME%/bin/java.exe
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Jul 21 19:14:29 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  6. src/test/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponseTest.java

                // Fill rest with random data
                for (int i = 12; i < buffer.length; i++) {
                    buffer[i] = (byte) (i % 256);
                }
    
                int bytesDecoded = response.decode(buffer, 0, buffer.length);
    
                // Should only consume 12 bytes
                assertEquals(12, bytesDecoded);
                assertEquals(15, response.getChunksWritten());
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 19.8K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/advance.jsp

    						key="labels.advance_search_must_queries"
    					/></label>
    				<div class="col-lg-5 col-md-8 col-sm-7 col-6">
    					<input class="form-control" type="text" id="as_q" name="as.q" value="${f:h(fe:join(as.q))}">
    				</div>
    			</div>
    			<div class="mb-3 row">
    				<label for="as_epq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 12:09:07 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    	PMXVF32GER VS1, VS2, $1, $2, A1         // 07900012ec8110d8
    	PMXVF32GERNN VS1, VS2, $1, $2, A1       // 07900012ec8116d0
    	PMXVF32GERNP VS1, VS2, $1, $2, A1       // 07900012ec8112d0
    	PMXVF32GERPN VS1, VS2, $1, $2, A1       // 07900012ec8114d0
    	PMXVF32GERPP VS1, VS2, $1, $2, A1       // 07900012ec8110d0
    	PMXVF64GER VS4, VS2, $1, $2, A1         // 07900018ec8411d8
    	PMXVF64GERNN VS4, VS2, $1, $2, A1       // 07900018ec8417d0
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/collect/SetViewTest.java

                intersection(newHashSet(1, 2), newHashSet(3, 4)),
                difference(newHashSet(1, 2), newHashSet(1, 2)),
                symmetricDifference(newHashSet(1, 2), newHashSet(1, 2)))
            .addEqualityGroup(
                singleton(1),
                union(singleton(1), singleton(1)),
                intersection(newHashSet(1, 2), newHashSet(1, 3)),
                difference(newHashSet(1, 2), newHashSet(2, 3)),
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 29.9K bytes
    - Viewed (0)
  10. compat/maven-compat/src/test/java/org/apache/maven/repository/metadata/DefaultClasspathTransformationTestType.java

            graph.addEdge(v1, v2, new MetadataGraphEdge("1.1", true, null, null, 2, 1));
            graph.addEdge(v1, v2, new MetadataGraphEdge("1.2", true, null, null, 2, 2));
    
            // v1-->v3
            graph.addEdge(v1, v3, new MetadataGraphEdge("1.1", true, null, null, 2, 1));
            graph.addEdge(v1, v3, new MetadataGraphEdge("1.2", true, null, null, 4, 2));
    
            // v3-->v4
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top