Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 59 for connections (0.44 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

          </description>
          <fields>
            <field>
              <name>connection</name>
              <version>4.0.0+</version>
              <description>
                <![CDATA[
                The source control management system URL
                that describes the repository and how to connect to the
                repository.
                This connection is read-only.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    Lkotlin/collections/CollectionsKt___CollectionsKt;
    Lkotlin/collections/EmptyIterator;
    Lkotlin/collections/EmptyList;
    Lkotlin/collections/EmptyMap;
    Lkotlin/collections/EmptySet;
    Lkotlin/collections/IntIterator;
    Lkotlin/collections/MapsKt__MapsJVMKt;
    Lkotlin/collections/MapsKt___MapsKt;
    Lkotlin/collections/SetsKt__SetsKt;
    Lkotlin/collections/builders/ListBuilder$Itr;
    Lkotlin/collections/builders/ListBuilder;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    Archiver Created-By: Apache Maven Built-By: aje Build-Jdk: 1.5.0_06 org/codehaus/plexus/component/collections/AbstractComponentCol.class package org.codehaus.plexus.component.collections; public synchronized class AbstractComponentCol { protected String role; public void AbstractComponentCol(String); } org/codehaus/plexus/component/collections/ComponentList.class package org.codehaus.plexus.component.collections; public synchronized class ComponentList extends AbstractComponentCol implements java.util.List...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    Archiver Created-By: Apache Maven Built-By: aje Build-Jdk: 1.5.0_06 org/codehaus/plexus/component/collections/AbstractComponentCol.class package org.codehaus.plexus.component.collections; public synchronized class AbstractComponentCol { protected String role; public void AbstractComponentCol(String); } org/codehaus/plexus/component/collections/ComponentList.class package org.codehaus.plexus.component.collections; public synchronized class ComponentList extends AbstractComponentCol implements java.util.List...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 205.7K bytes
    - Viewed (0)
  5. pkg/config/validation/validation_test.go

    			valid: true,
    		},
    
    		{name: "invalid connection pool, empty", in: &networking.ConnectionPoolSettings{}, valid: false},
    
    		{
    			name: "invalid connection pool, bad max connections", in: &networking.ConnectionPoolSettings{
    				Tcp: &networking.ConnectionPoolSettings_TCPSettings{MaxConnections: -1},
    			},
    			valid: false,
    		},
    
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  6. pkg/config/validation/validation.go

    			}
    
    			// Validate per-port connection pool settings
    			errs = AppendValidation(errs, validateConnectionPool(i.ConnectionPool))
    			if i.ConnectionPool != nil && i.ConnectionPool.Http != nil && i.Port != nil && !protocol.Parse(i.Port.Protocol).IsHTTP() {
    				errs = AppendWarningf(errs,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    jvanzyl Build-Jdk: 1.6.0-dp org/codehaus/plexus/component/collections/AbstractComponentCol.class package org.codehaus.plexus.component.collections; public synchronized class AbstractComponentCol { protected String role; protected String roleHint; public void AbstractComponentCol(String); public void AbstractComponentCol(String, String); } org/codehaus/plexus/component/collections/ComponentList.class package org.codehaus.plexus.component.collections; public synchronized class ComponentList extends AbstractComponentCol...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 233.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    jvanzyl Build-Jdk: 1.6.0-dp org/codehaus/plexus/component/collections/AbstractComponentCol.class package org.codehaus.plexus.component.collections; public synchronized class AbstractComponentCol { protected String role; protected String roleHint; public void AbstractComponentCol(String); public void AbstractComponentCol(String, String); } org/codehaus/plexus/component/collections/ComponentList.class package org.codehaus.plexus.component.collections; public synchronized class ComponentList extends AbstractComponentCol...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  9. pkg/proxy/nftables/proxier_test.go

    		`)
    
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    }
    
    // TestNoEndpointsReject tests that a service with no endpoints rejects connections to
    // its ClusterIP, ExternalIPs, NodePort, and LoadBalancer IP.
    func TestNoEndpointsReject(t *testing.T) {
    	nft, fp := NewFakeProxier(v1.IPv4Protocol)
    	svcIP := "172.30.0.41"
    	svcPort := 80
    	svcNodePort := 3001
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet.go

    	livenessManager  proberesults.Manager
    	readinessManager proberesults.Manager
    	startupManager   proberesults.Manager
    
    	// How long to keep idle streaming command execution/port forwarding
    	// connections open before terminating them
    	streamingConnectionIdleTimeout time.Duration
    
    	// The EventRecorder to use
    	recorder record.EventRecorder
    
    	// Policy for handling garbage collection of dead containers.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top