Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for interfaces (0.89 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
            <field>
              <name>url</name>
              <version>4.0.0+</version>
              <description>
                URL for the continuous integration system used by the project if it has a web interface.
              </description>
              <type>String</type>
            </field>
            <field>
              <name>notifiers</name>
              <version>4.0.0+</version>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/cache/LocalCache.java

          connectWriteOrder(newEntry, original.getNextInWriteQueue());
    
          nullifyWriteOrder(original);
        }
      }
    
      /** A reference to a value. */
      interface ValueReference<K, V> {
        /** Returns the value. Does not block or throw exceptions. */
        @CheckForNull
        V get();
    
        /**
    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)
  3. guava/src/com/google/common/cache/LocalCache.java

          connectWriteOrder(newEntry, original.getNextInWriteQueue());
    
          nullifyWriteOrder(original);
        }
      }
    
      /** A reference to a value. */
      interface ValueReference<K, V> {
        /** Returns the value. Does not block or throw exceptions. */
        @CheckForNull
        V get();
    
        /**
    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)
  4. src/main/webapp/js/admin/popper.min.js.map

      * @memberof Popper\n   */\n  static Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;\n\n  static placements = placements;\n\n  static Defaults = Defaults;\n}\n\n/**\n * The `referenceObject` is an object that provides an interface compatible with Popper.js\n * and lets you use it as replacement of a real DOM node.<br />\n * You can use this method to position a popper relatively to a set of coordinates\n * in case you don't have a DOM node to use as reference.\n *\n * ```\n...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 121K bytes
    - Viewed (2)
  5. android/guava/src/com/google/common/collect/Maps.java

       *
       * @param <K> the key type of the input and output entries
       * @param <V1> the value type of the input entry
       * @param <V2> the value type of the output entry
       * @since 7.0
       */
      public interface EntryTransformer<
          K extends @Nullable Object, V1 extends @Nullable Object, V2 extends @Nullable Object> {
        /**
         * Determines an output value based on a key-value pair. This method is <i>generally
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
Back to top