Home
last modified time | relevance | path

Searched refs:to_column (Results 26 – 50 of 170) sorted by relevance

1234567

/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/
H A Ddocument.py927 to_line, to_column = self.translate_index_to_position(to)
928 from_column, to_column = sorted([from_column, to_column])
932 to_column += 1
941 l, min(line_length, to_column)
1001 _, to_column = self.translate_index_to_position(intersection_end)
1006 to_column += 1
1008 return from_column, to_column
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/DB/
H A DOracle.pm652 my $to_column = $references->{COLUMN};
668 . " AFTER UPDATE OF $to_column ON $to_table "
675 . " SET $column = :NEW.$to_column"
676 . " WHERE $column = :OLD.$to_column;"
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/DB/
H A DOracle.pm655 my $to_column = $references->{COLUMN};
671 . " AFTER UPDATE OF $to_column ON $to_table "
678 . " SET $column = :NEW.$to_column"
679 . " WHERE $column = :OLD.$to_column;"
/dports/databases/grass7/grass-7.8.6/scripts/v.what.vect/
H A Dv.what.vect.py71 to_column=options['query_column'],
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/
H A Ddocument.py791 to_line, to_column = self.translate_index_to_position(to)
792 from_column, to_column = sorted([from_column, to_column])
799 self.translate_row_col_to_index(l, min(line_length - 1, to_column)))
839 _, to_column = self.translate_index_to_position(intersection_end)
841 return from_column, to_column
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/
H A Ddocument.py791 to_line, to_column = self.translate_index_to_position(to)
792 from_column, to_column = sorted([from_column, to_column])
799 self.translate_row_col_to_index(l, min(line_length - 1, to_column)))
839 _, to_column = self.translate_index_to_position(intersection_end)
841 return from_column, to_column
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp501 cursor_set_column(selection.to_column); in _update_selection_mode_word()
512 cursor_set_column(selection.to_column); in _update_selection_mode_word()
2360 selection.to_column = cursor.column;
2392 selection.to_column = cursor.column;
4069 op.to_column = retchar;
4093 current_op.to_column = retchar;
4120 op.to_column = p_to_column;
5298 cursor_set_column(selection.to_column, false);
5333 selection.to_column = p_to_column;
5391 return selection.to_column;
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp501 cursor_set_column(selection.to_column); in _update_selection_mode_word()
512 cursor_set_column(selection.to_column); in _update_selection_mode_word()
2360 selection.to_column = cursor.column;
2392 selection.to_column = cursor.column;
4069 op.to_column = retchar;
4093 current_op.to_column = retchar;
4120 op.to_column = p_to_column;
5298 cursor_set_column(selection.to_column, false);
5333 selection.to_column = p_to_column;
5391 return selection.to_column;
[all …]
/dports/sysutils/nvimpager/nvimpager-0.10.4/lua/
H A Dnvimpager.lua617 function state.render(self, from_line, from_column, to_line, to_column)
618 if from_line == to_line and from_column == to_column then
629 add_highlight(groupname, from_line, from_column, to_column)
635 add_highlight(groupname, to_line, 1, to_column)
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_mock.h47 void(int from_column, int to_column, int width));
H A Dtable_layout_interface.h48 virtual void EnsureColumnsWidth(int from_column, int to_column, int width)
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_mock.h47 void(int from_column, int to_column, int width));
H A Dtable_layout_interface.h48 virtual void EnsureColumnsWidth(int from_column, int to_column, int width)
H A Dtable_layout.h137 void EnsureColumnsWidth(int from_column, int to_column, int width);
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_mock.h47 void(int from_column, int to_column, int width));
H A Dtable_layout.h137 void EnsureColumnsWidth(int from_column, int to_column, int width);
H A Dtable_layout_interface.h48 virtual void EnsureColumnsWidth(int from_column, int to_column, int width)
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_mock.h47 void(int from_column, int to_column, int width));
H A Dtable_layout.h137 void EnsureColumnsWidth(int from_column, int to_column, int width);
H A Dtable_layout_interface.h48 virtual void EnsureColumnsWidth(int from_column, int to_column, int width)
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_mock.h47 void(int from_column, int to_column, int width));
H A Dtable_layout_interface.h48 virtual void EnsureColumnsWidth(int from_column, int to_column, int width)
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_mock.h47 void(int from_column, int to_column, int width));
H A Dtable_layout.h137 void EnsureColumnsWidth(int from_column, int to_column, int width);
H A Dtable_layout_interface.h48 virtual void EnsureColumnsWidth(int from_column, int to_column, int width)

1234567