úÎXÁ Safe-Infered   None/Tells if a file is included in the YUI bundle. isYUIFile "yui/yui-min.js"True9Reads the contents of a file included in the YUI bundle. None"Mounts a handler for serving YUI. &The handler responds to these routes:  /3.5.1/ > The YUI seed file plus the configuration for using our own  combo loader. /3.5.1/combo  The combo loader. /3.5.1/css : A specialized combo loader for CSS modules, for use in <link/> I tags. Simply list the CSS modules in the query string by name rather  than file path, for example  "/3.5.1/ css?reset&base&fonts&grids". Order matters;  you'+ll usually want reset first if you use it. /3.5.1/bundle/<filename> 1 Get an individual file without combo loading. /3.5.1/config I The code for configuring YUI to use our own combo loader. Not needed - if you use the seed file mentioned above. HThe version number of the bundled YUI release is included in the routes C for sake of cache-busting: the routes all respond with far-future  expiration dates. GGets the class name for the grid unit of the ratio of the two argument  integers. YUI doesn' t define redundant classes like "6/24" because  that is the same as 1/14 and presumably for sake of a smaller CSS file. 4 This helper function handles that for you, though:  gridUnit 6 24 "yui3-u-1-4"EThe intention is for this function to be used in templates to create 4 values for class attributes, for example with HSP: <div class=(gridUnit 6 24)>  <% someContent %> </div> 7Converts a pixel size to a percentage suitable for use  with the CSS fonts module:  fontSize 16"123.1%"7Useful in generated stylesheets, for example with HSP: <style> & h1 { font-size: <% fontSize 26 %> }  </style> "The URL of your application, e.g. "http://localhost:8000". 4The path under which to mount the YUI handler, e.g. "/yui".       happstack-yui-7351.3.0Happstack.Server.YUIPaths_happstack_yuiHappstack.Server.YUI.Bundle isYUIFile readYUIFile implYUISitegridUnitfontSizeversion getBinDir getLibDir getDataDir getLibexecDirgetDataFileName