Home
last modified time | relevance | path

Searched refs:getSite (Results 1 – 25 of 906) sorted by relevance

12345678910>>...37

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/
H A DIWorkbenchPartSiteTest.java54 IWorkbenchPartSite site = part.getSite(); in testGetId()
64 IWorkbenchPartSite site = part.getSite(); in testGetPage()
74 IWorkbenchPartSite site = part.getSite(); in testGetPluginId()
84 IWorkbenchPartSite site = part.getSite(); in testGetRegisteredName()
94 IWorkbenchPartSite site = part.getSite(); in testGetShell()
104 IWorkbenchPartSite site = part.getSite(); in testGetWorkbenchWindow()
114 IWorkbenchPartSite site = part.getSite(); in testGetSelectionProvider()
126 IWorkbenchPartSite site = part.getSite(); in testSetSelectionProvider()
139 IWorkbenchPartSite site = part.getSite(); in testINestableService()
H A DMockWorkbenchPart.java51 public IWorkbenchPartSite getSite() { in getSite() method in MockWorkbenchPart
79 setSiteInitialized(getSite().getKeyBindingService() != null & getSite().getPage() != null in setSiteInitialized()
80 & getSite().getSelectionProvider() != null & getSite().getWorkbenchWindow() != null in setSiteInitialized()
/dports/devel/py-zope.component/zope.component-4.2.2/docs/
H A Dhooks.rst16 >>> from zope.component.hooks import getSite
17 >>> print getSite()
50 >>> getSite() is site1
64 >>> getSite() is site2
74 >>> print getSite()
89 >>> print getSite()
92 ... getSite() is site2
94 >>> print getSite()
102 >>> print getSite()
105 ... getSite() is site2
[all …]
/dports/www/matomo/piwik/core/ArchiveProcessor/
H A DParameters.php164 $idSite = $this->getSite()->getId();
179 public function getSite() function in Piwik\\ArchiveProcessor\\Parameters
202 return $this->getPeriod()->getDateEnd()->setTimezone($this->getSite()->getTimezone());
212 return $this->getPeriod()->getDateStart()->setTimezone($this->getSite()->getTimezone());
222 return $this->getPeriod()->getDateTimeStart()->setTimezone($this->getSite()->getTimezone());
232 return $this->getPeriod()->getDateTimeEnd()->setTimezone($this->getSite()->getTimezone());
266 $this->getSite()->getId(),
301 …return "[idSite = {$this->getSite()->getId()}, period = {$this->getPeriod()->getLabel()} {$this->g…
H A DLoader.php96 … return Context::changeIdSite($this->params->getSite()->getId(), function () use ($pluginName) {
191 …$doneFlag = Rules::getDoneStringFlagFor([$this->params->getSite()->getId()], $this->params->getSeg…
359 $site = $this->params->getSite();
381 return in_array($this->params->getSite()->getId(), $idSitesToArchive);
408 || !in_array($this->params->getSite()->getId(), $siteIds)
446 $idSite = $params->getSite()->getId();
473 …egmentArchiving->findSegmentForHash($params->getSegment()->getHash(), $params->getSite()->getId());
483 [$params->getSite()->getId()],
555 …&& Rules::isArchivingEnabledFor([$params->getSite()->getId()], $params->getSegment(), $params->get…
564 $timezone = $params->getSite()->getTimezone();
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/src/org/eclipse/ui/genericeditor/tests/
H A DCompletionTest.java59 …final Set<Shell> beforeShells = Arrays.stream(editor.getSite().getShell().getDisplay().getShells()… in testCompletion()
62 this.completionShell= findNewShell(beforeShells, editor.getSite().getShell().getDisplay()); in testCompletion()
71 …final Set<Shell> beforeShells = Arrays.stream(editor.getSite().getShell().getDisplay().getShells()… in testCompletionUsingViewerSelection()
75 this.completionShell= findNewShell(beforeShells, editor.getSite().getShell().getDisplay()); in testCompletionUsingViewerSelection()
90 …final Set<Shell> beforeShells = Arrays.stream(editor.getSite().getShell().getDisplay().getShells()… in testEnabledWhenCompletion()
93 Shell[] afterShells = Arrays.stream(editor.getSite().getShell().getDisplay().getShells()) in testEnabledWhenCompletion()
106 assertNotNull(findNewShell(beforeEnabledShells, editor.getSite().getShell().getDisplay())); in testEnabledWhenCompletion()
162 …final Set<Shell> beforeShells = Arrays.stream(editor.getSite().getShell().getDisplay().getShells()… in testCompletionFreeze_bug521484()
165 this.completionShell= findNewShell(beforeShells, editor.getSite().getShell().getDisplay()); in testCompletionFreeze_bug521484()
181 DisplayHelper.sleep(editor.getSite().getShell().getDisplay(), 200); //give time to process events in testCompletionFreeze_bug521484()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/site/
H A DCachingSiteStoreTest.php83 $site = $store->getSite( 'ertrywuutr' );
87 $site = $store->getSite( 'sdfhxujgkfpth' );
116 $store->getSite( 'enwiki' )->setLanguageCode( 'en-ca' );
119 $this->assertEquals( 'en-ca', $store->getSite( 'enwiki' )->getLanguageCode(), 'sanity check' );
126 $this->assertEquals( 'en', $store->getSite( 'enwiki' )->getLanguageCode(), 'reset' );
146 $site = $store->getSite( 'enwiki' );
H A DDBSiteStoreTest.php91 $site = $store->getSite( 'ertrywuutr' );
97 $site = $store->getSite( 'sdfhxujgkfpth' );
120 $this->assertNotNull( $store2->getSite( 'enwiki' ) );
126 $site = $store2->getSite( 'enwiki' );
137 $site = $store->getSite( 'enwiki' );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/site/
H A DCachingSiteStoreTest.php83 $site = $store->getSite( 'ertrywuutr' );
87 $site = $store->getSite( 'sdfhxujgkfpth' );
118 $store->getSite( 'enwiki' )->setLanguageCode( 'en-ca' );
121 $this->assertEquals( 'en-ca', $store->getSite( 'enwiki' )->getLanguageCode(), 'sanity check' );
128 $this->assertEquals( 'en', $store->getSite( 'enwiki' )->getLanguageCode(), 'reset' );
148 $site = $store->getSite( 'enwiki' );
H A DDBSiteStoreTest.php91 $site = $store->getSite( 'ertrywuutr' );
97 $site = $store->getSite( 'sdfhxujgkfpth' );
120 $this->assertNotNull( $store2->getSite( 'enwiki' ) );
126 $site = $store2->getSite( 'enwiki' );
137 $site = $store->getSite( 'enwiki' );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/site/
H A DCachingSiteStoreTest.php83 $site = $store->getSite( 'ertrywuutr' );
87 $site = $store->getSite( 'sdfhxujgkfpth' );
118 $store->getSite( 'enwiki' )->setLanguageCode( 'en-ca' );
121 $this->assertEquals( 'en-ca', $store->getSite( 'enwiki' )->getLanguageCode(), 'sanity check' );
128 $this->assertEquals( 'en', $store->getSite( 'enwiki' )->getLanguageCode(), 'reset' );
148 $site = $store->getSite( 'enwiki' );
H A DDBSiteStoreTest.php91 $site = $store->getSite( 'ertrywuutr' );
97 $site = $store->getSite( 'sdfhxujgkfpth' );
120 $this->assertNotNull( $store2->getSite( 'enwiki' ) );
126 $site = $store2->getSite( 'enwiki' );
137 $site = $store->getSite( 'enwiki' );
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/
H A DOpenMarkersViewHandler.java45 new Object[] { part.getSite().getRegisteredName(), count }); in execute()
46 InputDialog dialog = new InputDialog(part.getSite().getShell(), in execute()
49 new String[] { part.getSite() in execute()
57 IViewPart newPart = part.getSite().getPage() in execute()
58 .showView(part.getSite().getId(), count, in execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/
H A DCategorySection.java75 ISiteFeature[] features = fModel.getSite().getFeatures(); in getElements()
80 ISiteBundle[] bundles = fModel.getSite().getBundles(); in getElements()
102 ISiteFeature[] features = fModel.getSite().getFeatures(); in getChildren()
111 ISiteBundle[] bundles = fModel.getSite().getBundles(); in getChildren()
134 ISiteFeature[] features = fModel.getSite().getFeatures(); in hasChildren()
143 ISiteBundle[] bundles = fModel.getSite().getBundles(); in hasChildren()
187 fCategoryViewer.setInput(fModel.getSite()); in createClient()
685 ISiteFeature[] features = fModel.getSite().getFeatures(); in findRealFeature()
697 ISiteBundle[] bundles = fModel.getSite().getBundles(); in findRealBundle()
951 fModel.getSite().addFeatures(added); in doAdd()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/
H A DSiteModelFactory.java50 feature.parent = model.getSite(); in createFeature()
58 bundle.parent = model.getSite(); in createBundle()
90 def.parent = model.getSite(); in createCategoryDefinition()
98 repo.parent = model.getSite(); in createRepositoryReference()
117 archive.parent = model.getSite(); in createArchive()
128 info.parent = model.getSite(); in createStatsInfo()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/httpsessions/
H A DHttpSessionsSite.java116 public String getSite() { in getSite() method in HttpSessionsSite
287 new HttpSession(name, extension.getHttpSessionTokensSet(getSite())); in createEmptySessionAndSetAsActive()
340 HttpSessionTokensSet siteTokensSet = extension.getHttpSessionTokensSet(getSite()); in processHttpRequestMessage()
344 log.debug("No session tokens for: " + this.getSite()); in processHttpRequestMessage()
354 + getSite() in processHttpRequestMessage()
384 HttpSessionTokensSet siteTokensSet = extension.getHttpSessionTokensSet(getSite()); in processHttpResponseMessage()
388 log.debug("No session tokens for: " + this.getSite()); in processHttpResponseMessage()
421 + getSite() in processHttpResponseMessage()
442 + getSite() in processHttpResponseMessage()
450 + getSite() in processHttpResponseMessage()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/src/org/eclipse/ui/examples/contributions/view/
H A DInfoView.java95 IPersonService service = getSite().getService( in createPartControl()
100 getSite().setSelectionProvider(viewer); in createPartControl()
105 getSite().registerContextMenu(contextMenu, viewer); in createPartControl()
124 IContextService contextService = getSite() in activateContext()
135 IHandlerService handlerService = getSite().getService(IHandlerService.class); in createHandlers()
140 MessageDialog.openInformation(getSite().getShell(), in createHandlers()
182 IHandlerService handlerService = getSite() in editSelection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/
H A DCategorySection.java79 ISiteFeature[] features = fModel.getSite().getFeatures(); in getElements()
91 ISiteFeature[] features = fModel.getSite().getFeatures(); in getChildren()
115 ISiteFeature[] features = fModel.getSite().getFeatures(); in hasChildren()
148 fCategoryViewer.setInput(fModel.getSite()); in createClient()
281 fModel.getSite().addFeatures(new ISiteFeature[] {feature}); in copyFeature()
428 fModel.getSite().removeFeatures(new ISiteFeature[] {feature}); in handleRemoveSiteFeatureAdapter()
432 fModel.getSite().removeFeatures(new ISiteFeature[] {feature}); in handleRemoveSiteFeatureAdapter()
455 ISiteFeature[] features = fModel.getSite().getFeatures(); in findRealFeature()
534 int featureCount = fModel.getSite().getFeatures().length; in updateButtons()
654 ISiteFeature[] features = fModel.getSite().getFeatures(); in canAdd()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/
H A DWorkbenchPartSynchronizePageSite.java47 return part.getSite().getShell(); in getShell()
62 return part.getSite(); in getWorkbenchSite()
67 return part.getSite().getKeyBindingService(); in getKeyBindingService()
72 part.getSite().getPage().activate(part); in setFocus()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/
H A DMultiPageEditorPart.java401 IHandlerService service = getSite().getService(IHandlerService.class); in initializeSubTabSwitching()
481 if (getSite() != null) { in dispose()
620 return ((IEditorPart) data).getSite(); in getPageSite()
636 PartSite partSite = (PartSite) getSite(); in close()
640 getSite().getPage().closeEditor(MultiPageEditorPart.this, true); in close()
654 pageContainerSite = slc.createServiceLocator(getSite(), null, () -> close()); in getPageContainerSite()
798 IPartService partService = getSite().getService(IPartService.class); in pageChange()
813 ISelectionProvider outerProvider = getSite().getSelectionProvider(); in pageChange()
869 final IKeyBindingService service = getSite().getKeyBindingService(); in deactivateSite()
915 final IKeyBindingService service = getSite().getKeyBindingService(); in activateSite()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/
H A DMergeActionHandler.java62 …resourceMergeHandler.updateEnablement((IStructuredSelection)configuration.getSite().getSelectionPr… in getDefaultHandler()
66 …resourceMergeHandler.updateEnablement((IStructuredSelection)configuration.getSite().getSelectionPr… in getDefaultHandler()
70 …resourceMarkAsMergedHandler.updateEnablement((IStructuredSelection)configuration.getSite().getSele… in getDefaultHandler()
82 ISelectionProvider selectionProvider = getConfiguration().getSite().getSelectionProvider(); in MergeActionHandler()
92 getConfiguration().getSite().getSelectionProvider().removeSelectionChangedListener(listener); in dispose()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/
H A DOpenWithActionGroup.java56 IWorkbenchSite ws = getSite().getWorkbenchSite(); in makeActions()
68 private ISynchronizePageSite getSite() { in getSite() method in OpenWithActionGroup
69 return configuration.getSite(); in getSite()
73 ISelection selection = getSite().getSelectionProvider().getSelection(); in fillContextMenu()
156 IWorkbenchSite ws = getSite().getWorkbenchSite(); in fillOpenWithMenu()
167 IWorkbenchSite ws = getSite().getWorkbenchSite(); in fillOpenWithMenu()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/
H A DAbstractInfoView.java111 if (ref.getId().equals(getSite().getId())) {
120 if (ref.getId().equals(getSite().getId()))
125 if (!ref.getId().equals(getSite().getId()))
290 getSite().registerContextMenu(menuManager, getSelectionProvider()); in createContextMenu()
380 if (getSite().getShell().isDisposed()) in inititalizeColors()
383 Display display= getSite().getShell().getDisplay(); in inititalizeColors()
444 getSite().getPage().addPostSelectionListener(this); in startListeningForSelectionChanges()
451 getSite().getPage().removePostSelectionListener(this); in stopListeningForSelectionChanges()
728 ISelectionProvider provider= part.getSite().getSelectionProvider(); in computeAndDoSetInput()
776 Shell shell= getSite().getShell(); in computeAndDoSetInput()
[all …]
/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 DPropertySheet.java254 getSite().getPage().getWorkbenchWindow().getWorkbench().getHelpSystem() in createPartControl()
261 IWorkbenchPartSite site = getSite(); in dispose()
302 ISelectionProvider provider = part.getSite().getSelectionProvider(); in doCreatePage()
343 IWorkbenchPage page = getSite().getPage(); in getBootstrapPart()
359 if (activeEditor.getSite().getSelectionProvider() != null) { in getBootstrapPart()
360 ISelection selection = activeEditor.getSite().getSelectionProvider().getSelection(); in getBootstrapPart()
373 if (!isImportant(part) || part.getSite().getSelectionProvider() == null) { in getBootstrapPart()
376 ISelection selection = part.getSite().getSelectionProvider().getSelection(); in getBootstrapPart()
411 IWorkbenchPartSite site = part.getSite(); in isImportant()
416 boolean isPropertyView = getSite().getId().equals(partID); in isImportant()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/
H A DRetargetAddMemoryBlockAction.java49 Object debugContext = DebugUITools.getPartDebugContext(fSite.getSite()); in run()
55 …target.addMemoryBlocks(getMemoryView(), getMemoryView().getSite().getSelectionProvider().getSelect… in run()
74 if (getMemoryView().getSite().getSelectionProvider() != null) in updateAction()
75 …setEnabled(target.canAddMemoryBlocks(getMemoryView(), getMemoryView().getSite().getSelectionProvid… in updateAction()

12345678910>>...37