Home
last modified time | relevance | path

Searched refs:COPY_MODE (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/CMake/Basis/
H A DConfigureIncludeFiles.cmake54 if (NOT COPY_MODE)
55 set (COPY_MODE COPYONLY) variable
75 configure_file ("${SOURCE}" "${BINARY_INCLUDE_DIR}/${HEADER}" ${COPY_MODE})
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_shortcut.h33 COPY_MODE, enumerator
H A Dui_shortcut.c62 { "COPY_MODE", COPY_MODE, },
/dports/cad/pcb/pcb-4.2.0/src/
H A Dconst.h146 #define COPY_MODE 105 /*!< copy objects */ macro
H A Dflags.c462 {"copymode", FlagMode, GINT_TO_POINTER (COPY_MODE)},
H A Daction.c626 SetMode (gui->control_is_pressed ()? COPY_MODE : MOVE_MODE); in click_cb()
1677 case COPY_MODE: in NotifyMode()
1684 int types = (Settings.Mode == COPY_MODE) ? in NotifyMode()
1709 if (Settings.Mode == COPY_MODE) in NotifyMode()
3052 SetMode (COPY_MODE); in ActionMode()
3086 case COPY_MODE: in ActionMode()
H A Dmisc.c2053 if ((Settings.Mode != COPY_MODE) && TEST_FLAG (RUBBERBANDFLAG, PCB)) in AttachForCopy()
2058 if (Settings.Mode != COPY_MODE && in AttachForCopy()
H A Dcrosshair.c701 case COPY_MODE: in DrawAttached()
/dports/x11/mlterm/mlterm-3.9.1/etc/
H A Dkey20 # Control+Shift+Return=COPY_MODE
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Devents.c1691 eventmode == MOVE_MODE || eventmode == COPY_MODE || in compatible_function()
1711 eventmode == MOVE_MODE || eventmode == COPY_MODE || in compatible_function()
1810 r = (eventmode == COPY_MODE) ? in compatible_function()
1926 case COPY_MODE: in functiondispatch()
3106 && eventmode != COPY_MODE) in drag()
3304 if (eventmode != COPY_MODE) in elementrotate()
4044 if (eventmode != COPY_MODE) in elementflip()
4132 if (eventmode != COPY_MODE) in elementvflip()
5559 eventmode = COPY_MODE; in copydrag()
5664 case(COPY_MODE): in continue_op()
[all …]
H A Dschema.c903 if (eventmode == MOVE_MODE || eventmode == COPY_MODE) in swapschem()
1030 if (eventmode == MOVE_MODE || eventmode == COPY_MODE) in swapschem()
H A Dxcircuit.h349 COPY_MODE, /* In the process of copying elements */ enumerator
H A Dxcircuit.c588 case COPY_MODE: in printeventmode()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dglbpic.c1595 … COLOR_ATT|STYLE_ATT|SHADING_ATT|WIDTH_ATT, BLACK_COLOR, SOLID_LINE, SOLID_SHADING, 1, COPY_MODE); in add_alignment_to_global()
1606 … (seg, COLOR_ATT|STYLE_ATT|SHADING_ATT|WIDTH_ATT, color, SOLID_LINE, SOLID_SHADING, 1, COPY_MODE); in add_alignment_to_global()
1610 … COLOR_ATT|STYLE_ATT|SHADING_ATT|WIDTH_ATT, WHITE_COLOR, SOLID_LINE, SOLID_SHADING, 1, COPY_MODE); in add_alignment_to_global()
1617 AddAttribute (seg, COLOR_ATT, color, 0, 0, 0, COPY_MODE); in add_alignment_to_global()
1688 AddAttribute(seg, COLOR_ATT|SHADING_ATT|MODE_ATT, YELLOW_COLOR, 0, DARK_SHADING, 0, COPY_MODE); in add_alignment_to_global()
1693 …ddAttribute(seg, COLOR_ATT|SHADING_ATT|MODE_ATT, BLACK_COLOR, 0, THICK_NESW_SHADING, 0, COPY_MODE); in add_alignment_to_global()
1698 …te(seg, COLOR_ATT|STYLE_ATT|SHADING_ATT|MODE_ATT, color, SOLID_LINE , SOLID_SHADING, 0, COPY_MODE); in add_alignment_to_global()
1728 … (seg, COLOR_ATT|STYLE_ATT|SHADING_ATT|WIDTH_ATT, color, SOLID_LINE, SOLID_SHADING, 1, COPY_MODE); in add_alignment_to_global()
1732 … COLOR_ATT|STYLE_ATT|SHADING_ATT|WIDTH_ATT, WHITE_COLOR, SOLID_LINE, SOLID_SHADING, 1, COPY_MODE); in add_alignment_to_global()
1738 AddAttribute (seg, COLOR_ATT, color, 0, 0, 0, COPY_MODE); in add_alignment_to_global()
[all …]
H A Ddrawseq.c119 AddAttribute(seg, flags, &color[0], linestyle, shading, penwidth, COPY_MODE); in add_attribute_pen()
917 AddAttribute(seg, COLOR_ATT|SHADING_ATT, &(color[0]), 0, SOLID_SHADING, 0, COPY_MODE); in AddAlignmentLabel()
1088 AddAttribute(seg, COLOR_ATT|SHADING_ATT, BLACK_COLOR, 0, SOLID_SHADING, 0, COPY_MODE); in AddRepeatsToAlignment()
1856 AddAttribute (seg, WIDTH_ATT | COLOR_ATT,BLACK_COLOR, NO_LINE_STYLE, NO_SHADING, 1, COPY_MODE); in DrawRestrictionMap()
1867 AddAttribute (seg, WIDTH_ATT | COLOR_ATT,color, NO_LINE_STYLE, NO_SHADING, 1, COPY_MODE); in DrawRestrictionMap()
2023 AddAttribute (seg, SHADING_ATT | COLOR_ATT, color, NO_LINE_STYLE, shading, 1, COPY_MODE); in DrawCytoMap()
2027 AddAttribute (seg, SHADING_ATT | COLOR_ATT, color, NO_LINE_STYLE, SOLID_SHADING, 1, COPY_MODE); in DrawCytoMap()
2090 AddAttribute(seg, flags, color, linestyle, shading, penwidth, COPY_MODE); in draw_sequence_fnp()
2224 AddAttribute (seg, COLOR_ATT, color, 0, 0, 0, COPY_MODE); in DrawSeqMap()
3498 AddAttribute (seg, WIDTH_ATT | COLOR_ATT, BLUE_COLOR, NO_LINE_STYLE, NO_SHADING, 1, COPY_MODE); in draw_one_align()
[all …]
H A Dfea2seg.c115 AddAttribute(seg, flags, &color[0], linestyle, shading, penwidth, COPY_MODE); in add_attribute_pen()
/dports/cad/pcb/pcb-4.2.0/src/hid/gtk/
H A Dgui-misc.c203 case COPY_MODE: in ghid_mode_cursor()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/vector/
H A Dcarto.rst135 - **COPY_MODE**\ =YES/NO: Using COPY for insertions and reads can
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/vector/
H A Dcarto.rst135 - **COPY_MODE**\ =YES/NO: Using COPY for insertions and reads can
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/vector/
H A Dcarto.rst135 - **COPY_MODE**\ =YES/NO: Using COPY for insertions and reads can
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dpicture.h260 #define COPY_MODE 1 macro
H A Dpicture.c141 { {0,0,0}, SOLID_LINE, SOLID_SHADING, STD_PEN_WIDTH, COPY_MODE };
H A Dncbidraw.c193 #define COPY_MODE 1 macro
198 static Nlm_Int2 currentMode = COPY_MODE;
832 currentMode = COPY_MODE; in Nlm_ResetDrawingTools()
859 currentMode = COPY_MODE; in Nlm_ResetDrawingTools()
958 currentMode = COPY_MODE; in Nlm_CopyMode()
H A Ddrawing.c168 { {0,0,0}, SOLID_LINE, SOLID_SHADING, STD_PEN_WIDTH, COPY_MODE };
170 { {255,255,255}, SOLID_LINE, SOLID_SHADING, STD_PEN_WIDTH, COPY_MODE };
447 case COPY_MODE : in Nlm_SetPrimAttribute()
/dports/x11/mlterm/mlterm-3.9.1/doc/ja/
H A DREADME.ja1349 o COPY_MODE(Control+Shift+Return)
1614 ���硼�ȥ��åȥ��� ... INSERT_SELECTION��RESET �ڤ� COPY_MODE ���̾�⡼�ɤ�����

12