Home
last modified time | relevance | path

Searched refs:completing (Results 1 – 25 of 4877) sorted by relevance

12345678910>>...196

/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dui_configure.py67 completing = args[-1]
70 return [completing]
89 completing = args[-1]
221 completing = args[-1]
235 completing = args[-1]
238 if '=' in completing:
245 completing = args[-1]
353 completing = args[-1]
390 completing = args[-1]
414 completing = args[-1]
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/ktr0731/go-prompt/
H A Dprompt.go109 completing := p.completion.Completing()
110 p.handleCompletionKeyBinding(key, completing)
127 …if !completing { // Don't use p.completion.Completing() because it takes double operation when swi…
133 …if !completing { // Don't use p.completion.Completing() because it takes double operation when swi…
154 func (p *Prompt) handleCompletionKeyBinding(key Key, completing bool) {
157 if completing {
163 if completing {
/dports/devel/bit/bit-1.1.2/vendor/github.com/c-bata/go-prompt/
H A Dprompt.go119 completing := p.completion.Completing()
120 p.handleCompletionKeyBinding(key, completing)
136 …if !completing { // Don't use p.completion.Completing() because it takes double operation when swi…
142 …if !completing { // Don't use p.completion.Completing() because it takes double operation when swi…
164 func (p *Prompt) handleCompletionKeyBinding(key Key, completing bool) {
167 if completing || p.completionOnDown {
173 if completing {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/fetcher/
H A Dfetcher.go162 completing: make(map[common.Hash]*announce),
343 if _, ok := f.completing[notification.hash]; ok {
413 f.completing[hash] = announce
425 go f.completing[hashes[0]].fetchBodies(hashes)
470 f.completing[hash] = announce
493 if _, ok := f.completing[hash]; ok {
503 if announce := f.completing[block.Hash()]; announce != nil {
523 for hash, announce := range f.completing {
559 if announce := f.completing[block.Hash()]; announce != nil {
717 if announce := f.completing[hash]; announce != nil {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSSLFlowDelegate.java257 volatile boolean completing; field in SSLFlowDelegate.Reader
348 this.completing = complete; in addToReadBuf()
386 complete = this.completing; in processData()
642 volatile boolean completing; field in SSLFlowDelegate.Writer
661 completing = true; in incoming()
697 return completing; in isCompleting()
727 boolean completing = isCompleting(); in processData()
751 if (!completing && !completed) { in processData()
752 completing = this.completing = true; in processData()
771 if (!completing && needWrap()) { in processData()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSSLFlowDelegate.java257 volatile boolean completing; field in SSLFlowDelegate.Reader
353 this.completing = complete; in addToReadBuf()
417 complete = this.completing; in processData()
678 volatile boolean completing; field in SSLFlowDelegate.Writer
697 completing = true; in incoming()
733 return completing; in isCompleting()
763 boolean completing = isCompleting(); in processData()
787 if (!completing && !completed) { in processData()
788 completing = this.completing = true; in processData()
807 if (!completing && needWrap()) { in processData()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSSLFlowDelegate.java257 volatile boolean completing; field in SSLFlowDelegate.Reader
348 this.completing = complete; in addToReadBuf()
386 complete = this.completing; in processData()
642 volatile boolean completing; field in SSLFlowDelegate.Writer
661 completing = true; in incoming()
697 return completing; in isCompleting()
727 boolean completing = isCompleting(); in processData()
751 if (!completing && !completed) { in processData()
752 completing = this.completing = true; in processData()
771 if (!completing && needWrap()) { in processData()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSSLFlowDelegate.java257 volatile boolean completing; field in SSLFlowDelegate.Reader
348 this.completing = complete; in addToReadBuf()
386 complete = this.completing; in processData()
642 volatile boolean completing; field in SSLFlowDelegate.Writer
661 completing = true; in incoming()
697 return completing; in isCompleting()
727 boolean completing = isCompleting(); in processData()
751 if (!completing && !completed) { in processData()
752 completing = this.completing = true; in processData()
771 if (!completing && needWrap()) { in processData()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSSLFlowDelegate.java261 volatile boolean completing; field in SSLFlowDelegate.Reader
357 this.completing = complete; in addToReadBuf()
427 complete = this.completing; in processData()
690 volatile boolean completing; field in SSLFlowDelegate.Writer
709 completing = true; in incoming()
745 return completing; in isCompleting()
775 boolean completing = isCompleting(); in processData()
799 if (!completing && !completed) { in processData()
800 completing = this.completing = true; in processData()
819 if (!completing && needWrap()) { in processData()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSSLFlowDelegate.java261 volatile boolean completing; field in SSLFlowDelegate.Reader
357 this.completing = complete; in addToReadBuf()
427 complete = this.completing; in processData()
690 volatile boolean completing; field in SSLFlowDelegate.Writer
709 completing = true; in incoming()
745 return completing; in isCompleting()
775 boolean completing = isCompleting(); in processData()
799 if (!completing && !completed) { in processData()
800 completing = this.completing = true; in processData()
819 if (!completing && needWrap()) { in processData()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSSLFlowDelegate.java261 volatile boolean completing; field in SSLFlowDelegate.Reader
357 this.completing = complete; in addToReadBuf()
427 complete = this.completing; in processData()
690 volatile boolean completing; field in SSLFlowDelegate.Writer
709 completing = true; in incoming()
745 return completing; in isCompleting()
775 boolean completing = isCompleting(); in processData()
799 if (!completing && !completed) { in processData()
800 completing = this.completing = true; in processData()
819 if (!completing && needWrap()) { in processData()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSSLFlowDelegate.java257 volatile boolean completing; field in SSLFlowDelegate.Reader
353 this.completing = complete; in addToReadBuf()
417 complete = this.completing; in processData()
678 volatile boolean completing; field in SSLFlowDelegate.Writer
697 completing = true; in incoming()
733 return completing; in isCompleting()
763 boolean completing = isCompleting(); in processData()
787 if (!completing && !completed) { in processData()
788 completing = this.completing = true; in processData()
807 if (!completing && needWrap()) { in processData()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/fetcher/
H A Dblock_fetcher.go214 completing: make(map[common.Hash]*blockAnnounce),
408 if _, ok := f.completing[notification.hash]; ok {
503 f.completing[hash] = announce
514 fetchBodies := f.completing[hashes[0]].fetchBodies
586 f.completing[hash] = announce
609 if _, ok := f.completing[hash]; ok {
623 if announce := f.completing[block.Hash()]; announce != nil {
639 if len(f.completing) > 0 {
647 for hash, announce := range f.completing {
898 if announce := f.completing[hash]; announce != nil {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/fetcher/
H A Dblock_fetcher.go216 completing: make(map[common.Hash]*blockAnnounce),
409 if _, ok := f.completing[notification.hash]; ok {
491 f.completing[hash] = announce
503 go f.completing[hashes[0]].fetchBodies(hashes)
558 f.completing[hash] = announce
581 if _, ok := f.completing[hash]; ok {
595 if announce := f.completing[block.Hash()]; announce != nil {
611 if len(f.completing) > 0 {
619 for hash, announce := range f.completing {
870 if announce := f.completing[hash]; announce != nil {
[all …]
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dedit4.c894 char *completing;
917 char *completing;
964 char *completing;
1013 char *completing;
1054 if (p - completing < mybufsize / 2) dir[p - completing] = '\0';
1137 char *completing;
1161 if (!my_strnicmp(command_p->name, completing, strlen(completing)))
1188 char *completing;
1231 char *completing;
1278 char *completing;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/COFF/
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one

12345678910>>...196