Search Options

Results per page
Sort
Preferred Languages
Advance

Results 321 - 330 of 835 for Gang (0.02 sec)

  1. CollectionCreationTester.java

    J2ktIncompatible; L27:import com.google.common.collect.testing.AbstractCollectionTester; L28:import com.google.common.collect.testing.features.CollectionFeature; L29:import com.google.common.collect.testing.features.CollectionSize; L30:import java.lang.reflect.Method; L31:import org.junit.Ignore; L32: L33:/** L34: * A generic JUnit test which tests creation (typically through a constructor or static factory L35: * method) of a collection. Can't be invoked directly; please see {@link L36: * com.g...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      3K bytes
  2. UncaughtExceptionHandlers.java

    L17:import static java.util.logging.Level.SEVERE; L18: L19:import com.google.common.annotations.GwtIncompatible; L20:import com.google.common.annotations.J2ktIncompatible; L21:import com.google.common.annotations.VisibleForTesting; L22:import java.lang.Thread.UncaughtExceptionHandler; L23:import java.util.Locale; L24: L25:/** L26: * Factories for {@link UncaughtExceptionHandler} instances. L27: * L28: * @author Gregory Kick L29: * @since 8.0 L30: */ L31:@J2ktIncompatible L32:@GwtIncompatible L33...
    github.com/google/guava/guava/src/com/google/co...
    Thu Dec 14 20:35:03 UTC 2023
      2.8K bytes
  3. AllJobScheduler.java

    specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.job; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.codelibs.core.lang.StringUtil; L21:import org.codelibs.core.timer.TimeoutManager; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.logic.AccessContextLogic; L24:import org.codelibs.fess.app.service.ScheduledJobService; L25:import org.codelibs...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.8K bytes
  4. FessAdminAction.java

    CONDITIONS OF ANY KIND, L13: * 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.web.base; L17: L18:import org.codelibs.core.lang.StringUtil; L19:import org.codelibs.fess.exception.UserRoleLoginException; L20:import org.codelibs.fess.helper.CrawlingConfigHelper; L21:import org.dbflute.optional.OptionalThing; L22:import org.lastaflute.di.util.LdiFileUtil; L23:import org.lasta...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      5.2K bytes
  5. ListAddTester.java

    com.google.common.annotations.GwtIncompatible; L28:import com.google.common.annotations.J2ktIncompatible; L29:import com.google.common.collect.testing.features.CollectionFeature; L30:import com.google.common.collect.testing.features.CollectionSize; L31:import java.lang.reflect.Method; L32:import java.util.List; L33:import org.junit.Ignore; L34: L35:/** L36: * A generic JUnit test which tests {@code add(Object)} operations on a list. Can't be invoked L37: * directly; please see {@link com.google.common.collect.te...
    github.com/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      3.3K bytes
  6. stopwords.txt

    L337:tentunya L338:tertentu L339:seterusnya L340:tapi L341:tetapi L342:setiap L343:tiap L344:setidaknya L345:tidak L346:tidakkah L347:tidaklah L348:toh L349:waduh L350:wah L351:wahai L352:sewaktu L353:walau L354:walaupun L355:wong L356:yaitu L357:yakni L358:yang...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Jul 19 06:31:02 UTC 2018
      2.8K bytes
  7. DataIndexHelper.java

    L17: L18:import java.util.ArrayList; L19:import java.util.Collections; L20:import java.util.List; L21: L22:import org.apache.logging.log4j.LogManager; L23:import org.apache.logging.log4j.Logger; L24:import org.codelibs.core.lang.StringUtil; L25:import org.codelibs.core.lang.ThreadUtil; L26:import org.codelibs.fess.Constants; L27:import org.codelibs.fess.app.service.FailureUrlService; L28:import org.codelibs.fess.ds.DataStore; L29:import org.codelibs.fess.ds.DataStoreFactory; L30:import org.code...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      12K bytes
  8. FieldConfigs.java

    License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.crawler.util; L17: L18:import java.util.Map; L19:import java.util.regex.Pattern; L20: L21:import org.codelibs.core.lang.StringUtil; L22:import org.codelibs.core.stream.StreamUtil; L23:import org.codelibs.fess.Constants; L24:import org.dbflute.optional.OptionalThing; L25: L26:public class FieldConfigs { L27: L28: private final Map<String, String> params; L29: L30:...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      2.3K bytes
  9. GeoInfo.java

    governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.entity; L17: L18:import java.util.ArrayList; L19:import java.util.HashMap; L20:import java.util.List; L21:import java.util.Map; L22: L23:import org.codelibs.core.lang.StringUtil; L24:import org.codelibs.core.stream.StreamUtil; L25:import org.codelibs.fess.exception.InvalidQueryException; L26:import org.codelibs.fess.mylasta.direction.FessConfig; L27:import org.codelibs.fess.util.ComponentUtil; L28:import org.la...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.7K bytes
  10. FileConfigService.java

    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.FileConfigPager; L24:import org.codelibs.fess.es.config.cbean.FileConfigCB; L25:import org.codelibs.fess.es.config.exbhv.FileAuthenticationBhv; L26:import o...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.5K bytes
Back to top