Home
last modified time | relevance | path

Searched refs:_layout (Results 1 – 25 of 911) sorted by relevance

12345678910>>...37

/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Block/Layout/
H A DManager.php49 protected $_layout = array(); variable in Horde_Core_Block_Layout_Manager
91 $rows = count($this->_layout);
151 $this->_layout = $layout;
466 return !isset($this->_layout[$row][$col]) || $this->_layout[$row][$col] == 'empty';
761 if (isset($this->_layout[$row][$i]) && $this->_layout[$row][$i] != 'empty') {
765 unset($this->_layout[$row]);
786 if (isset($this->_layout[$i][$col]) && $this->_layout[$i][$col] != 'empty') {
1138 $this->_layout[$row - 1][$col + $i] = $this->_layout[$row][$col + $i];
1211 $this->_layout[$row + $i][$col - 1] = $this->_layout[$row + $i][$col];
1271 $this->_layout[$row + 1][$col + $i] = $this->_layout[$row][$col + $i];
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/browser/
H A Dfilterflow.cpp32 _layout = new FlowLayout(this, 6, 6); in FilterFlow()
33 this->setLayout(_layout); in FilterFlow()
56 while ((item = _layout->takeAt(0))) in initialize()
76 for (int i = 0; i < _layout->count(); i++) in select()
84 for (int i = 0; i < _layout->count(); i++) in select()
98 for (int i = 0; i < _layout->count(); i++) in select()
106 for (int i = 0; i < _layout->count(); i++) in select()
118 for (int i = 0; i < _layout->count(); i++) in select()
129 for (int i = 1; i < _layout->count(); i++) in getSelectedElements()
141 for (int i = 1; i < _layout->count(); i++) in getSelectedIds()
[all …]
H A Dattributeflow.cpp33 _layout = new FlowLayout(this, 6, 6); in AttributeFlow()
34 _layout->setMargin(0); in AttributeFlow()
35 this->setLayout(_layout); in AttributeFlow()
41 delete _layout; in ~AttributeFlow()
46 while (!_layout->isEmpty()) in clear()
47 delete _layout->takeAt(0); in clear()
56 _layout->addWidget(widget); in addCategory()
66 _layout->addWidget(widget); in addProperty()
75 _layout->addWidget(widget); in addTag()
93 _layout->setGeometry(QRect(0, 0, this->width(), 0)); in resizeEvent()
[all …]
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/text/
H A Dcaret.py119 self._layout = layout
140 self._layout.remove_handlers(self)
208 self._layout.set_selection(0, 0)
299 self._layout.set_selection(0, 0)
315 self._layout.set_selection(0, 0)
357 m2 = len(self._layout.document.text)
391 x -= self._layout.top_group.translate_x
392 y -= self._layout.top_group.translate_y
400 self._layout.ensure_line_visible(line)
401 self._layout.ensure_x_visible(x)
[all …]
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/text/
H A Dcaret.py119 self._layout = layout
140 self._layout.remove_handlers(self)
208 self._layout.set_selection(0, 0)
299 self._layout.set_selection(0, 0)
315 self._layout.set_selection(0, 0)
357 m2 = len(self._layout.document.text)
391 x -= self._layout.top_group.view_x
392 y -= self._layout.top_group.view_y
400 self._layout.ensure_line_visible(line)
401 self._layout.ensure_x_visible(x)
[all …]
/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Dstyledlabel.cpp36 QTextOption opt = _layout.textOption(); in StyledLabel()
39 _layout.setTextOption(opt); in StyledLabel()
45 _layout.setFont(font); in setCustomFont()
46 setText(_layout.text()); in setCustomFont()
55 QTextOption opt = _layout.textOption(); in setWrapMode()
57 _layout.setTextOption(opt); in setWrapMode()
68 QTextOption opt = _layout.textOption(); in setAlignment()
70 _layout.setTextOption(opt); in setAlignment()
135 _layout.setText(sstr.plainText); in setText()
156 _layout.beginLayout(); in layout()
[all …]
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Dstyledlabel.cpp36 QTextOption opt = _layout.textOption(); in StyledLabel()
39 _layout.setTextOption(opt); in StyledLabel()
45 _layout.setFont(font); in setCustomFont()
46 setText(_layout.text()); in setCustomFont()
55 QTextOption opt = _layout.textOption(); in setWrapMode()
57 _layout.setTextOption(opt); in setWrapMode()
68 QTextOption opt = _layout.textOption(); in setAlignment()
70 _layout.setTextOption(opt); in setAlignment()
135 _layout.setText(sstr.plainText); in setText()
156 _layout.beginLayout(); in layout()
[all …]
/dports/science/step/step-21.12.3/step/
H A Dmessageframe.cc40 _layout = new QVBoxLayout(this); in MessageFrame()
41 _layout->setContentsMargins(9,0,9,0); in MessageFrame()
42 _layout->setSpacing(0); in MessageFrame()
48 if(_layout->count() != 0) { in showMessage()
52 _layout->addWidget(line); in showMessage()
102 _layout->addWidget(widget); in showMessage()
132 int index = _layout->indexOf(widget); in messageCloseClicked()
135 _layout->itemAt(index)->widget()->hide(); in messageCloseClicked()
140 } else if(_layout->count() > 0) { in messageCloseClicked()
141 _layout->itemAt(0)->widget()->hide(); in messageCloseClicked()
[all …]
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Draassignment_p.h98 Layout _layout; variable
110 _layout.reset(); in RAAssignment()
120 _layout.physCount = physCount; in initLayout()
121 _layout.physTotal = uint32_t(_layout.physIndex[BaseReg::kGroupVirt - 1]) + in initLayout()
123 _layout.workCount = workRegs.size(); in initLayout()
124 _layout.workRegs = &workRegs; in initLayout()
313 if (_layout.physIndex != other._layout.physIndex || in equals()
314 _layout.physCount != other._layout.physCount || in equals()
315 _layout.physTotal != other._layout.physTotal || in equals()
316 _layout.workCount != other._layout.workCount || in equals()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Draassignment_p.h124 Layout _layout; variable
136 _layout.reset(); in RAAssignment()
146 _layout.physCount = physCount; in initLayout()
147 _layout.physTotal = uint32_t(_layout.physIndex[BaseReg::kGroupVirt - 1]) + in initLayout()
149 _layout.workCount = workRegs.size(); in initLayout()
150 _layout.workRegs = &workRegs; in initLayout()
337 if (_layout.physIndex != other._layout.physIndex || in equals()
338 _layout.physCount != other._layout.physCount || in equals()
339 _layout.physTotal != other._layout.physTotal || in equals()
340 _layout.workCount != other._layout.workCount || in equals()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Draassignment_p.h115 Layout _layout; variable
127 _layout.reset(); in RAAssignment()
137 _layout.physCount = physCount; in initLayout()
138 _layout.physTotal = uint32_t(_layout.physIndex[BaseReg::kGroupVirt - 1]) + in initLayout()
140 _layout.workCount = workRegs.size(); in initLayout()
141 _layout.workRegs = &workRegs; in initLayout()
328 if (_layout.physIndex != other._layout.physIndex || in equals()
329 _layout.physCount != other._layout.physCount || in equals()
330 _layout.physTotal != other._layout.physTotal || in equals()
331 _layout.workCount != other._layout.workCount || in equals()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Draassignment_p.h115 Layout _layout; variable
127 _layout.reset(); in RAAssignment()
137 _layout.physCount = physCount; in initLayout()
138 _layout.physTotal = uint32_t(_layout.physIndex[BaseReg::kGroupVirt - 1]) + in initLayout()
140 _layout.workCount = workRegs.size(); in initLayout()
141 _layout.workRegs = &workRegs; in initLayout()
328 if (_layout.physIndex != other._layout.physIndex || in equals()
329 _layout.physCount != other._layout.physCount || in equals()
330 _layout.physTotal != other._layout.physTotal || in equals()
331 _layout.workCount != other._layout.workCount || in equals()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Draassignment_p.h124 Layout _layout; variable
136 _layout.reset(); in RAAssignment()
146 _layout.physCount = physCount; in initLayout()
147 _layout.physTotal = uint32_t(_layout.physIndex[BaseReg::kGroupVirt - 1]) + in initLayout()
149 _layout.workCount = workRegs.size(); in initLayout()
150 _layout.workRegs = &workRegs; in initLayout()
337 if (_layout.physIndex != other._layout.physIndex || in equals()
338 _layout.physCount != other._layout.physCount || in equals()
339 _layout.physTotal != other._layout.physTotal || in equals()
340 _layout.workCount != other._layout.workCount || in equals()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Draassignment_p.h124 Layout _layout; variable
136 _layout.reset(); in RAAssignment()
146 _layout.physCount = physCount; in initLayout()
147 _layout.physTotal = uint32_t(_layout.physIndex[BaseReg::kGroupVirt - 1]) + in initLayout()
149 _layout.workCount = workRegs.size(); in initLayout()
150 _layout.workRegs = &workRegs; in initLayout()
337 if (_layout.physIndex != other._layout.physIndex || in equals()
338 _layout.physCount != other._layout.physCount || in equals()
339 _layout.physTotal != other._layout.physTotal || in equals()
340 _layout.workCount != other._layout.workCount || in equals()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Draassignment_p.h124 Layout _layout; variable
136 _layout.reset(); in RAAssignment()
146 _layout.physCount = physCount; in initLayout()
147 _layout.physTotal = uint32_t(_layout.physIndex[BaseReg::kGroupVirt - 1]) + in initLayout()
149 _layout.workCount = workRegs.size(); in initLayout()
150 _layout.workRegs = &workRegs; in initLayout()
337 if (_layout.physIndex != other._layout.physIndex || in equals()
338 _layout.physCount != other._layout.physCount || in equals()
339 _layout.physTotal != other._layout.physTotal || in equals()
340 _layout.workCount != other._layout.workCount || in equals()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/View/Helper/
H A DLayout.php36 protected $_layout; variable in Zend_View_Helper_Layout
45 if (null === $this->_layout) {
46 $this->_layout = Zend_Layout::getMvcInstance();
47 if (null === $this->_layout) {
49 $this->_layout = new Zend_Layout();
53 return $this->_layout;
64 $this->_layout = $layout;
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dadd_empty_book.py26 self._layout = QGridLayout(self)
27 self.setLayout(self._layout)
30 self._layout.addWidget(self.qty_label, 0, 0, 1, 2)
35 self._layout.addWidget(self.qty_spinbox, 1, 0, 1, 2)
38 self._layout.addWidget(self.author_label, 2, 0, 1, 2)
51 self._layout.addWidget(self.clear_button, 3, 1, 1, 1)
70 self._layout.addWidget(self.title_label, 6, 0, 1, 2)
74 self._layout.addWidget(self.title_edit, 7, 0, 1, 1)
98 self._layout.addWidget(c, 9, 0, 1, 1)
105 self._layout.addWidget(cf, 10, 0, 1, -1)
[all …]
/dports/audio/kmix/kmix-21.12.3/gui/
H A Dmdwenum.cpp57 QBoxLayout *_layout; in createWidgets() local
60 _layout = new QVBoxLayout(this); in createWidgets()
61 _layout->setAlignment(Qt::AlignLeft|Qt::AlignTop); in createWidgets()
65 _layout = new QHBoxLayout(this); in createWidgets()
66 _layout->setAlignment(Qt::AlignLeft|Qt::AlignVCenter); in createWidgets()
70 _layout->addWidget(_label); in createWidgets()
72 if (orientation()==Qt::Horizontal) _layout->addSpacing(8); in createWidgets()
84 _layout->addWidget(_enumCombo); in createWidgets()
87 _layout->addStretch(1); in createWidgets()
/dports/devel/log4cpp/log4cpp/src/
H A DLayoutAppender.cpp17 _layout(new DefaultLayoutType()) { in LayoutAppender()
21 delete _layout; in ~LayoutAppender()
29 if (layout != _layout) { in setLayout()
30 Layout *oldLayout = _layout; in setLayout()
31 _layout = (layout == NULL) ? new DefaultLayoutType() : layout; in setLayout()
37 return *_layout; in _getLayout()
/dports/devel/log4shib/log4shib-2.0.1/src/
H A DLayoutAppender.cpp17 _layout(new DefaultLayoutType()) { in LayoutAppender()
21 delete _layout; in ~LayoutAppender()
29 if (layout != _layout) { in setLayout()
30 Layout *oldLayout = _layout; in setLayout()
31 _layout = (layout == NULL) ? new DefaultLayoutType() : layout; in setLayout()
37 return *_layout; in _getLayout()
/dports/graphics/py-glooey/glooey-0.3.3/glooey/
H A Dtext.py35 self._layout = None
78 return self._layout.content_width, self._layout.content_height
86 if self._layout is not None:
87 self._layout.delete()
124 if self._layout:
125 self._layout.delete()
131 self._layout.begin_update()
136 self._layout.width = self._layout.content_width
144 self._layout.end_update()
148 self._layout.delete()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DDictionaryLayoutNode.cs208 private readonly GenericLookupResult[] _layout; field in ILCompiler.DependencyAnalysis.PrecomputedDictionaryLayoutNode
219 _layout = l.ToArray(); in PrecomputedDictionaryLayoutNode()
224 int index = Array.IndexOf(_layout, entry); in EnsureEntry()
235 int index = Array.IndexOf(_layout, entry); in GetSlotForEntry()
244 return _layout;
261 private volatile GenericLookupResult[] _layout; field in ILCompiler.DependencyAnalysis.LazilyBuiltDictionaryLayoutNode
289 _layout = layout; in ComputeLayout()
294 if (_layout == null) in GetSlotForEntry()
297 int index = Array.IndexOf(_layout, entry); in GetSlotForEntry()
306 if (_layout == null)
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dwindow_adaptive.cpp21 _layout = value; in setWindowLayout()
32 _layout.changes() | rpl::to_empty); in value()
39 _layout.changes() | rpl::to_empty); in changes()
43 return _layout.value( in oneColumnValue()
54 return _layout.current() == WindowLayout::OneColumn; in isOneColumn()
58 return _layout.current() == WindowLayout::Normal; in isNormal()
62 return _layout.current() == WindowLayout::ThreeColumn; in isThreeColumn()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dvertexdecl.cpp257 total += bx::write(_writer, _layout.m_stride, _err); in write()
261 if (UINT16_MAX != _layout.m_attributes[attr]) in write()
297 _layout.begin(); in read()
329 _layout.add(attr, num, type, normalized, asInt); in read()
330 _layout.m_offset[attr] = offset; in read()
334 _layout.end(); in read()
335 _layout.m_stride = stride; in read()
342 if (!_layout.has(_attr) ) in vertexPack()
347 uint32_t stride = _layout.getStride(); in vertexPack()
498 if (!_layout.has(_attr) ) in vertexUnpack()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dvertexdecl.cpp257 total += bx::write(_writer, _layout.m_stride, _err); in write()
261 if (UINT16_MAX != _layout.m_attributes[attr]) in write()
297 _layout.begin(); in read()
329 _layout.add(attr, num, type, normalized, asInt); in read()
330 _layout.m_offset[attr] = offset; in read()
334 _layout.end(); in read()
335 _layout.m_stride = stride; in read()
342 if (!_layout.has(_attr) ) in vertexPack()
347 uint32_t stride = _layout.getStride(); in vertexPack()
498 if (!_layout.has(_attr) ) in vertexUnpack()
[all …]

12345678910>>...37