Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 3,128 for defaults (0.05 seconds)

  1. android/guava/src/com/google/common/base/Defaults.java

    /**
     * This class provides default values for all Java types, as defined by the JLS.
     *
     * @author Ben Yu
     * @since 1.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    public final class Defaults {
      private Defaults() {}
    
      private static final Double DOUBLE_DEFAULT = 0d;
      private static final Float FLOAT_DEFAULT = 0f;
    
      /**
    Created: 2026-04-03 12:43
    - Last Modified: 2026-02-02 19:58
    - 2.2K bytes
    - Click Count (0)
  2. guava/src/com/google/common/base/Defaults.java

    /**
     * This class provides default values for all Java types, as defined by the JLS.
     *
     * @author Ben Yu
     * @since 1.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    public final class Defaults {
      private Defaults() {}
    
      private static final Double DOUBLE_DEFAULT = 0d;
      private static final Float FLOAT_DEFAULT = 0f;
    
      /**
    Created: 2026-04-03 12:43
    - Last Modified: 2026-02-02 19:58
    - 2.2K bytes
    - Click Count (0)
  3. .ci/jobs.t/defaults.yml

        cluster: elasticsearch-ci
    
    ##### JOB DEFAULTS
    
    - job:
        vault:
          url: https://secrets.elastic.co:8200
          role_id: 1ba1ac3e-aee4-d040-d9a3-6ae23bd2b3db
        node: "general-purpose"
        concurrent: true
        logrotate:
          daysToKeep: 30
          numToKeep: 500
          artifactDaysToKeep: 7
        parameters:
          - string:
              name: branch_specifier
              default: "refs/heads/%BRANCH%"
    Created: 2026-04-08 16:19
    - Last Modified: 2021-09-29 15:38
    - 2.9K bytes
    - Click Count (0)
  4. build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts

    Octavia Togami <******@****.***> 1770362893 -0800
    Created: 2026-04-01 11:36
    - Last Modified: 2026-02-06 07:41
    - 3.4K bytes
    - Click Count (0)
  5. doc/godebug.md

    For Go 1.24 it defaults to `randseednop=1`.
    Using `randseednop=0` reverts to the pre-Go 1.24 behavior.
    
    Go 1.24 added new values for the `multipathtcp` setting.
    The possible values for `multipathtcp` are now:
    - "0": disable MPTCP on dialers and listeners by default
    - "1": enable MPTCP on dialers and listeners by default
    - "2": enable MPTCP on listeners only by default
    - "3": enable MPTCP on dialers only by default
    Created: 2026-04-07 11:13
    - Last Modified: 2026-03-20 15:49
    - 26K bytes
    - Click Count (0)
  6. .github/stale.yml

    daysUntilClose: 15
    
    # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
    onlyLabels: []
    
    # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
    exemptLabels:
      - "security"
      - "pending discussion"
      - "do-not-close"
    
    # Set to true to ignore issues in a project (defaults to false)
    exemptProjects: false
    
    Created: 2026-04-05 19:28
    - Last Modified: 2022-01-24 04:36
    - 2K bytes
    - Click Count (0)
  7. docs/en/docs/tutorial/cors.md

    * `allow_methods` - A list of HTTP methods that should be allowed for cross-origin requests. Defaults to `['GET']`. You can use `['*']` to allow all standard methods.
    Created: 2026-04-05 07:19
    - Last Modified: 2026-03-05 18:13
    - 5.2K bytes
    - Click Count (0)
  8. docs/metrics/prometheus/grafana/minio-dashboard.json

      ],
      "liveNow": false,
      "panels": [
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "description": "",
          "fieldConfig": {
            "defaults": {
              "mappings": [
                {
                  "options": {
                    "match": "null",
                    "result": {
                      "text": "N/A"
                    }
                  },
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-04 01:46
    - 93.1K bytes
    - Click Count (0)
  9. docs/bucket/notifications/README.md

    queue_dir            (path)               staging dir for undelivered messages e.g. '/home/events'
    queue_limit          (number)             maximum limit for undelivered messages, defaults to '100000'
    max_open_connections (number)             maximum number of open connections to the database, defaults to '2'
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-12 18:20
    - 84.2K bytes
    - Click Count (0)
  10. docs/metrics/prometheus/grafana/replication/minio-replication-node.json

        }
      ],
      "liveNow": false,
      "panels": [
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "palette-classic"
              },
              "custom": {
                "axisBorderShow": false,
                "axisCenteredZero": false,
                "axisColorMode": "text",
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-04 01:46
    - 57.5K bytes
    - Click Count (0)
Back to Top