Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for bean (0.2 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    things went on just as usual.  I wonder if I've been changed in
    the night?  Let me think:  was I the same when I got up this
    morning?  I almost think I can remember feeling a little
    different.  But if I'm not the same, the next question is, Who in
    the world am I?  Ah, THAT'S the great puzzle!'  And she began
    thinking over all the children she knew that were of the same age
    as herself, to see if she could have been changed for any of
    them.
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    things went on just as usual.  I wonder if I've been changed in
    the night?  Let me think:  was I the same when I got up this
    morning?  I almost think I can remember feeling a little
    different.  But if I'm not the same, the next question is, Who in
    the world am I?  Ah, THAT'S the great puzzle!'  And she began
    thinking over all the children she knew that were of the same age
    as herself, to see if she could have been changed for any of
    them.
    
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

      }
    
      /**
       * Starts specifying how to combine {@link ClosingFuture}s into a single pipeline.
       *
       * @throws IllegalStateException if a {@code ClosingFuture} has already been derived from any of
       *     the {@code futures}, or if any has already been {@linkplain #finishToFuture() finished}
       */
      public static Combiner whenAllComplete(Iterable<? extends ClosingFuture<?>> futures) {
        return new Combiner(false, futures);
      }
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 98.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

       ([#120246](https://github.com/kubernetes/kubernetes/pull/120246), [@pacoxu](https://github.com/pacoxu))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          assertThat(cause)
              .hasMessageThat()
              .contains(
                  "AsyncFunction.apply returned null instead of a Future. "
                      + "Did you mean to return immediateFuture(null)?");
        }
      }
    
      @J2ktIncompatible
      @GwtIncompatible // threads
      public void testCatchingAsync_interruptPropagatesToTransformingThread() throws Exception {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

     org.codehaus.plexus.component.repository.ComponentRequirement, java.beans.PropertyDescriptor, org.codehaus.plexus.PlexusContainer, org.codehaus.plexus.classworlds.realm.ClassRealm) throws org.codehaus.plexus.component.composition.CompositionException; protected java.beans.PropertyDescriptor findMatchingProperty(org.codehaus.plexus.component.repository.ComponentRequirement, java.beans.PropertyDescriptor[]); protected java.beans.PropertyDescriptor getPropertyDescripto(String, java.beans.PropertyDescriptor[]);...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  7. guava/src/com/google/common/cache/LocalCache.java

         * lookups, and dead values, which have been evicted but awaiting removal. Non-active values
         * consist strictly of loading values, though during refresh a value may be both active and
         * loading.
         */
        boolean isActive();
      }
    
      /** Placeholder. Indicates that the value hasn't been set yet. */
      static final ValueReference<Object, Object> UNSET =
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  8. fastapi/routing.py

            return jsonable_encoder(response_content)
    
    
    async def run_endpoint_function(
        *, dependant: Dependant, values: Dict[str, Any], is_coroutine: bool
    ) -> Any:
        # Only called by get_request_handler. Has been split into its own function to
        # facilitate profiling endpoints, since inner functions are harder to profile.
        assert dependant.call is not None, "dependant.call must be a function"
    
        if is_coroutine:
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 170.1K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/cache/LocalCache.java

         * lookups, and dead values, which have been evicted but awaiting removal. Non-active values
         * consist strictly of loading values, though during refresh a value may be both active and
         * loading.
         */
        boolean isActive();
      }
    
      /** Placeholder. Indicates that the value hasn't been set yet. */
      static final ValueReference<Object, Object> UNSET =
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

     org.codehaus.plexus.component.repository.ComponentRequirement, java.beans.PropertyDescriptor, org.codehaus.plexus.PlexusContainer, org.codehaus.plexus.classworlds.realm.ClassRealm) throws org.codehaus.plexus.component.composition.CompositionException; protected java.beans.PropertyDescriptor findMatchingProperty(org.codehaus.plexus.component.repository.ComponentRequirement, java.beans.PropertyDescriptor[]); protected java.beans.PropertyDescriptor getPropertyDescripto(String, java.beans.PropertyDescriptor[]);...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
Back to top