Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 77 for bears (0.02 sec)

  1. 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
  2. AdminDictStopwordsAction.java

    .web.admin.dict.stopwords; L17: L18:import java.io.File; L19:import java.io.IOException; L20:import java.io.InputStream; L21: L22:import org.apache.logging.log4j.LogManager; L23:import org.apache.logging.log4j.Logger; L24:import org.codelibs.core.beans.util.BeanUtil; L25:import org.codelibs.core.lang.StringUtil; L26:import org.codelibs.fess.Constants; L27:import org.codelibs.fess.annotation.Secured; L28:import org.codelibs.fess.app.pager.StopwordsPager; L29:import org.codelibs.fess.app.service.StopwordsService;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      16.7K bytes
  3. 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
  4. 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
  5. 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
  6. 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
  7. StemmerOverrideService.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.StemmerOverridePager; L24:import org.codelibs.fess.dict.DictionaryFile.PagingList; L25:import org.codelibs.fess.dict.DictionaryManager; L26:import org.co...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.3K bytes
  8. fess_label_en.properties

    L241:labels.facet_timestamp_1month=Past Month L242:labels.facet_timestamp_1year=Past Year L243:labels.facet_timestamp_3month=Past 3 Months L244:labels.facet_timestamp_6month=Past 6 Months L245:labels.facet_timestamp_2year=Past 2 Years L246:labels.facet_timestamp_3year=Past 3 Years L247:labels.facet_contentLength_title=Size L248:labels.facet_contentLength_10k=  - 10kb L249:labels.facet_contentLength_10kto100k=10kb - 100kb L250:labels.facet_contentLength_100kto500k=100kb - 500kb L251:labels.facet_...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      40.7K bytes
  9. DataConfigService.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.DataConfigPager; L24:import org.codelibs.fess.es.config.cbean.DataConfigCB; L25:import org.codelibs.fess.es...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.2K bytes
  10. JobLogService.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.JobLogPager; L23:import org.codelibs.fess.es.config.cbean.JobLogCB; L24:import org.codelibs.fess.es.config.exbhv.JobLogBhv; L25:import org.codelibs.fess....
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.2K bytes
Back to top