Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for substantial (0.04 sec)

  1. NOTICE

    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Wed Jan 15 23:53:08 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/suggest/SuggesterResourceLoadingTest.java

            assertTrue("Content should start with {", contentNew.trim().startsWith("{"));
            assertTrue("Content should end with }", contentNew.trim().endsWith("}"));
            assertTrue("Content should be substantial", contentNew.length() > 100);
    
            // Verify it contains expected mapping fields
            assertTrue("Should contain properties definition", contentNew.contains("properties"));
        }
    
        /**
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbFileInputStream.java

                                this.fp += n;
                            }
                        }
                    } catch (final SmbException se) {
                        // Ignore errors on the final small read - we already got substantial data
                        log.trace("Final small read failed, ignoring", se);
                    }
                }
    
                return (int) (this.fp - start);
            }
        }
    
        /**
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 15.6K bytes
    - Viewed (0)
Back to top