Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 154 for Or (0.08 sec)

  1. apache-maven/src/main/appended-resources/licenses/BSD-3-Clause.txt

    HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
    TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        Initial Developer.
    
        3.4. Application of Additional Terms.
    
        You may not offer or impose any terms on any Covered Software in
        Source Code form that alters or restricts the applicable version of
        this License or the recipients' rights hereunder. You may choose to
        offer, and to charge a fee for, warranty, support, indemnity or
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  3. api/maven-api-plugin/src/site/apt/index.apt

    ~~
    ~~ Unless required by applicable law or agreed to in writing,
    ~~ software distributed under the License is distributed on an
    ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    ~~ KIND, either express or implied.  See the License for the
    ~~ specific language governing permissions and limitations
    ~~ under the License.
    
     -----
     Introduction
     -----
     Guillaume Nodet
     -----
     2023-11-15
     -----
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 08:11:33 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. api/maven-api-toolchain/src/site/apt/index.apt

    ~~
    ~~ Unless required by applicable law or agreed to in writing,
    ~~ software distributed under the License is distributed on an
    ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    ~~ KIND, either express or implied.  See the License for the
    ~~ specific language governing permissions and limitations
    ~~ under the License.
    
     -----
     Introduction
     -----
     Vincent Siveton
     -----
     2006-11-04
     -----
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Dec 31 16:32:07 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  5. maven-slf4j-provider/src/site/apt/index.apt

    ~~
    ~~ Unless required by applicable law or agreed to in writing,
    ~~ software distributed under the License is distributed on an
    ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    ~~ KIND, either express or implied.  See the License for the
    ~~ specific language governing permissions and limitations
    ~~ under the License.
    
     -----
     About
     -----
     Hervé Boutemy
     -----
     2023-06-19
     -----
    
    Maven SLF4J Provider
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 19 21:09:43 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. src/mdo/common.vm

      Unless required by applicable law or agreed to in writing,
      software distributed under the License is distributed on an
      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
      KIND, either express or implied.  See the License for the
      specific language governing permissions and limitations
      under the License.
    *#
    #
    #if ( "${isMavenModel}" == "true" )
    ##
    ## The following loop code is required in order to change the type of the
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jan 19 23:38:51 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  7. maven-core/src/site/apt/getting-to-container-configured-mojos.apt

    ~~
    ~~ Unless required by applicable law or agreed to in writing,
    ~~ software distributed under the License is distributed on an
    ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    ~~ KIND, either express or implied.  See the License for the
    ~~ specific language governing permissions and limitations
    ~~ under the License.
    
      ---
      Getting to Plexus-configured Mojos
      ---
      John Casey
      ---
      2005-04-29
    
    Abstract
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 30 15:20:35 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  8. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/declarations/KotlinDeclarationProvider.kt

         *
         * [computePackageNames] is used as the default implementation for [computePackageNamesWithTopLevelClassifiers] and
         * [computePackageNamesWithTopLevelCallables] if either returns `null`. It depends on the declaration provider whether it's worth
         * computing separate package sets for classifiers and callables, or just one set containing all package names.
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:57:40 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. maven-plugin-api/src/site/apt/index.apt

    ~~
    ~~ Unless required by applicable law or agreed to in writing,
    ~~ software distributed under the License is distributed on an
    ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    ~~ KIND, either express or implied.  See the License for the
    ~~ specific language governing permissions and limitations
    ~~ under the License.
    
     -----
     Introduction
     -----
     Hervé Boutemy
     -----
     2012-06-02
     -----
    
    Maven 3 Plugin API
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 24 16:01:00 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  10. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolution/KaCandidateInfo.kt

    public typealias KtApplicableCallCandidateInfo = KaApplicableCallCandidateInfo
    
    /**
     * A candidate that is NOT applicable for a call. A candidate is inapplicable if a call argument is missing or is not assignable to the
     * candidate's parameters, OR a call type argument is missing or does not fit the constraints of the candidate's type parameters.
     */
    public class KaInapplicableCallCandidateInfo(
        candidate: KaCall,
        isInBestCandidates: Boolean,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top