HomeSort by relevance Sort by last modified time
    Searched full:userhost (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 824 def userhost(self, nicks): member in class:ServerConnection
825 """Send a USERHOST command."""
826 self.send_raw("USERHOST " + ",".join(nicks))
    [all...]
  /external/openssh/
sftp.c 2086 char *host = NULL, *userhost, *cp, *file2 = NULL; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URITest.java 108 URI uri = new URI("http://user@userhost.com:password@host");
109 assertEquals("user@userhost.com:password@host", uri.getAuthority());
URLTest.java 197 new URL("http://user@userhost.com:password@host");

Completed in 125 milliseconds