- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 130 for Z070000 (0.06 sec)
-
src/main/resources/fess_config.properties
labels.facet_contentLength_10kto100k=content_length:[10000 TO 99999]\t\ labels.facet_contentLength_100kto500k=content_length:[100000 TO 499999]\t\ labels.facet_contentLength_500kto1m=content_length:[500000 TO 999999]\t\ labels.facet_contentLength_1m=content_length:[1000000 TO *]\n\ labels.facet_filetype_title:\ labels.facet_filetype_html=filetype:html\t\ labels.facet_filetype_word=filetype:word\t\
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
static final int FLAGS_OPLOCK_REQUESTED_OR_GRANTED = 0x20; static final int FLAGS_NOTIFY_OF_MODIFY_ACTION = 0x40; static final int FLAGS_RESPONSE = 0x80; static final int FLAGS2_NONE = 0x0000; static final int FLAGS2_LONG_FILENAMES = 0x0001; static final int FLAGS2_EXTENDED_ATTRIBUTES = 0x0002; static final int FLAGS2_SECURITY_SIGNATURES = 0x0004;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.9K bytes - Viewed (0) -
docs/bucket/notifications/README.md
delivery_mode (number) set to '1' for non-persistent or '2' for persistent queue queue_dir (path) staging dir for undelivered messages e.g. '/home/events' queue_limit (number) maximum limit for undelivered messages, defaults to '100000' comment (sentence) optionally add a comment to this setting ``` Or environment variables ``` KEY: notify_amqp[:name] publish bucket notifications to AMQP endpoints ARGS:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 84K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/cache2/FileOperatorTest.kt
fun largeRead() { val data = randomByteString(1000000) write(data) val operator = FileOperator( randomAccessFile!!.getChannel(), ) val buffer = Buffer() operator.read(0, buffer, data.size.toLong()) assertThat(buffer.readByteString()).isEqualTo(data) } @Test fun largeWrite() { val data = randomByteString(1000000) val operator = FileOperator(
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbConstants.java
static final int FLAGS_NOTIFY_OF_MODIFY_ACTION = 0x40; static final int FLAGS_RESPONSE = 0x80; static final int FLAGS2_NONE = 0x0000; static final int FLAGS2_LONG_FILENAMES = 0x0001; static final int FLAGS2_EXTENDED_ATTRIBUTES = 0x0002; static final int FLAGS2_SECURITY_SIGNATURES = 0x0004;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 8.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheStatsTest.java
/** * Unit test for {@link CacheStats}. * * @author Charles Fry */ public class CacheStatsTest extends TestCase { public void testEmpty() { CacheStats stats = new CacheStats(0, 0, 0, 0, 0, 0); assertEquals(0, stats.requestCount()); assertEquals(0, stats.hitCount()); assertThat(stats.hitRate()).isEqualTo(1.0); assertEquals(0, stats.missCount()); assertThat(stats.missRate()).isEqualTo(0.0);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Jul 03 18:10:55 UTC 2024 - 4.8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/GraphPropertiesTest.java
assertThat(hasCycle(undirectedGraph)).isTrue(); } @Test public void hasCycle_deepPathGraph() { for (MutableGraph<Integer> graph : graphsToTest) { for (int i = 0; i < 100000; i++) { graph.putEdge(i, i + 1); } } assertThat(hasCycle(directedNetwork)).isFalse(); assertThat(hasCycle(undirectedNetwork)).isFalse(); } @Test
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Jul 18 17:56:35 UTC 2024 - 6.3K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https04.drawio
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 14K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https03.drawio
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 12.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/IntMathTest.java
} catch (ArithmeticException e) { assertFalse(expectSuccess); } } } @GwtIncompatible // log10 public void testLog10TrivialOnPowerOfTen() { int x = 1000000; for (RoundingMode mode : ALL_ROUNDING_MODES) { assertEquals(6, IntMath.log10(x, mode)); } } // Simple test to cover sqrt(0) for all types and all modes. @GwtIncompatible // sqrt
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 23.1K bytes - Viewed (0)