Home
last modified time | relevance | path

Searched refs:getViews (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/net/jgroups/jgroups-2.12.0/tests/junit/org/jgroups/tests/
H A DCloseTest.java92 System.out.println("c1: " + r1.getViews()); in testViewChangeReceptionOnChannelCloseByParticipant()
101 System.out.println("c2: " + r2.getViews()); in testViewChangeReceptionOnChannelCloseByParticipant()
106 View v=r1.getViews().get(0); in testViewChangeReceptionOnChannelCloseByParticipant()
113 v=r1.getViews().get(1); in testViewChangeReceptionOnChannelCloseByParticipant()
138 View v=r2.getViews().get(0); in testViewChangeReceptionOnChannelCloseByCoordinator()
147 v=r2.getViews().get(0); in testViewChangeReceptionOnChannelCloseByCoordinator()
316 public List<View> getViews() {return views;} in getViews() method in CloseTest.MyReceiver
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DGraphicsWindow.cpp21 void GraphicsWindow::getViews(Views& views) in getViews() function in GraphicsWindow
46 getViews(views); in requestRedraw()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DGraphicsWindow.cpp21 void GraphicsWindow::getViews(Views& views) in getViews() function in GraphicsWindow
46 getViews(views); in requestRedraw()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/db/queryexecutorsteps/
H A Dqueryexecutorreplaceviews.cpp40 QStringList QueryExecutorReplaceViews::getViews(const QString& database) in getViews() function in QueryExecutorReplaceViews
46 views[dbName] = schemaResolver->getViews(database); in getViews()
84 viewsInDatabase = getViews(src->database); in replaceViews()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrSmallPathAtlasMgr.h68 const GrSurfaceProxyView* getViews(int* numActiveProxies) { in getViews() function
70 return fAtlas->getViews(); in getViews()
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Component/Router/Rules/
H A DNomenuRules.php72 $views = $this->router->getViews();
112 $views = $this->router->getViews();
H A DStandardRules.php68 $views = $this->router->getViews();
204 $views = $this->router->getViews();
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Metadata/
H A DMetadata.php45 public function getViews($schema = null) function in Zend\\Db\\Metadata\\Metadata
47 return $this->source->getViews($schema);
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/integration/Elgg/
H A DIntegrationTestCaseTest.php91 $views = $inspector->getViews();
114 $this->assertEquals($views, $inspector->getViews());
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Component/Router/
H A DRouterView.php67 public function getViews() function in Joomla\\CMS\\Component\\Router\\RouterView
84 $views = $this->getViews();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/text/
H A DGrAtlasManager.h35 const GrSurfaceProxyView* getViews(GrMaskFormat format, unsigned int* numActiveProxies) { in getViews() function
39 return this->getAtlas(format)->getViews(); in getViews()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/text/
H A DGrAtlasManager.h48 const GrSurfaceProxyView* getViews(GrMaskFormat format, unsigned int* numActiveProxies) { in getViews() function
52 return this->getAtlas(format)->getViews(); in getViews()
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Metadata/
H A DMetadata.php83 public function getViews($schema = null) function in Zend\\Db\\Metadata\\Metadata
85 return $this->source->getViews($schema);
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/sqlitestudiocli/commands/
H A Dclicommand.cpp200 results += wrapObjNamesIfNeeded(resolver.getViews()); in getCompletionViews()
201 results += prefixEach("temp.", wrapObjNamesIfNeeded(resolver.getViews("temp"))); in getCompletionViews()
203 …results += prefixEach(wrapObjIfNeeded(database)+".", wrapObjNamesIfNeeded(resolver.getViews(databa… in getCompletionViews()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/
H A DLayoutData.java142 public AbstractView[] getViews() { in getViews() method in LayoutData
196 AbstractView[] allViews = getViews(); in getVisibleView()
207 views = getViews(); in getCurrentView()
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/
H A Dviews_view.php334 $view_tree = build_view_tree($viewList->getViews());
345 foreach ($viewList->getViews() as $view) {
379 if (count($viewList->getViews()) == -1 && !$is_ad_hoc) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/atlastext/
H A DSkInternalAtlasTextContext.cpp44 atlasManager->getViews(kA8_GrMaskFormat, &numProxies); in ~SkInternalAtlasTextContext()
95 atlasManager->getViews(kA8_GrMaskFormat, &numProxies)->asTextureProxy(); in flush()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/views/
H A DIViewRegistry.java55 IViewDescriptor[] getViews(); in getViews() method
H A DIViewCategory.java35 IViewDescriptor[] getViews(); in getViews() method
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/
H A DListViewsResponse.php43 public function getViews() function in Google_Service_Logging_ListViewsResponse
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthQt/
H A DViewerWidget67 void getViews( T& views ) const {
69 _viewer->getViews(temp);
/dports/www/elgg/elgg-3.3.23/mod/developers/views/default/admin/develop_tools/
H A Dinspect.php26 $data = $inspector->getViews($viewtype);
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/
H A Dinspect.php26 $data = $inspector->getViews($viewtype);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/
H A DViewParameterValues.java35 final IViewDescriptor[] views = PlatformUI.getWorkbench().getViewRegistry().getViews(); in getParameterValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/
H A DViewTests.java173 assertTrue(category.getViews()[0] == desc); in testCategoryViewContainmentProperties()
194 assertEquals(1, desc.getViews().length); in testCategoryProperties()

123456789