All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gitbucket.core.issues.html.editcomment.template.scala Maven / Gradle / Ivy

The newest version!

package gitbucket.core.issues.html

import _root_.play.twirl.api.TwirlFeatureImports._
import _root_.play.twirl.api.TwirlHelperImports._
import _root_.play.twirl.api.Html
import _root_.play.twirl.api.JavaScript
import _root_.play.twirl.api.Txt
import _root_.play.twirl.api.Xml

object editcomment extends _root_.play.twirl.api.BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable,_root_.play.twirl.api.Format[play.twirl.api.HtmlFormat.Appendable]](play.twirl.api.HtmlFormat) with _root_.play.twirl.api.Template4[String,Int,gitbucket.core.service.RepositoryService.RepositoryInfo,gitbucket.core.controller.Context,play.twirl.api.HtmlFormat.Appendable] {

  /**/
  def apply/*1.2*/(content: String, commentId: Int,
  repository: gitbucket.core.service.RepositoryService.RepositoryInfo)(implicit context: gitbucket.core.controller.Context):play.twirl.api.HtmlFormat.Appendable = {
    _display_ {
      {


Seq[Any](format.raw/*3.1*/("""
"""),_display_(/*4.2*/gitbucket/*4.11*/.core.helper.html.preview(
  repository         = repository,
  content            = content,
  enableWikiLink     = false,
  enableRefsLink     = true,
  enableLineBreaks   = true,
  enableTaskList     = true,
  hasWritePermission = true,
  completionContext  = "issues",
  style              = "",
  elastic            = true,
  focus              = true,
  tabIndex           = 1
)),format.raw/*17.2*/("""
"""),format.raw/*18.1*/("""
""")) } } } def render(content:String,commentId:Int,repository:gitbucket.core.service.RepositoryService.RepositoryInfo,context:gitbucket.core.controller.Context): play.twirl.api.HtmlFormat.Appendable = apply(content,commentId,repository)(context) def f:((String,Int,gitbucket.core.service.RepositoryService.RepositoryInfo) => (gitbucket.core.controller.Context) => play.twirl.api.HtmlFormat.Appendable) = (content,commentId,repository) => (context) => apply(content,commentId,repository)(context) def ref: this.type = this } /* -- GENERATED -- SOURCE: src/main/twirl/gitbucket/core/issues/editcomment.scala.html HASH: 575f93fbf019dbcb312b197e0d523cef6cd8ef6b MATRIX: 682->1|933->159|989->189|1018->198|1068->223|1085->232|1489->616|1517->617|1612->685|1642->694|1755->780|1785->789|1892->868|1921->869|1951->872|2008->901|2037->902|2069->907|2116->927|2146->936|2192->955|2222->964|2300->1015|2330->1024|2409->1076|2437->1077|2489->1102|2519->1111|2566->1130|2595->1131|2627->1136|2756->1238|2786->1247|2832->1266|2862->1275|2934->1319|2963->1320|2997->1327|3031->1334|3047->1341|3073->1346|3102->1348|3121->1358|3148->1364|3177->1366|3196->1376|3222->1381|3271->1403|3301->1412|3364->1447|3393->1448|3429->1457|3509->1510|3537->1511|3569->1516|3597->1517|3673->1565|3702->1566|3736->1573|3783->1593|3813->1602|3859->1621|3889->1630|3973->1687|4003->1696|4082->1748|4110->1749|4142->1754|4170->1755|4223->1781|4253->1790|4300->1809|4329->1810|4361->1815|4408->1835|4438->1844|4484->1863|4514->1872|4586->1917|4602->1924|4628->1929|4657->1931|4676->1941|4703->1947|4732->1949|4751->1959|4777->1964|4827->1987|4857->1996|4918->2030|4946->2031|4976->2034|5004->2035 LINES: 14->1|20->3|20->3|20->3|21->4|21->4|34->17|35->18|36->19|36->19|37->20|37->20|40->23|40->23|41->24|41->24|41->24|42->25|42->25|42->25|42->25|42->25|43->26|43->26|45->28|45->28|47->30|47->30|47->30|47->30|48->31|49->32|49->32|49->32|49->32|50->33|50->33|51->34|51->34|51->34|51->34|51->34|51->34|51->34|51->34|51->34|51->34|51->34|51->34|53->36|53->36|54->37|56->39|56->39|57->40|57->40|59->42|59->42|60->43|60->43|60->43|60->43|60->43|61->44|61->44|62->45|62->45|63->46|63->46|65->48|65->48|65->48|65->48|66->49|66->49|66->49|66->49|66->49|67->50|67->50|67->50|67->50|67->50|67->50|67->50|67->50|67->50|67->50|67->50|69->52|69->52|70->53|70->53 -- GENERATED -- */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy