- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 1,618 for lang (0.04 sec)
-
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsItem.java
- */
- package org.codelibs.fess.dict.stopwords;
- import org.apache.commons.lang3.StringUtils;
- import org.codelibs.core.lang.StringUtil;
- import org.codelibs.fess.dict.DictionaryItem;
- public class StopwordsItem extends DictionaryItem {
- private final String input;
- private String newInput;
- public StopwordsItem(final long id, final String input) {
- this.id = id;
- this.input = input;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 2.4K bytes - Viewed (0) -
.github/workflows/labeler.yml
- pull-requests: read
- runs-on: ubuntu-latest
- steps:
- - uses: docker://agilepathway/pull-request-label-checker:latest
- with:
- one_of: breaking,security,feature,bug,refactor,upgrade,docs,lang-all,internal
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Oct 07 20:11:20 UTC 2024 - 828 bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 29.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/go/GoForm.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/jcifs/CloseableIterator.java
- /**
- * @author mbechler
- * @param <T>
- *
- */
- public interface CloseableIterator <T> extends Iterator<T>, AutoCloseable {
- /**
- * {@inheritDoc}
- *
- * @see java.lang.AutoCloseable#close()
- */
- @Override
- void close () throws CIFSException;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.1K bytes - Viewed (0) -
src/main/webapp/js/index.js
- if (typeof $.fn.suggestor === "function") {
- $("#contentQuery").suggestor({
- ajaxinfo: {
- url: contextPath + "/api/v1/suggest-words",
- fn: ["_default", "content", "title"],
- num: 10,
- lang: $("#langSearchOption").val()
- },
- boxCssInfo: {
- border: "1px solid rgba(82, 168, 236, 0.5)",
- "-webkit-box-shadow":
- "0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 3px 2px 0px rgba(82, 168, 236, 0.2)",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Mar 30 05:45:24 UTC 2023 - 2K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/Platform.java
- * the License.
- */
- package com.google.common.util.concurrent;
- import static com.google.common.base.Preconditions.checkNotNull;
- import static java.lang.Thread.currentThread;
- import com.google.common.annotations.GwtCompatible;
- import javax.annotation.CheckForNull;
- /** Methods factored out so that they can be emulated differently in GWT. */
- @GwtCompatible(emulated = true)
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue May 10 12:27:25 UTC 2022 - 1.4K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/Platform.java
- * the License.
- */
- package com.google.common.util.concurrent;
- import static com.google.common.base.Preconditions.checkNotNull;
- import static java.lang.Thread.currentThread;
- import com.google.common.annotations.GwtCompatible;
- import javax.annotation.CheckForNull;
- /** Methods factored out so that they can be emulated differently in GWT. */
- @GwtCompatible(emulated = true)
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue May 10 12:27:25 UTC 2022 - 1.4K bytes - Viewed (0) -
src/test/java/org/codelibs/core/exception/SIndexOutOfBoundsExceptionTest.java
- assertThat(clIndexOutOfBoundsException, is(notNullValue()));
- }
- /**
- * Test method for
- * {@link org.codelibs.core.exception.ClIndexOutOfBoundsException#SIndexOutOfBoundsException(java.lang.String)}
- * .
- */
- @Test
- public void testSIndexOutOfBoundsExceptionString() {
- final ClIndexOutOfBoundsException clIndexOutOfBoundsException = new ClIndexOutOfBoundsException("hoge");
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/RequestHeader.java
- */
- package org.codelibs.fess.crawler.client.http;
- import java.io.Serializable;
- import org.codelibs.core.lang.StringUtil;
- /**
- * @author shinsuke
- *
- */
- public class RequestHeader implements Serializable {
- private static final long serialVersionUID = 1L;
- private String name;
- private String value;
- public RequestHeader(final String name, final String value) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:40:57 UTC 2024 - 1.5K bytes - Viewed (0)