Lines Matching refs:interact_2965
246 def interact_2965(cookiejar, url, *set_cookie_hdrs): function
448 interact_2965(c, "http://www.example.com/",
564 interact_2965(c, "http://www.acme.com/", 'spam="bar"; Version="1"')
568 interact_2965(c, "http://www.acme.com/blah", 'eggs="bar"; Version="1"')
572 interact_2965(c, "http://www.acme.com/blah/rhubarb",
577 interact_2965(c, "http://www.acme.com/blah/rhubarb/",
748 interact_2965(c, "http://www.nasty.com/",
825 interact_2965(c, "http://foo.net/", 'foo=bar; Version="1"')
828 self.assertEqual(interact_2965(c, "http://foo.net/"),
831 self.assertEqual(interact_2965(c, "http://www.foo.net/"), "")
836 interact_2965(c, "http://foo.net/foo",
839 self.assertEqual(interact_2965(c, "http://foo.net/foo"),
844 interact_2965(c, "http://www.foo.net/foo/",
849 self.assertEqual(interact_2965(c, "http://foo.net/foo/"),
851 self.assertEqual(interact_2965(c, "http://www.foo.net/foo/"),
855 interact_2965(c, "http://foo.net/",
860 interact_2965(c, "http://foo.co.uk/",
953 int = interact_2965
969 interact_2965(c, "http://www.acme.com/", r'foo=\b"a"r; Version=1')
970 h = interact_2965(c, "http://www.acme.com/")
979 interact_2965(c, url, "foo=bar; Version=1")
992 interact_2965(c, url, "spam=eggs; Version=1")
993 h = interact_2965(c, url)
999 interact_2965(c, url, 'spam=eggs; Version=1; Domain=.bar.com')
1000 h = interact_2965(c, url)
1006 interact_2965(c, url, 'spam=eggs; Version=1; Domain=bar.com')
1007 h = interact_2965(c, url)
1017 interact_2965(c, url, "spam=eggs; Version=1")
1018 h = interact_2965(c, url)
1023 interact_2965(c, url, 'spam=eggs; Version=1; Path=/')
1024 h = interact_2965(c, url)
1034 interact_2965(c, url, "spam=eggs; Version=1")
1035 h = interact_2965(c, url)
1040 interact_2965(c, url, "spam=eggs; Version=1; Port")
1041 h = interact_2965(c, url)
1047 interact_2965(c, url, 'spam=eggs; Version=1; Port="80"')
1048 h = interact_2965(c, url)
1054 interact_2965(c, url, 'spam=eggs; Version=1; Port="80,8080"')
1055 h = interact_2965(c, url)
1065 interact_2965(c, url, 'spam=eggs; Version=1; '
1068 h = interact_2965(c, url)
1077 interact_2965(cs, "http://blah.spam.org/", 'foo=eggs; Version=1; '
1081 interact_2965(cs, "http://www.acme.com/blah/",
1083 interact_2965(cs, "http://www.acme.com/blah/",
1085 interact_2965(cs, "http://www.sol.no",
1351 cookie = interact_2965(
1373 cookie = interact_2965(c, 'http://www.acme.com/acme/pickitem',
1397 cookie = interact_2965(c, "http://www.acme.com/acme/shipping",
1424 cookie = interact_2965(c, "http://www.acme.com/acme/process")
1458 interact_2965(
1475 cookie = interact_2965(c, "http://www.acme.com/acme/ammo/...")
1488 cookie = interact_2965(c, "http://www.acme.com/acme/parts/")
1503 cookie = interact_2965(c, "http://www.acme.com",
1508 cookie = interact_2965(c, "http://www.acme.com",
1513 cookie = interact_2965(c, "http://www.a.acme.com",
1518 cookie = interact_2965(c, "http://www.a.acme.com",
1523 cookie = interact_2965(c, "http://125.125.125.125",
1528 cookie = interact_2965(c, "http://www.sol.no",
1534 cookie = interact_2965(c, "http://www.sol.no/foo/bar",
1540 cookie = interact_2965(c, "http://www.sol.no",
1546 cookie = interact_2965(
1554 cookie = interact_2965(c, "http://www.sol.no",
1566 cookie = interact_2965(c, "http://www.sol.no/<oo/",
1591 interact_2965(c, "http://www.acme.com/foo%2f%25/%3c%3c%0Anew%E5/%E5",
1594 cookie = interact_2965(
1601 cookie = interact_2965(
1606 cookie = interact_2965(c, u"http://www.acme.com/\xfc")
1618 interact_2965(c, "http://www.acme.com/",
1620 interact_2965(c, "http://www.acme.com/",
1622 interact_2965(c, "http://www.acme.com/", "foo3=bar; secure; Version=1")
1683 interact_2965(c, "http://example/",
1685 cookie = interact_2965(c, "http://example/",
1689 interact_2965(c, "http://example/", 'foo3=bar; Version=1')
1690 cookie = interact_2965(c, "http://example/")