Home
last modified time | relevance | path

Searched refs:DEFAULT_VIEW (Results 1 – 25 of 36) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_gui.py31 DEFAULT_VIEW = 'View #0' variable in GuiDomain
39 def getZoom(self, viewID=DEFAULT_VIEW):
46 def getOffset(self, viewID=DEFAULT_VIEW):
53 def getSchema(self, viewID=DEFAULT_VIEW):
60 def getBoundary(self, viewID=DEFAULT_VIEW):
128 def hasView(self, viewID=DEFAULT_VIEW):
135 def getTrackedVehicle(self, viewID=DEFAULT_VIEW):
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/web/portlet/handler/
H A DSimpleMappingExceptionResolverTests.java61 exceptionResolver.setDefaultErrorView(DEFAULT_VIEW); in testDefaultErrorView()
63 assertEquals(DEFAULT_VIEW, mav.getViewName()); in testDefaultErrorView()
68 exceptionResolver.setDefaultErrorView(DEFAULT_VIEW); in testDefaultErrorViewDifferentHandler()
75 exceptionResolver.setDefaultErrorView(DEFAULT_VIEW); in testDefaultErrorViewDifferentHandlerClass()
87 exceptionResolver.setDefaultErrorView(DEFAULT_VIEW); in testNullExceptionAttribute()
90 assertEquals(DEFAULT_VIEW, mav.getViewName()); in testNullExceptionAttribute()
96 exceptionResolver.setDefaultErrorView(DEFAULT_VIEW); in testNullExceptionMappings()
98 assertEquals(DEFAULT_VIEW, mav.getViewName()); in testNullExceptionMappings()
102 exceptionResolver.setDefaultErrorView(DEFAULT_VIEW); in testDefaultNoRenderWhenMinimized()
109 exceptionResolver.setDefaultErrorView(DEFAULT_VIEW); in testDoRenderWhenMinimized()
[all …]
/dports/www/matomo/piwik/core/ViewDataTable/
H A DFactory.php62 const DEFAULT_VIEW = HtmlTable::ID; define in Piwik\\ViewDataTable\\Factory
145 $type = $defaultType ?: self::DEFAULT_VIEW;
163 if (array_key_exists(self::DEFAULT_VIEW, $visualizations)) {
164 …return self::createViewDataTableInstance($visualizations[self::DEFAULT_VIEW], $controllerAction, $…
/dports/textproc/p5-Pod-POM/Pod-POM-2.01/lib/Pod/
H A DPOM.pm42 our $DEFAULT_VIEW = 'Pod::POM::View::Pod'; # default view class
415 return $DEFAULT_VIEW unless $viewer;
424 return ($DEFAULT_VIEW = $viewer);
/dports/textproc/p5-Pod-POM/Pod-POM-2.01/lib/Pod/POM/Node/
H A DVerbatim.pm37 $view ||= $Pod::POM::DEFAULT_VIEW;
H A DCode.pm37 $view ||= $Pod::POM::DEFAULT_VIEW;
H A DContent.pm41 $view ||= $Pod::POM::DEFAULT_VIEW;
H A DText.pm53 $view ||= $Pod::POM::DEFAULT_VIEW;
H A DSequence.pm59 $view ||= $Pod::POM::DEFAULT_VIEW;
/dports/textproc/p5-Pod-POM/Pod-POM-2.01/t/
H A Dtextview.t18 $Pod::POM::DEFAULT_VIEW = 'Pod::POM::View::Text';
H A Dhtmllist.t11 $Pod::POM::DEFAULT_VIEW = 'Pod::POM::View::HTML';
H A Dhtmlescp.t11 $Pod::POM::DEFAULT_VIEW = 'Pod::POM::View::HTML';
H A Dview.t56 $Pod::POM::DEFAULT_VIEW = 'My::View';
H A Dhtmlview.t15 $Pod::POM::DEFAULT_VIEW = 'Pod::POM::View::HTML';
/dports/graphics/libgltf/libgltf-0.0.2/src/
H A DRenderScene.cpp1584 #if DEFAULT_VIEW in initSSAAFrameBuf()
1585 unsigned int width = SSAA * DEFAULT_VIEW; in initSSAAFrameBuf()
1586 unsigned int height = (SSAA * DEFAULT_VIEW * in initSSAAFrameBuf()
1721 #if DEFAULT_VIEW in completeRender()
1722 unsigned int width = SSAA * DEFAULT_VIEW; in completeRender()
1868 #if DEFAULT_VIEW in setBitZoom()
1869 unsigned int width = SSAA * DEFAULT_VIEW; in setBitZoom()
1870 unsigned int height = (SSAA * DEFAULT_VIEW * in setBitZoom()
1921 #if DEFAULT_VIEW in completeRenderBitmap()
1922 unsigned int width = SSAA * DEFAULT_VIEW; in completeRenderBitmap()
[all …]
/dports/textproc/p5-Pod-POM-View-HTML-Filter/Pod-POM-View-HTML-Filter-0.09/t/
H A D30perltidy.t9 $Pod::POM::DEFAULT_VIEW = Pod::POM::View::HTML::Filter->new;
H A D13stack.t6 $Pod::POM::DEFAULT_VIEW = Pod::POM::View::HTML::Filter->new;
H A D11filters.t6 $Pod::POM::DEFAULT_VIEW = Pod::POM::View::HTML::Filter->new;
H A D12default.t6 my $view = $Pod::POM::DEFAULT_VIEW = Pod::POM::View::HTML::Filter->new;
/dports/textproc/extract_url/extracturl-1.6.2/
H A Dextract_urlview.sample28 #DEFAULT_VIEW url
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaVariables.cpp175 case DEFAULT_VIEW: // no view selection in variables spec -> level 2,3 view in get_view()
287 abort_handler(-1); return DEFAULT_VIEW; in method_view()
309 ? DESIGN_VIEW : DEFAULT_VIEW; in response_view()
/dports/textproc/p5-Pod-POM/Pod-POM-2.01/lib/Pod/POM/
H A DNode.pm184 $view ||= $Pod::POM::DEFAULT_VIEW;
/dports/cad/sumo/sumo-1.2.0/src/utils/traci/
H A DTraCIAPI.h40 #define DEFAULT_VIEW "View #0" macro
224 double getZoom(const std::string& viewID = DEFAULT_VIEW) const;
225 libsumo::TraCIPosition getOffset(const std::string& viewID = DEFAULT_VIEW) const;
226 std::string getSchema(const std::string& viewID = DEFAULT_VIEW) const;
227 libsumo::TraCIPositionVector getBoundary(const std::string& viewID = DEFAULT_VIEW) const;
/dports/deskutils/phpicalendar/phpicalendar-2.4/templates/green/
H A Dprint.tpl9 …<a class="psf" href="{DEFAULT_VIEW}.php?cal={CAL}&amp;getdate={GETDATE}">{L_VIEW_CALENDARS}</a></t…
/dports/deskutils/phpicalendar/phpicalendar-2.4/templates/grey/
H A Dprint.tpl9 …<a class="psf" href="{DEFAULT_VIEW}.php?cal={CAL}&amp;getdate={GETDATE}">{L_VIEW_CALENDARS}</a></t…

12