Search Options

Results per page
Sort
Preferred Languages
Advance

Results 341 - 350 of 835 for Gang (0.01 sec)

  1. HttpHeadersTest.java

    L20:import com.google.common.base.Joiner; L21:import com.google.common.base.Splitter; L22:import com.google.common.collect.ImmutableBiMap; L23:import com.google.common.collect.ImmutableSet; L24:import com.google.common.collect.Lists; L25:import java.lang.reflect.Field; L26:import java.util.List; L27:import junit.framework.TestCase; L28: L29:/** L30: * Tests for the HttpHeaders class. L31: * L32: * @author Kurt Alfred Kluever L33: */ L34:public class HttpHeadersTest extends TestCase { L35: L36: public...
    github.com/google/guava/guava-tests/test/com/go...
    Mon Apr 22 21:08:08 UTC 2024
      3.9K bytes
  2. AndroidCertificateChainCleaner.kt

    implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.internal.platform.android L17: L18:import android.net.http.X509TrustManagerExtensions L19:import java.lang.IllegalArgumentException L20:import java.security.cert.Certificate L21:import java.security.cert.CertificateException L22:import java.security.cert.X509Certificate L23:import javax.net.ssl.SSLPeerUnverifiedException L24:import javax.net.ssl.X509TrustManager...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Mon Jan 08 01:13:22 UTC 2024
      2.7K bytes
  3. TestMapEntrySetGenerator.java

    CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing; L18: L19:import static java.lang.System.arraycopy; L20: L21:import com.google.common.annotations.GwtCompatible; L22:import java.util.List; L23:import java.util.Map; L24:import java.util.Map.Entry; L25:import java.util.Set; L26:import org.checkerframework.checker.nullness.qual.Nullable;...
    github.com/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      2.2K bytes
  4. StopwordsItem.java

    implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.dict.stopwords; L17: L18:import org.apache.commons.lang3.StringUtils; L19:import org.codelibs.core.lang.StringUtil; L20:import org.codelibs.fess.dict.DictionaryItem; L21: L22:public class StopwordsItem extends DictionaryItem { L23: private final String input; L24: L25: private String newInput; L26: L27: public StopwordsItem(final long id, final...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      2.4K bytes
  5. advance.js

    }); L12: L13: if (typeof $.fn.suggestor === "function") { L14: $("#as_q").suggestor({ L15: ajaxinfo: { L16: url: contextPath + "/api/v1/suggest-words", L17: fn: ["_default", "content", "title"], L18: num: 10, L19: lang: $("#langSearchOption").val() L20: }, L21: boxCssInfo: { L22: border: "1px solid rgba(82, 168, 236, 0.5)", L23: "-webkit-box-shadow": L24: "0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 3px 2px 0px rgba(82, 168, 236, 0.2)", L25:...
    github.com/codelibs/fess/src/main/webapp/js/adv...
    Thu Mar 30 05:45:24 UTC 2023
      1.3K bytes
  6. OsddHelper.java

    org.codelibs.fess.helper; L17: L18:import java.io.File; L19:import java.io.FileInputStream; 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.lang.StringUtil; L25:import org.codelibs.fess.Constants; L26:import org.codelibs.fess.mylasta.direction.FessConfig; L27:import org.codelibs.fess.util.ComponentUtil; L28:import org.lastaflute.web.response.StreamResponse; L29:import org.lastaflute.web.ut...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.7K bytes
  7. RateLimiterTest.java

    specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.util.concurrent; L18: L19:import static com.google.common.truth.Truth.assertThat; L20:import static java.lang.Math.max; L21:import static java.lang.reflect.Modifier.isStatic; L22:import static java.util.concurrent.TimeUnit.MICROSECONDS; L23:import static java.util.concurrent.TimeUnit.MILLISECONDS; L24:import static java.util.concurrent.TimeUnit.NANOSECONDS; L25:import static...
    github.com/google/guava/android/guava-tests/tes...
    Mon Oct 21 14:28:19 UTC 2024
      21.8K bytes
  8. RateLimiterTest.java

    specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.util.concurrent; L18: L19:import static com.google.common.truth.Truth.assertThat; L20:import static java.lang.Math.max; L21:import static java.lang.reflect.Modifier.isStatic; L22:import static java.util.concurrent.TimeUnit.MICROSECONDS; L23:import static java.util.concurrent.TimeUnit.MILLISECONDS; L24:import static java.util.concurrent.TimeUnit.NANOSECONDS; L25:import static...
    github.com/google/guava/guava-tests/test/com/go...
    Mon Oct 21 14:28:19 UTC 2024
      21.8K bytes
  9. ApiAdminLogAction.java

    L22:import java.nio.charset.StandardCharsets; L23:import java.nio.file.Files; L24:import java.nio.file.Path; L25:import java.nio.file.Paths; L26:import java.util.Base64; L27:import java.util.List; L28:import java.util.Map; L29: L30:import org.codelibs.core.lang.StringUtil; L31:import org.codelibs.fess.app.web.api.ApiResult; L32:import org.codelibs.fess.app.web.api.admin.FessApiAdminAction; L33:import org.lastaflute.web.Execute; L34:import org.lastaflute.web.response.JsonResponse; L35:import org.lastaflut...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.7K bytes
  10. AzureAdCredential.java

    L18:import static org.codelibs.core.stream.StreamUtil.stream; L19: L20:import java.util.HashSet; L21:import java.util.Set; L22: L23:import org.apache.logging.log4j.LogManager; L24:import org.apache.logging.log4j.Logger; L25:import org.codelibs.core.lang.StringUtil; L26:import org.codelibs.fess.entity.FessUser; L27:import org.codelibs.fess.helper.SystemHelper; L28:import org.codelibs.fess.sso.aad.AzureAdAuthenticator; L29:import org.codelibs.fess.util.ComponentUtil; L30:import org.lastaflute.web.l...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      5.1K bytes
Back to top