Home
last modified time | relevance | path

Searched refs:can_restore (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/ncurses/ncurses-6.3/progs/
H A Dtty_settings.c43 static bool can_restore = FALSE; variable
87 can_restore = TRUE; in save_tty_settings()
96 if (can_restore) in restore_tty_settings()
/dports/x11/libfm-extra/libfm-1.3.2/src/modules/
H A Dgtk-menu-trash.c54 gboolean can_restore = TRUE, is_trash_root = FALSE; in _update_file_menu_for_trash() local
67 can_restore = FALSE; in _update_file_menu_for_trash()
71 if(can_restore) in _update_file_menu_for_trash()
/dports/x11/libfm/libfm-1.3.2/src/modules/
H A Dgtk-menu-trash.c54 gboolean can_restore = TRUE, is_trash_root = FALSE; in _update_file_menu_for_trash() local
67 can_restore = FALSE; in _update_file_menu_for_trash()
71 if(can_restore) in _update_file_menu_for_trash()
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Drevision.php199 $can_restore = current_user_can( 'edit_post', $post->ID );
205 if ( $can_restore ) {
254 'restoreUrl' => $can_restore ? $restore_link : false,
H A Dimage-edit.php34 $can_restore = false;
36 $can_restore = wp_basename( $meta['file'] ) !== $backup_sizes['full-orig']['file'];
141 <?php if ( $can_restore ) { ?>
157 …tton button-primary" value="<?php esc_attr_e( 'Restore image' ); ?>" <?php echo $can_restore; ?> />
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Drevision.php199 $can_restore = current_user_can( 'edit_post', $post->ID );
205 if ( $can_restore ) {
254 'restoreUrl' => $can_restore ? $restore_link : false,
H A Dimage-edit.php34 $can_restore = false;
36 $can_restore = wp_basename( $meta['file'] ) !== $backup_sizes['full-orig']['file'];
141 <?php if ( $can_restore ) { ?>
157 …tton button-primary" value="<?php esc_attr_e( 'Restore image' ); ?>" <?php echo $can_restore; ?> />
/dports/www/moodle310/moodle/admin/tool/recyclebin/classes/
H A Dbase_bin.php99 public abstract function can_restore(); function in tool_recyclebin\\base_bin
H A Dcourse_bin.php348 public function can_restore() { function in tool_recyclebin\\course_bin
H A Dcategory_bin.php360 public function can_restore() { function in tool_recyclebin\\category_bin
/dports/www/moodle311/moodle/admin/tool/recyclebin/classes/
H A Dbase_bin.php99 public abstract function can_restore(); function in tool_recyclebin\\base_bin
H A Dcourse_bin.php348 public function can_restore() { function in tool_recyclebin\\course_bin
H A Dcategory_bin.php360 public function can_restore() { function in tool_recyclebin\\category_bin
/dports/www/moodle39/moodle/admin/tool/recyclebin/classes/
H A Dbase_bin.php99 public abstract function can_restore(); function in tool_recyclebin\\base_bin
H A Dcourse_bin.php348 public function can_restore() { function in tool_recyclebin\\course_bin
H A Dcategory_bin.php360 public function can_restore() { function in tool_recyclebin\\category_bin
/dports/www/moodle310/moodle/admin/tool/recyclebin/
H A Dindex.php100 if ($recyclebin->can_restore()) {
180 $canrestore = $recyclebin->can_restore();
/dports/www/moodle39/moodle/admin/tool/recyclebin/
H A Dindex.php100 if ($recyclebin->can_restore()) {
180 $canrestore = $recyclebin->can_restore();
/dports/www/moodle311/moodle/admin/tool/recyclebin/
H A Dindex.php100 if ($recyclebin->can_restore()) {
180 $canrestore = $recyclebin->can_restore();
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dfilemenu.cpp133 bool can_restore = true; local
139 can_restore = false;
143 if(can_restore) {
/dports/games/gnome-tetravex/gnome-tetravex-3.38.2/src/
H A Dgnome-tetravex.vala253 …_cli ((!) cli, "org.gnome.Tetravex", out settings, out saved_game, out can_restore, out puzzle, re…
267 can_restore = Puzzle.is_valid_saved_game (saved_game, /* restore finished game */ false);
357 if (can_restore && !restore_on_start)
502 if (can_restore && restore_on_start)
576 else if (!can_restore)
588 private bool can_restore = false;
592 if (!can_restore)
600 if (!can_restore)
605 can_restore = false;
655 if (can_restore && !restore_on_start)
H A Dcli.vala25 …ema_name, out GLib.Settings settings, out Variant saved_game, out bool can_restore, out Puzzle puz…
30 can_restore = Puzzle.is_valid_saved_game (saved_game, /* restore finished game */ true);
55 else if (can_restore)
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/widgets/
H A Ddropdown.rs163 fn can_restore(&self) -> bool { in can_restore() method
/dports/www/moodle310/moodle/course/classes/
H A Dlist_element.php466 public function can_restore() { function in core_course_list_element
/dports/www/moodle311/moodle/course/classes/
H A Dlist_element.php466 public function can_restore() { function in core_course_list_element

123