Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,192 for provided (0.21 sec)

  1. maven-compat/src/test/resources/projects/scope/transitive-provided-dep.xml

      <groupId>maven-test</groupId>
      <artifactId>scope-provided</artifactId>
      <version>1.0</version>
      <dependencies>
    
        <dependency>
          <groupId>maven-test-provided</groupId>
          <artifactId>scope-default</artifactId>
          <version>1.0</version>
        </dependency>
    
        <dependency>
          <groupId>maven-test-provided</groupId>
          <artifactId>scope-test</artifactId>
          <version>1.0</version>
    XML
    - Registered: 2023-12-03 03:35
    - Last Modified: 2009-10-26 20:16
    - 1.7K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/execution/scope/internal/MojoExecutionScope.java

                Provider<?> seeded = state.seeded.get(key);
    
                if (seeded != null) {
                    return (T) seeded.get();
                }
    
                T provided = (T) state.provided.get(key);
                if (provided == null && unscoped != null) {
                    provided = unscoped.get();
                    state.provided.put(key, provided);
                }
    
    Java
    - Registered: 2023-12-03 03:35
    - Last Modified: 2022-12-26 15:12
    - 5.2K bytes
    - Viewed (0)
  3. 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.
    
    Plain Text
    - Registered: 2023-11-29 11:36
    - Last Modified: 2019-08-09 20:34
    - 23.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainBeforeHook.java

                protected final TimeZone provided = FessUserTimeZoneProcessProvider.centralTimeZone;
    
                @Override
                public TimeZone provide() {
                    return provided;
                }
    
                @Override
                public String toString() {
                    return DfTypeUtil.toClassTitle(this) + ":{" + provided.getID() + "}";
                }
            };
        }
    Java
    - Registered: 2023-12-04 08:04
    - Last Modified: 2023-01-04 12:40
    - 1.8K bytes
    - Viewed (0)
  5. licenses/github.com/klauspost/compress/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.
    Plain Text
    - Registered: 2023-11-29 22:53
    - Last Modified: 2021-11-30 19:13
    - 16.3K bytes
    - Viewed (0)
  6. maven-core/src/main/java/org/apache/maven/session/scope/internal/SessionScope.java

        }
    
        /**
         * A provider wrapping an existing provider with a cache
         * @param <T> the provided type
         */
        protected static class CachingProvider<T> implements Provider<T> {
            private final Provider<T> provider;
            private volatile T value;
    
            CachingProvider(Provider<T> provider) {
                this.provider = provider;
            }
    
            public T value() {
    Java
    - Registered: 2023-12-03 03:35
    - Last Modified: 2023-11-09 13:34
    - 6K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar

    corresponding to the section 4d of The Apache License, // Version 2.0, in this case for Maven Wagon WebDav Provider // ---------- Maven Wagon WebDav Provider Copyright 2003-2006 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). org/apache/maven/wagon/providers/webdav/CorrectedWebdavResou.class package org.apache.maven.wagon.providers.webdav; public synchronized class CorrectedWebdavResou extends org.apache.webdav.lib.WebdavResource...
    Archive
    - Registered: 2023-12-03 03:35
    - Last Modified: 2022-10-02 08:41
    - 16.9K bytes
    - Viewed (0)
  8. licenses/github.com/google/cel-go/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.
    Plain Text
    - Registered: 2023-11-29 22:53
    - Last Modified: 2022-03-23 01:29
    - 12.7K bytes
    - Viewed (0)
  9. LICENSES/vendor/github.com/google/cel-go/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.
    Plain Text
    - Registered: 2023-12-01 09:05
    - Last Modified: 2022-03-08 01:47
    - 12.9K bytes
    - Viewed (0)
  10. licenses/sigs.k8s.io/yaml/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.
    Plain Text
    - Registered: 2023-11-29 22:53
    - Last Modified: 2023-10-31 19:53
    - 15.8K bytes
    - Viewed (0)
Back to top