- Sort Score
- Num 10 results
- Language All
Results 161 - 170 of 237 for fix (0.02 seconds)
-
src/cmd/cgo/doc.go
from Go 1.9 and earlier, use the cftype or jni rewrites in the Go fix tool: go tool fix -r cftype <pkg> go tool fix -r jni <pkg> It will replace nil with 0 in the appropriate places. The EGLDisplay case was introduced in Go 1.12. Use the egl rewrite to auto-update code from Go 1.11 and earlier: go tool fix -r egl <pkg> The EGLConfig case was introduced in Go 1.15. Use the eglconf rewrite
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Dec 08 22:37:14 GMT 2025 - 43.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/PredicatesTest.java
@GwtIncompatible // SerializableTester public void testIsEqualToNull_serialization() { checkSerialization(Predicates.equalTo(null)); } /** * Tests for Predicates.instanceOf(x). TODO: Fix the comment style after fixing annotation * stripper to remove comments properly. Currently, all tests before the comments are removed as * well. */ @GwtIncompatible // Predicates.instanceOf
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 32.2K bytes - Click Count (0) -
android/guava/src/com/google/common/cache/Cache.java
* have been newly added to {@link ConcurrentMap}! These are marked with "Since: 1.8" in the * {@code ConcurrentMap} documentation. They will not function correctly and it is impossible for * Guava to fix them until Guava is ready to <i>require</i> Java 8 for all users. */ ConcurrentMap<K, V> asMap(); /** * Performs any pending maintenance operations needed by the cache. Exactly which activities areCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 8.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/base/ThrowablesTest.java
/** * Unit test for {@link Throwables}. * * @author Kevin Bourrillion */ @GwtCompatible @SuppressWarnings({ "deprecation", // tests of numerous deprecated methods "nullness", // TODO(cpovirk): fix errors }) @NullUnmarked public class ThrowablesTest extends TestCase { // We're testing that the method is in fact equivalent to throwing the exception directly. @SuppressWarnings("ThrowIfUncheckedKnownUnchecked")Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 15K bytes - Click Count (0) -
docs/en/docs/management-tasks.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:59:26 GMT 2026 - 10.7K bytes - Click Count (0) -
docs/en/docs/python-types.md
Because the editor knows the types of the variables, you don't only get completion, you also get error checks: <img src="/img/python-types/image04.png"> Now you know that you have to fix it, convert `age` to a string with `str(age)`: {* ../../docs_src/python_types/tutorial004_py310.py hl[2] *} ## Declaring types { #declaring-types }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 11K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
return task; } @Override public void destroy() { // Do nothing } } // ==================== Tests for TOCTOU fix - atomic file operations ==================== @Test public void test_atomicDeleteIfExists_noImageFile() throws Exception { // Test that Files.deleteIfExists works correctly for no-image marker filesCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 20.4K bytes - Click Count (0) -
guava-gwt/pom.xml
<logLevel>${gwt.logLevel}</logLevel> <mode>htmlunit</mode> <htmlunit>FF38</htmlunit> <productionMode>true</productionMode> <!-- Fix OutOfMemoryError under Travis. --> <extraJvmArgs>-Xms3500m -Xmx3500m -Xss1024k</extraJvmArgs> <sourceLevel>1.8</sourceLevel>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:19:17 GMT 2026 - 18.2K bytes - Click Count (0) -
docs/ja/docs/advanced/security/http-basic-auth.md
ใใกใใใๆปๆ่ ใฏใใใใๆไฝๆฅญใงใฏ่กใใใใใญใฐใฉใ ใๆธใใฆใ1 ็ง้ใซๆฐๅใๆฐ็พไธๅใฎใในใใ่กใใงใใใใใใใฆ 1 ๅใซ 1 ๆๅญใใคๆญฃใใๆๅญใ่ฆใคใใฆใใใพใใ ใใใใใใจใงใๆฐๅใใๆฐๆ้ใฎใใกใซใๆปๆ่ ใฏ็งใใกใฎใขใใชใฑใผใทใงใณใฎใๅฉใใ๏ผๅฟ็ญใซใใใฃใๆ้๏ผใ ใใๅฉ็จใใฆใๆญฃใใใฆใผใถใผๅใจใในใฏใผใใๆจๆธฌใงใใฆใใพใใพใใ #### `secrets.compare_digest()` ใงๅฏพ็ญ { #fix-it-with-secrets-compare-digest } ใใใใ็งใใกใฎใณใผใใงใฏๅฎ้ใซ `secrets.compare_digest()` ใไฝฟ็จใใฆใใพใใ ่ฆใใใซใ`stanleyjobsox` ใจ `stanleyjobson` ใๆฏ่ผใใใฎใซใใใๆ้ใฏใ`johndoe` ใจ `stanleyjobson` ใๆฏ่ผใใใฎใซใใใๆ้ใจๅใใซใชใใพใใใในใฏใผใใงใๅๆงใงใใ
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 6.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/JoinerTest.java
OVERREPORTING_SIZE_LIST = unmodifiableList(new MisleadingSizeList<>(collection123, 1)); } /* * c.g.c.collect.testing.Helpers.misleadingSizeList has a broken Iterator, so we can't use it. (I * mean, ideally we'd fix it....) Also, we specifically need a List so that we trigger the fast * path in join(Iterable). */ private static final class MisleadingSizeList<E extends @Nullable Object> extends ForwardingList<E> {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 13.2K bytes - Click Count (0)