Home
last modified time | relevance | path

Searched refs:selectionText (Results 1 – 25 of 83) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/selection/
H A DSelectionIndicesConverter.java43 public boolean updateSelectionState(String selectionText, int startOffset) { in updateSelectionState() argument
45 updateLastSelection(selectionText, startOffset); in updateSelectionState()
46 updateGlobalSelection(selectionText, startOffset); in updateSelectionState()
51 int endOffset = startOffset + selectionText.length(); in updateSelectionState()
73 updateLastSelection(selectionText, startOffset); in updateSelectionState()
74 combineGlobalSelection(selectionText, startOffset); in updateSelectionState()
190 private void updateLastSelection(String selectionText, int startOffset) { in updateLastSelection() argument
191 mLastSelectionText = selectionText; in updateLastSelection()
196 mGlobalSelectionText = selectionText; in updateGlobalSelection()
205 int endOffset = startOffset + selectionText.length(); in combineGlobalSelection()
[all …]
H A DSmartSelectionMetricsLogger.java66 public void logSelectionStarted(String selectionText, int startOffset, boolean editable) { in logSelectionStarted() argument
72 mConverter.updateSelectionState(selectionText, startOffset); in logSelectionStarted()
80 String selectionText, int startOffset, SelectionClient.Result result) { in logSelectionModified() argument
82 if (!mConverter.updateSelectionState(selectionText, startOffset)) { in logSelectionModified()
88 int endOffset = startOffset + selectionText.length(); in logSelectionModified()
109 String selectionText, int startOffset, int action, SelectionClient.Result result) { in logSelectionAction() argument
113 if (!mConverter.updateSelectionState(selectionText, startOffset)) { in logSelectionAction()
119 int endOffset = startOffset + selectionText.length(); in logSelectionAction()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/tests/
H A Dselectionoption.cpp262 EXPECT_STREQ("all", sel.selectionText()); in TEST_F()
350 ASSERT_STREQ("resname RA RB", sel.selectionText()); in TEST_F()
381 ASSERT_STREQ("resname RA RB", sel.selectionText()); in TEST_F()
440 EXPECT_STREQ("resname RA RB", sel[0].selectionText()); in TEST_F()
441 EXPECT_STREQ("resname RB RC", sel[1].selectionText()); in TEST_F()
472 EXPECT_STREQ("resname RA RB", sel1[0].selectionText()); in TEST_F()
473 EXPECT_STREQ("resname RB RC", sel1[1].selectionText()); in TEST_F()
475 EXPECT_STREQ("resname RA RB", sel2[0].selectionText()); in TEST_F()
476 EXPECT_STREQ("resname RB RC", sel2[1].selectionText()); in TEST_F()
531 EXPECT_STREQ("resname RA RB", sel[0].selectionText()); in TEST_F()
[all …]
H A Dselectioncollection.cpp292 selcompound.checkString(sel_[count_].selectionText(), "Text"); in runParser()
316 SCOPED_TRACE(std::string("Checking selection \"") + sel_[i].selectionText() + "\""); in checkCompiled()
341 SCOPED_TRACE(std::string("Checking selection \"") + sel_[i].selectionText() + "\""); in runEvaluate()
442 EXPECT_STREQ("resname RA RB", sel_[0].selectionText()); in TEST_F()
443 EXPECT_STREQ("resname RB RC", sel_[1].selectionText()); in TEST_F()
450 EXPECT_STREQ("atomnr 1 to 10", sel_[0].selectionText()); in TEST_F()
452 EXPECT_STREQ("atomnr 3 to 14 ", sel_[1].selectionText()); in TEST_F()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/TextArea/AutoScrollOnSelectAndAppend/
H A DAutoScrollOnSelectAndAppend.java52 String selectionText; field in AutoScrollOnSelectAndAppend
90 if (!(textArea.getSelectedText().contains(selectionText))) { in composeTextArea()
148 selectionText = "11"; in selectAutoScrollTest1()
156 selectionText = "33"; in selectAutoScrollTest2()
163 selectionText = "55"; in appendAutoScrollTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/TextArea/AutoScrollOnSelectAndAppend/
H A DAutoScrollOnSelectAndAppend.java52 String selectionText; field in AutoScrollOnSelectAndAppend
90 if (!(textArea.getSelectedText().contains(selectionText))) { in composeTextArea()
148 selectionText = "11"; in selectAutoScrollTest1()
156 selectionText = "33"; in selectAutoScrollTest2()
163 selectionText = "55"; in appendAutoScrollTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/TextArea/AutoScrollOnSelectAndAppend/
H A DAutoScrollOnSelectAndAppend.java52 String selectionText; field in AutoScrollOnSelectAndAppend
90 if (!(textArea.getSelectedText().contains(selectionText))) { in composeTextArea()
148 selectionText = "11"; in selectAutoScrollTest1()
156 selectionText = "33"; in selectAutoScrollTest2()
163 selectionText = "55"; in appendAutoScrollTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/TextArea/AutoScrollOnSelectAndAppend/
H A DAutoScrollOnSelectAndAppend.java52 String selectionText; field in AutoScrollOnSelectAndAppend
90 if (!(textArea.getSelectedText().contains(selectionText))) { in composeTextArea()
148 selectionText = "11"; in selectAutoScrollTest1()
156 selectionText = "33"; in selectAutoScrollTest2()
163 selectionText = "55"; in appendAutoScrollTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/TextArea/AutoScrollOnSelectAndAppend/
H A DAutoScrollOnSelectAndAppend.java52 String selectionText; field in AutoScrollOnSelectAndAppend
90 if (!(textArea.getSelectedText().contains(selectionText))) { in composeTextArea()
148 selectionText = "11"; in selectAutoScrollTest1()
156 selectionText = "33"; in selectAutoScrollTest2()
163 selectionText = "55"; in appendAutoScrollTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/TextArea/AutoScrollOnSelectAndAppend/
H A DAutoScrollOnSelectAndAppend.java52 String selectionText; field in AutoScrollOnSelectAndAppend
90 if (!(textArea.getSelectedText().contains(selectionText))) { in composeTextArea()
148 selectionText = "11"; in selectAutoScrollTest1()
156 selectionText = "33"; in selectAutoScrollTest2()
163 selectionText = "55"; in appendAutoScrollTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/TextArea/AutoScrollOnSelectAndAppend/
H A DAutoScrollOnSelectAndAppend.java52 String selectionText; field in AutoScrollOnSelectAndAppend
90 if (!(textArea.getSelectedText().contains(selectionText))) { in composeTextArea()
148 selectionText = "11"; in selectAutoScrollTest1()
156 selectionText = "33"; in selectAutoScrollTest2()
163 selectionText = "55"; in appendAutoScrollTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/TextArea/AutoScrollOnSelectAndAppend/
H A DAutoScrollOnSelectAndAppend.java52 String selectionText; field in AutoScrollOnSelectAndAppend
90 if (!(textArea.getSelectedText().contains(selectionText))) { in composeTextArea()
148 selectionText = "11"; in selectAutoScrollTest1()
156 selectionText = "33"; in selectAutoScrollTest2()
163 selectionText = "55"; in appendAutoScrollTest()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DForm.java107 private FormText selectionText; field in Form
806 if (selectionText != null && selectionText != text) { in setSelectionText()
807 selectionText.clearSelection(); in setSelectionText()
809 this.selectionText = text; in setSelectionText()
/dports/games/scourge/scourge/src/gui/
H A Dguitheme.h108 Color *selectionText; variable
179 return selectionText; in getSelectionText()
240 this->selectionText = color; in setSelectionText()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/
H A Dcamelcursortest.cpp234 QCOMPARE(view->selectionText(), QStringLiteral("Hello")); in testSelectionRight()
241 QCOMPARE(view->selectionText(), QStringLiteral("Hello\n")); in testSelectionRight()
250 QCOMPARE(view->selectionText(), QStringLiteral("World")); in testSelectionLeft()
257 QCOMPARE(view->selectionText(), QStringLiteral("Hello\n")); in testSelectionLeft()
H A Dtemplatehandler_test.cpp290 QCOMPARE(view->selectionText(), QStringLiteral("foo")); in testAutoSelection()
293 QCOMPARE(view->selectionText(), QStringLiteral("bar")); in testAutoSelection()
296 QCOMPARE(view->selectionText(), QStringLiteral("baz")); in testAutoSelection()
302 QCOMPARE(view->selectionText(), QStringLiteral("foo")); in testAutoSelection()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dkart_selection.hpp118 const irr::core::stringw& selectionText,
234 const irr::core::stringw& selectionText,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/Adapters/
H A DWmlListControlAdapter.cs83 string selectionText = GetInputElementText(item); in RenderDisabledItem()
91 writer.WriteEncodedText(selectionText); in RenderDisabledItem()
94 writer.WriteEncodedText(selectionText); in RenderDisabledItem()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dselection.h104 const char* selectionText() const { return selectionText_.c_str(); } in selectionText() function
321 const char* selectionText() const { return data().selectionText(); } in selectionText() function
H A Dselectioncollection.cpp261 sc->sel[i]->selectionText())); in printCurrentStatus()
798 sel.selectionText()); in compile()
809 sel.selectionText()); in compile()
819 … formatString("Selection '%s' never matches any atoms.", sel.selectionText()); in compile()
901 std::fprintf(out, "# %s\n", sc.sel[i]->selectionText()); in printXvgrInfo()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/code_editor/
H A Dsc_editor.cpp917 QString selectionText = cursor.selectedText();
919 if (isSelectionComment(selectionText)) {
920 selectionText = selectionText.trimmed().remove(0, 2);
921 selectionText.chop(2);
922 selectionCursor.insertText(selectionText);
924 selectionText = QStringLiteral("/*") + selectionText + QStringLiteral("*/");
925 selectionCursor.insertText(selectionText);
932 cursor.setPosition(position - selectionText.size());
936 cursor.setPosition(position - selectionText.size(), QTextCursor::KeepAnchor);
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/qmloscilloscope/qml/qmloscilloscope/
H A Dmain.qml99 selectionText.text = "No selection"
101 selectionText.text = surfaceSeries.itemLabel
253 Layout.minimumWidth: selectionText.implicitWidth + 10
261 id: selectionText
/dports/deskutils/maliit-framework/framework-2.1.1/connection/
H A Ddbusinputcontextconnection.cpp225 QString selectionText; in selection() local
226 if (proxy->selection(selectionText)) { in selection()
228 return selectionText; in selection()
/dports/security/keybase/client-v5.7.1/shared/desktop/app/
H A Dmenu-helper.desktop.tsx154 const {selectionText, isEditable} = props
194 } else if (selectionText && selectionText.trim() !== '') {
/dports/lang/v8/v8-9.6.180.12/tools/turbolizer/src/
H A Dsequence-view.ts131 const selectionText = isVirtual ? "virt_" + text : text; constant
132 span.onclick = mkOperandLinkHandler(selectionText);
134 view.addHtmlElementForNodeId(selectionText, span);

1234