Lines Matching defs:interact_2965
315 def interact_2965(cookiejar, url, *set_cookie_hdrs):
589 interact_2965(c, "http://www.example.com/",
716 interact_2965(c, "http://www.acme.com/", 'spam="bar"; Version="1"')
720 interact_2965(c, "http://www.acme.com/blah", 'eggs="bar"; Version="1"')
724 interact_2965(c, "http://www.acme.com/blah/rhubarb",
729 interact_2965(c, "http://www.acme.com/blah/rhubarb/",
912 interact_2965(c, "http://www.nasty.com/",
1025 interact_2965(c, "http://foo.net/", 'foo=bar; Version="1"')
1028 self.assertEqual(interact_2965(c, "http://foo.net/"),
1031 self.assertEqual(interact_2965(c, "http://www.foo.net/"), "")
1036 interact_2965(c, "http://foo.net/foo",
1039 self.assertEqual(interact_2965(c, "http://foo.net/foo"),
1044 interact_2965(c, "http://www.foo.net/foo/",
1049 self.assertEqual(interact_2965(c, "http://foo.net/foo/"),
1051 self.assertEqual(interact_2965(c, "http://www.foo.net/foo/"),
1055 interact_2965(c, "http://foo.net/",
1060 interact_2965(c, "http://foo.co.uk/",
1172 int = interact_2965
1242 interact_2965(c, "http://www.acme.com/", r'foo=\b"a"r; Version=1')
1243 h = interact_2965(c, "http://www.acme.com/")
1250 interact_2965(c, url, "foo=bar; Version=1")
1261 interact_2965(c, url, "spam=eggs; Version=1")
1262 h = interact_2965(c, url)
1268 interact_2965(c, url, 'spam=eggs; Version=1; Domain=.bar.com')
1269 h = interact_2965(c, url)
1275 interact_2965(c, url, 'spam=eggs; Version=1; Domain=bar.com')
1276 h = interact_2965(c, url)
1284 interact_2965(c, url, "spam=eggs; Version=1")
1285 h = interact_2965(c, url)
1290 interact_2965(c, url, 'spam=eggs; Version=1; Path=/')
1291 h = interact_2965(c, url)
1299 interact_2965(c, url, "spam=eggs; Version=1")
1300 h = interact_2965(c, url)
1305 interact_2965(c, url, "spam=eggs; Version=1; Port")
1306 h = interact_2965(c, url)
1312 interact_2965(c, url, 'spam=eggs; Version=1; Port="80"')
1313 h = interact_2965(c, url)
1319 interact_2965(c, url, 'spam=eggs; Version=1; Port="80,8080"')
1320 h = interact_2965(c, url)
1328 interact_2965(c, url, 'spam=eggs; Version=1; '
1331 h = interact_2965(c, url)
1338 interact_2965(cs, "http://blah.spam.org/", 'foo=eggs; Version=1; '
1342 interact_2965(cs, "http://www.acme.com/blah/",
1344 interact_2965(cs, "http://www.acme.com/blah/",
1346 interact_2965(cs, "http://www.sol.no",
1601 cookie = interact_2965(
1623 cookie = interact_2965(c, 'http://www.acme.com/acme/pickitem',
1647 cookie = interact_2965(c, "http://www.acme.com/acme/shipping",
1674 cookie = interact_2965(c, "http://www.acme.com/acme/process")
1705 interact_2965(
1722 cookie = interact_2965(c, "http://www.acme.com/acme/ammo/...")
1734 cookie = interact_2965(c, "http://www.acme.com/acme/parts/")
1747 cookie = interact_2965(c, "http://www.acme.com",
1752 cookie = interact_2965(c, "http://www.acme.com",
1757 cookie = interact_2965(c, "http://www.a.acme.com",
1762 cookie = interact_2965(c, "http://www.a.acme.com",
1767 cookie = interact_2965(c, "http://125.125.125.125",
1772 cookie = interact_2965(c, "http://www.sol.no",
1778 cookie = interact_2965(c, "http://www.sol.no/foo/bar",
1784 cookie = interact_2965(c, "http://www.sol.no",
1790 cookie = interact_2965(
1798 cookie = interact_2965(c, "http://www.sol.no",
1806 ## cookie = interact_2965(c, "http://www.sol.no/foo/",
1810 cookie = interact_2965(c, "http://www.sol.no/<oo/",
1832 interact_2965(c, "http://www.acme.com/foo%2f%25/"
1836 cookie = interact_2965(
1843 cookie = interact_2965(
1848 cookie = interact_2965(c, "http://www.acme.com/\xfc")
1858 interact_2965(c, "http://www.acme.com/",
1860 interact_2965(c, "http://www.acme.com/",
1862 interact_2965(c, "http://www.acme.com/", "foo3=bar; secure; Version=1")
1921 interact_2965(c, "http://example/",
1923 cookie = interact_2965(c, "http://example/",
1927 interact_2965(c, "http://example/", 'foo3=bar; Version=1')
1928 cookie = interact_2965(c, "http://example/")