Searched refs:otherAttributes (Results 1 – 5 of 5) sorted by relevance
41 …protected fun div(to: StringBuilder, cssClass: String, otherAttributes: String = "", block: () -> … in appendCode()42 to.append("<div class=\"$cssClass\"$otherAttributes") in appendCode()
37 …protected fun div(to: StringBuilder, cssClass: String, otherAttributes: String = "", markdown: Boo… in appendCode()38 to.append("<div class=\"$cssClass\"$otherAttributes") in appendCode()
54 ArrayRef<Value> otherValues = {}, ArrayRef<Attribute> otherAttributes = {});
171 String otherAttributes = settingsMatcher.group(2); in writeSubcharts() local
29 ArrayRef<Attribute> otherAttributes) { in makeGenericLinalgOp() argument