Home
last modified time | relevance | path

Searched +defs:region +defs:insert +defs:string (Results 1 – 25 of 37) sorted by relevance

12

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/template/php/
H A DJavaFormatter.java124 private boolean isInsideCommentOrString(String string, int offset) { in isInsideCommentOrString()
159 String string = templateBuffer.getString(); in format() local
170 TextEdit insert = new InsertEdit(caretOffset, MARKER); in format() local
268 IRegion region = document.getLineInformation(line); in indent() local
313 IRegion region = document.getLineInformation(line); in formatDelimiter() local
327 String string = templateBuffer.getString(); in trimBegin() local
343 private static String edit(String string, List positions, TextEdit edit) in edit()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DRegion.cpp61 Region::Region(const QString& string, const Map* map, Sheet* fallbackSheet) in Region()
291 Region::Element* Region::add(const Region& region, Sheet* sheet) in add()
335 void Region::sub(const Region& region) in sub()
480 Region::Element* Region::insert(int pos, const QPoint& point, Sheet* sheet, bool multi) in insert() function in Calligra::Sheets::Region
531 Region::Element* Region::insert(int pos, const QRect& range, Sheet* sheet, bool multi) in insert() function in Calligra::Sheets::Region
638 QRect region = element->rect(); in isColumnSelected() local
652 QRect region = element->rect(); in isRowSelected() local
666 QRect region = element->rect(); in isColumnOrRowSelected() local
956 Region::Point::Point(const QString& string) in Point()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/
H A DXMLTextChangeListener.java63 protected static void insert(TextEdit parent, TextEdit edit) { in insert() method in XMLTextChangeListener
205 IRegion region = getMoveRegion(node1); in modifyNode() local
415 String string = fDocument.get(offset, length); in printDeletionRange() local
/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DNumber.c686 char string[2*MAX_EDITOR_STRLEN]; /* buffer to recieve ASCII code */ variable
822 int old, new, temp, insert; in InsertChars() local
1067 DXEditError( XmNumberWidget nw, char* string, int msg, int char_place ) in DXEditError()
1226 static void Redisplay( XmNumberWidget nw, XEvent *event, Region region ) in Redisplay()
/dports/editors/calligra/calligra-3.2.1/sheets/odf/
H A DSheetsOdfSheet.cpp81 void insert(int from, int to, const T& data) { in insert() function in Calligra::Sheets::IntervalMap
410 Region region(loadRegion(range)); in loadSheet() local
779 const QString string = column.attributeNS(KoXmlNS::table, "visibility", "visible"); in loadColumnFormat() local
913 const QString string = row.attributeNS(KoXmlNS::table, sVisibility, sVisible); in loadRowFormat() local
1031 const Region region(_printRange, sheet); in saveSheet() local
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c6123 dwg_ent_insert_get_ins_pt (const dwg_ent_insert *restrict insert, in dwg_ent_insert_get_ins_pt()
6152 dwg_ent_insert_set_ins_pt (dwg_ent_insert *restrict insert, in dwg_ent_insert_set_ins_pt()
6182 dwg_ent_insert_get_scale (const dwg_ent_insert *restrict insert, in dwg_ent_insert_get_scale()
6211 dwg_ent_insert_set_scale (dwg_ent_insert *restrict insert, in dwg_ent_insert_set_scale()
6241 dwg_ent_insert_get_rotation (const dwg_ent_insert *restrict insert, in dwg_ent_insert_get_rotation()
6266 dwg_ent_insert_set_rotation (dwg_ent_insert *restrict insert, in dwg_ent_insert_set_rotation()
6321 dwg_ent_insert_set_extrusion (dwg_ent_insert *restrict insert, in dwg_ent_insert_set_extrusion()
6351 dwg_ent_insert_has_attribs (dwg_ent_insert *restrict insert, in dwg_ent_insert_has_attribs()
11444 const char *restrict string, in dwg_ent_tolerance_set_text_string()
22857 dwg_add_Attribute (Dwg_Entity_INSERT *restrict insert, in dwg_add_Attribute()
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbftextview2.c712 bftextview2_insert_text_lcb(GtkTextBuffer * buffer, GtkTextIter * iter, gchar * string, in bftextview2_insert_text_lcb()
734 bftextview2_insert_text_after_lcb(GtkTextBuffer * buffer, GtkTextIter * iter, gchar * string, in bftextview2_insert_text_after_lcb()
1011 gchar *string; in paint_margin() local
1804 gchar *string; in bluefish_text_view_key_press_event() local
1838 const gchar *insert; in bluefish_text_view_key_press_event() local
2154 cairo_region_t *region; in bluefish_text_view_button_press_event() local
2304 gchar *string; in get_line_indenting() local
2335 gchar *string; in auto_add_indenting() local
3228 #define bf_text_iter_char_in_string(iter, string) (string?strchr(string, gtk_text_iter_get_char(ite… argument
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvte.cc97 #define I_(string) (g_intern_static_string(string)) argument
443 cairo_region_t *region = cairo_region_create_rectangle(&rect); in invalidate_rows() local
2930 bool insert, in insert_char()
6049 GString *string; in get_text() local
6301 GString *string; in cellattr_to_html() local
6413 GString *string; in attributes_to_html() local
8603 cairo_region_t const* region, in draw_rows()
9157 cairo_region_t *region; in widget_draw() local
9260 cairo_region_t *region; in vte_cairo_get_clip_region() local
10356 auto region = cairo_region_create(); in invalidate_dirty_rects_and_process_updates() local
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvte.cc89 #define I_(string) (g_intern_static_string(string)) argument
373 cairo_region_t *region = cairo_region_create_rectangle(&rect); in invalidate_cells() local
2088 bool insert, in insert_char()
4289 GString *string; in get_text() local
4515 GString *string; in cellattr_to_html() local
4625 GString *string; in attributes_to_html() local
8157 cairo_region_t *region; in widget_draw() local
8292 cairo_region_t *region; in vte_cairo_get_clip_region() local
9214 auto region = cairo_region_create(); in invalidate_dirty_rects_and_process_updates() local
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvte.cc89 #define I_(string) (g_intern_static_string(string)) argument
373 cairo_region_t *region = cairo_region_create_rectangle(&rect); in invalidate_cells() local
2087 bool insert, in insert_char()
4288 GString *string; in get_text() local
4514 GString *string; in cellattr_to_html() local
4624 GString *string; in attributes_to_html() local
8156 cairo_region_t *region; in widget_draw() local
8291 cairo_region_t *region; in vte_cairo_get_clip_region() local
9213 auto region = cairo_region_create(); in invalidate_dirty_rects_and_process_updates() local
/dports/devel/arm-elf-binutils/binutils-2.37/ld/
H A Dldlang.c1229 const char *string) in output_section_statement_newfunc()
1398 lang_memory_region_type *region; in lang_memory_region_alias() local
1903 const char *region = (after->region in lang_insert_orphan() local
5605 lang_memory_region_type *region, in os_region_check()
8041 lang_input_statement_type **insert; in lang_process() local
8447 lang_get_regions (lang_memory_region_type **region, in lang_get_regions()
8859 lang_memory_region_type *region; in lang_leave_overlay() local
/dports/devel/gnulibiberty/binutils-2.37/ld/
H A Dldlang.c1229 const char *string) in output_section_statement_newfunc()
1398 lang_memory_region_type *region; in lang_memory_region_alias() local
1903 const char *region = (after->region in lang_insert_orphan() local
5605 lang_memory_region_type *region, in os_region_check()
8041 lang_input_statement_type **insert; in lang_process() local
8447 lang_get_regions (lang_memory_region_type **region, in lang_get_regions()
8859 lang_memory_region_type *region; in lang_leave_overlay() local
/dports/devel/binutils/binutils-2.37/ld/
H A Dldlang.c1229 const char *string) in output_section_statement_newfunc()
1398 lang_memory_region_type *region; in lang_memory_region_alias() local
1903 const char *region = (after->region in lang_insert_orphan() local
5605 lang_memory_region_type *region, in os_region_check()
8041 lang_input_statement_type **insert; in lang_process() local
8447 lang_get_regions (lang_memory_region_type **region, in lang_get_regions()
8859 lang_memory_region_type *region; in lang_leave_overlay() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1654 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1721 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2748 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()
3709 llvm::StringRef string; in ParseModuleSpec() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1590 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1657 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2698 GDBStoppointType type, bool insert, addr_t addr, uint32_t length) { in SendGDBStoppointTypePacket()
3657 llvm::StringRef string; in ParseModuleSpec() local
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1606 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1673 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2710 GDBStoppointType type, bool insert, addr_t addr, uint32_t length) { in SendGDBStoppointTypePacket()
3723 llvm::StringRef string; in ParseModuleSpec() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1654 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1721 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2748 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()
3709 llvm::StringRef string; in ParseModuleSpec() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1654 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1721 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2748 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()
3709 llvm::StringRef string; in ParseModuleSpec() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1606 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1673 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2710 GDBStoppointType type, bool insert, addr_t addr, uint32_t length) { in SendGDBStoppointTypePacket()
3723 llvm::StringRef string; in ParseModuleSpec() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1572 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1639 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2684 GDBStoppointType type, bool insert, addr_t addr, uint32_t length) { in SendGDBStoppointTypePacket()
3605 llvm::StringRef string; in ParseModuleSpec() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1590 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1657 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2694 GDBStoppointType type, bool insert, addr_t addr, uint32_t length) { in SendGDBStoppointTypePacket()
3678 llvm::StringRef string; in ParseModuleSpec() local
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1654 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1721 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2748 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()
3709 llvm::StringRef string; in ParseModuleSpec() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1674 lldb::addr_t addr, MemoryRegionInfo &region) { in GetQXferMemoryMapRegionInfo()
1737 MemoryRegionInfo region; in LoadQXferMemoryMap() local
2746 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()
3798 llvm::StringRef string; in ParseModuleSpec() local
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextF.c2037 char * string,
2104 char * string,
2626 char **insert,
3013 char *insert,
8008 Region region)
8690 char *insert,
8969 char *insert,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_advcmodule.cpp1192 pdcObjectHash::value_type insert(id, m_lastObject); in FindObject() local
1453 void wxPseudoDC::DrawToDCClippedRgn(wxDC *dc, const wxRegion& region) in DrawToDCClippedRgn()
1587 …er, sipSimpleWrapper *sipPySelf, PyObject *sipMethod, const ::wxString& string,bool caseSensitive) in sipVH__adv_47()

12