Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for getHeight (0.23 sec)

  1. src/test/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGeneratorTest.java

            BufferedImage img = ImageIO.read(file);
            logger.debug("width: {}, height: {}", img.getWidth(), img.getHeight());
            assertEquals("Image Width", width, img.getWidth());
            assertEquals("Image Height", height, img.getHeight());
        }
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java

                    reader.setInput(input);
                    final ImageReadParam param = reader.getDefaultReadParam();
                    final int width = reader.getWidth(0);
                    final int height = reader.getHeight(0);
                    if (width <= 0 || height <= 0) {
                        return Result.NO_IMAGE;
                    }
                    if (!fessConfig.validateThumbnailSize(width, height)) {
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.5K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/cache/LocalCache.java

                  } else if (map.isExpired(e, now)) {
                    // This is a duplicate check, as preWriteCleanup already purged expired
                    // entries, but let's accommodate an incorrect expiration queue.
                    enqueueNotification(
                        entryKey, hash, value, valueReference.getWeight(), RemovalCause.EXPIRED);
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  4. guava/src/com/google/common/cache/LocalCache.java

                  } else if (map.isExpired(e, now)) {
                    // This is a duplicate check, as preWriteCleanup already purged expired
                    // entries, but let's accommodate an incorrect expiration queue.
                    enqueueNotification(
                        entryKey, hash, value, valueReference.getWeight(), RemovalCause.EXPIRED);
    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)
  5. guava-tests/test/com/google/common/cache/LocalCacheTest.java

          return new DummyValueReference<>();
        }
    
        @Override
        public V get() {
          return value;
        }
    
        @Override
        public int getWeight() {
          return 1;
        }
    
        @Override
        public @Nullable ReferenceEntry<K, V> getEntry() {
          return null;
        }
    
        @Override
        public ValueReference<K, V> copyFor(
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Mar 14 23:06:48 GMT 2024
    - 112.3K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

          return new DummyValueReference<>();
        }
    
        @Override
        public V get() {
          return value;
        }
    
        @Override
        public int getWeight() {
          return 1;
        }
    
        @Override
        public @Nullable ReferenceEntry<K, V> getEntry() {
          return null;
        }
    
        @Override
        public ValueReference<K, V> copyFor(
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Mar 14 23:06:48 GMT 2024
    - 110.7K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (linux-386), const RTM_GETDCB ideal-int
    pkg syscall (linux-386), const RTM_GETLINK ideal-int
    pkg syscall (linux-386), const RTM_GETMULTICAST ideal-int
    pkg syscall (linux-386), const RTM_GETNEIGH ideal-int
    pkg syscall (linux-386), const RTM_GETNEIGHTBL ideal-int
    pkg syscall (linux-386), const RTM_GETQDISC ideal-int
    pkg syscall (linux-386), const RTM_GETROUTE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. api/go1.1.txt

    pkg syscall (linux-386), const RTM_GETDCB = 78
    pkg syscall (linux-386), const RTM_GETLINK = 18
    pkg syscall (linux-386), const RTM_GETMULTICAST = 58
    pkg syscall (linux-386), const RTM_GETNEIGH = 30
    pkg syscall (linux-386), const RTM_GETNEIGHTBL = 66
    pkg syscall (linux-386), const RTM_GETQDISC = 38
    pkg syscall (linux-386), const RTM_GETROUTE = 26
    pkg syscall (linux-386), const RTM_GETRULE = 34
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const RTM_GETDCB ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETLINK ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETMULTICAST ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETNEIGH ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETNEIGHTBL ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETQDISC ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETROUTE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top