Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 161 - 170 of 237 for fix (0.02 seconds)

  1. 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)
  2. 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)
  3. 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 are
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 8.3K bytes
    - Click Count (0)
  4. 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)
  5. docs/en/docs/management-tasks.md

        * For translations use the `๐ŸŒ` emoji ("globe with meridians").
    * Start the title with a verb. For example `Add`, `Refactor`, `Fix`, etc. This way the title will say the action that the PR does. Like `Add support for teleporting`, instead of `Teleporting wasn't working, so this PR fixes it`.
    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)
  6. 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)
  7. 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 files
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 20.4K bytes
    - Click Count (0)
  8. 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)
  9. 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)
  10. 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)
Back to Top