Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for the (0.15 sec)

  1. LICENSE

        with the Library, with the complete machine-readable "work that
        uses the Library", as object code and/or source code, so that the
        user can modify the Library and then relink to produce a modified
        executable containing the modified Library.  (It is understood
        that the user who changes the contents of definitions files in the
        Library will not necessarily be able to recompile the application
    Plain Text
    - Registered: 2023-12-03 00:10
    - Last Modified: 2016-01-18 20:25
    - 25.8K bytes
    - Viewed (0)
  2. 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 */
    Java
    - Registered: 2023-12-04 08:04
    - Last Modified: 2023-03-23 05:51
    - 146.4K bytes
    - Viewed (0)
  3. docs/en/docs/deployment/https.md

    The first part of the communication is just to establish the connection between the client and the server and to decide the cryptographic keys they will use, etc.
    
    <img src="/img/deployment/https/https02.svg">
    
    This interaction between the client and the server to establish the TLS connection is called the **TLS handshake**.
    
    ### TLS with SNI Extension
    
    Plain Text
    - Registered: 2023-12-03 07:19
    - Last Modified: 2021-10-07 16:14
    - 12K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    other:  he came trotting along in a great hurry, muttering to
    himself as he came, `Oh! the Duchess, the Duchess! Oh! won't she
    be savage if I've kept her waiting!'  Alice felt so desperate
    that she was ready to ask help of any one; so, when the Rabbit
    came near her, she began, in a low, timid voice, `If you please,
    sir--'  The Rabbit started violently, dropped the white kid
    gloves and the fan, and skurried away into the darkness as hard
    Plain Text
    - Registered: 2023-12-01 12:43
    - Last Modified: 2017-04-21 02:27
    - 145.2K bytes
    - Viewed (0)
  5. 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
    Go
    - Registered: 2023-12-05 11:13
    - Last Modified: 2023-06-11 00:41
    - 12.7K bytes
    - Viewed (0)
  6. licenses/github.com/klauspost/compress/gzhttp/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
    Plain Text
    - Registered: 2023-11-29 22:53
    - Last Modified: 2021-08-06 23:19
    - 11.1K bytes
    - Viewed (0)
  7. maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java

        /**
         * Gets the POM file of the project to build.
         *
         * @return The POM file of the project or {@code null} if not applicable (i.e. when processing a POM from the
         *         repository).
         */
        File getPomFile();
    
        /**
         * Sets the POM file of the project to build. Note that providing the path to a POM file via this method will make
    Java
    - Registered: 2023-12-03 03:35
    - Last Modified: 2023-09-19 14:31
    - 13.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

    /*
     * Copyright 2012-2023 CodeLibs Project and the Others.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *     http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Java
    - Registered: 2023-12-04 08:04
    - Last Modified: 2023-01-04 12:40
    - 26.4K bytes
    - Viewed (0)
  9. licenses/github.com/googleapis/enterprise-certificate-proxy/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
    Plain Text
    - Registered: 2023-11-29 22:53
    - Last Modified: 2022-06-25 18:26
    - 11.1K bytes
    - Viewed (0)
  10. licenses/github.com/modern-go/concurrent/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
    Plain Text
    - Registered: 2023-11-29 22:53
    - Last Modified: 2019-10-26 02:47
    - 11.1K bytes
    - Viewed (0)
Back to top