Search Options

Results per page
Sort
Preferred Languages
Advance

Results 471 - 480 of 527 for Once (0.03 sec)

  1. doc/go_spec.html

    1. <p>
    2. A <i>string type</i> represents the set of string values.
    3. A string value is a (possibly empty) sequence of bytes.
    4. The number of bytes is called the length of the string and is never negative.
    5. Strings are immutable: once created,
    6. it is impossible to change the contents of a string.
    7. The predeclared string type is <code>string</code>;
    8. it is a <a href="#Type_definitions">defined type</a>.
    9. </p>
    10.  
    11. <p>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.18.md

    1. ## Changelog since v1.18.15
    2.  
    3. ## Changes by Kind
    4.  
    5. ### Bug or Regression
    6.  
    7. - Avoid marking node as Ready until node has synced with API servers at least once ([#99034](https://github.com/kubernetes/kubernetes/pull/99034), [@ehashman](https://github.com/ehashman)) [SIG Node]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  3. configure.py

    1. return curr_version
    2.  
    3.  
    4. # Disable clang extension that rejects type definitions within offsetof.
    5. # This was added in clang-16 by https://reviews.llvm.org/D133574.
    6. # Still required for clang-17.
    7. # Can be removed once upb is updated, since a type definition is used within
    8. # offset of in the current version of ubp. See
    9. # https://github.com/protocolbuffers/upb/blob/9effcbcb27f0a665f9f345030188c0b291e32482/upb/upb.c#L183.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 48.2K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/Streams.java

    1. return false;
    2. }
    3. },
    4. isParallel)
    5. .onClose(streamA::close)
    6. .onClose(streamB::close);
    7. }
    8.  
    9. /**
    10. * Invokes {@code consumer} once for each pair of <i>corresponding</i> elements in {@code streamA}
    11. * and {@code streamB}. If one stream is longer than the other, the extra elements are silently
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:20:11 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

    1. * Cherrypick [#34851](https://github.com/kubernetes/kubernetes/pull/34851) "Only wait for cache syncs once in NodeController" ([#34861](https://github.com/kubernetes/kubernetes/pull/34861), [@jessfraz](https://github.com/jessfraz))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. cmd/encryption-v1.go

    1. }
    2. ssecClientKey = key[:]
    3. } else {
    4. key, err := crypto.SSEC.ParseHTTP(h)
    5. if err != nil {
    6. return nil, err
    7. }
    8. ssecClientKey = key[:]
    9. }
    10. }
    11.  
    12. // Decrypt the OEK once and reuse it for all subsequent parts.
    13. objectEncryptionKey, err := decryptObjectMeta(ssecClientKey, bucket, object, oi.UserDefined)
    14. if err != nil {
    15. return nil, err
    16. }
    17. w.objectEncryptionKey = objectEncryptionKey
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Oct 13 13:06:08 UTC 2024
    - 37.2K bytes
    - Viewed (0)
  7. cmd/erasure-server-pool-decom.go

    1. _, err := set.DeleteObject(ctx,
    2. bi.Name,
    3. encodeDirObject(entry.name),
    4. ObjectOptions{
    5. DeletePrefix: true, // use prefix delete to delete all versions at once.
    6. DeletePrefixObject: true, // use prefix delete on exact object (this is an optimization to avoid fan-out calls)
    7. NoAuditLog: true,
    8. },
    9. )
    10. stopFn(0, err)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 13:20:19 UTC 2024
    - 42.2K bytes
    - Viewed (1)
  8. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

    1. assertFailsWith<IOException> {
    2. getResponse(Request("http://-/foo.html".toHttpUrl()))
    3. }
    4. }
    5.  
    6. // The request should work once and then fail.
    7. @Test
    8. fun getKeepAlive() {
    9. server.enqueue(MockResponse(body = "ABC"))
    10.  
    11. // The request should work once and then fail.
    12. val connection1 = getResponse(newRequest("/"))
    13. val source1 = connection1.body.source()
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/popper.min.js.map

    we\n  // automatically use the supported prefixed version if needed\n  const prefixedProperty = getSupportedPropertyName('transform');\n\n  // now, let's make a step back and look at this code closely (wtf?)\n  // If the content of the popper grows once it's been positioned, it\n  // may happen that the popper gets misplaced because of the new content\n  // overflowing its reference element\n  // To avoid this problem, we provide two options (x and y), which allow\n  // the consumer to define the...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
  10. cmd/notification.go

    1. }, index)
    2. }
    3. return sys.collectPeerMetrics(ctx, peerChannels, g)
    4. }
    5.  
    6. // ServiceFreeze freezes all S3 API calls when 'freeze' is true,
    7. // 'freeze' is 'false' would resume all S3 API calls again.
    8. // NOTE: once a tenant is frozen either two things needs to
    9. // happen before resuming normal operations.
    10. // - Server needs to be restarted 'mc admin service restart'
    11. // - 'freeze' should be set to 'false' for this call
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 09 16:58:30 UTC 2024
    - 46.2K bytes
    - Viewed (0)
Back to top