Home
last modified time | relevance | path

Searched +defs:select +defs:line (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/dports/devel/redasm/REDasm-2.1.1/QHexView/document/
H A Dqhexcursor.cpp76 void QHexCursor::select(const QHexPosition &pos) { this->select(pos.line, pos.column, pos.nibbleind… in select() function in QHexCursor
78 void QHexCursor::moveTo(int line, int column, int nibbleindex) in moveTo()
87 void QHexCursor::select(int line, int column, int nibbleindex) in select() function in QHexCursor
98 int line = offset / HEX_LINE_LENGTH; in moveTo() local
102 void QHexCursor::select(int length) { this->select(m_position.line, std::min(HEX_LINE_LAST_COLUMN, … in select() function in QHexCursor
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/gui/treeview/
H A Dlinesselectionmodel.cpp36 LinesSelectionModel::select(const QModelIndex &index, QItemSelectionModel::SelectionFlags command) in select() function in LinesSelectionModel
42 LinesSelectionModel::select(const QItemSelection &selection, QItemSelectionModel::SelectionFlags co… in select() function in LinesSelectionModel
55 const SubtitleLine *line = subtitle->line(sel.takeFirst().row()); in select() local
93 const SubtitleLine *line = *it; in reset() local
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/modification/
H A Drs_selection.cpp77 void RS_Selection::selectAll(bool select) { in selectAll()
133 bool select, bool cross) { in selectWindow()
152 bool select) { in selectIntersected()
154 RS_Line line{v1, v2}; in selectIntersected() local
222 bool select = !e->isSelected(); in selectContour() local
301 bool select = !e->isSelected(); in selectLayer() local
317 void RS_Selection::selectLayer(const QString& layerName, bool select) { in selectLayer()
/dports/net/zebra-server/idzebra-2.0.55/data1/
H A Dd1_sutrs.c39 static int nodetobuf(data1_node *n, int select, WRBUF b, int indent, int col) in nodetobuf()
42 char line[1024]; in nodetobuf() local
141 char *data1_nodetobuf (data1_handle dh, data1_node *n, int select, int *len) in data1_nodetobuf()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dpk8020.cpp25 for (uint8_t line = 8; line < 16; line++) in keyboard_r() local
31 for (uint8_t line = 0; line < 8; line++) in keyboard_r() local
55 …uint8_t select = m_decplm->read(bitswap<13>((offset & 0xff00) | m_bank_select, 2, 5, 6, 4, 12, 3, … in memory_r() local
81 …uint8_t select = m_decplm->read(bitswap<13>((offset & 0xff00) | m_bank_select, 2, 5, 6, 4, 12, 3, … in memory_w() local
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dpk8020.cpp25 for (uint8_t line = 8; line < 16; line++) in keyboard_r() local
31 for (uint8_t line = 0; line < 8; line++) in keyboard_r() local
55 …uint8_t select = m_decplm->read(bitswap<13>((offset & 0xff00) | m_bank_select, 2, 5, 6, 4, 12, 3, … in memory_r() local
81 …uint8_t select = m_decplm->read(bitswap<13>((offset & 0xff00) | m_bank_select, 2, 5, 6, 4, 12, 3, … in memory_w() local
/dports/cad/pcb/pcb-4.2.0/src/
H A Dselect.c94 LineType *line = (LineType *) ptr2; in SelectObject() local
225 SelectBlock (BoxType *Box, bool select) in SelectBlock()
729 SelectByFlag (int flag, bool select) in SelectByFlag()
845 SelectObjectByName (int Type, char *Pattern, bool select) in SelectObjectByName()
1028 SelectBuriedVias (bool select) in SelectBuriedVias()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/disassembler/listing/
H A Dlistingcursor.cpp73 void ListingCursor::set(size_t line, size_t column) { this->moveTo(line, column, false); } in set()
74 void ListingCursor::moveTo(size_t line, size_t column) { this->moveTo(line, column, true); } in moveTo()
76 void ListingCursor::select(size_t line, size_t column) in select() function in REDasm::ListingCursor
112 void ListingCursor::moveTo(size_t line, size_t column, bool save) in moveTo()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_text_api.c55 static void rna_Text_cursor_set(Text *text, int line, int ch, bool select) in rna_Text_cursor_set()
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/test/java/com/sun/mail/imap/
H A DIMAPUidExpungeTest.java474 public void select(String line) throws IOException { in select() method in IMAPUidExpungeTest.IMAPHandlerExpunge
480 public void fetch(String line) throws IOException { in fetch()
H A DIMAPFetchProfileTest.java215 public void select(String line) throws IOException { in select() method in IMAPFetchProfileTest.IMAPHandlerFetch
H A DIMAPHandler.java350 public void select(String line) throws IOException { in select() method in IMAPHandler
372 public void list(String line) throws IOException { in list()
398 String line = readLine(); in idleWait() local
412 public void fetch(String line) throws IOException { in fetch()
421 public void store(String line) throws IOException { in store()
430 public void search(String line) throws IOException { in search()
458 public void append(String line) throws IOException { in append()
472 public void id(String line) throws IOException { in id()
482 public void enable(String line) throws IOException { in enable()
491 public void create(String line) throws IOException { in create()
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dlc_actiongroupmanager.h27 QActionGroup* line; variable
33 QActionGroup* select; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dvlbox.cpp137 bool wxVListBox::Select(size_t item, bool select) in Select()
200 bool wxVListBox::DoSelectAll(bool select) in DoSelectAll()
345 size_t line = GetVisibleBegin(); in GetItemRect() local
463 for ( size_t line = GetVisibleBegin(); line < lineMax; line++ ) in OnPaint() local
524 bool select = true; in DoHandleItemClick() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dvlbox.cpp129 bool wxVListBox::Select(size_t item, bool select) in Select()
192 bool wxVListBox::DoSelectAll(bool select) in DoSelectAll()
337 size_t line = GetVisibleBegin(); in GetItemRect() local
455 for ( size_t line = GetVisibleBegin(); line < lineMax; line++ ) in OnPaint() local
516 bool select = true; in DoHandleItemClick() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dvlbox.cpp137 bool wxVListBox::Select(size_t item, bool select) in Select()
200 bool wxVListBox::DoSelectAll(bool select) in DoSelectAll()
345 size_t line = GetVisibleBegin(); in GetItemRect() local
463 for ( size_t line = GetVisibleBegin(); line < lineMax; line++ ) in OnPaint() local
524 bool select = true; in DoHandleItemClick() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/
H A DNashornCompleter.java102 boolean isSyntaxErrorAt(final Throwable exp, final int line, final int column) { in isSyntaxErrorAt()
122 boolean isParseErrorAt(final Throwable exp, final int line, final int column) { in isParseErrorAt()
146 int line = 1; in readMoreLines() local
291 final MemberSelectTree select, final boolean endsWithDot) { in completeMemberSelect()
386 public Tree visitMemberSelect(final MemberSelectTree select, final Void v) { in getRightMostExpression()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/
H A DNashornCompleter.java102 boolean isSyntaxErrorAt(final Throwable exp, final int line, final int column) { in isSyntaxErrorAt()
122 boolean isParseErrorAt(final Throwable exp, final int line, final int column) { in isParseErrorAt()
146 int line = 1; in readMoreLines() local
291 final MemberSelectTree select, final boolean endsWithDot) { in completeMemberSelect()
386 public Tree visitMemberSelect(final MemberSelectTree select, final Void v) { in getRightMostExpression()
/dports/devel/redasm/REDasm-2.1.1/QHexView/
H A Dqhexview.cpp277 void QHexView::moveNext(bool select) in moveNext()
280 int line = cur->currentLine(), column = cur->currentColumn(); in moveNext() local
323 void QHexView::movePrevious(bool select) in movePrevious()
326 int line = cur->currentLine(), column = cur->currentColumn(); in movePrevious() local
620 void QHexView::renderLine(int line) in renderLine()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/
H A DNashornCompleter.java102 boolean isSyntaxErrorAt(final Throwable exp, final int line, final int column) { in isSyntaxErrorAt()
122 boolean isParseErrorAt(final Throwable exp, final int line, final int column) { in isParseErrorAt()
146 int line = 1; in readMoreLines() local
291 final MemberSelectTree select, final boolean endsWithDot) { in completeMemberSelect()
386 public Tree visitMemberSelect(final MemberSelectTree select, final Void v) { in getRightMostExpression()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/
H A DNashornCompleter.java102 boolean isSyntaxErrorAt(final Throwable exp, final int line, final int column) { in isSyntaxErrorAt()
122 boolean isParseErrorAt(final Throwable exp, final int line, final int column) { in isParseErrorAt()
146 int line = 1; in readMoreLines() local
291 final MemberSelectTree select, final boolean endsWithDot) { in completeMemberSelect()
386 public Tree visitMemberSelect(final MemberSelectTree select, final Void v) { in getRightMostExpression()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/
H A DNashornCompleter.java102 boolean isSyntaxErrorAt(final Throwable exp, final int line, final int column) { in isSyntaxErrorAt()
122 boolean isParseErrorAt(final Throwable exp, final int line, final int column) { in isParseErrorAt()
146 int line = 1; in readMoreLines() local
291 final MemberSelectTree select, final boolean endsWithDot) { in completeMemberSelect()
386 public Tree visitMemberSelect(final MemberSelectTree select, final Void v) { in getRightMostExpression()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/find/
H A Dsearchresultitem.h45 TextPosition(int line, int column) : line(line), column(column) {} in TextPosition()
47 int line = -1; // (0 or -1 for no line number) variable
112 void setMainRange(int line, int column, int length) in setMainRange()
128 void setSelectForReplacement(bool select) { m_selectForReplacement = select; } in setSelectForReplacement()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dtext_box_base.hpp140 void goto_end_of_data(const bool select = false) in goto_end_of_data()
159 void goto_start_of_data(const bool select = false) in goto_start_of_data()
211 const unsigned line = 0) const in get_cursor_position()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actiondefault.cpp173 RS_Line *line = new RS_Line(pPoints->v1, mouse); in mouseMoveEvent() local
195 RS_Line *line = new RS_Line(pPoints->v1, mouse); in mouseMoveEvent() local
338 bool select = (e->modifiers() & Qt::ShiftModifier) ? false : true; in mouseReleaseEvent() local

12345678910>>...28