Home
last modified time | relevance | path

Searched refs:findElements (Results 1 – 25 of 112) sorted by relevance

12345

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/
H A DEModelServiceFindTest.java163 List<MPart> parts = modelService.findElements(application, null, MPart.class); in testFindElementsTypeOnly()
181 List<MUIElement> uiElements = modelService.findElements(application, null, null, null, in testFindElementsTypeOnly()
186 List<String> strings = modelService.findElements(application, null, String.class); in testFindElementsTypeOnly()
200 List<MUIElement> oneTags = modelService.findElements(application, null, null, tags); in testFindElementsTagsOnly()
205 List<MUIElement> twoTags = modelService.findElements(application, null, null, tags); in testFindElementsTagsOnly()
270 modelService.findElements(null, null, null); in testFindElements_NullCheck()
277 modelService.findElements(null, null, null, null, EModelService.ANYWHERE); in testFindElements_NullCheck()
303 menuElements = modelService.findElements(application, null, MMenuElement.class, null, in testFlags()
307 menuElements = modelService.findElements(application, null, MMenuElement.class, null, in testFlags()
386 List<MAddon> elements = modelService.findElements(application, in testFindAddons()
[all …]
H A DEModelServicePerspectiveFindTest.java157 …List<MPart> elements = modelService.findElements(window, MPart.class, EModelService.IN_ACTIVE_PERS… in testInActivePerspective()
166 …List<MPart> elements = modelService.findElements(window, MPart.class, EModelService.IN_ANY_PERSPEC… in testInAnyPerspective()
176 …List<MPart> elements = modelService.findElements(window, MPart.class, EModelService.OUTSIDE_PERSPE… in testOuterPerspective()
185 …List<MPart> elements = modelService.findElements(window, MPart.class, EModelService.IN_TRIM, selec… in testInTrim()
192 …List<MPart> elements = modelService.findElements(window, MPart.class, EModelService.PRESENTATION, … in testPresentation()
201 …List<MPart> elements = modelService.findElements(window, MPart.class, EModelService.ANYWHERE, sele… in testAnywhere()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/
H A DMinMaxAddonUtil.java148 List<MPlaceholder> areas = modelService.findElements(persp == null ? win : persp, ID_EDITOR_AREA, in addChildrenOfMinMaxChildrenAreaToRestoreList()
161 List<MPartStack> partStacks = modelService.findElements(placeholder, null, MPartStack.class); in addChildrenOfMinMaxChildrenAreaToRestoreList()
187 final List<MPartStack> maximizedAreaChildren = minMaxAddon.modelService.findElements(area, null, in restoreStacksOfMinMaxChildrenArea()
239 List<MPlaceholder> areas = modelService.findElements(persp == null ? win : persp, ID_EDITOR_AREA, in handleMinimizeOfMinMaxChildrenArea()
255 List<MPartStack> partStacks = modelService.findElements(placeholder, null, MPartStack.class); in handleMinimizeOfMinMaxChildrenArea()
266 List<Object> findElements = modelService.findElements(elementMUI, element.getElementId(), in handleMinimizeOfMinMaxChildrenArea() local
268 if (findElements != null && !findElements.isEmpty()) { in handleMinimizeOfMinMaxChildrenArea()
H A DMinMaxAddon.java147 List<MToolControl> tcList = modelService.findElements(window, null,
334 List<MToolControl> tcList = modelService.findElements(window, null, MToolControl.class); in subscribeTopicSelectedElement()
341 List<MUIElement> minimizedElements = modelService.findElements(curPersp, null, in subscribeTopicSelectedElement()
501 List<MPartStack> stackList = modelService.findElements(win, null, MPartStack.class); in getWinCache()
540 List<MUIElement> minimizedElements = modelService.findElements(resetPersp, null, in subscribeTopicPerspReset()
564 List<MUIElement> minimizedElements = modelService.findElements(openedPersp, null, in subscribeTopicPerspOpened()
632 List<MPartStack> stacks = modelService.findElements(element, null, MPartStack.class); in getCTFFor()
701 List<MUIElement> curMax = modelService.findElements(window, null, MUIElement.class, in restore()
809 List<MPlaceholder> standaloneViews = modelService.findElements(persp == null ? win in getElementsToMinimize()
859 List<T> elements = modelService.findElements(searchRoot, id, clazz, null, searchFlag); in findValidElementsToMinimize()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/src/Data/XML/
H A DCompat.hs49 findElements :: Name -> Element -> [Element]
50 findElements n e function
52 | otherwise = concatMap (findElements n) $ elementChildren e
55 findElement = (headMay .) <$> findElements
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/XML/Light/
H A DProc.hs29 , findElements
92 findElement q e = listToMaybe (findElements q e)
105 findElements :: QName -> Element -> [Element]
106 findElements qn e = filterElementsName (qn==) e function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/
H A DModelServiceImplTest.java57 List<MPart> findElements = modelService.findElements(app, DUMMY_EDITOR_ID, MPart.class, null, in testModelServiceFindElementsWithEditorInSharedElements() local
61 assertThat(findElements, contains(editor)); in testModelServiceFindElementsWithEditorInSharedElements()
/dports/www/limesurvey/limesurvey/tests/questions/
H A DArrayNumberCheckboxTest.php64 $elementsRelevance = self::$webDriver->findElements(
89 $elementsRelevance = self::$webDriver->findElements(
110 …$elementsRelevanceMandatory=self::$webDriver->findElements(WebDriverBy::cssSelector("#question".$r…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/
H A DModelServiceImpl.java268 List<MArea> areas = findElements(searchContainer, null, MArea.class); in findElementsRecursive()
416 return findElements(searchRoot, clazz, ANYWHERE, matcher); in findElements()
421 return findElements(searchRoot, id, clazz, null); in findElements()
428 return findElements(searchRoot, clazz, searchFlags, matcher); in findElements()
454 List<MUIElement> elements = findElements(searchRoot, id, MUIElement.class); in find()
499 List<MPlaceholder> phList = findElements(clone, null, MPlaceholder.class); in cloneElement()
558 List<MPlaceholder> phList = findElements(element, null, MPlaceholder.class); in getNullRefPlaceHolders()
918 List<MArea> areas = findElements(window, null, MArea.class, null); in resetPerspectiveModel()
950 List<MTrimBar> bars = findElements(window, null, MTrimBar.class, null); in resetPerspectiveModel()
1128 persps = findElements(window, null, MPerspective.class); in hideLocalPlaceholders()
[all …]
H A DPartServiceImpl.java463 return modelService.findElements(workbenchWindow, id, cls, null, in getParts()
525 List<MUIElement> allPerspectiveElements = modelService.findElements(workbenchWindow, null, in isInContainer()
587 List<MPart> findElements = modelService.findElements(perspective, elementId, MPart.class); in isPartOrPlaceholderInPerspective() local
588 if (!findElements.isEmpty()) { in isPartOrPlaceholderInPerspective()
589 MPart part = findElements.get(0); in isPartOrPlaceholderInPerspective()
593 List<MPlaceholder> placeholders = modelService.findElements(perspective, elementId, in isPartOrPlaceholderInPerspective()
614 List<MPart> newPerspectiveParts = modelService.findElements(perspective, null, in switchPerspective()
919 List<MPlaceholder> phs = modelService.findElements(parent, descId, MPlaceholder.class); in createSharedPart()
1017 List<MPartStack> sharedStacks = modelService.findElements(area, null, MPartStack.class); in addPart()
1031 List<MElementContainer> containers = modelService.findElements(getContainer(), in addPart()
[all …]
H A DPartActivationHistory.java130 for (MPlaceholder placeholder : modelService.findElements(perspective, null, in isValid()
270 candidate = findActivationCandidate(modelService.findElements(area, null, MPart.class), part); in getNextActivationCandidate()
292 for (MPlaceholder placeholder : modelService.findElements(window, null, MPlaceholder.class)) { in forget()
313 List<MPart> activeCandidates = modelService.findElements(perspective, null, MPart.class, in getActivationCandidate()
/dports/devel/py-Automat/Automat-20.2.0/automat/_test/
H A Dtest_visualize.py114 def findElements(element, predicate): function
126 for result in findElements(child, predicate)]
174 portCandidates = findElements(table, hasPort)
178 self.assertEqual(findElements(inputLabelRow, isLeaf),
209 self.assertEqual(len(findElements(inputRow, hasCorrectColspan)),
211 self.assertEqual(findElements(outputRow, isLeaf), ["output label 1",
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/
H A DEModelService.java195 <T> List<T> findElements(MUIElement searchRoot, String id, Class<T> clazz, in findElements() method
212 <T> List<T> findElements(MUIElement searchRoot, String id, Class<T> clazz, in findElements() method
230 <T> List<T> findElements(MUIElement searchRoot, String id, Class<T> clazz); in findElements() method
280 <T> List<T> findElements(MApplicationElement searchRoot, Class<T> clazz, in findElements() method
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-1.3.14/Text/XML/Light/
H A DProc.hs66 findElement q e = listToMaybe (findElements q e)
79 findElements :: QName -> Element -> [Element]
80 findElements qn e = filterElementsName (qn==) e function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-1.3.14/Text/XML/Light/
H A DProc.hs66 findElement q e = listToMaybe (findElements q e)
79 findElements :: QName -> Element -> [Element]
80 findElements qn e = filterElementsName (qn==) e function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/addons/
H A DHandlerProcessingAddon.java48 …List<MHandlerContainer> findElements = modelService.findElements(application, null, MHandlerContai… in postConstruct() local
49 for (MHandlerContainer mHandlerContainer : findElements) { in postConstruct()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/
H A DHideTrimBarsHandler.java64 List<MTrimBar> tcList = modelService.findElements(window, null, MTrimBar.class); in disableCodeFocus()
77 List<MTrimBar> tcList = modelService.findElements(window, null, MTrimBar.class); in enableCodeFocus()
/dports/www/limesurvey/limesurvey/tests/controllers/
H A DThemeControllerTest.php256 $files = $w->findElements(WebDriverBy::className('other-files-filename'));
260 $deleteButtons = $w->findElements(WebDriverBy::className('other-files-delete-button'));
268 $files = $w->findElements(WebDriverBy::className('other-files-filename'));
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/migration/
H A DWorkbenchMigrationProcessor.java137 …for (MPart part : modelService.findElements(application, desc.getElementId(), MPart.class, null)) { in updatePartsAfterMigration()
151 …for (MPerspective persp : modelService.findElements(application, null, MPerspective.class, null)) { in updatePartsAfterMigration()
172 …for (MPartStack stickyFolder : modelService.findElements(application, StickyViewDescriptor.STICKY_… in moveStickyViews()
179 …for (MPlaceholder placeholder : modelService.findElements(window, stickyView.getId(), MPlaceholder… in removeStickyViewFromPerspectives()
/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 DCoolBarToTrimManager.java199 List<MToolBar> toolbars = modelService.findElements(window, item.getId(), MToolBar.class); in add()
284 List<MToolBar> toolBars = modelService.findElements(window, groupName, MToolBar.class); in appendToGroup()
350 List<MToolBar> toolbars = modelService.findElements(window, id, MToolBar.class); in find()
390 List<MToolBar> toolBars = modelService.findElements(window, null, MToolBar.class); in getItems()
445 List<MToolBar> toolbars = modelService.findElements(window, id, MToolBar.class); in getToolBar()
519 for (final MToolBar child : modelService.findElements(window, null, MToolBar.class, null)) {
584 final List<MToolBar> children = modelService.findElements(window, null, MToolBar.class, null);
623 final List<MToolBar> children = modelService.findElements(window, null, MToolBar.class, null);
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/
H A Ddomhelpers.py248 def findElements(parent, matcher): function
262 return findElements(
268 return findElements(
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/web/
H A Ddomhelpers.py217 def findElements(parent, matcher): function
229 return findElements(
234 return findElements(
/dports/devel/py-fs/fs-0.5.4/fs/contrib/davfs/
H A D__init__.py646 findElements = ps.props.getElementsByTagNameNS
649 if findElements("DAV:","collection"):
652 cl = findElements("DAV:","getcontentlength")
660 lm = findElements("DAV:","getlastmodified")
671 etag = findElements("DAV:","getetag")
761 findElements = ps.props.getElementsByTagNameNS
762 propNode = findElements(namespaceURI,localName)
764 findElements = ps.props.getElementsByTagName
765 propNode = findElements(localName)
/dports/graphics/qgis/qgis-3.22.3/src/core/editform/
H A Dqgsattributeeditorcontainer.cpp58 QList<QgsAttributeEditorElement *> QgsAttributeEditorContainer::findElements( QgsAttributeEditorEle… in findElements() function in QgsAttributeEditorContainer
74 results += cont->findElements( type ); in findElements()
/dports/www/p5-HTML-Prototype/HTML-Prototype-1.48/lib/HTML/Prototype/
H A DDragDrop.pm511 (this.findElements(element, options) || []).each( function(e) {
530 findElements: function(element, options) {
538 var grandchildren = this.findElements(e, options);
618 return $(this.findElements(element, options) || []).map( function(item) {

12345