Home
last modified time | relevance | path

Searched refs:registerView (Results 1 – 25 of 97) sorted by relevance

1234

/dports/www/joomla3/joomla3-3.9.24/components/com_users/
H A Drouter.php27 $this->registerView(new JComponentRouterViewconfiguration('login'));
30 $this->registerView($profile);
31 $this->registerView(new JComponentRouterViewconfiguration('registration'));
32 $this->registerView(new JComponentRouterViewconfiguration('remind'));
33 $this->registerView(new JComponentRouterViewconfiguration('reset'));
/dports/www/joomla3/joomla3-3.9.24/components/com_content/
H A Drouter.php33 $this->registerView($categories);
36 $this->registerView($category);
39 $this->registerView($article);
40 $this->registerView(new JComponentRouterViewconfiguration('archive'));
41 $this->registerView(new JComponentRouterViewconfiguration('featured'));
44 $this->registerView($form);
/dports/www/joomla3/joomla3-3.9.24/components/com_privacy/
H A Drouter.php29 $this->registerView(new JComponentRouterViewconfiguration('confirm'));
30 $this->registerView(new JComponentRouterViewconfiguration('request'));
31 $this->registerView(new JComponentRouterViewconfiguration('remind'));
/dports/www/joomla3/joomla3-3.9.24/components/com_contact/
H A Drouter.php33 $this->registerView($categories);
36 $this->registerView($category);
39 $this->registerView($contact);
40 $this->registerView(new JComponentRouterViewconfiguration('featured'));
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/PanelView/
H A Dkrviewfactory.cpp66 registerView(new KrViewInstanceImpl<KrInterDetailedView> (0, "KrInterDetailedView", in init()
69 registerView(new KrViewInstanceImpl<KrInterBriefView> (1, "KrInterBriefView", in init()
78 void KrViewFactory::registerView(KrViewInstance *inst) in registerView() function in KrViewFactory
H A Dkrviewfactory.h77 void registerView(KrViewInstance *);
/dports/www/joomla3/joomla3-3.9.24/components/com_newsfeeds/
H A Drouter.php33 $this->registerView($categories);
36 $this->registerView($category);
39 $this->registerView($newsfeed);
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/
H A DWebInspector.py43 registerView(self)
120 def registerView(view): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/suggestions/tail/
H A DAlignmentManagerUnitTest.java51 mManager.registerView(mTailView1); in setUp()
52 mManager.registerView(mTailView2); in setUp()
53 mManager.registerView(mTailView3); in setUp()
/dports/www/falkon/falkon-3.2.0/src/lib/webengine/
H A Dwebinspector.cpp45 registerView(this); in WebInspector()
118 void WebInspector::registerView(QWebEngineView *view) in registerView() function in WebInspector
H A Dwebinspector.h41 static void registerView(QWebEngineView *view);
/dports/audio/mixxx/mixxx-2.3.0/src/library/
H A Dmixxxlibraryfeature.cpp109 pLibraryWidget->registerView(kHiddenTitle, m_pHiddenView); in bindLibraryWidget()
117 pLibraryWidget->registerView(kMissingTitle, m_pMissingView); in bindLibraryWidget()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/gui/
H A Dfilter_call_tab.hpp74 return registerView<View>(name); in registerFilterView()
H A Dmatch_call_tab.hpp78 return registerView<View>(name); in registerMatchView()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkLayoutViewFactory.cpp141 this->registerView(viewElement, view); in setupView()
241 void ctkLayoutViewFactory::registerView(QDomElement layoutElement, QWidget* view) in registerView() function in ctkLayoutViewFactory
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/station-view/
H A D03-commodityMarket.lua24 StationView:registerView({
/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dwlibrary.h28 bool registerView(const QString& name, QWidget* view);
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/hotdraw/main/
H A DhdDrawingEditor.cpp74 _tmpModel->registerView(_viewTmp); in createDiagram()
99 _tmpModel->registerView(NULL); in deleteDiagram()
/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 DMemoryViewIdRegistry.java26 public static void registerView(String secondaryId) { in registerView() method in MemoryViewIdRegistry
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/tail/
H A DAlignmentManager.java74 void registerView(View view) { in registerView() method in AlignmentManager
H A DTailSuggestionView.java41 mAlignmentManager.registerView(this); in setAlignmentManager()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/osx/
H A Da11yfactory.h36 +(void)registerView: (NSView *) theView;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/osx/
H A Da11yfactory.h36 +(void)registerView: (NSView *) theView;
/dports/audio/mixxx/mixxx-2.3.0/src/library/recording/
H A Drecordingfeature.cpp47 pLibraryWidget->registerView(kViewName, pRecordingView); in bindLibraryWidget()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/view/
H A DOverview.h38 void registerView(View *view);

1234