PageRenderTime 95ms queryTime 63ms sortTime 0ms getByIdsTime 2ms findMatchingLines 1ms

2+ results for 'play.api.templates.TxtFormat' (95 ms)

Not the results you expected?
PlaySettings.scala https://github.com/julienrf/playframework.git | Scala | 182 lines
                    
177      case "html" => ("play.api.templates.Html", "play.api.templates.HtmlFormat")
                    
178      case "txt" => ("play.api.templates.Txt", "play.api.templates.TxtFormat")
                    
179      case "xml" => ("play.api.templates.Xml", "play.api.templates.XmlFormat")
                    
                
PlaySettings.scala https://bitbucket.org/iwawiwi/play20.git | Scala | 209 lines
                    
201      "html" -> "play.api.templates.HtmlFormat",
                    
202      "txt" -> "play.api.templates.TxtFormat",
                    
203      "xml" -> "play.api.templates.XmlFormat",
                    
                
 

Source

Language