Home
last modified time | relevance | path

Searched refs:_view (Results 1 – 25 of 1355) sorted by relevance

12345678910>>...55

/dports/devel/pear-Horde_View/Horde_View-2.0.6/test/Horde/View/
H A DBaseTest.php27 protected $_view = null; variable in Horde_View_BaseTest
31 $this->_view = new Horde_View();
71 $this->_view->testVar = 'test';
74 $this->_view->testVar2 = '';
110 $this->_view->myVar = 'test';
119 $this->_view->myVar = 'test';
128 $this->_view->myVar = 'test';
214 $this->_view->addHelper(new Horde_View_Helper_Text($this->_view));
232 $this->_view->addHelper(new Horde_View_Helper_Text($this->_view));
241 $this->_view->addHelper(new Horde_View_Helper_Text($this->_view));
[all …]
/dports/www/horde-ansel/ansel-3.0.10/lib/View/
H A DList.php43 protected $_view; variable in Ansel_View_List
119 $this->_view->start = $this->_page * $this->_view->gPerPage;
121 if ($this->_view->numGalleries > $this->_view->start) {
124 $this->_view->start,
125 $this->_view->gPerPage);
241 if (!empty($this->_view->sortBy)) {
246 if ($this->_view->numGalleries) {
252 $this->_view->start = $min + 1;
253 $this->_view->end = min($this->_view->numGalleries, $min + $this->_view->gPerPage);
285 $this->_view->style = $style;
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_CoordConverter.h33 static IntCoord convertFromRelative(const FloatCoord& _coord, const IntSize& _view) in convertFromRelative() argument
35 …Coord(int(_coord.left * _view.width), int(_coord.top * _view.height), int(_coord.width * _view.wid… in convertFromRelative()
41 static IntSize convertFromRelative(const FloatSize& _size, const IntSize& _view) in convertFromRelative() argument
43 return IntSize(int(_size.width * _view.width), int(_size.height * _view.height)); in convertFromRelative()
51 return IntPoint(int(_point.left * _view.width), int(_point.top * _view.height)); in convertFromRelative()
59 …_coord.left / (float)_view.width, _coord.top / (float)_view.height, _coord.width / (float)_view.wi… in convertToRelative()
62 static FloatSize convertToRelative(const IntSize& _size, const IntSize& _view) in convertToRelative() argument
64 return FloatSize(_size.width / (float)_view.width, _size.height / (float)_view.height); in convertToRelative()
69 return FloatPoint(_point.left / (float)_view.width, _point.top / (float)_view.height); in convertToRelative()
74 …Coord(int(_coord.left * _view.width), int(_coord.top * _view.height), int(_coord.width * _view.wid… in convertFromRelative()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_CoordConverter.h33 static IntCoord convertFromRelative(const FloatCoord& _coord, const IntSize& _view) in convertFromRelative() argument
35 …Coord(int(_coord.left * _view.width), int(_coord.top * _view.height), int(_coord.width * _view.wid… in convertFromRelative()
41 static IntSize convertFromRelative(const FloatSize& _size, const IntSize& _view) in convertFromRelative() argument
43 return IntSize(int(_size.width * _view.width), int(_size.height * _view.height)); in convertFromRelative()
51 return IntPoint(int(_point.left * _view.width), int(_point.top * _view.height)); in convertFromRelative()
59 …_coord.left / (float)_view.width, _coord.top / (float)_view.height, _coord.width / (float)_view.wi… in convertToRelative()
62 static FloatSize convertToRelative(const IntSize& _size, const IntSize& _view) in convertToRelative() argument
64 return FloatSize(_size.width / (float)_view.width, _size.height / (float)_view.height); in convertToRelative()
69 return FloatPoint(_point.left / (float)_view.width, _point.top / (float)_view.height); in convertToRelative()
74 …Coord(int(_coord.left * _view.width), int(_coord.top * _view.height), int(_coord.width * _view.wid… in convertFromRelative()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_CoordConverter.h33 static IntCoord convertFromRelative(const FloatCoord& _coord, const IntSize& _view) in convertFromRelative() argument
35 …Coord(int(_coord.left * _view.width), int(_coord.top * _view.height), int(_coord.width * _view.wid… in convertFromRelative()
41 static IntSize convertFromRelative(const FloatSize& _size, const IntSize& _view) in convertFromRelative() argument
43 return IntSize(int(_size.width * _view.width), int(_size.height * _view.height)); in convertFromRelative()
51 return IntPoint(int(_point.left * _view.width), int(_point.top * _view.height)); in convertFromRelative()
59 …_coord.left / (float)_view.width, _coord.top / (float)_view.height, _coord.width / (float)_view.wi… in convertToRelative()
62 static FloatSize convertToRelative(const IntSize& _size, const IntSize& _view) in convertToRelative() argument
64 return FloatSize(_size.width / (float)_view.width, _size.height / (float)_view.height); in convertToRelative()
69 return FloatPoint(_point.left / (float)_view.width, _point.top / (float)_view.height); in convertToRelative()
74 …Coord(int(_coord.left * _view.width), int(_coord.top * _view.height), int(_coord.width * _view.wid… in convertFromRelative()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_CoordConverter.h33 static IntCoord convertFromRelative(const FloatCoord& _coord, const IntSize& _view) in convertFromRelative() argument
35 …Coord(int(_coord.left * _view.width), int(_coord.top * _view.height), int(_coord.width * _view.wid… in convertFromRelative()
41 static IntSize convertFromRelative(const FloatSize& _size, const IntSize& _view) in convertFromRelative() argument
43 return IntSize(int(_size.width * _view.width), int(_size.height * _view.height)); in convertFromRelative()
51 return IntPoint(int(_point.left * _view.width), int(_point.top * _view.height)); in convertFromRelative()
59 …_coord.left / (float)_view.width, _coord.top / (float)_view.height, _coord.width / (float)_view.wi… in convertToRelative()
62 static FloatSize convertToRelative(const IntSize& _size, const IntSize& _view) in convertToRelative() argument
64 return FloatSize(_size.width / (float)_view.width, _size.height / (float)_view.height); in convertToRelative()
69 return FloatPoint(_point.left / (float)_view.width, _point.top / (float)_view.height); in convertToRelative()
74 …Coord(int(_coord.left * _view.width), int(_coord.top * _view.height), int(_coord.width * _view.wid… in convertFromRelative()
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/pugl/pugl/
H A Dpugl.hpp37 : _view(puglInit(pargc, argv)) in View()
39 puglSetHandle(_view, this); in View()
40 puglSetEventFunc(_view, _onEvent); in View()
43 virtual ~View() { puglDestroy(_view); } in ~View()
46 puglInitWindowParent(_view, parent); in initWindowParent()
62 puglInitResizable(_view, resizable); in initResizable()
66 puglInitTransientFor(_view, parent); in initTransientFor()
70 puglInitContextType(_view, type); in initContextType()
74 puglCreateWindow(_view, title); in createWindow()
92 PuglView* cobj() { return _view; } in cobj()
[all …]
/dports/x11-toolkits/ztoolkit/ztoolkit/pugl/pugl/
H A Dpugl.hpp37 : _view(puglInit(pargc, argv)) in View()
39 puglSetHandle(_view, this); in View()
40 puglSetEventFunc(_view, _onEvent); in View()
43 virtual ~View() { puglDestroy(_view); } in ~View()
46 puglInitWindowParent(_view, parent); in initWindowParent()
62 puglInitResizable(_view, resizable); in initResizable()
66 puglInitTransientFor(_view, parent); in initTransientFor()
70 puglInitBackend(_view, backend); in initBackend()
74 puglCreateWindow(_view, title); in createWindow()
91 PuglView* cobj() { return _view; } in cobj()
[all …]
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/BWidgets/pugl/
H A Dpugl.hpp37 : _view(puglInit(pargc, argv)) in View()
39 puglSetHandle(_view, this); in View()
40 puglSetEventFunc(_view, _onEvent); in View()
43 virtual ~View() { puglDestroy(_view); } in ~View()
46 puglInitWindowParent(_view, parent); in initWindowParent()
62 puglInitResizable(_view, resizable); in initResizable()
66 puglInitTransientFor(_view, parent); in initTransientFor()
70 puglInitContextType(_view, type); in initContextType()
74 puglCreateWindow(_view, title); in createWindow()
90 PuglView* cobj() { return _view; } in cobj()
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/
H A Dview-access-interface.cpp27 if (_view == nullptr) in get()
36 out = _view->get_app_id(); in get()
39 out = _view->get_title(); in get()
42 switch (_view->role) in get()
65 out = _view->fullscreen; in get()
68 out = _view->activated; in get()
71 out = _view->minimized; in get()
74 out = _view->is_visible(); in get()
80 out = _view->is_mapped(); in get()
129 uint32_t layer = _view->get_output()->workspace->get_view_layer(_view); in get()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/
H A Dgame_location.cpp47 _view = nullptr; in load()
54 if (_view) { in setView()
63 _view = view; in setView()
64 if (_view) { in setView()
65 _viewNumber = _view->_viewNumber; in setView()
74 if (!_view) { in getView()
78 if (!_view) { in getView()
83 if (!_view) { in getView()
92 if (!_view) { in getView()
95 _view = nullptr; in getView()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/
H A Dgame_location.cpp47 _view = nullptr; in load()
54 if (_view) { in setView()
63 _view = view; in setView()
64 if (_view) { in setView()
65 _viewNumber = _view->_viewNumber; in setView()
74 if (!_view) { in getView()
78 if (!_view) { in getView()
83 if (!_view) { in getView()
92 if (!_view) { in getView()
95 _view = nullptr; in getView()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/star_control/
H A Dstar_control.cpp72 _view.reset(); in load()
171 _view.fn2(); in doAction()
190 _view.fn4(); in doAction()
198 _view.fn5(); in doAction()
202 _view.fn6(); in doAction()
206 _view.fn7(); in doAction()
214 _view.fn9(); in doAction()
222 _view.fn11(); in doAction()
230 _view.fn13(); in doAction()
234 _view.fn14(); in doAction()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/star_control/
H A Dstar_control.cpp54 _view.save(file, indent); in save()
66 _view.load(file, 0); in load()
171 _view.resetView(); in doAction()
190 _view.viewEarth(); in doAction()
194 _view.viewFromEarth(); in doAction()
198 _view.viewBoundaries(); in doAction()
210 _view.fullSpeed(); in doAction()
230 _view.stereoPairOn(); in doAction()
234 _view.stereoPairOff(); in doAction()
254 _view.lockStar(); in doAction()
[all …]
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/PanelView/
H A Dkrmousehandler.cpp55 if (!_view->isFocused()) in mousePressEvent()
56 _view->op()->emitNeedFocus(); in mousePressEvent()
170 _view->op()->emitGoForward(); in mousePressEvent()
174 _view->op()->emitGoBack(); in mousePressEvent()
279 _view->op()->startDrag(); in mouseMoveEvent()
300 if (!_view->isFocused()) in wheelEvent()
301 _view->op()->emitNeedFocus(); in wheelEvent()
305 _view->zoomIn(); in wheelEvent()
307 _view->zoomOut(); in wheelEvent()
328 if (!_view->isFocused()) in handleContextMenu()
[all …]
/dports/deskutils/peaclock/peaclock-0.4.3/src/ob/
H A Dtext.hh123 _view.clear(); in str()
222 return _view; in view()
232 auto const it = std::lower_bound(_view.crbegin(), _view.crend(), pos, in byte_to_char()
433 _view.clear(); in clear()
638 value_type _view; member in OB::Text::View
666 _view {_str}
759 return _view; in operator View()
782 return _view; in view()
787 return _view; in view()
958 _view.clear(); in clear()
[all …]
/dports/www/horde-ansel/ansel-3.0.10/lib/Widget/
H A DActions.php49 $id = $this->_view->gallery->id;
55 $this->_view->gallery->countImages()) {
65 $date = $this->_view->gallery->getDate();
77 if ($this->_view->gallery->hasFeature('upload') &&
82 'page' => !empty($this->_view->_params['page']) ? $this->_view->_params['page'] : 0)
108 $id = $this->_view->gallery->id;
113 $date = $this->_view->gallery->getDate();
117 'gallery' => $this->_view->gallery->id,
119 'slug' => $this->_view->gallery->get('slug'),
120 'page' => (!empty($this->_view->_params['page']) ? $this->_view->_params['page'] : 0));
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/controllers/
H A Dmenu_controller.cpp34 this->_view = view; in MenuController()
45 _view->disableCursor(); in keybinder()
70 _menu->show(_view); in keybinder()
73 _view->enableCursor(); in keybinder()
74 _view->update(); in keybinder()
89 _menu->show(_view); in keyPressed()
92 _view->enableCursor(); in keyPressed()
93 _view->update(); in keyPressed()
109 _menu->show(_view); in mousePressed()
112 _view->enableCursor(); in mousePressed()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/gil/
H A Dimage.hpp115 _view(img._view), in image()
121 img._view = view_t(); in image()
130 copy_pixels(img._view,_view); in operator =()
143 copy_pixels(img._view,_view); in operator =()
169 lhs._view = boost::exchange(rhs._view, image::view_t{}); in exchange_memory()
174 destruct_pixels(_view); in move_assign()
217 destruct_pixels(_view); in ~image()
229 swap(_view, img._view); in swap()
248 destruct_pixels(_view); in recreate()
273 destruct_pixels(_view); in recreate()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Dimage.hpp115 _view(img._view), in image()
121 img._view = view_t(); in image()
130 copy_pixels(img._view,_view); in operator =()
143 copy_pixels(img._view,_view); in operator =()
169 lhs._view = boost::exchange(rhs._view, image::view_t{}); in exchange_memory()
174 destruct_pixels(_view); in move_assign()
217 destruct_pixels(_view); in ~image()
229 swap(_view, img._view); in swap()
248 destruct_pixels(_view); in recreate()
273 destruct_pixels(_view); in recreate()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/
H A Dimage.hpp115 _view(img._view), in image()
121 img._view = view_t(); in image()
130 copy_pixels(img._view,_view); in operator =()
143 copy_pixels(img._view,_view); in operator =()
169 lhs._view = boost::exchange(rhs._view, image::view_t{}); in exchange_memory()
174 destruct_pixels(_view); in move_assign()
217 destruct_pixels(_view); in ~image()
229 swap(_view, img._view); in swap()
248 destruct_pixels(_view); in recreate()
273 destruct_pixels(_view); in recreate()
[all …]
/dports/x11-fm/konqueror/konqueror-21.12.3/plugins/fsview/
H A Dfsview_part.cpp58 _view = v; in FSJob()
64 _view->stop(); in kill()
112 _view->show(); in FSViewPart()
113 setWidget(_view); in FSViewPart()
202 _view->saveFSOptions(); in ~FSViewPart()
236 _job = new FSJob(_view); in startedSlot()
250 _view->saveMetric(&cconfig); in completedSlot()
282 _view->setPath(localFilePath()); in openFile()
310 _view->stop(); in closeUrl()
457 _view = viewPart->view(); in FSViewBrowserExtension()
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/ttvfs/
H A DVFSDirView.cpp19 _view.clear(); in init()
24 for(ViewList::iterator it = _view.begin(); it != _view.end(); ++it) in add()
27 _view.push_back(dir); in add()
32 for(ViewList::reverse_iterator it = _view.rbegin(); it != _view.rend(); ++it) in getFileByName()
40 for(ViewList::reverse_iterator it = _view.rbegin(); it != _view.rend(); ++it) in forEachDir()
51 for(ViewList::reverse_iterator it = _view.rbegin(); it != _view.rend(); ++it) in forEachFile()
60 if(_view.empty()) in _addToView()
63 for(ViewList::const_iterator it = _view.begin(); it != _view.end(); ++it) // not reverse! in _addToView()
70 for(ViewList::reverse_iterator it = _view.rbegin(); it != _view.rend(); ++it) in getFileFromSubdir()
/dports/devel/gorm/apps-gorm-04554d2/GormCore/
H A DGormViewWindow.m36 NSView *_view; field
49 _view = view;
57 NSWindow *window = [_view window];
62 if(NSIsEmptyRect([_view frame]))
86 [_view setFrame: newFrame];
99 [_view setFrame: newFrame];
122 [_view setFrame: newFrame];
127 [_view setFrame: newFrame];
158 if(_view != nil)
163 _view = view;
[all …]
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/kcm_hotkeys/
H A Dhotkeys_context_menu.cpp27 , _view(parent) in HotkeysTreeViewContextMenu()
37 , _view(parent) in HotkeysTreeViewContextMenu()
79 _index = _view->currentIndex(); in slotAboutToShowForCurrent()
247 _view->setCurrentIndex(newAct); in newGlobalShortcutActionAction()
248 _view->edit(newAct); in newGlobalShortcutActionAction()
270 _view->setCurrentIndex(newAct); in newMouseGestureTriggerActionAction()
271 _view->edit(newAct); in newMouseGestureTriggerActionAction()
293 _view->setCurrentIndex(newAct); in newWindowTriggerActionAction()
294 _view->edit(newAct); in newWindowTriggerActionAction()
310 _view->setCurrentIndex(newGroup); in newGroupAction()
[all …]

12345678910>>...55