Searched defs:append (Results 1 – 4 of 4) sorted by relevance
286 fun append(key: Int, value: E) { in append() method
839 val append = when { in handleTag() constant925 … val append = "${text.substring(0, start)}$qualifiedName$memberPart $referenceText}" in handleTag() constant
594 public static void writeToFile(String inputString, File destFile, boolean append) in writeToFile()617 InputStream input, File destFile, boolean append) throws IOException { in writeToFile()
121 val append = envVarToArgs(ENV_VAR_METALAVA_APPEND_ARGS) in run() constant