Search Options

Results per page
Sort
Preferred Languages
Advance

Results 221 - 230 of 490 for Modifies (0.03 sec)

  1. build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/rules/IncubatingInternalInterfaceAddedRuleTest.groovy

            incubatingInterface = instanceScopedPool.get(IncubatingInterface.name)
            stablePublicInterface = instanceScopedPool.get(StablePublicInterface.name)
    
            apiClass.changeStatus >> JApiChangeStatus.MODIFIED
            apiClass.oldClass >> Optional.of(oldBase)
            apiClass.newClass >> Optional.of(newBase)
    
            internalInterface.name = replaceAsInternal(internalInterface.name)
    
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Dec 24 14:15:15 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/project/ConnectedResource.java

    import org.apache.maven.impl.DefaultSourceRoot;
    import org.apache.maven.model.Resource;
    
    /**
     * A Resource wrapper that maintains a connection to the underlying project model.
     * When includes/excludes are modified, the changes are propagated back to the project's SourceRoots.
     */
    @SuppressWarnings("deprecation")
    class ConnectedResource extends Resource {
        private final SourceRoot originalSourceRoot;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Nov 07 13:11:07 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. scripts/deploy_docs_status.py

        header = "## πŸ“ Docs preview"
        message = header
        message += f"\n\nLast commit {settings.commit_sha} at: {deploy_url}"
    
        if links:
            message += "\n\n### Modified Pages\n\n"
            for link in links:
                message += f"* {link.preview_link}"
                message += f" - ([before]({link.previous_link}))"
                if link.en_link:
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 30 05:56:53 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  4. src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkCopyTest.java

                    assertEquals(testByte, buffer[i], "Byte at position " + i + " was modified");
                }
    
                // Check bytes after encoded area
                for (int i = startIndex + expectedSize; i < buffer.length; i++) {
                    assertEquals(testByte, buffer[i], "Byte at position " + i + " was modified");
                }
            }
    
            @Test
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 23.1K bytes
    - Viewed (0)
  5. guava/src/com/google/common/hash/AbstractCompositeHashFunction.java

     *
     * @author Dimitris Andreou
     */
    @Immutable
    abstract class AbstractCompositeHashFunction extends AbstractHashFunction {
    
      @SuppressWarnings("Immutable") // array not modified after creation
      final HashFunction[] functions;
    
      AbstractCompositeHashFunction(HashFunction... functions) {
        for (HashFunction function : functions) {
          checkNotNull(function);
        }
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Feb 13 17:34:21 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  6. docs/uk/docs/tutorial/response-status-code.md

    * **`300 - 399`** "ΠŸΠ΅Ρ€Π΅Π½Π°ΠΏΡ€Π°Π²Π»Π΅Π½Π½Ρ". Π’Ρ–Π΄ΠΏΠΎΠ²Ρ–Π΄Ρ– Π· Ρ†ΠΈΠΌΠΈ ΠΊΠΎΠ΄Π°ΠΌΠΈ ΠΌΠΎΠΆΡƒΡ‚ΡŒ ΠΌΠ°Ρ‚ΠΈ Π°Π±ΠΎ Π½Π΅ ΠΌΠ°Ρ‚ΠΈ Ρ‚Ρ–Π»Π°, Π·Π° винятком `304`, "Not Modified" (Π½Π΅ Π·ΠΌΡ–Π½Π΅Π½ΠΎ), яка Π½Π΅ ΠΏΠΎΠ²ΠΈΠ½Π½Π° ΠΌΠ°Ρ‚ΠΈ Ρ‚Ρ–Π»Π°.
    * **`400 - 499`** "Помилка ΠΊΠ»Ρ–Ρ”Π½Ρ‚Π°". Π¦Π΅ Π΄Ρ€ΡƒΠ³ΠΈΠΉ Ρ‚ΠΈΠΏ, який Π’ΠΈ, ΠΉΠΌΠΎΠ²Ρ–Ρ€Π½ΠΎ, Π±ΡƒΠ΄Π΅Ρ‚Π΅ використовувати Π½Π°ΠΉΡ‡Π°ΡΡ‚Ρ–ΡˆΠ΅.
        * ΠŸΡ€ΠΈΠΊΠ»Π°Π΄ `404`, "Not Found" (Π½Π΅ Π·Π½Π°ΠΉΠ΄Π΅Π½ΠΎ).
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Mar 19 17:04:17 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  7. compat/maven-model/src/test/java/org/apache/maven/model/pom/PomMemoryAnalyzer.java

     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.model.pom;
    
    import java.lang.reflect.Field;
    import java.lang.reflect.Modifier;
    import java.nio.file.Files;
    import java.nio.file.Path;
    import java.nio.file.Paths;
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.List;
    import java.util.Map;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Mar 21 04:56:21 UTC 2025
    - 13.4K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/ObjectArrays.java

       *
       * <p>This method returns the elements in the order they are returned by the collection's
       * iterator.
       *
       * <p>TODO(kevinb): support concurrently modified collections?
       *
       * @param c the collection for which to return an array of elements
       * @param array the array in which to place the collection elements
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Dec 09 15:48:28 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  9. internal/bpool/bpool.go

    func (bp *BytePoolCap) Put(b []byte) {
    	if bp == nil {
    		return
    	}
    
    	if cap(b) != bp.wcap {
    		// someone tried to put back buffer which is not part of this buffer pool
    		// we simply don't put this back into pool, a modified buffer provided
    		// by this package is no more usable, callers make sure to not modify
    		// the capacity of the buffer.
    		return
    	}
    
    	select {
    	case bp.c <- b[:bp.w]:
    		// buffer went back into pool
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 3K bytes
    - Viewed (0)
  10. architecture/standards/0009-use-american-english.md

    ### Migration and Enforcement
    
    * **New code**: All new contributions must use American English
    * **Existing code**: British English spellings in existing code should be updated opportunistically when those areas are modified, unless constrained by backward compatibility
    * **Documentation**: Documentation should be updated to use American English, prioritizing user-facing documentation
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Tue Nov 25 07:01:54 UTC 2025
    - 3.9K bytes
    - Viewed (0)
Back to top