Home
last modified time | relevance | path

Searched refs:ReplaceItem (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/idswitch/
H A DFileBody.java14 private static class ReplaceItem { class in FileBody
15 ReplaceItem next;
20 ReplaceItem(int begin, int end, String text) { in ReplaceItem() method in FileBody.ReplaceItem
35 ReplaceItem firstReplace;
36 ReplaceItem lastReplace;
64 for (ReplaceItem x = firstReplace; x != null; x = x.next) { in writeData()
83 ReplaceItem item = new ReplaceItem(begin, end, text); in setReplacement()
92 ReplaceItem cursor = firstReplace; in setReplacement()
93 ReplaceItem next = cursor.next; in setReplacement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DBindingNavigator.cs68 ReplaceItem(ref addNewItem, value, new EventHandler(OnAddNew));
112 ReplaceItem(ref deleteItem, value, new EventHandler(OnDelete));
123 ReplaceItem(ref moveFirstItem, value, new EventHandler(OnMoveFirst));
128 …private void ReplaceItem(ref ToolStripItem existingItem, ToolStripItem newItem, EventHandler click… in ReplaceItem() method in System.Windows.Forms.BindingNavigator
145 ReplaceItem(ref moveLastItem, value, new EventHandler(OnMoveLast));
156 ReplaceItem(ref moveNextItem, value, new EventHandler(OnMoveNext));
167 ReplaceItem(ref movePreviousItem, value, new EventHandler(OnMovePrevious));
/dports/math/vtk6/VTK-6.2.0/Common/System/
H A DvtkSocketCollection.cxx125 void vtkSocketCollection::ReplaceItem(int i, vtkObject* a) in ReplaceItem() function in vtkSocketCollection
131 this->Superclass::ReplaceItem(i, a); in ReplaceItem()
H A DvtkSocketCollection.h53 void ReplaceItem(int i, vtkObject *);
/dports/math/vtk8/VTK-8.2.0/Common/System/
H A DvtkSocketCollection.cxx123 void vtkSocketCollection::ReplaceItem(int i, vtkObject* a) in ReplaceItem() function in vtkSocketCollection
129 this->Superclass::ReplaceItem(i, a); in ReplaceItem()
H A DvtkSocketCollection.h60 void ReplaceItem(int i, vtkObject *);
/dports/math/vtk9/VTK-9.1.0/Common/System/
H A DvtkSocketCollection.cxx119 void vtkSocketCollection::ReplaceItem(int i, vtkObject* a) in ReplaceItem() function in vtkSocketCollection
125 this->Superclass::ReplaceItem(i, a); in ReplaceItem()
H A DvtkSocketCollection.h59 void ReplaceItem(int i, vtkObject*);
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DDOMSVGStringList.cpp167 void DOMSVGStringList::ReplaceItem(const nsAString& aNewItem, uint32_t aIndex, in ReplaceItem() function in mozilla::dom::DOMSVGStringList
180 InternalList().ReplaceItem(aIndex, aNewItem); in ReplaceItem()
H A DDOMSVGStringList.h68 void ReplaceItem(const nsAString& aNewItem, uint32_t aIndex,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DDOMSVGStringList.cpp170 void DOMSVGStringList::ReplaceItem(const nsAString& aNewItem, uint32_t aIndex, in ReplaceItem() function in mozilla::dom::DOMSVGStringList
183 InternalList().ReplaceItem(aIndex, aNewItem); in ReplaceItem()
H A DDOMSVGStringList.h68 void ReplaceItem(const nsAString& aNewItem, uint32_t aIndex,
/dports/www/firefox/firefox-99.0/dom/svg/
H A DDOMSVGStringList.cpp167 void DOMSVGStringList::ReplaceItem(const nsAString& aNewItem, uint32_t aIndex, in ReplaceItem() function in mozilla::dom::DOMSVGStringList
180 InternalList().ReplaceItem(aIndex, aNewItem); in ReplaceItem()
H A DDOMSVGStringList.h68 void ReplaceItem(const nsAString& aNewItem, uint32_t aIndex,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DDOMSVGStringList.cpp151 void DOMSVGStringList::ReplaceItem(const nsAString& aNewItem, uint32_t aIndex, in ReplaceItem() function in mozilla::DOMSVGStringList
164 InternalList().ReplaceItem(aIndex, aNewItem); in ReplaceItem()
H A DDOMSVGStringList.h66 void ReplaceItem(const nsAString& aNewItem, uint32_t aIndex,
H A DSVGStringList.h102 void ReplaceItem(uint32_t aIndex, const nsAString& aString) { in ReplaceItem() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DDOMSVGStringList.cpp176 DOMSVGStringList::ReplaceItem(const nsAString& aNewItem, uint32_t aIndex, in ReplaceItem() function in mozilla::DOMSVGStringList
190 InternalList().ReplaceItem(aIndex, aNewItem); in ReplaceItem()
H A DDOMSVGStringList.h70 void ReplaceItem(const nsAString& aNewItem, uint32_t aIndex,
H A DSVGStringList.h115 void ReplaceItem(uint32_t aIndex, const nsAString &aString) { in ReplaceItem() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DDOMSVGStringList.cpp167 void DOMSVGStringList::ReplaceItem(const nsAString& aNewItem, uint32_t aIndex, in ReplaceItem() function in mozilla::dom::DOMSVGStringList
180 InternalList().ReplaceItem(aIndex, aNewItem); in ReplaceItem()
H A DDOMSVGStringList.h68 void ReplaceItem(const nsAString& aNewItem, uint32_t aIndex,
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/common/
H A DBList.h28 bool ReplaceItem(int32 index, void* newItem);
/dports/science/gromacs/gromacs-2021.4/src/gromacs/onlinehelp/
H A Dhelpwritercontext.cpp388 struct ReplaceItem struct in gmx::HelpWriterContext::Impl
390 ReplaceItem(const std::string& search, const std::string& replace) : in ReplaceItem() argument
402 typedef std::vector<ReplaceItem> ReplaceList;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/properties/
H A Dsvg_list_property_helper.h125 ItemPropertyType* ReplaceItem(ItemPropertyType*, uint32_t, ExceptionState&);
222 ItemProperty* SVGListPropertyHelper<Derived, ItemProperty>::ReplaceItem( in ReplaceItem() function

1234567