Search Options

Results per page
Sort
Preferred Languages
Advance

Results 371 - 378 of 378 for 15 (0.03 sec)

  1. CHANGELOG/CHANGELOG-1.10.md

      - [Downloads for v1.10.0-beta.4](#downloads-for-v1100-beta4)
        - [Client Binaries](#client-binaries-15)
        - [Server Binaries](#server-binaries-15)
        - [Node Binaries](#node-binaries-15)
      - [Changelog since v1.10.0-beta.3](#changelog-since-v1100-beta3)
        - [Other notable changes](#other-notable-changes-15)
    - [v1.10.0-beta.3](#v1100-beta3)
      - [Downloads for v1.10.0-beta.3](#downloads-for-v1100-beta3)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    - cloud.google.com/go/gkehub: v0.14.1 → v0.14.4
    - cloud.google.com/go/gkemulticloud: v1.0.0 → v1.1.0
    - cloud.google.com/go/gsuiteaddons: v1.6.1 → v1.6.4
    - cloud.google.com/go/iam: v1.1.1 → v1.1.5
    - cloud.google.com/go/iap: v1.8.1 → v1.9.3
    - cloud.google.com/go/ids: v1.4.1 → v1.4.4
    - cloud.google.com/go/iot: v1.7.1 → v1.7.4
    - cloud.google.com/go/kms: v1.15.0 → v1.15.5
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    void ConfigurationParser$$anonfun$readValue$1$$anonfun$apply$4(ConfigurationParser$$anonfun$readValue$1); } xsbt/boot/ConfigurationParser$$anonfun$15.class package xsbt.boot; public final synchronized class ConfigurationParser$$anonfun$15 extends scala.runtime.AbstractFunction1 implements scala.Serializable { public void ConfigurationParser$$anonfun$15(); } xsbt/boot/ConfigurationParser$$anonfun$9.class package xsbt.boot; public final synchronized class ConfigurationParser$$anonfun$9 extends scal...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
  4. guava/src/com/google/common/cache/LocalCache.java

      static int rehash(int h) {
        // Spread bits to regularize both segment and index locations,
        // using variant of single-word Wang/Jenkins hash.
        // TODO(kevinb): use Hashing/move this to Hashing?
        h += (h << 15) ^ 0xffffcd7d;
        h ^= (h >>> 10);
        h += (h << 3);
        h ^= (h >>> 6);
        h += (h << 2) + (h << 14);
        return h ^ (h >>> 16);
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  5. doc/go1.17_spec.html

    A single <code>0</code> is considered a decimal zero.
    In hexadecimal literals, letters <code>a</code> through <code>f</code>
    and <code>A</code> through <code>F</code> represent values 10 through 15.
    </p>
    
    <p>
    For readability, an underscore character <code>_</code> may appear after
    a base prefix or between successive digits; such underscores do not change
    the literal's value.
    </p>
    <pre class="ebnf">
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      field could clear this up (but it's quite ugly as well)   -->
      
      <mime-type type="application/x-quattro-pro;version=1+5">
        <sub-class-of type="application/x-quattro-pro"/>
        <_comment>Quattro Pro for Windows, version 1, 5</_comment>
        <magic priority="50">
          <match value="0x000002000110" type="string" offset="0">
          </match>
        </magic>
        <glob pattern="*.wb1"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  7. doc/go_spec.html

    [<a href="#Go_1.13">Go 1.13</a>].
    A single <code>0</code> is considered a decimal zero.
    In hexadecimal literals, letters <code>a</code> through <code>f</code>
    and <code>A</code> through <code>F</code> represent values 10 through 15.
    </p>
    
    <p>
    For readability, an underscore character <code>_</code> may appear after
    a base prefix or between successive digits; such underscores do not change
    the literal's value.
    </p>
    <pre class="ebnf">
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  8. RELEASE.md

        *   Support loading of custom operations (e.g. many in `tf.contrib`) on
            Linux and OS X
    *   All our prebuilt binaries have been built with CUDA 8 and cuDNN 6. We
        anticipate releasing TensorFlow 1.5 with CUDA 9 and cuDNN 7.
    
    ## Bug Fixes and Other Changes
    
    *   `tf.nn.rnn_cell.DropoutWrapper` is now more careful about dropping out LSTM
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top