Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 116 for bears (0.02 sec)

  1. RequestHeaderService.java

    either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.fess.Constants; L22:import org.codelibs.fess.app.pager.ReqHeaderPager; L23:import org.codelibs.fess.es.config.cbean.RequestHeaderCB; L24:import org.codelibs.fess.es.config.exbhv.RequestHeaderBhv; L25:import o...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.2K bytes
  2. WebAuthenticationService.java

    either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.fess.Constants; L22:import org.codelibs.fess.app.pager.WebAuthPager; L23:import org.codelibs.fess.es.config.cbean.WebAuthenticationCB; L24:import org.codelibs.fess.es.config.exbhv.WebAuthenticationBhv; L25:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.5K bytes
  3. alice_in_wonderland.txt

    row of lodging houses, and L384:behind them a railway station.) However, she soon made out that L385:she was in the pool of tears which she had wept when she was nine L386:feet high. L387: L388: `I wish I hadn't cried so much!' said Alice, as she swam about, L389:trying to find her way out. `I shall be punished for it now, I L390:suppose, by being drowned in my own tears! That WILL be a queer L391:thing, to be sure! However, everything is queer to-day.' L392: L393: Just then she heard something...
    github.com/google/guava/guava-tests/test/com/go...
    Mon Oct 29 21:35:03 UTC 2012
      145.2K bytes
  4. Internal.java

    "Java7ApiChecker", L40: }) L41: @IgnoreJRERequirement L42: static long toNanosSaturated(Duration duration) { L43: // Using a try/catch seems lazy, but the catch block will rarely get invoked (except for L44: // durations longer than approximately +/- 292 years). L45: try { L46: return duration.toNanos(); L47: } catch (ArithmeticException tooBig) { L48: return duration.isNegative() ? Long.MIN_VALUE : Long.MAX_VALUE; L49: } L50: } L51: L52: private Internal() {} L53:}...
    github.com/google/guava/android/guava/src/com/g...
    Thu Jan 11 14:30:06 UTC 2024
      2K bytes
  5. PathMappingService.java

    License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.Collection; L19:import java.util.List; L20: L21:import org.codelibs.core.beans.util.BeanUtil; L22:import org.codelibs.core.lang.StringUtil; L23:import org.codelibs.fess.Constants; L24:import org.codelibs.fess.app.pager.PathMapPager; L25:import org.codelibs.fess.es.config.cbean.PathMappingCB; L26:import org.codelibs.fess.es.c...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.7K bytes
  6. CacheBuilder.java

    L718: * @throws IllegalArgumentException if {@code duration} is negative L719: * @throws IllegalStateException if {@link #expireAfterWrite} was already set L720: * @throws ArithmeticException for durations greater than +/- approximately 292 years L721: * @since 33.3.0 (but since 25.0 in the JRE <a L722: * href="https://github.com/google/guava#guava-google-core-libraries-for-java">flavor</a>) L723: */ L724: @J2ObjCIncompatible L725: @GwtIncompatible // Duration L726: @SuppressWarnings({...
    github.com/google/guava/android/guava/src/com/g...
    Fri Oct 18 19:07:49 UTC 2024
      52K bytes
  7. CopyOptions.java

    java.sql.Time; L26:import java.util.List; L27:import java.util.Map; L28: L29:import org.codelibs.core.beans.Converter; L30:import org.codelibs.core.beans.converter.DateConverter; L31:import org.codelibs.core.beans.converter.NumberConverter; L32:import org.codelibs.core.beans.converter.SqlDateConverter; L33:import org.codelibs.core.beans.converter.TimeConverter; L34:import org.codelibs.core.beans.converter.TimestampConverter; L35:import org.codelibs.core.convert.DateConversionUtil; L36:import org...
    github.com/codelibs/corelib/src/main/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      18.6K bytes
  8. CharMappingService.java

    License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.Collections; L19:import java.util.List; L20: L21:import org.codelibs.core.beans.util.BeanUtil; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.pager.CharMappingPager; L24:import org.codelibs.fess.dict.DictionaryFile.PagingList; L25:import org.codelibs.fess.dict.DictionaryManager; L26:import org.codeli...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.2K bytes
  9. KeyMatchService.java

    either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.core.lang.StringUtil; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.pager.KeyMatchPager; L24:import org.codelibs.fess.es.config.cbean.KeyMatchCB; L25:import org.codelibs.fess.es.con...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3K bytes
  10. ProtwordsService.java

    License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.Collections; L19:import java.util.List; L20: L21:import org.codelibs.core.beans.util.BeanUtil; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.pager.ProtwordsPager; L24:import org.codelibs.fess.dict.DictionaryFile.PagingList; L25:import org.codelibs.fess.dict.DictionaryManager; L26:import org.codelibs...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.1K bytes
Back to top