Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 3,585 for providedBy (0.17 sec)

  1. licenses/github.com/gorilla/websocket/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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 06 06:18:52 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. licenses/github.com/grpc-ecosystem/grpc-gateway/v2/internal/casing/LICENSE.md

    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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 01:07:39 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  3. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/idea/model/internal/IdeaDependenciesOptimizer.java

     *
     * This means we can do the following simplifications:
     *
     * <ul>
     * <li>If a dependency is in COMPILE, we can remove it everywhere else.</li>
     * <li>If a dependency is PROVIDED, we don't need it in TEST. </li>
     * <li>If a dependency is in RUNTIME and PROVIDED, we can hoist it up to COMPILE.</li>
     * </ul>
     *
     * This results is much closer to what a user would do by hand. Having less dependencies also makes IntelliJ faster.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

                }
            """
    
            when:
            run "insight"
    
            then:
            outputContains """
    org:leaf2:1.0
      Variant runtime:
        | Attribute Name             | Provided     | Requested |
        |----------------------------|--------------|-----------|
        | org.gradle.category        | library      |           |
        | org.gradle.libraryelements | jar          |           |
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sync/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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 24 21:38:56 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/ianlancetaylor/demangle/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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 19:18:53 UTC 2017
    - 1.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 06 18:23:38 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  8. pkg/registry/core/service/ipallocator/interfaces.go

    	ErrAllocated         = errors.New("provided IP is already allocated")
    	ErrMismatchedNetwork = errors.New("the provided network does not match the current range")
    	ErrNotReady          = errors.New("allocator not ready")
    )
    
    type ErrNotInRange struct {
    	IP         net.IP
    	ValidRange string
    }
    
    func (e *ErrNotInRange) Error() string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. licenses/k8s.io/utils/inotify/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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 28 19:33:59 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  10. licenses/github.com/mxk/go-flowrate/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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 21:30:37 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top