Lines Matching defs:where

94   where domain = fromString "www.google.com"  function
131 where path' = fromString "/a/path" function
148 where cookie = default_cookie function
169 where search_for = default_cookie {cookie_name = fromString "name1"} function
175 where a = default_cookie { cookie_name = fromString "a" function
192 where middle = UTCTime (ModifiedJulianDay 2) (secondsToDiffTime 0) function
197 where request = default_request function
205 where request = default_request function
211 where request = default_request {HC.host = fromString "sub1.sub2.google.com"} function
220 where request = default_request {HC.host = fromString "sub1.sub2.google.com"} function
226 where request = default_request {HC.path = fromString "/a/path/to/nowhere"} function
232 where request = default_request {HC.path = fromString "/a/different/path/to/nowhere"} function
238 where request = default_request {HC.path = fromString "/a/path/to/nowhere?var=val"} function
244 where cookie_jar = createCookieJar [default_cookie {cookie_secure_only = True}] function
249 where cookie_jar = createCookieJar [default_cookie {cookie_http_only = True}] function
255 where now = UTCTime (ModifiedJulianDay 10) (secondsToDiffTime 11) function
304 where out_headers = HC.requestHeaders req function
320 where set_cookie = default_set_cookie {setCookieDomain = Just $ fromString "www.google.com."} function
325 where set_cookie = default_set_cookie {setCookieDomain = Just $ fromString ".www.google.com"} function
330 where set_cookie = default_set_cookie {setCookieDomain = Nothing} function
335 where set_cookie = default_set_cookie {setCookieDomain = Just BS.empty} function
342 where set_cookie = default_set_cookie {setCookieDomain = Just $ fromString "www.wikipedia.org"} function
347 where set_cookie = default_set_cookie {setCookieDomain = Nothing} function
352 where set_cookie = default_set_cookie {setCookieDomain = Just $ fromString "google.com"} function
357 where set_cookie = default_set_cookie {setCookieHttpOnly = True} function
362 where set_cookie = default_set_cookie {setCookieHttpOnly = False} function
367 where set_cookie = default_set_cookie {setCookieHttpOnly = True} function
380where now_plus_diff_time = ((fromRational $ toRational default_diff_time) `addUTCTime` default_tim… function
385 where cookie_without_max_age = default_set_cookie {setCookieMaxAge = Nothing} function
390where now_plus_diff_time = ((fromRational $ toRational default_diff_time) `addUTCTime` default_tim… function
396 where basic_cookie = default_set_cookie { setCookieExpires = Nothing, setCookieMaxAge = Nothing } function
401 where set_cookie = default_set_cookie {setCookiePath = Just $ fromString "/a/path"} function
406 where set_cookie = default_set_cookie {setCookiePath = Nothing} function
412 where now = UTCTime (ModifiedJulianDay 0) (secondsToDiffTime 1) function
417 where now = UTCTime (ModifiedJulianDay 0) (secondsToDiffTime 1) function
422 where set_cookie = default_set_cookie {setCookieExpires = Just default_time} function
427 where set_cookie = default_set_cookie {setCookieSecure = True} function
432 where set_cookie = default_set_cookie { setCookieExpires = Nothing function
441 where set_cookie = default_set_cookie { setCookieExpires = Just exp function
451 where set_cookie = default_set_cookie { setCookieExpires = Just t function
459 where now = UTCTime (ModifiedJulianDay 10) (secondsToDiffTime 12) function
464 where existing_cookie = default_cookie {cookie_http_only = True} function
469where c1 = default_cookie {cookie_creation_time = UTCTime (ModifiedJulianDay 0) (secondsToDiffTime… function