Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 891 for providedBy (0.2 sec)

  1. src/sync/atomic/type.go

    // And atomically performs a bitwise AND operation on x using the bitmask
    // provided as mask and returns the old value.
    func (x *Int32) And(mask int32) (old int32) { return AndInt32(&x.v, mask) }
    
    // Or atomically performs a bitwise OR operation on x using the bitmask
    // provided as mask and returns the old value.
    func (x *Int32) Or(mask int32) (old int32) { return OrInt32(&x.v, mask) }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/resources/org/gradle/integtests/publish/maven/pomGeneration/expectedPom.txt

      <packaging>war</packaging>
      <dependencies>
        <dependency>
          <groupId>group4</groupId>
          <artifactId>providedRuntime</artifactId>
          <version>1.0</version>
          <type>zip</type>
          <scope>provided</scope>
          <exclusions>
            <exclusion>
              <artifactId>*</artifactId>
              <groupId>*</groupId>
            </exclusion>
          </exclusions>
        </dependency>
        <dependency>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/build/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: Wed Jan 24 13:01:26 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. licenses/github.com/sagikazarmark/slog-shim/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: Tue Nov 28 01:47:28 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. platforms/software/maven/src/integTest/resources/org/gradle/integtests/publish/maven/pomGeneration/expectedNewPom.txt

        </license>
      </licenses>
      <dependencies>
        <dependency>
          <groupId>group4</groupId>
          <artifactId>providedRuntime</artifactId>
          <version>1.0</version>
          <type>zip</type>
          <scope>provided</scope>
          <exclusions>
            <exclusion>
              <artifactId>*</artifactId>
              <groupId>*</groupId>
            </exclusion>
          </exclusions>
        </dependency>
        <dependency>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/rsc.io/markdown/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: Wed Jan 24 13:01:26 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  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