Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 125 for x130 (0.06 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

    - golang.org/x/crypto: v0.11.0 → v0.14.0
    - golang.org/x/net: v0.13.0 → v0.17.0
    - golang.org/x/sys: v0.10.0 → v0.13.0
    - golang.org/x/term: v0.10.0 → v0.13.0
    - golang.org/x/text: v0.11.0 → v0.13.0
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.28.2
    
    
    ## Downloads for v1.28.2
    
    
    
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Fri Sep 05 03:47:18 UTC 2025
    - 456.9K bytes
    - Viewed (1)
  2. src/test/java/jcifs/internal/smb1/net/NetShareEnumResponseTest.java

            // Write share name (exactly 13 bytes)
            byte[] nameBytes = shareName.getBytes(StandardCharsets.US_ASCII);
            System.arraycopy(nameBytes, 0, buffer, bufferIndex, 13);
            buffer[13] = 0; // null terminator at position 13
            bufferIndex += 14;
    
            // Write type
            SMBUtil.writeInt2(0, buffer, bufferIndex);
            bufferIndex += 2;
    
            // Write remark offset
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 20.2K bytes
    - Viewed (0)
  3. internal/event/target/elasticsearch.go

    // magic HH-256 key as HH-256 hash of the first 100 decimals of π as utf-8 string with a zero key.
    var magicHighwayHash256Key = []byte("\x4b\xe7\x34\xfa\x8e\x23\x8a\xcd\x26\x3e\x83\xe6\xbb\x96\x85\x52\x04\x0f\x93\x5d\xa3\x9f\x44\x14\x97\xe0\x9d\x13\x22\xde\x36\xa0")
    
    // Interface for elasticsearch client objects
    type esClient interface {
    	isAtleastV7() bool
    	createIndex(ElasticsearchArgs) error
    	ping(context.Context, ElasticsearchArgs) (bool, error)
    	stop()
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 15K bytes
    - Viewed (0)
  4. ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_10.txt

        --hash=sha256:f9c30c464cb2ddfbc2ddf9400287701270fdc0f14be5f08a1e3939f1e749b455
        # via
        #   -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    h5py==3.13.0 \
        --hash=sha256:10894c55d46df502d82a7a4ed38f9c3fdbcb93efb42e25d275193e093071fade \
        --hash=sha256:1870e46518720023da85d0895a1960ff2ce398c5671eac3b1a41ec696b7105c3 \
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Mon Dec 15 16:23:21 UTC 2025
    - 66.1K bytes
    - Viewed (0)
  5. ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_12.txt

        --hash=sha256:f9c30c464cb2ddfbc2ddf9400287701270fdc0f14be5f08a1e3939f1e749b455
        # via
        #   -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    h5py==3.13.0 \
        --hash=sha256:10894c55d46df502d82a7a4ed38f9c3fdbcb93efb42e25d275193e093071fade \
        --hash=sha256:1870e46518720023da85d0895a1960ff2ce398c5671eac3b1a41ec696b7105c3 \
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Mon Dec 15 16:23:21 UTC 2025
    - 66.1K bytes
    - Viewed (0)
  6. requirements_lock_3_12.txt

        --hash=sha256:f9c30c464cb2ddfbc2ddf9400287701270fdc0f14be5f08a1e3939f1e749b455
        # via
        #   -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    h5py==3.13.0 \
        --hash=sha256:10894c55d46df502d82a7a4ed38f9c3fdbcb93efb42e25d275193e093071fade \
        --hash=sha256:1870e46518720023da85d0895a1960ff2ce398c5671eac3b1a41ec696b7105c3 \
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Mon Dec 08 17:43:36 UTC 2025
    - 67.7K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

     * limitations under the License.
     */
    
    /*
     * Portions of this file are modified versions of
     * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/test/tck/AbstractExecutorServiceTest.java?revision=1.30
     * which contained the following notice:
     *
     * Written by Doug Lea with assistance from members of JCP JSR-166
     * Expert Group and released to the public domain, as explained at
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Dec 12 00:25:21 UTC 2025
    - 26.5K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/base/Optional.java

       * optionals.stream().filter(Optional::isPresent).map(Optional::get)} instead.
       *
       * <p><b>Java 9 users:</b> use {@code optionals.stream().flatMap(Optional::stream)} instead.
       *
       * @since 11.0 (generics widened in 13.0)
       */
      public static <T> Iterable<T> presentInstances(
          Iterable<? extends Optional<? extends T>> optionals) {
        checkNotNull(optionals);
        return () ->
            new AbstractIterator<T>() {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Wed Jun 04 13:03:16 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/util/concurrent/AbstractService.java

        return snapshot.externalState();
      }
    
      /**
       * @since 14.0
       */
      @Override
      public final Throwable failureCause() {
        return snapshot.failureCause();
      }
    
      /**
       * @since 13.0
       */
      @Override
      public final void addListener(Listener listener, Executor executor) {
        listeners.addListener(listener, executor);
      }
    
      @Override
      public String toString() {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 20.3K bytes
    - Viewed (0)
  10. api/go1.3.txt

    pkg syscall (openbsd-386), const IPPROTO_DIVERT_RESP ideal-int
    pkg syscall (openbsd-386), const IPV6_RECVDSTPORT = 64
    pkg syscall (openbsd-386), const IPV6_RECVDSTPORT ideal-int
    pkg syscall (openbsd-386), const IP_DIVERTFL = 4130
    pkg syscall (openbsd-386), const IP_DIVERTFL ideal-int
    pkg syscall (openbsd-386), const MADV_DONTNEED = 4
    pkg syscall (openbsd-386), const MADV_DONTNEED ideal-int
    pkg syscall (openbsd-386), const MADV_FREE = 6
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
Back to top