Home
last modified time | relevance | path

Searched refs:pasteLine (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/system/suite_tools/tst_codepasting/
H A Dtest.py150 pasteLine = filter(lambda str:description in str, dumpItems(pasteModel))[0]
151 pasteId = pasteLine.split(" ", 1)[0]
158 pasteLine = filter(lambda str:pasteId in str, dumpItems(pasteModel))[0]
160 test.verify(description in pasteLine,
172 pasteLine = pasteLine.replace(".", "\\.")
173 mouseClick(waitForObjectItem(":PasteSelectDialog.listWidget_QListWidget", pasteLine))
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditor.h392 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
H A DEditor.cxx1947 if (shape == pasteLine) { in InsertPasteShape()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditor.h391 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
H A DEditor.cxx1942 if (shape == pasteLine) { in InsertPasteShape()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditor.h400 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/x11-toolkits/scintilla/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.cpp370 isRectangular ? pasteRectangular : (isLine ? pasteLine : pasteStream)); in PasteFromMode()
/dports/editors/textadept/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.cpp370 isRectangular ? pasteRectangular : (isLine ? pasteLine : pasteStream)); in PasteFromMode()
/dports/editors/scite/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.cpp370 isRectangular ? pasteRectangular : (isLine ? pasteLine : pasteStream)); in PasteFromMode()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.h399 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditor.h399 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h399 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h399 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h399 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.h407 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditor.h407 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.h398 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.h407 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.h407 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/editors/textadept/scintilla/src/
H A DEditor.h407 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/editors/scite/scintilla/src/
H A DEditor.h407 enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 }; enumerator
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/win32/
H A DScintillaWin.cxx1946 …const PasteShape pasteShape = isRectangular ? pasteRectangular : (isLine ? pasteLine : pasteStream… in Paste()
/dports/x11-toolkits/scintilla/scintilla/win32/
H A DScintillaWin.cxx2530 …const PasteShape pasteShape = isRectangular ? pasteRectangular : (isLine ? pasteLine : pasteStream… in Paste()
/dports/editors/textadept/scintilla/win32/
H A DScintillaWin.cxx2530 …const PasteShape pasteShape = isRectangular ? pasteRectangular : (isLine ? pasteLine : pasteStream… in Paste()
/dports/editors/scite/scintilla/win32/
H A DScintillaWin.cxx2530 …const PasteShape pasteShape = isRectangular ? pasteRectangular : (isLine ? pasteLine : pasteStream… in Paste()

12