Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 91 - 100 of 1,440 for serveur (0.06 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

            .build(),
        )
        server.enqueue(
          MockResponse
            .Builder()
            .body("B")
            .build(),
        )
        assertThat(get(server.url("/a")).body.string()).isEqualTo("A")
        assertThat(get(server.url("/a")).body.string()).isEqualTo("A")
        assertThat(get(server.url("/b")).body.string()).isEqualTo("B")
        val c0e0 = server.takeRequest()
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Oct 03 17:41:45 GMT 2025
    - 116.8K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/SmbFile.java

     * <td>
     * This references only a server. The behavior of some methods is different
     * in this context(e.g. you cannot <code>delete</code> a server) however
     * as you might expect the <code>list</code> method will list the available
     * shares on this server.
     * </td>
     * </tr>
     *
     * <tr>
     * <td ><code>smb://angus.foo.net/d/jcifs/pipes.doc</code></td>
     * <td>
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 103.2K bytes
    - Click Count (0)
  3. src/main/java/jcifs/smb1/smb1/DosFileFilter.java

         * specified for this filter. The wildcard has no influence on this
         * method as the server should have performed that filtering already. The
         * attributes are asserted here only because server file systems may not
         * support filtering by all attributes (e.g. even though ATTR_DIRECTORY was
         * specified the server may still return objects that are not directories).
         */
        @Override
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 2.5K bytes
    - Click Count (0)
  4. buildscripts/resolve-right-versions.sh

    	"${MINIO[@]}" --address ":$start_port" "${WORK_DIR}/cicd-corpus/disk{1...5}" >"${WORK_DIR}/server1.log" 2>&1 &
    	pid=$!
    	disown $pid
    	sleep 5
    
    	if ! ps -p ${pid} 1>&2 >/dev/null; then
    		echo "server1 log:"
    		cat "${WORK_DIR}/server1.log"
    		echo "FAILED"
    		purge "$WORK_DIR"
    		exit 1
    	fi
    
    	"${WORK_DIR}/mc" stat minio/bucket/testobj
    
    	pkill minio
    	sleep 3
    }
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Wed Aug 16 14:51:33 GMT 2023
    - 1.5K bytes
    - Click Count (0)
  5. compat/maven-compat/src/main/java/org/apache/maven/repository/RepositorySystem.java

         *
         * @param repositories The repositories into which to inject the authentication information, may be {@code null}.
         * @param servers The available servers, may be {@code null}.
         */
        void injectAuthentication(List<ArtifactRepository> repositories, List<Server> servers);
    
        void injectMirror(RepositorySystemSession session, List<ArtifactRepository> repositories);
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 7.7K bytes
    - Click Count (0)
  6. cmd/lock-rest-server-common.go

    Klaus Post <******@****.***> 1700528975 -0800
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Nov 21 01:09:35 GMT 2023
    - 973 bytes
    - Click Count (0)
  7. cmd/erasure-server-pool-rebalance.go

    Klaus Post <******@****.***> 1759093161 +0200
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 28.7K bytes
    - Click Count (0)
  8. cmd/erasure-server-pool-rebalance_gen_test.go

    Klaus Post <******@****.***> 1759093161 +0200
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 11K bytes
    - Click Count (0)
  9. src/test/java/jcifs/smb/NetServerFileEntryAdapterIteratorTest.java

            // Arrange: two valid entries
            setupParentForUrlCreation();
            StubFileEntry e1 = new StubFileEntry("SERVER1", SmbConstants.TYPE_SERVER);
            StubFileEntry e2 = new StubFileEntry("SERVER2", SmbConstants.TYPE_SERVER);
            when(delegate.hasNext()).thenReturn(true, true, false);
            when(delegate.next()).thenReturn(e1, e2);
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 7.9K bytes
    - Click Count (0)
  10. docs/distributed/distributed-from-config-file.sh

         - 'http://localhost:9004/tmp/xl/node9004/mnt/disk4/'
    EOF
    done
    
    minio server --config /tmp/minio.configfile.1 >/tmp/minio1_1.log 2>&1 &
    site1_pid=$!
    minio server --config /tmp/minio.configfile.2 >/tmp/minio2_1.log 2>&1 &
    site2_pid=$!
    minio server --config /tmp/minio.configfile.3 >/tmp/minio3_1.log 2>&1 &
    site3_pid=$!
    minio server --config /tmp/minio.configfile.4 >/tmp/minio4_1.log 2>&1 &
    site4_pid=$!
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Jun 28 09:06:49 GMT 2024
    - 3.3K bytes
    - Click Count (0)
Back to Top