8+ results for 'play.api.templates.TxtFormat' (40 ms)

Not the results you expected?
package.html https://github.com/opensas/playdoces.git | HTML | 191 lines
                    
145      <p class="comment cmt">Helper for utilities Txt methods.</p>
                    
146    </li><li visbl="pub" name="play.api.templates.TxtFormat" data-isabs="false">
                    
147      <a id="TxtFormat:TxtFormat"></a>
                    
                
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",
                    
                
SBTSettings.md https://github.com/opensas/playdoces.git | Markdown | 111 lines
                    
106  case "html" => ("play.api.templates.Html", "play.api.templates.HtmlFormat")
                    
107  case "txt" => ("play.api.templates.Txt", "play.api.templates.TxtFormat")
                    
108  case "xml" => ("play.api.templates.Xml", "play.api.templates.XmlFormat")
                    
                
Play22TemplateCompiler.java https://github.com/play2-maven-plugin/play2-maven-plugin.git | Java | 168 lines
                    
42        "play.api.templates.HtmlFormat",
                    
43        "play.api.templates.TxtFormat",
                    
44        "play.api.templates.XmlFormat",
                    
                
Play21TemplateCompiler.java https://github.com/play2-maven-plugin/play2-maven-plugin.git | Java | 172 lines
                    
46        "play.api.templates.HtmlFormat",
                    
47        "play.api.templates.TxtFormat",
                    
48        "play.api.templates.XmlFormat" };
                    
                
JsBuilder.scala https://github.com/corespring/corespring-container.git | Scala | 57 lines
                    
5import play.api.libs.json.{ JsObject, Json }
                    
6import play.api.templates.TxtFormat
                    
7
                    
                
TwirlCompilerAdapterV22X.java https://github.com/hansd/gradle.git | Java | 119 lines
                    
113            new DefaultTwirlTemplateFormat("html", "play.api.templates.HtmlFormat", Collections.singleton("views.html._")),
                    
114            new DefaultTwirlTemplateFormat("txt", "play.api.templates.TxtFormat", Collections.singleton("views.txt._")),
                    
115            new DefaultTwirlTemplateFormat("xml", "play.api.templates.XmlFormat", Collections.singleton("views.xml._")),
                    
                
 

Source

Language