Home
last modified time | relevance | path

Searched refs:selectedString (Results 1 – 25 of 80) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/
H A DSelectionJavadoc.java39 String selectedString = null; in print() local
43 selectedString = "<SelectOnMethod:"; //$NON-NLS-1$ in print()
45 selectedString = "<SelectOnField:"; //$NON-NLS-1$ in print()
48 selectedString = "<SelectOnMethod:"; //$NON-NLS-1$ in print()
50 selectedString = "<SelectOnConstructor:"; //$NON-NLS-1$ in print()
52 selectedString = "<SelectOnLocalVariable:"; //$NON-NLS-1$ in print()
56 selectedString = "<SelectOnType:"; //$NON-NLS-1$ in print()
61 selectedString = "<SelectOnType:"; //$NON-NLS-1$ in print()
64 selectedString = "<SelectOnType:"; //$NON-NLS-1$ in print()
67 output.replace(pos-2,pos, selectedString+this.selectedNode+'>'); in print()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/widgets/
H A Dstringselector.cpp55 if (selectedString()) { in updateDescriptionTip()
56 setToolTip(selectedString()->descriptionTip()); in updateDescriptionTip()
68 StringPtr StringSelector::selectedString() const { in selectedString() function in Kst::StringSelector
73 void StringSelector::setSelectedString(StringPtr selectedString) { in setSelectedString() argument
76 if (selectedString.data() == _string->itemData(j).value<String*>()) { in setSelectedString()
102 DialogLauncher::self()->showStringDialog(stringName, ObjectPtr(selectedString()), true); in editString()
129 StringPtr current = selectedString(); in fillStrings()
H A Dstringselector.h35 StringPtr selectedString() const;
36 void setSelectedString(StringPtr selectedString);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/GUI/Base/
H A DQTextView.sc51 selectedString {
53 string = this.getProperty( \selectedString );
58 selectedString_ { arg string; this.setProperty( \selectedString, string ); }
93 var text = this.selectedString;
H A DQtGUI.sc136 if( view.respondsTo(\selectedString) ) { ^view.selectedString };
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcTextEdit.h33 Q_PROPERTY(QString selectedString READ selectedString WRITE replaceSelectedText); in utf_u2e()
49 QString selectedString() const; in utf_u2e()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/avtk/
H A Dlist.cxx98 std::string List::selectedString() in selectedString() function in List
118 std::string tmp = selectedString(); in valueCB()
123 printf("list: lastClickedItem# %i, string: %s\n", lastClickedItem, selectedString().c_str() ); in valueCB()
H A Dlist.hxx69 std::string selectedString();
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/avtk/
H A Dlist.cxx67 std::string List::selectedString() in selectedString() function in List
87 std::string tmp = selectedString(); in valueCB()
92 printf("list: lastClickedItem# %i, string: %s\n", lastClickedItem, selectedString().c_str() ); in valueCB()
H A Dlist.hxx39 std::string selectedString();
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/dataobject/genericfilter/
H A Dgenericfilter.cpp63 Kst::StringPtr selectedStringNumerator() { return _stringNumerator->selectedString(); }; in selectedStringNumerator()
66 Kst::StringPtr selectedStringDenominator() { return _stringDenominator->selectedString(); }; in selectedStringDenominator()
99 if (_stringNumerator->selectedString()) { in save()
100 _cfg->setValue("Input String Numerator", _stringNumerator->selectedString()->Name()); in save()
102 if (_stringDenominator->selectedString()) { in save()
103 _cfg->setValue("Input String Denominator", _stringDenominator->selectedString()->Name()); in save()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSOpenPanel.m594 NSString *s, *selectedString;
626 selectedString = [selectedCell stringValue];
630 if (selectedString)
632 cellLength = [selectedString length];
637 result = [selectedString compare: s options: 0 range: range];
657 selectedString = [[matrix cellAtRow: i column: 0] stringValue];
659 cellLength = [selectedString length];
663 result = [selectedString compare: s options: 0 range: range];
679 selectedString = [[matrix cellAtRow: i column: 0] stringValue];
681 cellLength = [selectedString length];
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebContextMenuClientMac.mm78 …String selectedString = selectionFrame->displayStringModifiedByEncoding(selectionFrame->editor()->…
80 if (selectedString.isEmpty())
83 m_page->send(Messages::WebPageProxy::SearchWithSpotlight(selectedString));
H A DWebEditorClientMac.mm143 …NSString *selectedString = frame->displayStringModifiedByEncoding(frame->editor()->selectedText());
144 page->replaceSelectionWithText(frame, [selectedString performSelector:selector]);
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/webkit/
H A DWebDocument.inc34 function selectedString: NSString; message 'selectedString';
/dports/chinese/pyzy/pyzy-6d9c3cd/src/
H A DPinyinContext.cc45 m_buffer << m_phrase_editor.selectedString (); in commit()
90 m_buffer << m_phrase_editor.selectedString (); in updatePreeditText()
H A DPhraseEditor.h43 const String & selectedString (void) const { return m_selected_string; } in selectedString() function
H A DBopomofoContext.cc320 m_buffer << m_phrase_editor.selectedString (); in commit()
372 m_buffer << m_phrase_editor.selectedString (); in updatePreeditText()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DDefaultLocalizationStrategy.cpp317 …ing DefaultLocalizationStrategy::contextMenuItemTagLookUpInDictionary(const String& selectedString) in contextMenuItemTagLookUpInDictionary() argument
320 UNUSED_PARAM(selectedString); in contextMenuItemTagLookUpInDictionary()
324 …tringRef> selectedCFString(AdoptCF, truncatedStringForLookupMenuItem(selectedString).createCFStrin… in contextMenuItemTagLookUpInDictionary()
327 …item with selected word").replace("<selection>", truncatedStringForLookupMenuItem(selectedString)); in contextMenuItemTagLookUpInDictionary()
H A DLocalizedStrings.cpp193 String contextMenuItemTagLookUpInDictionary(const String& selectedString) in contextMenuItemTagLookUpInDictionary() argument
195 …platformStrategies()->localizationStrategy()->contextMenuItemTagLookUpInDictionary(selectedString); in contextMenuItemTagLookUpInDictionary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/java/org/chromium/weblayer_private/interfaces/
H A DITabClient.aidl54 in int actionModeItemType, in IObjectWrapper selectedString) = 12; in onActionItemClicked() argument
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dsplitutxopage.cpp232 QString selectedString = variantMap.value("selected").toString(); in on_splitCoinsClicked() local
234 BitcoinUnits::parse(unit, selectedString, &selected); in on_splitCoinsClicked()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/cocoa/
H A DScintillaView.h110 - (NSString *) selectedString;
/dports/x11-toolkits/scintilla/scintilla/cocoa/
H A DScintillaView.h110 - (NSString *) selectedString;
/dports/editors/textadept/scintilla/cocoa/
H A DScintillaView.h110 - (NSString *) selectedString;

1234