Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,711 for provided (0.04 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainBeforeHook.java

                protected final TimeZone provided = FessUserTimeZoneProcessProvider.centralTimeZone;
    
                @Override
                public TimeZone provide() {
                    return provided;
                }
    
                @Override
                public String toString() {
                    return DfTypeUtil.toClassTitle(this) + ":{" + provided.getID() + "}";
                }
            };
        }
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-03-15 06:53
    - 1.8K bytes
    - Viewed (0)
  2. architecture/standards/0006-use-of-provider-apis-in-gradle.md

    # ADR-0006 - Use of Provider APIs in Gradle
    
    ## Date
    
    2024-06-21
    
    ## Context
    
    Registered: 2025-05-28 11:36
    - Last Modified: 2024-10-15 20:00
    - 10K bytes
    - Viewed (0)
  3. licenses/github.com/klauspost/compress/LICENSE

    modification, are permitted provided that the following conditions are
    met:
    
       * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
       * Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following disclaimer
    in the documentation and/or other materials provided with the
    distribution.
    Registered: 2025-05-28 22:53
    - Last Modified: 2021-11-30 19:13
    - 16.3K bytes
    - Viewed (0)
  4. cmd/api-errors.go

    		Description:    "Requests specifying Server Side Encryption with Customer provided keys must provide an appropriate secret key.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrMissingSSECustomerKeyMD5: {
    		Code:           "InvalidArgument",
    		Description:    "Requests specifying Server Side Encryption with Customer provided keys must provide the client calculated MD5 of the secret key.",
    		HTTPStatusCode: http.StatusBadRequest,
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-04-16 07:34
    - 93K bytes
    - Viewed (1)
  5. fastapi/security/api_key.py

        """
        API key authentication using a query parameter.
    
        This defines the name of the query parameter that should be provided in the request
        with the API key and integrates that into the OpenAPI documentation. It extracts
        the key value sent in the query parameter automatically and provides it as the
        dependency result. But it doesn't define how to send that API key to the client.
    
        ## Usage
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-01-30 12:17
    - 8.9K bytes
    - Viewed (1)
  6. LICENSE

       and/or other materials provided with the distribution.
    
    3. Neither the name of the copyright holder nor the names of its
       contributors may be used to endorse or promote products derived from
       this software without specific prior written permission.
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-07 12:40
    - 23.1K bytes
    - Viewed (0)
  7. fess-crawler/src/main/java/org/codelibs/fess/crawler/util/CrawlingParameterUtil.java

            return ROBOT_CONTEXT_THREAD_LOCAL.get();
        }
    
        /**
         * Sets the current {@link CrawlerContext} for the current thread.
         * If the provided {@code crawlerContext} is {@code null}, the context is removed from the thread-local storage.
         * Otherwise, the provided {@code crawlerContext} is set in the thread-local storage.
         *
    Registered: 2025-05-25 03:50
    - Last Modified: 2025-03-15 06:52
    - 6.4K bytes
    - Viewed (0)
  8. licenses/github.com/moby/term/LICENSE

              or as an addendum to the NOTICE text from the Work, provided
              that such additional attribution notices cannot be construed
              as modifying the License.
    
          You may add Your own copyright statement to Your modifications and
          may provide additional or different license terms and conditions
          for use, reproduction, or distribution of Your modifications, or
    Registered: 2025-05-28 22:53
    - Last Modified: 2020-08-30 14:15
    - 10.5K bytes
    - Viewed (0)
  9. LICENSES/vendor/github.com/containerd/containerd/api/LICENSE

              or as an addendum to the NOTICE text from the Work, provided
              that such additional attribution notices cannot be construed
              as modifying the License.
    
          You may add Your own copyright statement to Your modifications and
          may provide additional or different license terms and conditions
          for use, reproduction, or distribution of Your modifications, or
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-09-22 18:50
    - 10.7K bytes
    - Viewed (0)
  10. LICENSES/vendor/github.com/google/cadvisor/LICENSE

              or as an addendum to the NOTICE text from the Work, provided
              that such additional attribution notices cannot be construed
              as modifying the License.
    
          You may add Your own copyright statement to Your modifications and
          may provide additional or different license terms and conditions
          for use, reproduction, or distribution of Your modifications, or
    Registered: 2025-05-30 09:05
    - Last Modified: 2020-05-08 04:49
    - 10.6K bytes
    - Viewed (0)
Back to top