Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 8,810 for The (0.03 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Realm */
        public static final String LABELS_AUTH_REALM = "{labels.authRealm}";
    
        /** The key of the message: Status */
        public static final String LABELS_AVAILABLE = "{labels.available}";
    
        /** The key of the message: Created by */
        public static final String LABELS_CREATED_BY = "{labels.createdBy}";
    
        /** The key of the message: Created Time */
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-03-15 06:53
    - 146.4K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java

        /**
         * Returns the path to the built project artifact file, if the project has been built.
         * This path is only available after the artifact has been produced during the build lifecycle.
         *
         * @param project the project to get the artifact path for
         * @return an Optional containing the path to the built artifact if available,
         *         or empty if the artifact hasn't been built yet
         */
        @Nonnull
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-01-30 23:29
    - 12K bytes
    - Viewed (0)
  3. api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java

         *       class path or on the module path, but only one of those. The choice is up to the plugin,
         *       possibly using heuristic rules (Maven 3 behavior).</li>
         *   <li>If a {@link #patchModule(String)} is also set and the main JAR file is placed on the module path,
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-04-05 11:52
    - 15K bytes
    - Viewed (1)
  4. common-protos/k8s.io/api/batch/v1/generated.proto

      // The set of valid time zone names and the time zone offset is loaded from the system-wide time zone
      // database by the API server during CronJob validation and the controller manager during execution.
      // If no system-wide time zone database can be found a bundled version of the database is used instead.
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-03-11 18:43
    - 21.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/curl/CurlRequest.java

        /**
         * The URL for the HTTP request.
         */
        protected String url;
    
        /**
         * The proxy to be used for the HTTP request.
         */
        protected Proxy proxy;
    
        /**
         * The character encoding for the request.
         */
        protected String encoding = "UTF-8";
    
        /**
         * The threshold size for the request body.
         */
    Registered: 2025-05-24 08:59
    - Last Modified: 2025-05-10 01:44
    - 17.8K bytes
    - Viewed (0)
  6. src/builtin/builtin.go

    func cap(v Type) int
    
    // The make built-in function allocates and initializes an object of type
    // slice, map, or chan (only). Like new, the first argument is a type, not a
    // value. Unlike new, make's return type is the same as the type of its
    // argument, not a pointer to it. The specification of the result depends on
    // the type:
    //
    //   - Slice: The size specifies the length. The capacity of the slice is
    Registered: 2025-05-27 11:13
    - Last Modified: 2024-12-30 23:59
    - 12.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/resource/v1alpha2/generated.proto

    // locate the parameters for a ResourceClaim. The object must be in the same
    // namespace as the ResourceClaim.
    message ResourceClaimParametersReference {
      // APIGroup is the group for the resource being referenced. It is
      // empty for the core API. This matches the group in the APIVersion
      // that is used when creating the resources.
      // +optional
      optional string apiGroup = 1;
    
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-03-11 18:43
    - 14.4K bytes
    - Viewed (0)
  8. fastapi/applications.py

                Doc(
                    """
                    The version of the API.
    
                    **Note** This is the version of your application, not the version of
                    the OpenAPI specification nor the version of FastAPI being used.
    
                    It will be added to the generated OpenAPI (e.g. visible at `/docs`).
    
                    Read more in the
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-08-17 04:52
    - 172.2K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      // processed by the API server eviction subresource handler but has not
      // yet been observed by the PodDisruptionBudget controller.
      // A pod will be in this map from the time when the API server processed the
      // eviction request to the time when the pod is seen by PDB controller
      // as having been marked for deletion (or after a timeout). The key in the map is the name of the pod
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-03-11 18:43
    - 19.6K bytes
    - Viewed (0)
  10. licenses/github.com/klauspost/compress/LICENSE

       APPENDIX: How to apply the Apache License to your work.
    
          To apply the Apache License to your work, attach the following
          boilerplate notice, with the fields enclosed by brackets "[]"
          replaced with your own identifying information. (Don't include
          the brackets!)  The text should be enclosed in the appropriate
          comment syntax for the file format. We also recommend that a
    Registered: 2025-05-28 22:53
    - Last Modified: 2021-11-30 19:13
    - 16.3K bytes
    - Viewed (0)
Back to top