Home
last modified time | relevance | path

Searched refs:layoutId (Results 1 – 25 of 103) sorted by relevance

12345

/dports/www/joomla3/joomla3-3.9.24/libraries/src/Layout/
H A DFileLayout.php39 protected $layoutId = ''; variable in Joomla\\CMS\\Layout\\FileLayout
80 $this->setLayout($layoutId);
143 $layoutId = $this->getLayoutId();
149 if (!$layoutId)
310 return $this->layoutId;
522 public function setLayout($layoutId) argument
527 return $this->setLayoutId($layoutId);
539 public function setLayoutId($layoutId) argument
541 $this->layoutId = $layoutId;
657 if (!empty($this->layoutId))
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides/
H A DLayoutReference.php20 public $layoutId; variable in Google_Service_Slides_LayoutReference
23 public function setLayoutId($layoutId) argument
25 $this->layoutId = $layoutId;
29 return $this->layoutId;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Slides/
H A DLayoutReference.php20 public $layoutId; variable in Google_Service_Slides_LayoutReference
23 public function setLayoutId($layoutId) argument
25 $this->layoutId = $layoutId;
29 return $this->layoutId;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/
H A DGoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef.php22 public $layoutId; variable in Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef
40 public function setLayoutId($layoutId) argument
42 $this->layoutId = $layoutId;
46 return $this->layoutId;
H A DGoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php23 public $layoutId; variable in Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageAnchorPageRef
49 public function setLayoutId($layoutId) argument
51 $this->layoutId = $layoutId;
55 return $this->layoutId;
H A DGoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef.php23 public $layoutId; variable in Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef
49 public function setLayoutId($layoutId) argument
51 $this->layoutId = $layoutId;
55 return $this->layoutId;
H A DGoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef.php23 public $layoutId; variable in Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
49 public function setLayoutId($layoutId) argument
51 $this->layoutId = $layoutId;
55 return $this->layoutId;
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Dlayoutmanagement.cpp195 QString layoutId = action->data().toString(); in slotLoadLayout() local
196 if (layoutId.isEmpty()) { in slotLoadLayout()
199 loadLayout(layoutId, true); in slotLoadLayout()
206 if (!layouts.hasKey(layoutId)) { in loadLayout()
472 if (!layouts.hasKey(layoutId)) { in slotManageLayouts()
480 fd->selectFile(layoutId + ".kdenlivelayout"); in slotManageLayouts()
500 file.write(layouts.readEntry(layoutId).toUtf8()); in slotManageLayouts()
544 if (translatedLayoutNames.contains(layoutId)) { in slotManageLayouts()
550 layouts.deleteEntry(layoutId); in slotManageLayouts()
556 order.writeEntry(QString::number(i + 1), layoutId); in slotManageLayouts()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/frozen/schema/
H A DMemorySchema.h72 return folly::hash::hash_combine(id, layoutId, offset); in THRIFT_DECLARE_HASH()
76 return id == other.id && layoutId == other.layoutId && in THRIFT_DECLARE_HASH()
84 inline void setLayoutId(int16_t lid) { layoutId = lid; } in THRIFT_DECLARE_HASH()
86 inline int16_t getLayoutId() const { return layoutId; } in THRIFT_DECLARE_HASH()
97 int16_t layoutId; in THRIFT_DECLARE_HASH() local
H A DMemorySchema.cpp37 size_t layoutId = layoutTable_.add(std::move(layout)); in add() local
38 CHECK_LE(layoutId, folly::to_unsigned(std::numeric_limits<int16_t>::max())) in add()
40 return static_cast<int16_t>(layoutId); in add()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/parser/
H A Dbuilder_data.hpp194 …ing & leftTop, int range, int priority, const std::string & points, const std::string & layoutId ): in Anchor()
195 … leftTop ), m_range( range ), m_priority( priority ), m_points( points ), m_layoutId( layoutId ) {} in Anchor()
211 …ng & help, int layer, const std::string & windowId, const std::string & layoutId, const std::strin… in Button()
212 …, m_help( help ), m_layer( layer ), m_windowId( windowId ), m_layoutId( layoutId ), m_panelId( pan… in Button()
274 … ), m_art( art ), m_layer( layer ), m_windowId( windowId ), m_layoutId( layoutId ), m_panelId( pan… in Image()
315 …nt height, int layer, const std::string & windowId, const std::string & layoutId, const std::strin… in Panel()
316 …height( height ), m_layer( layer ), m_windowId( windowId ), m_layoutId( layoutId ), m_panelId( pan… in Panel()
339 …, m_help( help ), m_layer( layer ), m_windowId( windowId ), m_layoutId( layoutId ), m_panelId( pan… in Text()
369 …, m_help( help ), m_layer( layer ), m_windowId( windowId ), m_layoutId( layoutId ), m_panelId( pan… in RadialSlider()
504 …ng & help, int layer, const std::string & windowId, const std::string & layoutId, const std::strin… in Video()
[all …]
H A Dinterpreter.cpp195 std::string layoutId = rAction.substr( windowId.size() + 11, in parseAction() local
199 GenericLayout *pLayout = pTheme->getLayoutById( layoutId ); in parseAction()
206 msg_Err( getIntf(), "unknown layout (%s)", layoutId.c_str() ); in parseAction()
212 layoutId.c_str(), windowId.c_str() ); in parseAction()
473 std::string layoutId = token.substr( 0, leftPos ); in getVarBool() local
474 GenericLayout *pLayout = pTheme->getLayoutById( layoutId ); in getVarBool()
483 layoutId.c_str() ); in getVarBool()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/
H A DOverlayPanelTextViewInflater.java42 public OverlayPanelTextViewInflater(OverlayPanel panel, int layoutId, int viewId, in OverlayPanelTextViewInflater() argument
45 super(panel, layoutId, viewId, context, container, resourceLoader, peekedDimension, in OverlayPanelTextViewInflater()
60 public OverlayPanelTextViewInflater(OverlayPanel panel, int layoutId, int viewId, in OverlayPanelTextViewInflater() argument
62 super(panel, layoutId, viewId, context, container, resourceLoader, 0, 0); in OverlayPanelTextViewInflater()
H A DOverlayPanelInflater.java40 int layoutId, in OverlayPanelInflater() argument
45 super(layoutId, viewId, context, container, resourceLoader); in OverlayPanelInflater()
H A DOverlayPanelRepaddingTextView.java41 public OverlayPanelRepaddingTextView(OverlayPanel panel, int layoutResource, int layoutId, in OverlayPanelRepaddingTextView() argument
44 super(panel, layoutResource, layoutId, context, container, resourceLoader); in OverlayPanelRepaddingTextView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/
H A Dnsmenuitem_additions_unittest.mm53 bool IsCommandlessCyrillicLayout(NSString* layoutId) {
407 NSString* layoutId = (NSString*)TISGetInputSourceProperty(
409 if ([layoutId isEqualToString:@"com.apple.keylayout.Belgian"] ||
410 [layoutId isEqualToString:@"com.apple.keylayout.Italian"] ||
411 [layoutId isEqualToString:@"com.apple.keylayout.ABC-AZERTY"] ||
412 [layoutId hasPrefix:@"com.apple.keylayout.French"]) {
415 [layoutId
422 } else if ([layoutId
429 } else if (IsCommandlessCyrillicLayout(layoutId)) {
435 if (IsKeyboardLayoutCommandQwerty(layoutId)) {
[all …]
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/qml/
H A DKeyboardContainer.qml114 canvas.layoutId = "number";
120 canvas.layoutId = "telephone";
126 canvas.layoutId = "email";
132 canvas.layoutId = "url";
137 canvas.layoutId = "freetext";
/dports/finance/prestashop/prestashop/src/Core/Form/ChoiceProvider/
H A DThemePageLayoutsChoiceProvider.php57 foreach ($this->theme->getAvailableLayouts() as $layoutId => $availableLayout) {
58 …choices[sprintf('%s - %s', $availableLayout['name'], $availableLayout['description'])] = $layoutId;
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Didentifiers.ly10 layoutId = \layout { ragged-right = ##t }
20 \layout { \layoutId }
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Didentifiers.ly10 layoutId = \layout { ragged-right = ##t }
20 \layout { \layoutId }
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Form/
H A DFormField.php925 * @param string $layoutId Layout identifier
932 public function render($layoutId, $data = array()) argument
936 return $this->getRenderer($layoutId)->render($data);
1048 * @param string $layoutId Id to load
1054 protected function getRenderer($layoutId = 'default') argument
1056 $renderer = new FileLayout($layoutId);
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/layout/
H A Dfile.php35 if (is_null($this->fullPath) && !empty($this->layoutId))
37 $parts = explode('.', $this->layoutId);
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/
H A DSection.php26 protected $layoutId; variable in Drupal\\layout_builder\\Section
64 $this->layoutId = $layout_id;
114 return $this->layoutId;
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/
H A DSection.php26 protected $layoutId; variable in Drupal\\layout_builder\\Section
64 $this->layoutId = $layout_id;
121 return $this->layoutId;
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/tests/autopilot/ubuntu_keyboard/emulators/
H A Dkeyboard.py292 layout_state = self.keyboard.layoutId + self._keyboard_container.state
306 layout_state = self.keyboard.layoutId + keypad_name
317 layout_state = self.keyboard.layoutId + keypad_name
377 layout_state = self.keyboard.layoutId + keypad_name

12345