Mercurial > urweb
comparison src/settings.sig @ 1629:438561303d02
timeFormat .urp directive
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 04 Dec 2011 14:40:12 -0500 |
parents | a10d080123ec |
children | e374b6b8ab38 |
comparison
equal
deleted
inserted
replaced
1628:3621f486ce72 | 1629:438561303d02 |
---|---|
228 val addAlwaysInline : string -> unit | 228 val addAlwaysInline : string -> unit |
229 val checkAlwaysInline : string -> bool | 229 val checkAlwaysInline : string -> bool |
230 | 230 |
231 val addNoXsrfProtection : string -> unit | 231 val addNoXsrfProtection : string -> unit |
232 val checkNoXsrfProtection : string -> bool | 232 val checkNoXsrfProtection : string -> bool |
233 | |
234 val setTimeFormat : string -> unit | |
235 val getTimeFormat : unit -> string | |
233 end | 236 end |