Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Organization (0.25 sec)

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/repositories-extensions.kt

    
    fun RepositoryHandler.googleApisJs() {
        ivy {
            name = "googleApisJs"
            setUrl("https://ajax.googleapis.com/ajax/libs")
            patternLayout {
                artifact("[organization]/[revision]/[module].[ext]")
                ivy("[organization]/[revision]/[module].xml")
            }
            metadataSources {
                artifact()
            }
        }
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Sat Sep 30 16:17:28 GMT 2023
    - 1K bytes
    - Viewed (0)
  2. .github/dco.yml

    # Disable sign-off checking for members of the Gradle GitHub organization
    require:
    Others
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Sat Aug 11 00:03:28 GMT 2018
    - 100 bytes
    - Viewed (0)
  3. .cm/plugins/filters/isEnabledAutomation/index.js

     * </ul>
     *
     * or
     *
     * <ul>
     *     <li>The author is a member of the Gradle organization,</li>
     *     <li>and has opted into the automation by adding their username to the appropriate map entry above.</li>
     * </ul>
     *
     * or
     *
     * <ul>
     *     <li>The author is NOT a member of the Gradle organization,</li>
    JavaScript
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 3.1K bytes
    - Viewed (0)
  4. LICENSE

    
    Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:
    
        Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software
        and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Jan 23 11:07:23 GMT 2024
    - 23.1K bytes
    - Viewed (0)
Back to top