- Sort Score
- Result 10 results
- Languages All
Results 851 - 860 of 1,087 for shore (0.02 sec)
- 
				
				src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java// ignore } CloseableUtil.closeQuietly(writer); if (isCommit) { try { dictionaryManager.store(StemmerOverrideFile.this, newFile); } finally { newFile.delete(); } } else { newFile.delete(); } } }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.7K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/helper/ThemeHelperTest.javatry (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(zipPath))) { // Add entries with insufficient path components (should be skipped) ZipEntry shortEntry = new ZipEntry("short"); zos.putNextEntry(shortEntry); zos.write("content".getBytes()); zos.closeEntry(); // Add valid entry Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.5K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/collect/TreeBasedTable.javareturn requireNonNull(rowKeySet().comparator()); } /** * Returns the comparator that orders the columns. With natural ordering, {@link * Ordering#natural()} is returned. * * @deprecated Store the {@link Comparator} alongside the {@link Table}. Or, if you know that the * {@link Table} contains at least one value, you can retrieve the {@link Comparator} with: Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 18 15:05:43 UTC 2025 - 11.6K bytes - Viewed (0)
- 
				
				docs/en/docs/tutorial/path-params.mdIn that case, the URL would be: `/files//home/johndoe/myfile.txt`, with a double slash (`//`) between `files` and `home`. /// ## Recap { #recap } With **FastAPI**, by using short, intuitive and standard Python type declarations, you get: * Editor support: error checks, autocompletion, etc. * Data "<abbr title="converting the string that comes from an HTTP request into Python data">parsing</abbr>" Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 9.3K bytes - Viewed (0)
- 
				
				doc/go_spec.htmlcan contain references. </p> <p> When multiple values share underlying data, changing one value may change another. For instance, changing an element of a <a href="#Slice_types">slice</a> will change that element in the underlying array for all slices that share the array. </p> <h3 id="Underlying_types">Underlying types</h3> <p> Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)
- 
				
				okhttp/src/commonJvmAndroid/kotlin/okhttp3/CacheControl.ktinternal var noTransform: Boolean = false internal var immutable: Boolean = false /** Don't accept an unvalidated cached response. */ fun noCache() = commonNoCache() /** Don't store the server's response in any cache. */ fun noStore() = commonNoStore() /** * Only accept the response if it is in the cache. If the response isn't cached, a `504Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 10K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/collection/SLinkedList.javaresult[i++] = e.element; } return result; } /** * Converts the list to an array. * * @param array the array to store the elements. A new array of the same runtime type is allocated if the array is not large enough. * @return the array */ @SuppressWarnings("unchecked") public E[] toArray(E[] array) { Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 10.5K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/dcerpc/msrpc/MsrpcLookupSidsTest.javaassertEquals(2, countField.get(lookupSids)); Field levelField = lsarpc.LsarLookupSids.class.getDeclaredField("level"); levelField.setAccessible(true); assertEquals((short) 1, levelField.get(lookupSids)); } @Test void constructor_shouldCreateCorrectLsarSidArrayX() throws Exception { // Arrange jcifs.SID mockSid1 = mock(jcifs.SID.class); Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.6K bytes - Viewed (0)
- 
				
				cmd/data-scanner-metric.goRegistered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 9.4K bytes - Viewed (0)
- 
				
				apache-maven/src/assembly/maven/conf/settings.xmlxsi:schemaLocation="http://maven.apache.org/SETTINGS/2.0.0 https://maven.apache.org/xsd/settings-2.0.0.xsd"> <!-- localRepository | The path to the local repository maven will use to store artifacts. | | Default: ${user.home}/.m2/repository <localRepository>/path/to/local/repo</localRepository> --> <!-- interactiveMode Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 22 07:44:50 UTC 2025 - 11.1K bytes - Viewed (0)