Home
last modified time | relevance | path

Searched refs:otherHostname (Results 1 – 4 of 4) sorted by relevance

/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DBoardConnector.java49 private String otherHostname = ""; field in BoardConnector
152 if (otherHostname != null) { in getOtherHostName()
153 return otherHostname; in getOtherHostName()
316 otherHostname = so.getInetAddress().getHostName(); in BoardConnector()
330 otherHostname = hostname; in BoardConnector()
337 so = new Socket(otherHostname, port); in BoardConnector()
H A DJChessBoard.java149 private String otherHostname = ""; field in JChessBoard
255 setTitle(TITLE + " - Connected with \"" + otherHostname + "\" - " + fileName); in connectionEstablished()
257 setTitle(TITLE + " - Connected with \"" + otherHostname + "\""); in connectionEstablished()
260 showMessage("Your are now playing with \"" + otherHostname + "\"."); in connectionEstablished()
1237 JTextField hostField = new JTextField(otherHostname, 30); in JChessBoard()
1255 otherHostname = hostField.getText(); in JChessBoard()
1260 … boardConnector = new BoardConnector(JChessBoard.this, otherHostname, settings.networkPort); in JChessBoard()
/dports/sysutils/restic/restic-0.12.1/internal/restic/
H A Dlock_test.go146 otherHostname := "other-" + hostname
159 lock.Hostname = otherHostname
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/proxy/ipvs/
H A Dproxier_test.go1706 otherHostname := "other-hostname"
1717 NodeName: utilpointer.StringPtr(otherHostname),
1863 otherHostname := "other-hostname"
1874 NodeName: &otherHostname,
2192 otherHostname := "other-hostname"
2205 NodeName: &otherHostname,