Home
last modified time | relevance | path

Searched defs:viewtype (Results 1 – 25 of 124) sorted by relevance

12345

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/
H A DViewsService.php85 private $viewtype; variable in Elgg\\ViewsService
107 public function setViewtype($viewtype = '') {
175 public function isValidViewtype($viewtype) {
228 public function autoregisterViews($view_base, $folder, $viewtype) {
279 public function findViewFile($view, $viewtype) {
303 public function setViewDir($view, $location, $viewtype = '') {
329 public function registerViewtypeFallback($viewtype) {
342 public function doesViewtypeFallback($viewtype) {
539 public function viewExists($view, $viewtype = '', $recurse = true) {
795 public function listViews($viewtype = 'default') {
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Views/
H A DViewRenderingTestCase.php73 …public function assertViewOutput($expected, $view, $view_vars = [], $viewtype = 'default', $messag…
81 public function testCanRenderViewWithEmptyVars($view, $viewtype) {
93 public function testCanRenderViewWithVars($view, $viewtype) {
105 public function view($view, array $vars = [], $viewtype = 'default', array $component_vars = []) {
H A DViewStackTestCase.php43 public function testViewStackRegistrations($view, $viewtype, $path, $is_simplecache_view) {
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/lib/
H A Dviews.php62 function elgg_set_viewtype($viewtype = '') {
90 function elgg_register_viewtype_fallback($viewtype) {
102 function elgg_does_viewtype_fallback($viewtype) {
174 function elgg_set_view_location($view, $location, $viewtype = '') {
189 function elgg_view_exists($view, $viewtype = '', $recurse = true) {
217 function elgg_view($view, $vars = [], $viewtype = '') {
1916 function _elgg_view_under_viewtype($view, $vars, $viewtype) {
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/clipper/
H A DClipPoint.cpp54 double ClipPoint::intersect(const Vector3& point, EViewType viewtype, float scale) { in intersect()
65 void ClipPoint::testSelect(const Vector3& point, EViewType viewtype, float scale, in testSelect()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/json/search/group/
H A Ddefault.php11 $viewtype = elgg_get_viewtype(); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/json/search/user/
H A Ddefault.php11 $viewtype = elgg_get_viewtype(); variable
/dports/editors/led/led-2.0/src/
H A Dview.h56 struct viewtype { struct
59 viewtypeops_t op; /* viewtype operations */ argument
60 u_char *name; /* name of the viewtype */ argument
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Application/
H A DCacheHandler.php325 protected function getProcessedView($view, $viewtype) {
352 protected function renderView($view, $viewtype) {
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/groups/views/json/livesearch/user/
H A Dgroup_invite.php18 $viewtype = elgg_get_viewtype(); variable
/dports/www/elgg/elgg-3.3.23/mod/groups/views/json/livesearch/user/
H A Dgroup_invite.php18 $viewtype = elgg_get_viewtype(); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/json/search/object/
H A Ddefault.php11 $viewtype = elgg_get_viewtype(); variable
/dports/www/ot-recorder/recorder-0.8.4/
H A Dhttp.h16 } viewtype; typedef
/dports/www/elgg/elgg-3.3.23/mod/developers/views/default/admin/develop_tools/
H A Dinspect.php20 $viewtype = get_input('type', 'default'); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/classes/Elgg/Plugins/
H A DViewStackTest.php52 public function testViewStackRegistrations($view, $viewtype, $path, $is_simplecache_view) {
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/
H A Dinspect.php20 $viewtype = get_input('type', 'default'); variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/stuff/profiles/layouts/rooms/Default/
H A Droom3.ini12 pane_3\viewtype=2 key
20 pane_5\viewtype=1 key
/dports/multimedia/opentoonz/opentoonz-1.5.0/stuff/profiles/layouts/rooms/StudioGhibli/
H A Droom3.ini6 pane_1\viewtype=2 key
H A Droom2.ini6 pane_1\viewtype=2 key
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Debug/
H A DInspector.php52 public function getViews($viewtype = 'default') {
/dports/www/hotcrp/hotcrp-2.102/src/papercolumns/
H A Dpc_tagreport.php7 private $viewtype; variable in TagReport_PaperColumn
/dports/games/senken/senken-0.3.0/src/
H A Dscreen.h39 maptype_t viewtype; member
/dports/www/elgg/elgg-3.3.23/mod/developers/views/default/admin/develop_tools/inspect/
H A Dviews.php21 $viewtype = elgg_extract("viewtype", $vars); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/inspect/
H A Dviews.php21 $viewtype = elgg_extract("viewtype", $vars); variable
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dvacm_conf.c321 int viewtype, viewtypes = 0; in vacm_parse_authtokens() local
1204 int viewtype; in vacm_in_view() local
1256 int check_subtree, int viewtype) in vacm_check_view()
1264 int check_subtree, int viewtype, int flags) in vacm_check_view_contents()

12345