Home
last modified time | relevance | path

Searched refs:new_edit (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/p5-SVN-Simple/SVN-Simple-0.28/t/
H A D1edit.t40 sub new_edit {
59 $edit = new_edit;
84 $edit = new_edit;
90 $edit = new_edit(1);
98 $edit = new_edit;
/dports/astro/sunclock/sunclock-3.57/debian/patches/
H A D02_docdir.dpatch46 new_edit(name);
55 - case XK_F1 : new_edit(SHAREDIR"/MANUAL.emacs"); break; /* ^F1 open emx Manual */
56 + case XK_F1 : new_edit(DOCDIR"/MANUAL.emacs"); break; /* ^F1 open emx Manual */
58 case XK_F9 : new_edit(""); break; /* ^F3 open new emx */
H A D05_rename_manual.dpatch27 - case XK_F1 : new_edit(DOCDIR"/MANUAL.emacs"); break; /* ^F1 open emx Manual */
28 + case XK_F1 : new_edit(DOCDIR"/MANUAL.emx"); break; /* ^F1 open emx Manual */
30 case XK_F9 : new_edit(""); break; /* ^F3 open new emx */
/dports/www/drupal8/drupal-8.9.20/core/modules/filter/tests/src/Functional/
H A DFilterFormatAccessTest.php241 $new_edit = [];
242 $new_edit['title[0][value]'] = $this->randomMachineName(8);
243 $this->drupalPostForm(NULL, $new_edit, t('Preview'));
247 $this->drupalPostForm('node/' . $node->id() . '/edit', $new_edit, t('Save'));
249 $this->assertText($new_edit['title[0][value]'], 'New title found.');
281 $old_title = $new_edit['title[0][value]'];
/dports/www/drupal9/drupal-9.2.10/core/modules/filter/tests/src/Functional/
H A DFilterFormatAccessTest.php236 $new_edit = [];
237 $new_edit['title[0][value]'] = $this->randomMachineName(8);
238 $this->submitForm($new_edit, 'Preview');
243 $this->submitForm($new_edit, 'Save');
245 $this->assertSession()->pageTextContains($new_edit['title[0][value]']);
279 $old_title = $new_edit['title[0][value]'];
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dneedleman.c298 Uint1 edit_c,new_edit,old_edit; in NeedlemanWunschQuadraticByLoc() local
404 new_edit = (edit_array[queryPos][dbPos>>2] >> ((dbPos%4)*2)) &3; in NeedlemanWunschQuadraticByLoc()
405 if(old_edit!=new_edit) { in NeedlemanWunschQuadraticByLoc()
419 switch(new_edit) { in NeedlemanWunschQuadraticByLoc()
422 if(old_edit!=new_edit) { in NeedlemanWunschQuadraticByLoc()
434 if(old_edit!=new_edit) { in NeedlemanWunschQuadraticByLoc()
446 if(old_edit!=new_edit) { in NeedlemanWunschQuadraticByLoc()
459 old_edit = new_edit; in NeedlemanWunschQuadraticByLoc()
/dports/astro/sunclock/sunclock-3.57/editkit/
H A Dx11_bind_em.c40 case 'd': new_edit("/c/text/phone.dir"); break; /* Alt-D phone Dir */ in key_binding()
84 case XK_F1 : new_edit(DOCDIR"/MANUAL.emx"); break; /* ^F1 open emx Manual */ in key_func()
86 case XK_F9 : new_edit(""); break; /* ^F3 open new emx */ in key_func()
H A Dx11_bind_ws.c35 case 'd': new_edit("/c/text/phone.dir"); break; /* Alt-D phone Dir */ in key_binding()
116 case XK_F3 : new_edit(""); break; /* ^F3 open new edx */ in key_func()
/dports/editors/xi-core/xi-editor-0.3.0/python/
H A Dshouty.py31 resp = self.new_edit(rev, (start, end + len(text)) , text)
H A Dbracket_example.py35 resp = self.new_edit(rev, (new_cursor, new_cursor), close_char,
/dports/editors/xi-core/xi-editor-0.3.0/python/xi_plugin/
H A Dplugin.py30 def new_edit(self, rev, edit_range, new_text, member in Plugin
/dports/cad/qelectrotech/qet-0.7.0/sources/richtext/
H A Drichtexteditor.cpp859 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
860 const int position = new_edit->textCursor().position(); in tabIndexChanged()
869 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
874 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/lib/shared/
H A Drichtexteditor.cpp875 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
876 const int position = new_edit->textCursor().position(); in tabIndexChanged()
883 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
888 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Drichtexteditor.cpp878 QTextEdit *new_edit = (newIndex == SourceIndex) ? m_text_edit : m_editor; in tabIndexChanged() local
879 const int position = new_edit->textCursor().position(); in tabIndexChanged()
886 QTextCursor cursor = new_edit->textCursor(); in tabIndexChanged()
891 new_edit->setTextCursor(cursor); in tabIndexChanged()

123