Lines Matching defs:where

73   where domain = fromString "www.google.com"  function
110 where path' = fromString "/a/path" function
127 where cookie = default_cookie function
148 where search_for = default_cookie {cookie_name = fromString "name1"} function
154 where a = default_cookie { cookie_name = fromString "a" function
171 where middle = UTCTime (ModifiedJulianDay 2) (secondsToDiffTime 0) function
176 where request = default_request function
184 where request = default_request function
190 where request = default_request {HC.host = fromString "sub1.sub2.google.com"} function
199 where request = default_request {HC.host = fromString "sub1.sub2.google.com"} function
205 where request = default_request {HC.path = fromString "/a/path/to/nowhere"} function
211 where request = default_request {HC.path = fromString "/a/different/path/to/nowhere"} function
217 where request = default_request {HC.path = fromString "/a/path/to/nowhere?var=val"} function
223 where cookie_jar = createCookieJar [default_cookie {cookie_secure_only = True}] function
228 where cookie_jar = createCookieJar [default_cookie {cookie_http_only = True}] function
233 where now = UTCTime (ModifiedJulianDay 10) (secondsToDiffTime 11) function
282 where out_headers = HC.requestHeaders req function
298 where set_cookie = default_set_cookie {setCookieDomain = Just $ fromString "www.google.com."} function
303 where set_cookie = default_set_cookie {setCookieDomain = Just $ fromString ".www.google.com"} function
308 where set_cookie = default_set_cookie {setCookieDomain = Nothing} function
313 where set_cookie = default_set_cookie {setCookieDomain = Just BS.empty} function
320 where set_cookie = default_set_cookie {setCookieDomain = Just $ fromString "www.wikipedia.org"} function
325 where set_cookie = default_set_cookie {setCookieDomain = Nothing} function
330 where set_cookie = default_set_cookie {setCookieDomain = Just $ fromString "google.com"} function
335 where set_cookie = default_set_cookie {setCookieHttpOnly = True} function
340 where set_cookie = default_set_cookie {setCookieHttpOnly = False} function
345 where set_cookie = default_set_cookie {setCookieHttpOnly = True} function
358where now_plus_diff_time = ((fromRational $ toRational default_diff_time) `addUTCTime` default_tim… function
363 where cookie_without_max_age = default_set_cookie {setCookieMaxAge = Nothing} function
368where now_plus_diff_time = ((fromRational $ toRational default_diff_time) `addUTCTime` default_tim… function
374 where basic_cookie = default_set_cookie { setCookieExpires = Nothing, setCookieMaxAge = Nothing } function
379 where set_cookie = default_set_cookie {setCookiePath = Just $ fromString "/a/path"} function
384 where set_cookie = default_set_cookie {setCookiePath = Nothing} function
390 where now = UTCTime (ModifiedJulianDay 0) (secondsToDiffTime 1) function
395 where now = UTCTime (ModifiedJulianDay 0) (secondsToDiffTime 1) function
400 where set_cookie = default_set_cookie {setCookieExpires = Just default_time} function
405 where set_cookie = default_set_cookie {setCookieSecure = True} function
410 where set_cookie = default_set_cookie { setCookieExpires = Nothing function
419 where set_cookie = default_set_cookie { setCookieExpires = Just exp function
429 where set_cookie = default_set_cookie { setCookieExpires = Just t function
437 where now = UTCTime (ModifiedJulianDay 10) (secondsToDiffTime 12) function
442 where existing_cookie = default_cookie {cookie_http_only = True} function
447where c1 = default_cookie {cookie_creation_time = UTCTime (ModifiedJulianDay 0) (secondsToDiffTime… function