Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for Value (0.03 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

            <match value="0x5" type="big32" offset="4"/>
            <match value="0x6" type="big32" offset="4"/>
            <match value="0x7" type="big32" offset="4"/>
            <match value="0x8" type="big32" offset="4"/>
            <match value="0x9" type="big32" offset="4"/>
            <match value="0xA" type="big32" offset="4"/>
            <match value="0xB" type="big32" offset="4"/>
    Registered: 2025-05-25 03:50
    - Last Modified: 2025-03-13 08:18
    - 320.1K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'search_engine.password'. <br>
         * The value is, e.g.  <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getSearchEnginePassword();
    
        /**
         * Get the value for the key 'search_engine.password' as {@link Integer}. <br>
         * The value is, e.g.  <br>
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-05-06 09:19
    - 472.1K bytes
    - Viewed (1)
  3. doc/go_spec.html

    var v *T           // v has value nil, static type *T
    x = 42             // x has value 42 and dynamic type int
    x = v              // x has value (*T)(nil) and dynamic type *T
    </pre>
    
    <p>
    A variable's value is retrieved by referring to the variable in an
    <a href="#Expressions">expression</a>; it is the most recent value
    <a href="#Assignment_statements">assigned</a> to the variable.
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-05-06 19:12
    - 286.2K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "P90 Latency" }, { "id": "decimals", "value": 2 }, { "id": "unit", "value": "ms" } ] }, { "matcher": { "id": "byName", "options": "Value #p99" }, "properties": [ { "id": "displayName", "value": "P99 Latency" }, { "id": "decimals", "value": 2 }, { "id": "unit", "value": "ms" } ] }, { "matcher": { "id": "byName", "options": "Value #success" }, "properties": [ { "id": "displayName", "value": "Success Rate" }, { "id": "decimals", "value": 2 }, { "id": "unit", "value": "percentunit" }, { "id": "custom.cellOptions",...
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-08-12 20:50
    - 266.2K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // Set this value longer than the expected cleanup time for your process.
      // If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this
      // value overrides the value provided by the pod spec.
      // Value must be non-negative integer. The value zero indicates stop immediately via
      // the kill signal (no opportunity to shut down).
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-03-11 18:43
    - 255.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.32.md

    - Output for the `ScalingReplicaSet` event has changed from:
          Scaled <up|down> replica set <replica-set-name> to <new-value> from <old-value>
      to:
          Scaled <up|down> replica set <replica-set-name> from <old-value> to <new-value>. ([#125118](https://github.com/kubernetes/kubernetes/pull/125118), [@jsoref](https://github.com/jsoref)) [SIG Apps and CLI]
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:51
    - 375.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.33.md

    - Validation now requires new StatefulSets with a `.spec.serviceName` field value to pass DNS1123 validation. Previously created StatefulSets with an invalid `.spec.serviceName` field value could not create any pods, and should be deleted.
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:48
    - 257.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.14.md

    - New "dry_run" metric label (indicating the value of the dryRun query parameter) has been added into the metrics:
      * apiserver_request_total
      * apiserver_request_duration_seconds  
    Registered: 2025-05-30 09:05
    - Last Modified: 2021-06-14 22:06
    - 271.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.31.md

    - Fixed the documentation for the default value of the `procMount` entry in `securityContext` within a Pod.
      The documentation was previously using the name of the internal variable `DefaultProcMount`, rather than the actual value, "Default". ([#125782](https://github.com/kubernetes/kubernetes/pull/125782), [@aborrero](https://github.com/aborrero)) [SIG Apps and Node]
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:52
    - 395.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.17.md

    ### API Machinery
    
    - kube-apiserver: the `--runtime-config` flag now supports an `api/beta=false` value which disables all built-in REST API versions matching `v[0-9]+beta[0-9]+`. ([#84304](https://github.com/kubernetes/kubernetes/pull/84304), [@liggitt](https://github.com/liggitt))
    Registered: 2025-05-30 09:05
    - Last Modified: 2021-01-28 10:44
    - 346.2K bytes
    - Viewed (1)
Back to top