Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 259 for 7500 (0.02 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/Constants.java

    1. public static final int FORBIDDEN_STATUS_CODE = 403;
    2.  
    3. public static final int NOT_FOUND_STATUS_CODE = 404;
    4.  
    5. public static final int SERVER_ERROR_STATUS_CODE = 500;
    6.  
    7. public static final String NO_TRANSFORMER = "NONE";
    8.  
    9. public static final String FALSE = "false";
    10.  
    11. public static final String UTF_8 = "UTF-8";
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/util/MimeMap.java

    1. */
    2.  
    3. package jcifs.smb1.util;
    4.  
    5. import java.io.InputStream;
    6. import java.io.IOException;
    7.  
    8. public class MimeMap {
    9.  
    10. private static final int IN_SIZE = 7000;
    11.  
    12. private static final int ST_START = 1;
    13. private static final int ST_COMM = 2;
    14. private static final int ST_TYPE = 3;
    15. private static final int ST_GAP = 4;
    16. private static final int ST_EXT = 5;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 4.2K bytes
    - Viewed (0)
  3. docs/en/docs/img/deployment/https/https02.drawio

    1. </mxGeometry>
    2. </mxCell>
    3. <mxCell id="33" value="" style="group" parent="1" vertex="1" connectable="0">
    4. <mxGeometry x="-140" y="-75" width="500" height="350" as="geometry"/>
    5. </mxCell>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 9.4K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/cache2/RelayTest.kt

    1. val future1 = executor.submit(sourceReader(relay.newSource()))
    2. val future2 = executor.submit(sourceReader(relay.newSource()))
    3. Thread.sleep(500)
    4. sink.writeUtf8("abcdefghij")
    5. Thread.sleep(500)
    6. sink.writeUtf8("klmnopqrst")
    7. sink.close()
    8. assertThat<ByteString>(future1.get())
    9. .isEqualTo("abcdefghijklmnopqrst".encodeUtf8())
    10. assertThat<ByteString>(future2.get())
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  5. common/config/sass-lint.yml

    1. #########################
    2. ## Config for sass-lint
    3. #########################
    4. # Linter Options
    5. options:
    6. # Don't merge default rules
    7. merge-default-rules: false
    8. # Raise an error if more than 50 warnings are generated
    9. max-warnings: 500
    10. # Rule Configuration
    11. rules:
    12. attribute-quotes:
    13. - 2
    14. -
    15. include: false
    16. bem-depth: 2
    17. border-zero: 2
    18. brace-style: 2
    19. class-name-format: 2
    20. clean-import-paths: 2
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Sep 11 23:32:21 UTC 2019
    - 2K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/Callback.kt

    1. *
    2. * Note that transport-layer success (receiving a HTTP response code, headers and body) does not
    3. * necessarily indicate application-layer success: `response` may still indicate an unhappy HTTP
    4. * response code like 404 or 500.
    5. */
    6. @Throws(IOException::class)
    7. fun onResponse(
    8. call: Call,
    9. response: Response,
    10. )
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. fess-crawler-lasta/src/main/resources/crawler/client.xml

    1. class="org.codelibs.fess.crawler.client.FaultTolerantClient" instance="prototype">
    2. <property name="crawlerClient">internalHttpClient</property>
    3. <property name="maxRetryCount">5</property>
    4. <property name="retryInterval">500</property>
    5. </component>
    6.  
    7. <component name="fsClient"
    8. class="org.codelibs.fess.crawler.client.fs.FileSystemClient" instance="prototype">
    9. <property name="charset">"UTF-8"</property>
    10. </component>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Tue Aug 08 12:54:47 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/cache/PopulatedCachesTest.java

    1. .withExpireAfterWrites(
    2. ImmutableSet.of(
    3. // DurationSpec.of(500, MILLISECONDS),
    4. DurationSpec.of(1, SECONDS), DurationSpec.of(1, DAYS)))
    5. .withExpireAfterAccesses(
    6. ImmutableSet.of(
    7. // DurationSpec.of(500, MILLISECONDS),
    8. DurationSpec.of(1, SECONDS), DurationSpec.of(1, DAYS)))
    9. .withRefreshes(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 02 18:21:29 UTC 2024
    - 15K bytes
    - Viewed (0)
  9. docs/en/docs/img/deployment/https/https04.drawio

    1. </mxGeometry>
    2. </mxCell>
    3. <mxCell id="33" value="" style="group" parent="1" vertex="1" connectable="0">
    4. <mxGeometry x="-140" y="-75" width="500" height="350" as="geometry"/>
    5. </mxCell>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 14K bytes
    - Viewed (0)
  10. test-site/app/models/ContentsCreator.java

    1. .setCreate(true)
    2. .setSource(source)
    3. .execute()
    4. .actionGet();
    5. count++;
    6. Thread.sleep(500);
    7. } catch(Exception e) {
    8. Logger.warn(e.getMessage(), e);
    9. }
    10. }
    11. }
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Fri Nov 06 08:48:32 UTC 2015
    - 3.7K bytes
    - Viewed (0)
Back to top