Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 268 for automatic (2.71 sec)

  1. src/main/java/jcifs/config/BaseConfiguration.java

        /**
         * Delay in milliseconds before attempting witness reconnection
         */
        protected long witnessReconnectDelay = 1000; // 1 second
        /**
         * Flag indicating whether automatic witness service discovery is enabled
         */
        protected boolean witnessServiceDiscovery = true;
    
        // SMB3 Lease support
        protected boolean useLeases = true;
    
        // SMB3 Persistent handle support
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        public static final String FAIL = "fail";
    
        /** Status constant representing stopped state. */
        public static final String STOP = "stop";
    
        /** Constant representing automatic mode. */
        public static final String AUTO = "auto";
    
        /** Constant representing no value or empty state. */
        public static final String NONE = "none";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  3. api/maven-api-settings/src/main/mdo/settings.mdo

        <class java.clone="deep">
          <name>Activation</name>
          <version>1.0.0+</version>
          <description>
            The conditions within the build runtime environment which will trigger
            the automatic inclusion of the parent build profile.
          </description>
          <fields>
            <field>
              <name>activeByDefault</name>
              <version>1.0.0+</version>
              <type>boolean</type>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun May 18 09:15:56 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.17.md

    ## Urgent Upgrade Notes
    ### (No, really, you MUST read this before you upgrade)
    #### Cluster Lifecycle
    - Kubeadm: add a new `kubelet-finalize` phase as part of the `init` workflow and an experimental sub-phase to enable automatic kubelet client certificate rotation on primary control-plane nodes.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  5. CHANGELOG.md

    from OkHttp 4.x:
    
    **OkHttp is now packaged as separate JVM and Android artifacts.** This allows us to offer
    platform-specific features and optimizations. If your build system handles [Gradle module metadata],
    this change should be automatic.
    
    **MockWebServer has a new coordinate and package name.** We didn’t like that our old artifact
    depends on JUnit 4 so the new one doesn’t. It also has a better API built on immutable values. (We
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 07 19:32:33 UTC 2025
    - 31.6K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.10.md

    * iSCSI sessions managed by kubernetes will now explicitly set startup.mode to 'manual' to  prevent automatic login after node failure recovery. This is the default open-iscsi mode, so this change will only impact users who have changed their startup.mode to be 'automatic' in /etc/iscsi/iscsid.conf. ([#57475](https://github.com/kubernetes/kubernetes/pull/57475), [@stmcginnis](https://github.com/stmcginnis))
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.28.md

      
      - `apiserver_encryption_config_controller_automatic_reload_failures_total`: Total number of failed automatic reloads of encryption configuration.
      - `apiserver_encryption_config_controller_automatic_reload_success_total`: Total number of successful automatic reloads of encryption configuration.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
  8. .github/workflows/pr-automation.yml

    # specific language governing permissions and limitations
    # under the License.
    
    name: PR Automation
    on:
      pull_request_target:
        types:
          - closed
    
    jobs:
      pr-automation:
        name: PR Automation
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat Feb 15 08:33:13 UTC 2025
    - 991 bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.18.md

    - Kube-proxy: Added dual-stack IPv4/IPv6 support to the iptables proxier. ([#82462](https://github.com/kubernetes/kubernetes/pull/82462), [@vllry](https://github.com/vllry)) [SIG Network]
    - Kubeadm now supports automatic calculations of dual-stack node cidr masks to kube-controller-manager. ([#85609](https://github.com/kubernetes/kubernetes/pull/85609), [@Arvinderpal](https://github.com/Arvinderpal)) [SIG Cluster Lifecycle]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbTransportImpl.java

                final byte[] decryptionKey = Smb3KeyDerivation.deriveDecryptionKey(dialectInt, sessionKey, preauthHash);
    
                // Pass session key and preauthHash to enable automatic key rotation
                return new Smb2EncryptionContext(cipherId, dialect, encryptionKey, decryptionKey, sessionKey, preauthHash);
            } catch (final Exception e) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
Back to top