Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for maxItems (0.05 sec)

  1. guava/src/com/google/common/base/Splitter.java

       *
       * @param maxItems the maximum number of items returned
       * @return a splitter with the desired configuration
       * @since 9.0
       */
      public Splitter limit(int maxItems) {
        checkArgument(maxItems > 0, "must be greater than zero: %s", maxItems);
        return new Splitter(strategy, omitEmptyStrings, trimmer, maxItems);
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 17 21:14:05 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. manifests/charts/base/files/crd-all.gen.yaml

                        rule: '[self.group, self.kind] in [[''core'',''Service''], ['''',''Service''],
                          [''gateway.networking.k8s.io'',''Gateway''], [''networking.istio.io'',''ServiceEntry'']]'
                    maxItems: 16
                    type: array
                  type:
                    description: |-
                      Specifies the type of Wasm Extension to be used.
    
                      Valid Options: HTTP, NETWORK
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
Back to top