Home
last modified time | relevance | path

Searched refs:sourcePart (Results 1 – 24 of 24) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DShowInMenu.java177 IWorkbenchPart sourcePart = getSourcePart(); in fillMenu() local
178 ShowInContext context = getContext(sourcePart); in fillMenu()
186 IViewDescriptor[] viewDescs = getViewDescriptors(sourcePart); in fillMenu()
193 if (sourcePart != null && innerMgr instanceof MenuManager) { in fillMenu()
280 private ArrayList<Object> getShowInPartIds(IWorkbenchPart sourcePart) { in getShowInPartIds() argument
284 String srcId = sourcePart == null ? null : sourcePart.getSite().getId(); in getShowInPartIds()
340 protected ShowInContext getContext(IWorkbenchPart sourcePart) { in getContext() argument
341 if (sourcePart != null) { in getContext()
348 } else if (sourcePart instanceof IEditorPart) { in getContext()
349 Object input = ((IEditorPart) sourcePart).getEditorInput(); in getContext()
[all …]
H A DWorkbenchPage.java434 private IShowInSource getShowInSource(IWorkbenchPart sourcePart) { in getShowInSource() argument
435 return Adapters.adapt(sourcePart, IShowInSource.class); in getShowInSource()
438 private ShowInContext getContext(IWorkbenchPart sourcePart) { in getContext() argument
439 IShowInSource source = getShowInSource(sourcePart); in getContext()
445 } else if (sourcePart instanceof IEditorPart) { in getContext()
446 Object input = ((IEditorPart) sourcePart).getEditorInput(); in getContext()
447 ISelectionProvider sp = sourcePart.getSite().getSelectionProvider(); in getContext()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/
H A Dslider.cpp210 …SDL_Rect sourcePart = {201 + sourceBegin.w, 53, /*259 - 201 - sourceBegin.w - sourceEnd.w*/ 10, 3}; in createSurface() local
218 …inationPart = {offset + sourceBegin.w, size.y() / 2 - (sourcePart.h / 2), sourcePart.w, sourcePart in createSurface()
221 …if (destinationPart.x + sourcePart.w > destinationEnd.x) sourcePart.w = destinationEnd.x - destina… in createSurface()
222 … SDL_BlitSurface (GraphicsData.gfx_menu_stuff.get(), &sourcePart, surface.get(), &destinationPart); in createSurface()
223 destinationPart.x += sourcePart.w; in createSurface()
/dports/editors/calligra/calligra-3.2.1/karbon/ui/
H A DKarbonDocumentMergeCommand.cpp106 …KarbonDocumentMergeCommand(KarbonDocument *targetPart, KarbonDocument &sourcePart, KUndo2Command *… in KarbonDocumentMergeCommand() argument
110 for(int i = 0; i < sourcePart.pages().count(); ++i) { in KarbonDocumentMergeCommand()
111 KoPAPageBase *sourcePage = sourcePart.pages().at(i); in KarbonDocumentMergeCommand()
H A DKarbonDocumentMergeCommand.h30 …KarbonDocumentMergeCommand(KarbonDocument * targetPart, KarbonDocument &sourcePart, KUndo2Command …
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Packaging/src/System/IO/Packaging/
H A DPackageRelationship.cs114 …internal PackageRelationship(Package package, PackagePart sourcePart, Uri targetUri, TargetMode ta… in PackageRelationship() argument
156 _source = sourcePart; in PackageRelationship()
H A DPackage.cs1085 PackagePart sourcePart; in DoClose()
1086 if (_partList.TryGetValue(owningPartUri, out sourcePart)) in DoClose()
1087 sourcePart.Close(); in DoClose()
/dports/lang/solidity/solidity_0.8.11/test/
H A DTestCaseReader.cpp118 bool sourcePart = true; in parseSourcesAndSettingsWithLineNumber() local
126 sourcePart = false; in parseSourcesAndSettingsWithLineNumber()
127 else if (sourcePart) in parseSourcesAndSettingsWithLineNumber()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/
H A DPropertySheetPage.java120 private IWorkbenchPart sourcePart; field in PropertySheetPage
236 sourcePart = null; in dispose()
301 if (sourcePart instanceof ISaveablePart) { in getSaveablePart()
302 return (ISaveablePart) sourcePart; in getSaveablePart()
498 sourcePart = part; in selectionChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/
H A DWorkbenchSourceProvider.java385 private IShowInSource getShowInSource(IWorkbenchPart sourcePart) { in getShowInSource() argument
386 return Adapters.adapt(sourcePart, IShowInSource.class); in getShowInSource()
389 private ShowInContext getContext(IWorkbenchPart sourcePart) { in getContext() argument
390 IShowInSource source = getShowInSource(sourcePart); in getContext()
396 } else if (sourcePart instanceof IEditorPart) { in getContext()
397 Object input = ((IEditorPart) sourcePart).getEditorInput(); in getContext()
398 ISelectionProvider sp = sourcePart.getSite().getSelectionProvider(); in getContext()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/umfpackSupport/
H A DUmfPackSolver.hpp521 void writePart(const std::vector<double>& sourcePart, Vec& vec, bool imag=true) in writePart() argument
526 for (itSource = sourcePart.begin(); itSource != sourcePart.end(); itSource++, itVec++) { in writePart()
530 for (itSource = sourcePart.begin(); itSource != sourcePart.end(); itSource++, itVec++) { in writePart()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/editor/
H A DBrowserUtil.java132 IWorkbenchPart sourcePart = page.getActivePart(); in showPreview() local
133 if (sourcePart == null && context != null) { in showPreview()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/redistribute/
H A Dwe_redistributecontrolthread.cpp444 … vector<int>::iterator sourcePart = find(sourceParts.begin(), sourceParts.end(), p); in makeRedistributePlan() local
446 if (sourcePart == sourceParts.end()) in makeRedistributePlan()
486 sourceParts.erase(sourcePart); in makeRedistributePlan()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/redistribute/
H A Dwe_redistributecontrolthread.cpp444 … vector<int>::iterator sourcePart = find(sourceParts.begin(), sourceParts.end(), p); in makeRedistributePlan() local
446 if (sourcePart == sourceParts.end()) in makeRedistributePlan()
486 sourceParts.erase(sourcePart); in makeRedistributePlan()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DWrapperTest.java321 String sourcePart = source.substring(start, start+length); in assertPosition() local
325 assertEquals(wrappedPart, sourcePart, in assertPosition()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DWrapperTest.java321 String sourcePart = source.substring(start, start+length); in assertPosition() local
325 assertEquals(wrappedPart, sourcePart, in assertPosition()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DWrapperTest.java321 String sourcePart = source.substring(start, start+length); in assertPosition() local
325 assertEquals(wrappedPart, sourcePart, in assertPosition()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DWrapperTest.java321 String sourcePart = source.substring(start, start+length);
325 assertEquals(wrappedPart, sourcePart,
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DWrapperTest.java321 String sourcePart = source.substring(start, start+length); in assertPosition() local
325 assertEquals(wrappedPart, sourcePart, in assertPosition()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DWrapperTest.java321 String sourcePart = source.substring(start, start+length); in assertPosition() local
325 assertEquals(wrappedPart, sourcePart, in assertPosition()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DWrapperTest.java321 String sourcePart = source.substring(start, start+length); in assertPosition() local
325 assertEquals(wrappedPart, sourcePart, in assertPosition()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/
H A DOpenResourceDialog.java99 protected ShowInContext getContext(IWorkbenchPart sourcePart) { in getContext() argument
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dformat.boot274 sourcePart:= formatSignatureArgs0 sml
276 dollarPercentTran concat(sourcePart,concat(" -> ",targetPart))
H A Dbr-op1.boot239 sourcePart :=
242 [:sourcePart,'" -> ",:target]