Home
last modified time | relevance | path

Searched +refs:end +refs:undo +refs:group (Results 126 – 150 of 10521) sorted by relevance

12345678910>>...421

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/common/
H A Dprint.scss61 height: auto !important; /* undo height that JS set in distributeHeight */
62 min-height: 0 !important; /* undo the min-height from each view's specific stylesheet */
66 position: static; /* undo .fc-rigid */
105 /* undo the min-height 100% trick used to fill the container's height */
147 .fc-time-grid .fc-event.fc-not-end {
152 .fc-time-grid .fc-event.fc-not-end:after {
168 /* undo a previous declaration and let the time text span to a second line */
205 .fc-button-group,
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/dist/
H A Dfullcalendar.print.css55 /* undo height that JS set in distributeHeight */
57 /* undo the min-height from each view's specific stylesheet */ }
61 /* undo .fc-rigid */
93 /* undo the min-height 100% trick used to fill the container's height */
128 .fc-time-grid .fc-event.fc-not-end {
132 .fc-time-grid .fc-event.fc-not-end:after {
144 /* undo a previous declaration and let the time text span to a second line */
173 .fc-button-group,
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/web/static/lib/fullcalendar/core/
H A Dmain.css378 .fc-rtl .fc-h-event.fc-not-end {
387 .fc-ltr .fc-h-event.fc-not-end,
400 .fc-rtl .fc-h-event .fc-end-resizer {
407 .fc-ltr .fc-h-event .fc-end-resizer,
759 .fc-button-group {
767 .fc-button-group > .fc-button {
774 .fc-button-group > .fc-button:hover {
778 .fc-button-group > .fc-button:focus,
905 /* undo height that JS set in distributeHeight */
912 /* undo .fc-rigid */
[all …]
/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Dfunctions.cpp1429 const Undo::Event undo(event, resource); in editAlarm() local
1442 Undo::saveEdit(undo, newEvent); in editAlarm()
1514 const Undo::Event undo(event, resource); in editTemplate() local
1516 Undo::saveEdit(undo, newEvent); in editTemplate()
1550 const Undo::Event undo(event, resource); in updateEditedAlarm() local
1552 Undo::saveEdit(undo, newEvent); in updateEditedAlarm()
1717 group.deleteEntry(id); in setDontShowErrors()
1719 group.writeEntry(id, tags); in setDontShowErrors()
1720 group.sync(); in setDontShowErrors()
1738 group.writeEntry(id, tags); in setDontShowErrors()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/themes/osx/mail/activity/
H A Dactivity.css18 -moz-box-pack: end;
28 richlistitem[is="activity-group-richlistitem"] button {
90 .undo {
93 .undo:hover {
96 .undo:hover:active {
184 image.undo {
200 padding-inline-end: 2px;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/themes/linux/mail/activity/
H A Dactivity.css17 -moz-box-pack: end;
28 richlistitem[is="activity-group-richlistitem"] button {
90 .undo {
93 .undo:hover {
96 .undo:hover:active {
184 image.undo {
200 padding-inline-end: 2px;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/themes/windows/mail/activity/
H A Dactivity.css17 -moz-box-pack: end;
45 richlistitem[is="activity-group-richlistitem"] button {
106 .undo {
109 .undo:hover {
112 .undo:hover:active {
189 image.undo {
205 padding-inline-end: 2px;
/dports/cad/lepton-eda/lepton-eda-1.9.17/docs/manual/
H A Dlepton-manual.texi21 @end copying
26 @end direntry
43 @end ifnottex
54 @end macro
57 @end macro
60 @end macro
63 @end macro
66 @end macro
69 @end macro
140 * schematic.undo group::
[all …]
/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxo-shapes.c127 if (end == start) return 0; // no way in find_polygonal()
148 if (i2<end) { in find_polygonal()
169 if (i2<end) { in find_polygonal()
300 undo->type = ITEM_RECOGNIZER; in remove_recognized_strokes()
301 undo->layer = ui.cur_layer; in remove_recognized_strokes()
302 undo->erasurelist = NULL; in remove_recognized_strokes()
313 undo->erasurelist = g_list_append(undo->erasurelist, erasure); in remove_recognized_strokes()
343 make_canvas_item_one(ui.cur_layer->group, item); in insert_recognized_curpath()
553 if (!undo || undo->type!=ITEM_STROKE) return; in recognize_patterns()
557 it = undo->item; in recognize_patterns()
[all …]
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Deditor.py259 self.undo = undo = self.UndoDelegator()
260 per.insertfilter(undo)
293 end = end + 1
475 end = -1
883 end += 1
1009 self.undo.set_saved(flag)
1012 self.undo.reset_undo()
1082 self.undo = None
1548 return m.end(), len(m.group().expandtabs(tabwidth))
1628 s = re.sub(r"-[a-z]\b", lambda m: m.group().upper(), s)
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Deditor.py259 self.undo = undo = self.UndoDelegator()
260 per.insertfilter(undo)
293 end = end + 1
475 end = -1
883 end += 1
1009 self.undo.set_saved(flag)
1012 self.undo.reset_undo()
1082 self.undo = None
1548 return m.end(), len(m.group().expandtabs(tabwidth))
1628 s = re.sub(r"-[a-z]\b", lambda m: m.group().upper(), s)
[all …]
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/texteditor/plaintexteditor/
H A Dplaintexteditor.cpp50 KConfigGroup group(&sonnetKConfig, "Spelling"); in PlainTextEditorPrivate() local
441 } else if (KStandardShortcut::undo().contains(key)) { in overrideShortcut()
459 } else if (KStandardShortcut::end().contains(key)) { in overrideShortcut()
494 } else if (KStandardShortcut::undo().contains(key)) { in handleShortcut()
496 undo(); in handleShortcut()
565 } else if (KStandardShortcut::end().contains(key)) { in handleShortcut()
666 int end = move.position(); in moveLineUpDown() local
669 move.setPosition(end); in moveLineUpDown()
827 KConfigGroup group(config, "Spelling"); in setSpellCheckingConfigFileName() local
865 KConfigGroup group(config, "Spelling"); in setSpellCheckingLanguage() local
[all …]
/dports/multimedia/pitivi/pitivi-0.999/docs/design/2007_design/
H A D2007_Advanced_UI_implementation.md19 - multiple-level undo/redo support
104 need to know about smart group is:
107 properties on a smartgroup will cause all the group's children to
109 - The smart group keeps track of its size: If any of the group's
148 - make\_dragable(canvas, item, start\_cb, transform, end\_cb,
212 can be manipulated. To this end, all Selectable objects provide a
293 - @classmethod snapObj(start, duration, flags) -- snap start or end
320 - peek -- return the top of the undo stack
321 - poke -- update the top of the undo stack in place
324 from the undo stack)
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dstrokeselection.cpp148 std::vector<int> indexesV(indexes.begin(), indexes.end()); in deleteStrokesWithoutUndo()
186 void undo() const override { in undo() function in __anonf23a5a000111::CopyStrokesUndo
432 if (it == m_indexes.end()) in toggle()
512 TUndo *undo; in deleteStrokes() local
528 assert(undo); in deleteStrokes()
529 if (undo) TUndoManager::manager()->add(undo); in deleteStrokes()
626 TUndo *undo; in cut() local
641 assert(undo); in cut()
642 if (undo) TUndoManager::manager()->add(undo); in cut()
658 enableCommand(m_groupCommand.get(), MI_Group, &TGroupCommand::group); in enableCommands()
[all …]
/dports/www/gallery2/gallery2/modules/quotas/po/
H A Dda.po82 msgstr "Kvotestørrelse skal være mindre end 2097152 MB (2048 GB)."
113 msgid "This will completely remove the %s (%s %s) group quota from Gallery. There is no undo!"
124 msgid "This will completely remove the %s (%s %s) user quota from Gallery. There is no undo!"
144 msgid "Removed group quota for '%s'"
148 msgid "Created group quota for '%s'"
152 msgid "Modified group quota for '%s'"
169 "users in that group will be assigned that quota. If a user belongs to more than one group, "
171 "that will override any group quotas."
174 "alle medlemmerne af den gruppe få tildelt samme kvote. Hvis en bruger tilhører mere end en "
179 msgid "There is %d group quota in the system."
[all …]
/dports/math/octave-forge-doctest/doctest-0.7.0/inst/
H A Ddoctest.m65 %% @end group
78 %% @end group
89 %% @end group
100 %% @end group
122 %% @end group
145 %% @end group
156 %% @end group
168 %% @end group
189 %% @end group
202 %% @end group
[all …]
/dports/games/frogatto/frogatto-1.3.1/src/
H A Deditor.cpp813 const int group = lvl->add_group(); in group_selection() local
820 undo.push_back(boost::bind(&level::set_character_group, lvl.get(), c, c->group())); in group_selection()
821 redo.push_back(boost::bind(&level::set_character_group, lvl.get(), c, group)); in group_selection()
1300 …::find(g_current_draw_tiles.begin(), g_current_draw_tiles.end(), p) == g_current_draw_tiles.end())… in process()
1347 if(i != levels_.end()) { in toggle_active_level()
1349 if(i == levels_.end()) { in toggle_active_level()
1881 if(i != v.end()) { in handle_mouse_button_down()
2076 i != vars.end(); ++i) { in handle_mouse_button_down()
2652 new_selection.tiles.insert(new_selection.tiles.end(), tiles.begin(), tiles.end()); in select_magic_wand()
3499 std::reverse(undo.begin(), undo.end()); in end_command_group()
[all …]
/dports/graphics/kludge3d/kludge3d-20040822/
H A DTODO70 - insert external file (probably listed on the "group" tab)
98 X max-undo-stack-length, give user control over max-undo-stack-length
104 X undo-related preferences: undo stack length (or unlimited), 'enable undo for
185 x groupbtns "select" button does not place an undo marker on the undo stack
186 - changing selected group causes resize event
189 X keyboard shortcuts in tex_app act weird; end up changing input focus
299 - finish the undo stuff:
318 x move undo lists to Model
324 Example: group browser would simply listen for both
399 X finish group ops ("duplicate group", dnd stuff, etc )
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/operation/
H A DColorSelectionControls.java13 import javax.swing.undo.AbstractUndoableEdit;
54 if ( b.getModel() == group.getSelection() ) { in getSelection()
71 ButtonGroup group = new ButtonGroup(); field in ColorSelectionControls.ColorPresets
79 group.add(button); in ColorPresets()
140 final Enumeration e = group.getElements(); in setSelectedItem()
151 group.remove( selection ); in setSelectedItem()
153 group.add( selection ); in setSelectedItem()
453 void end( String name ) { in end() method in ColorSelectionControls.ColorSelectionEdit
462 public void undo() { in undo() method in ColorSelectionControls.ColorSelectionEdit
463 super.undo(); in undo()
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dstyledtexteditor.py328 start, end = self.textbuffer.get_bounds()
547 ('STUndo', self.undo, '<primary>z'),
626 group = None
633 if group is None:
634 group = menuitem
753 start, end = self.textbuffer.get_bounds()
758 for start, end in tag_data:
875 start, end = self.textbuffer.get_bounds()
876 return self.textbuffer.get_text(start, end, True)
878 def undo(self, *obj): member in StyledTextEditor
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DEditorWindow.py305 self.undo = undo = self.UndoDelegator()
306 per.insertfilter(undo)
342 end = end + 1
466 if end is None:
467 end = -1
815 end += 1
939 self.undo.set_saved(flag)
942 self.undo.reset_undo()
1014 self.undo = None
1666 s = re.sub(r"-[a-z]\b", lambda m: m.group().upper(), s)
[all …]
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DEditorWindow.py305 self.undo = undo = self.UndoDelegator()
306 per.insertfilter(undo)
342 end = end + 1
466 if end is None:
467 end = -1
815 end += 1
939 self.undo.set_saved(flag)
942 self.undo.reset_undo()
1014 self.undo = None
1666 s = re.sub(r"-[a-z]\b", lambda m: m.group().upper(), s)
[all …]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/deployment/cpp-inference/src/
H A Dclipp.hpp699 s.end() ); in trimr()
808 using std::end; in longest_common_prefix()
2757 parent{&p}, cur{p.begin()}, end{p.end()} in context()
3014 void undo(const memento& m) { in undo() function in clipp::group::depth_first_traverser
4015 if(!scopes_.empty()) pos_.undo(scopes_.top()); in next_after_match()
4106 pos_.undo(scopes_.top()); in check_if_left_scope()
4113 pos_.undo(scopes_.top()); in check_if_left_scope()
4131 pos_.undo(scopes_.top()); in return_to_outermost_scope()
4144 pos_.undo(scopes_.top()); in return_to_level()
6039 std::any_of(group.begin(), group.end(), in start_group()
[all …]
/dports/deskutils/zim/zim-0.74.3/tests/
H A Dpageview.py518 undomanager.undo()
1309 for group in undomanager.stack + [undomanager.group]:
1312 for action in group:
1355 for group in undomanager.stack:
1356 self.assertTrue(len(group) == 1) # merge was sucessfull
1383 undomanager.undo()
1397 undomanager.undo()
1406 undomanager.undo()
1407 undomanager.undo()
1408 undomanager.undo()
[all …]
/dports/audio/kwave/kwave-21.12.3/kwave/
H A Dmenus.config34 menu (save(),File/&Save/#group(@SIGNAL))
56 menu (undo(),Edit/Undo/#icon(edit-undo),::Undo,ID_EDIT_UNDO)
57 menu (undo(),Edit/Undo/#disabled)
62 menu (cut(),Edit/Cut/#group(@SIGNAL,@SELECTION))
115 menu (ignore(),View/#group(@SIGNAL),,ID_VIEW)
131 menu (ignore(),Play/#group(@SIGNAL),,ID_PLAY_MENU)
146 menu (ignore(),Labels/#group(@SIGNAL),,ID_LABELS)
161 menu (ignore(),Fx/#group(@SIGNAL),,ID_FX)
167 menu (ignore(),Fx/Fade In/#group(@SELECTION))
196 # menu (flip(),Fx/Flip Phase/#group(@SIGNAL))
[all …]

12345678910>>...421