Searched refs:otherAddresses (Results 1 – 9 of 9) sorted by relevance
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/ |
H A D | server_config_dialog.cpp | 221 QList<QString> otherAddresses; in generateQR() local 225 otherAddresses.push_back(tmp); in generateQR() 232 QList<QString> otherAddresses; in generateQR() local 236 otherAddresses.push_back(tmp); in generateQR() 241 std::sort(otherAddresses.begin(), otherAddresses.end(), ipComparator); in generateQR() 243 if (!otherAddresses.isEmpty()) { in generateQR() 244 dir = otherAddresses.first(); in generateQR() 245 otherAddresses.pop_front(); in generateQR() 248 if (otherAddresses.length() > 0 || !dir.isEmpty()) { in generateQR() 254 generateQR(otherAddresses.first() + ":" + s->getPort()); in generateQR() [all …]
|
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/Validation/src/main/java/com/google/gwt/sample/validation/shared/ |
H A D | Person.java | 39 private Map<String, Address> otherAddresses; field in Person
|
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/ |
H A D | rpcwebsocket.go | 265 otherAddresses map[string]struct{} member 281 otherAddresses: map[string]struct{}{}, 323 f.otherAddresses[a.EncodeAddress()] = struct{}{} 375 _, ok := f.otherAddresses[a.EncodeAddress()] 407 delete(f.otherAddresses, a.EncodeAddress()) 419 delete(f.otherAddresses, s)
|
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/ |
H A D | rpcwebsocket.go | 265 otherAddresses map[string]struct{} member 281 otherAddresses: map[string]struct{}{}, 323 f.otherAddresses[a.EncodeAddress()] = struct{}{} 375 _, ok := f.otherAddresses[a.EncodeAddress()] 407 delete(f.otherAddresses, a.EncodeAddress()) 419 delete(f.otherAddresses, s)
|
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/ |
H A D | rpcwebsocket.go | 265 otherAddresses map[string]struct{} member 281 otherAddresses: map[string]struct{}{}, 323 f.otherAddresses[a.EncodeAddress()] = struct{}{} 375 _, ok := f.otherAddresses[a.EncodeAddress()] 407 delete(f.otherAddresses, a.EncodeAddress()) 419 delete(f.otherAddresses, s)
|
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/ |
H A D | rpcwebsocket.go | 265 otherAddresses map[string]struct{} member 281 otherAddresses: map[string]struct{}{}, 323 f.otherAddresses[a.EncodeAddress()] = struct{}{} 375 _, ok := f.otherAddresses[a.EncodeAddress()] 407 delete(f.otherAddresses, a.EncodeAddress()) 419 delete(f.otherAddresses, s)
|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/ |
H A D | rpcwebsocket.go | 265 otherAddresses map[string]struct{} member 281 otherAddresses: map[string]struct{}{}, 323 f.otherAddresses[a.EncodeAddress()] = struct{}{} 375 _, ok := f.otherAddresses[a.EncodeAddress()] 407 delete(f.otherAddresses, a.EncodeAddress()) 419 delete(f.otherAddresses, s)
|
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/ |
H A D | rpcwebsocket.go | 265 otherAddresses map[string]struct{} member 281 otherAddresses: map[string]struct{}{}, 323 f.otherAddresses[a.EncodeAddress()] = struct{}{} 375 _, ok := f.otherAddresses[a.EncodeAddress()] 407 delete(f.otherAddresses, a.EncodeAddress()) 419 delete(f.otherAddresses, s)
|
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/ParseTree/ |
H A D | CODEGEN_PARSETREE.sml | 1172 addr :: otherAddresses) = 1488 then (addr, innerFun) :: loadFunDecs(otherDecs, otherPolyVars, otherAddresses) 1501 loadFunDecs(otherDecs, otherPolyVars, otherAddresses)
|