Home
last modified time | relevance | path

Searched refs:otherAttributes (Results 1 – 5 of 5) sorted by relevance

/external/dokka/core/src/main/kotlin/Formats/
DKotlinWebsiteHtmlFormatService.kt41 …protected fun div(to: StringBuilder, cssClass: String, otherAttributes: String = "", block: () -> … in appendCode()
42 to.append("<div class=\"$cssClass\"$otherAttributes") in appendCode()
DKotlinWebsiteFormatService.kt37 …protected fun div(to: StringBuilder, cssClass: String, otherAttributes: String = "", markdown: Boo… in appendCode()
38 to.append("<div class=\"$cssClass\"$otherAttributes") in appendCode()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/EDSC/
DBuilders.h54 ArrayRef<Value> otherValues = {}, ArrayRef<Attribute> otherAttributes = {});
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartCollation.java171 String otherAttributes = settingsMatcher.group(2); in writeSubcharts() local
/external/llvm-project/mlir/lib/Dialect/Linalg/EDSC/
DBuilders.cpp29 ArrayRef<Attribute> otherAttributes) { in makeGenericLinalgOp() argument