Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 93 for indy (0.11 sec)

  1. src/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s

    // license that can be found in the LICENSE file.
    
    // Based on CRYPTOGAMS code with the following comment:
    // # ====================================================================
    // # Written by Andy Polyakov <******@****.***> for the OpenSSL
    // # project. The module is, however, dual licensed under OpenSSL and
    // # CRYPTOGAMS licenses depending on where you obtain it. For further
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.12.md

    * Update to go1.10.8 ([#73329](https://github.com/kubernetes/kubernetes/pull/73329), [@ixdy](https://github.com/ixdy))
    * Allow for watching objects larger than 1MB given etcd accepts objects of size up to 1.5MB ([#72053](https://github.com/kubernetes/kubernetes/pull/72053), [@wojtek-t](https://github.com/wojtek-t))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  3. docs/pl/docs/help-fastapi.md

    * Jest też duża szansa, że pull request nie jest konieczny, ponieważ problem można rozwiązać w **inny sposób**. Wtedy możesz to zasugerować lub o to zapytać.
    
    ### Nie martw się stylem
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  4. src/cmd/internal/notsha256/sha256block_ppc64x.s

    // bootstrap toolchain.
    //
    
    //go:build !purego && (ppc64 || ppc64le)
    
    // Based on CRYPTOGAMS code with the following comment:
    // # ====================================================================
    // # Written by Andy Polyakov <******@****.***> for the OpenSSL
    // # project. The module is, however, dual licensed under OpenSSL and
    // # CRYPTOGAMS licenses depending on where you obtain it. For further
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Multimaps.java

       * List<String> badGuys =
       *     Arrays.asList("Inky", "Blinky", "Pinky", "Pinky", "Clyde");
       * Function<String, Integer> stringLengthFunction = ...;
       * Multimap<Integer, String> index =
       *     Multimaps.index(badGuys, stringLengthFunction);
       * System.out.println(index);
       * }</pre>
       *
       * <p>prints
       *
       * <pre>{@code
       * {4=[Inky], 6=[Blinky], 5=[Pinky, Pinky, Clyde]}
       * }</pre>
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 86.3K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/Multimaps.java

       * List<String> badGuys =
       *     Arrays.asList("Inky", "Blinky", "Pinky", "Pinky", "Clyde");
       * Function<String, Integer> stringLengthFunction = ...;
       * Multimap<Integer, String> index =
       *     Multimaps.index(badGuys, stringLengthFunction);
       * System.out.println(index);
       * }</pre>
       *
       * <p>prints
       *
       * <pre>{@code
       * {4=[Inky], 6=[Blinky], 5=[Pinky, Pinky, Clyde]}
       * }</pre>
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/cmd/bisect/main.go

    	s := fmt.Sprintf("bisect: "+format, args...)
    	if !strings.HasSuffix(s, "\n") {
    		s += "\n"
    	}
    	b.Stderr.Write([]byte(s))
    }
    
    func skipHexDigits(idY, idN []uint64) int {
    	var all []uint64
    	seen := make(map[uint64]bool)
    	for _, x := range idY {
    		seen[x] = true
    		all = append(all, x)
    	}
    	for _, x := range idN {
    		if !seen[x] {
    			seen[x] = true
    			all = append(all, x)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        auto batch = split_image_shape.getResult(0);
        auto in_y = split_image_shape.getResult(1);
        auto in_x = split_image_shape.getResult(2);
        auto channels = split_image_shape.getResult(3);
    
        auto in_count = rewriter.create<MulOp>(
            loc, tensorflow::GetTypeFromTFTensorShape({}, out_size_element_ty),
            in_y, in_x);
    
        // Unpack and separate the out width/height.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  9. src/crypto/sha256/sha256block_ppc64x.s

    //go:build (ppc64 || ppc64le) && !purego
    
    // Based on CRYPTOGAMS code with the following comment:
    // # ====================================================================
    // # Written by Andy Polyakov <******@****.***> for the OpenSSL
    // # project. The module is, however, dual licensed under OpenSSL and
    // # CRYPTOGAMS licenses depending on where you obtain it. For further
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  10. src/crypto/sha512/sha512block_ppc64x.s

    // license that can be found in the LICENSE file.
    
    // Based on CRYPTOGAMS code with the following comment:
    // # ====================================================================
    // # Written by Andy Polyakov <******@****.***> for the OpenSSL
    // # project. The module is, however, dual licensed under OpenSSL and
    // # CRYPTOGAMS licenses depending on where you obtain it. For further
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top