Home
last modified time | relevance | path

Searched refs:ui_done (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/R-cran-usethis/usethis/R/
H A Dpr.R203 ui_done("Pulling changes from {ui_value(remref)}")
248 ui_done("Switching to branch {ui_value(branch)}")
292 ui_done("
327 ui_done("
339 ui_done("Switching to branch {ui_value(pr$pr_local_branch)}")
379 ui_done("
424 ui_done("
560 ui_done("Deleting local {ui_value(pr_local_branch)} branch")
579 ui_done("Removing remote {ui_value(pr$pr_remote)}")
603 ui_done("Pulling changes from {ui_value(remref)}")
[all …]
H A Dhelpers.R21 ui_done("Setting {ui_field(name)} field in DESCRIPTION to {ui_value(value)}")
53 ui_done("Adding {ui_value(package)} to {ui_field(type)} field in DESCRIPTION")
70 ui_done(
78 ui_done(
103 ui_done(
120 ui_done("Opening URL {ui_value(url)}")
H A Dcreate.R90 ui_done("Writing a sentinel file {ui_path('.here')}")
239 ui_done("Setting {ui_code(fork_status)}")
258 ui_done("Forking {ui_value(repo_info$full_name)}")
273 ui_done("Cloning repo from {ui_value(origin_url)} into {ui_value(repo_path)}")
283 ui_done("Adding {ui_value('upstream')} remote: {ui_value(upstream_url)}")
287 ui_done("
H A Dutils-git.R86 ui_done("Adding files")
88 ui_done("Making a commit with message {ui_value(message)}")
202 ui_done("No remote branch to pull from for {ui_value(branch)}")
208 ui_done("Pulling from {ui_value(remref)}")
271 ui_done("
306 ui_done("Local branch {ui_value(branch)} is not tracking a remote branch.")
311 ui_done("
315 ui_done("
H A Dcourse.R77 ui_done("Downloading from {ui_value(url)}")
79 ui_done("Download stored in {ui_path(zipfile)}")
94 ui_done("Downloading from {ui_value(url)}")
96 ui_done("Download stored in {ui_path(zipfile)}")
369 ui_done(
380 ui_done("Deleting {ui_path(zipfile, base_path)}")
387 ui_done("Opening project in RStudio")
390 ui_done("Opening {ui_path(target, base_path)} in the file manager")
H A Dr.R82 ui_done("Moving {ui_path(r_old_path)} to {ui_path(r_new_path)}")
102 ui_done("Moving {ui_path(old_test)} to {ui_path(new_test)}")
110 ui_done("Moving {ui_path(old_snaps)} to {ui_path(new_snaps)}")
126 ui_done("Removing call to {ui_code('context()')}")
137 ui_done("Updating paths in {ui_path(test_path)}")
H A Dgithub-labels.R98 ui_done("Renaming labels: {paste0(delta, collapse = '\n')}")
149 ui_done("Adding missing labels: {ui_value(to_add)}")
172 ui_done("Updating colours: {ui_value(to_update)}")
191 ui_done("Updating descriptions: {ui_value(to_update)}")
208 ui_done("Removing default labels: {ui_value(to_remove)}")
H A Dgithub.R98 ui_done("Creating {private_string}GitHub repository {ui_value(repo_spec)}")
125 ui_done("Setting remote {ui_value('origin')} to {ui_value(origin_url)}")
141 ui_done("
153 ui_done("
H A Dwrite.R61 ui_done("Adding {ui_value(new)} to {ui_path(proj_rel_path(path))}")
83 ui_done("Writing {ui_path(path)}")
88 ui_done("Leaving {ui_path(path)} unchanged")
H A Dgithub-pages.R76 ui_done("Activating GitHub Pages for {ui_value(tr$repo_spec)}")
108 ui_done("GitHub Pages is publishing from:")
134 ui_done("
H A Daddin.R18 ui_done("Creating {ui_path(addin_dcf_path)}")
24 ui_done("Adding binding to {ui_code(addin)} to addins.dcf.")
H A Dtidyverse.R201 ui_done("Styled project according to the tidyverse style guide")
301 ui_done("
335 ui_done("Found {length(contributors)} contributors:")
351 ui_done("Resolving timestamp for ref {ui_value(x)}")
H A Dnews.R37 ui_done("Replacing development heading in NEWS.md")
41 ui_done("Adding new heading to NEWS.md")
H A Dpkgdown.R78 ui_done("
91 ui_done("Adding {ui_value(url)} to {ui_field('URL')} field in DESCRIPTION")
104 ui_done("Setting {ui_value(url)} as homepage of GitHub repo \\
H A Dlogo.R32 ui_done("Copied {ui_path(img)} to {ui_path(logo_path)}")
41 ui_done("Resized {ui_path(img)} to {geometry}")
H A Dedit.R159 ui_done("Copying snippets file to {ui_path(new_path)}")
164 ui_done("New snippet file at {ui_path(path)}")
223 ui_done("Setting up new global gitignore: {ui_path(file)}")
H A Dproj.R79 ui_done("Setting active project to {ui_value(proj_string)}")
269 ui_done("Opening {ui_path(path, base = NA)} in new RStudio session")
276 ui_done("Changing working directory to {ui_path(path, base = NA)}")
H A Dissue.R55 ui_done("
106 ui_done("
H A Dblock.R21 ui_done("Adding {desc} to {ui_path(path)}")
60 ui_done("Replacing {desc} in {ui_path(path)}")
H A Dlifecycle.R30 ui_done("Copied SVG badges to {ui_path(dest_dir)}")
H A Ddirectory.R33 ui_done("Creating {ui_path(path)}")
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Duisnapshot.c197 static bool ui_done; variable
218 ui_done = true; in load_snapshot_filename_callback()
256 ui_done = false; in load_snapshot_trap()
260 while (!ui_done) { in load_snapshot_trap()
278 ui_done = true; in save_snapshot_trap_impl()
299 ui_done = false; in save_snapshot_trap()
303 while (!ui_done) { in save_snapshot_trap()
/dports/devel/R-cran-usethis/usethis/man/
H A Dui.Rd7 \alias{ui_done}
25 ui_done(x, .envir = parent.frame())
78 \item block styles: \code{ui_line()}, \code{ui_done()}, \code{ui_todo()}, \code{ui_oops()},
97 ui_done("{ui_field('name')} set to {ui_value(new_val)}")
/dports/devel/R-cran-usethis/usethis/tests/testthat/
H A Dhelper.R42 ui_done("Deleting temporary project: {ui_path(dir)}")
60 ui_done("Restoring original working directory: {ui_path(old_wd)}")
H A Dtest-ui.R8 ui_done("done")

12