Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for conectix (0.23 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <acronym>VHD</acronym>
        <_comment>Virtual PC Virtual Hard Disk</_comment>
        <tika:link>http://en.wikipedia.org/wiki/VHD_%28file_format%29</tika:link>
        <magic priority="50">
          <match value="conectix" type="string" offset="0"/>
        </magic>
      </mime-type>
    
      <mime-type type="application/x-vmdk">
        <acronym>VMDK</acronym>
        <_comment>Virtual Disk Format</_comment>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. src/syscall/syscall_windows.go

    		}
    	}
    	return
    }
    
    func ConnectEx(fd Handle, sa Sockaddr, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) error {
    	err := LoadConnectEx()
    	if err != nil {
    		return errorspkg.New("failed to find ConnectEx: " + err.Error())
    	}
    	ptr, n, err := sa.sockaddr()
    	if err != nil {
    		return err
    	}
    	return connectEx(fd, ptr, n, sendBuf, sendDataLen, bytesSent, overlapped)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    		}
    	}
    	return
    }
    
    func ConnectEx(fd Handle, sa Sockaddr, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) error {
    	err := LoadConnectEx()
    	if err != nil {
    		return errorspkg.New("failed to find ConnectEx: " + err.Error())
    	}
    	ptr, n, err := sa.sockaddr()
    	if err != nil {
    		return err
    	}
    	return connectEx(fd, ptr, n, sendBuf, sendDataLen, bytesSent, overlapped)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. src/internal/poll/fd_windows.go

    		if err != nil {
    			return ntotal, err
    		}
    		buf = buf[n:]
    	}
    	return ntotal, nil
    }
    
    // Call ConnectEx. This doesn't need any locking, since it is only
    // called when the descriptor is first created. This is here rather
    // than in the net package so that it can use fd.wop.
    func (fd *FD) ConnectEx(ra syscall.Sockaddr) error {
    	o := &fd.wop
    	o.sa = ra
    	_, err := execIO(o, func(o *operation) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 16:50:42 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    	return func(qs *queueSet) promiseFactory {
    		return func(initial interface{}, doneCtx context.Context, doneVal interface{}) promise.WriteOnce {
    			return testpromise.NewCountingWriteOnce(activeCounter, &qs.lock, initial, doneCtx.Done(), doneVal)
    		}
    	}
    }
    
    func TestTotalRequestsExecutingWithPanic(t *testing.T) {
    	metrics.Register()
    	metrics.Reset()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  6. src/net/http/server.go

    				continue
    			}
    			return err
    		}
    		connCtx := ctx
    		if cc := srv.ConnContext; cc != nil {
    			connCtx = cc(connCtx, rw)
    			if connCtx == nil {
    				panic("ConnContext returned nil")
    			}
    		}
    		tempDelay = 0
    		c := srv.newConn(rw)
    		c.setState(c.rwc, StateNew, runHooks) // before Serve can return
    		go c.serve(connCtx)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  7. cluster/gce/windows/k8s-node-setup.psm1

      # E1023 04:03:58.150266    4840 reflector.go:205] k8...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  8. docs/pt/docs/deployment/docker.md

    Então, você rodaria **vários contêineres** com coisas diferentes, como um banco de dados, uma aplicação Python, um servidor web com uma aplicação frontend React, e conectá-los juntos via sua rede interna.
    
    Todos os sistemas de gerenciamento de contêineres (como Docker ou Kubernetes) possuem essas funcionalidades de rede integradas a eles.
    
    ## Contêineres e Processos
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go

    // - whose Set method is invoked with the queueSet locked, and
    // - whose Get method is invoked with the queueSet not locked.
    // The parameters are the same as for `promise.NewWriteOnce`.
    type promiseFactory func(initial interface{}, doneCtx context.Context, doneVal interface{}) promise.WriteOnce
    
    // promiseFactoryFactory returns the promiseFactory to use for the given queueSet
    type promiseFactoryFactory func(*queueSet) promiseFactory
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 04 16:59:21 UTC 2024
    - 42.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Cmsghdr.Type", Field, 0},
    		{"Cmsghdr.X__cmsg_data", Field, 0},
    		{"CommandLineToArgv", Func, 0},
    		{"ComputerName", Func, 0},
    		{"Conn", Type, 9},
    		{"Connect", Func, 0},
    		{"ConnectEx", Func, 1},
    		{"ConvertSidToStringSid", Func, 0},
    		{"ConvertStringSidToSid", Func, 0},
    		{"CopySid", Func, 0},
    		{"Creat", Func, 0},
    		{"CreateDirectory", Func, 0},
    		{"CreateFile", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top