Search Options

Results per page
Sort
Preferred Languages
Advance

Results 281 - 290 of 358 for 13 (0.18 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_DATAKIT ideal-int
    pkg syscall (freebsd-arm64), const AF_DECnet = 12
    pkg syscall (freebsd-arm64), const AF_DECnet ideal-int
    pkg syscall (freebsd-arm64), const AF_DLI = 13
    pkg syscall (freebsd-arm64), const AF_DLI ideal-int
    pkg syscall (freebsd-arm64), const AF_E164 = 26
    pkg syscall (freebsd-arm64), const AF_E164 ideal-int
    pkg syscall (freebsd-arm64), const AF_ECMA = 8
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const AF_DATAKIT ideal-int
    pkg syscall (darwin-arm64), const AF_DECnet = 12
    pkg syscall (darwin-arm64), const AF_DECnet ideal-int
    pkg syscall (darwin-arm64), const AF_DLI = 13
    pkg syscall (darwin-arm64), const AF_DLI ideal-int
    pkg syscall (darwin-arm64), const AF_E164 = 28
    pkg syscall (darwin-arm64), const AF_E164 ideal-int
    pkg syscall (darwin-arm64), const AF_ECMA = 8
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.25.md

        - [Removed](#removed-12)
    - [v1.25.3](#v1253)
      - [Downloads for v1.25.3](#downloads-for-v1253)
        - [Source Code](#source-code-13)
        - [Client Binaries](#client-binaries-13)
        - [Server Binaries](#server-binaries-13)
        - [Node Binaries](#node-binaries-13)
        - [Container Images](#container-images-13)
      - [Changelog since v1.25.2](#changelog-since-v1252)
      - [Changes by Kind](#changes-by-kind-12)
        - [Feature](#feature-12)
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java

            translatedName.name = new rpc.unicode_string();
    
            when(mockNdrBuffer.dec_ndr_short()).thenReturn(1, 10, 20);
            when(mockNdrBuffer.dec_ndr_long()).thenReturn(1, 3); // _name_bufferp, sid_index
            when(mockDeferredNdrBuffer.dec_ndr_long()).thenReturn(10, 0, 5); // name buffer: buffers, 0, bufferl
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 60.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Range.java

        return create(firstRange.upperBound, secondRange.lowerBound);
      }
    
      /**
       * Returns the minimal range that {@linkplain #encloses encloses} both this range and {@code
       * other}. For example, the span of {@code [1..3]} and {@code (5..7)} is {@code [1..7)}.
       *
       * <p><i>If</i> the input ranges are {@linkplain #isConnected connected}, the returned range can
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Sep 22 18:35:44 UTC 2025
    - 28K bytes
    - Viewed (0)
  6. impl/maven-cli/src/main/java/org/apache/maven/cling/props/MavenProperties.java

             */
            private static String[] parseProperty(String line) {
                // sorry for this spaghetti code, please replace it as soon as
                // possible with a regexp when the Java 1.3 requirement is dropped
    
                String[] result = new String[2];
                StringBuilder key = new StringBuilder();
                StringBuilder value = new StringBuilder();
    
                // state of the automaton:
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 09:03:48 UTC 2025
    - 38.5K bytes
    - Viewed (0)
  7. compat/maven-embedder/src/main/java/org/apache/maven/cli/props/MavenProperties.java

             */
            private static String[] parseProperty(String line) {
                // sorry for this spaghetti code, please replace it as soon as
                // possible with a regexp when the Java 1.3 requirement is dropped
    
                String[] result = new String[2];
                StringBuilder key = new StringBuilder();
                StringBuilder value = new StringBuilder();
    
                // state of the automaton:
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 38.4K bytes
    - Viewed (0)
  8. cmd/erasure-server-pool-decom_gen.go

    				return
    			}
    		}
    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *PoolStatus) Msgsize() (s int) {
    	s = 1 + 3 + msgp.IntSize + 3 + msgp.StringPrefixSize + len(z.CmdLine) + 3 + msgp.TimeSize + 4
    	if z.Decommission == nil {
    		s += msgp.NilSize
    	} else {
    		s += z.Decommission.Msgsize()
    	}
    	return
    }
    
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 26.7K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/primitives/BooleansTest.java

        testReverse(new boolean[] {true, false, false}, 0, 1, new boolean[] {true, false, false});
        testReverse(
            new boolean[] {true, true, false, false}, 1, 3, new boolean[] {true, false, true, false});
      }
    
      private static void testRotate(boolean[] input, int distance, boolean[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 22:56:33 UTC 2025
    - 25.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.30.md

      - [Downloads for v1.30.1](#downloads-for-v1301)
        - [Source Code](#source-code-13)
        - [Client Binaries](#client-binaries-13)
        - [Server Binaries](#server-binaries-13)
        - [Node Binaries](#node-binaries-13)
        - [Container Images](#container-images-13)
      - [Changelog since v1.30.0](#changelog-since-v1300)
      - [Changes by Kind](#changes-by-kind-13)
        - [API Change](#api-change-4)
        - [Bug or Regression](#bug-or-regression-11)
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jun 18 18:59:10 UTC 2025
    - 398.1K bytes
    - Viewed (0)
Back to top