Home
last modified time | relevance | path

Searched refs:pageRow (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/controls/private/globaltoolbar/
H A DAbstractPageHeader.qml18 …minimumHeight: pageRow ? pageRow.globalToolBar.minimumHeight : Units.iconSizes.medium + Units.smal…
19 maximumHeight: pageRow ? pageRow.globalToolBar.maximumHeight : minimumHeight
20 preferredHeight: pageRow ? pageRow.globalToolBar.preferredHeight : minimumHeight
22 separatorVisible: pageRow ? pageRow.globalToolBar.separatorVisible : true
24 Theme.colorSet: pageRow ? pageRow.globalToolBar.colorSet : Theme.Header
26 leftPadding: pageRow ? (Math.min(Qt.application.layoutDirection == Qt.LeftToRight
27 …max(page.title.length > 0 ? Units.gridUnit : 0, pageRow.ScenePosition.x - page.ScenePosition.x + p…
28 …length > 0 ? Units.gridUnit : 0, -pageRow.width + pageRow.ScenePosition.x + page.ScenePosition.x +…
32 rightPadding: pageRow ? (Qt.application.layoutDirection == Qt.LeftToRight
33 …? Math.max(0, -pageRow.width - pageRow.ScenePosition.x + page.ScenePosition.x + page.width + pageR…
[all …]
H A DBreadcrumbControl.qml17 property Kirigami.PageRow pageRow: parent.pageRow
19 readonly property Item currentItem: mainLayout.children[pageRow.currentIndex]
37 readonly property bool useLayers: pageRow.layers.depth > 1
38 model: useLayers ? pageRow.layers.depth - 1 : pageRow.depth
44 while (pageRow.layers.depth > modelData + 1) {
45 pageRow.layers.pop();
48 pageRow.currentIndex = modelData;
62 …readonly property Item page: mainRepeater.useLayers ? pageRow.layers.get(modelData + 1) : pageRow.…
80 opacity: modelData == pageRow.currentIndex ? 1 : 0.4
H A DTabBarControl.qml15 property Kirigami.PageRow pageRow: parent.pageRow
19 model: pageRow.depth
27 readonly property Kirigami.Page page: pageRow.get(modelData)
29 checked: modelData == pageRow.currentIndex
30 onClicked: pageRow.currentIndex = modelData;
H A DPageRowGlobalToolBarUI.qml48 (globalToolBar.canContainHandles || (breadcrumbLoader.pageRow.firstVisibleItem &&
49 …breadcrumbLoader.pageRow.firstVisibleItem.globalToolBarStyle == Kirigami.ApplicationHeaderStyle.To…
98 …out.visible && buttonsLayout.visibleChildren.length > 0)) && breadcrumbVisible && pageRow.depth > 1
107 property Kirigami.PageRow pageRow: root
134 …(globalToolBar.canContainHandles || (breadcrumbLoader.pageRow && breadcrumbLoader.pageRow.lastVisi…
135 …breadcrumbLoader.pageRow.lastVisibleItem.globalToolBarStyle == Kirigami.ApplicationHeaderStyle.Too…
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/controls/templates/
H A DApplicationHeader.qml198 model: pageRow.layers.depth -1
226 …readonly property bool wideMode: pageRow.hasOwnProperty("wideMode") ? pageRow.wideMode : __appWind…
244 …readonly property int currentIndex: pageRow && pageRow.currentIndex !== undefined ? pageRow.curren…
273 …titleList.contentX = pageRow.contentItem.contentX - pageRow.contentItem.originX + titleList.origin…
284pageRow.contentItem.contentX = titleList.contentX - titleList.originX + pageRow.contentItem.origin…
294 pageRow.contentItem.flick(0,0);
301 …target: pageRow.currentItem && pageRow.currentItem.flickable ? pageRow.currentItem.flickable : null
313 model: pageRow.depth
331 if (pageRow.currentIndex === modelData) {
342 pageRow.currentIndex = modelData;
[all …]
H A DAbstractApplicationHeader.qml34 property PageRow pageRow: __appWindow ? __appWindow.pageStack: null
35 property Page page: pageRow ? pageRow.currentItem : null
48 …property bool hideWhenTouchScrolling: root.pageRow ? root.pageRow.globalToolBar.hideWhenTouchScrol…
128 if (root.pageRow
129 && root.pageRow.globalToolBar.actualStyle !== ApplicationHeaderStyle.TabBar
130 && root.pageRow.globalToolBar.actualStyle !== ApplicationHeaderStyle.Breadcrumb) {
157 …if ((root.pageRow ? root.pageRow.wideMode : (__appWindow && __appWindow.wideScreen)) || !Settings.…
171 target: pageRow
/dports/devel/kf5-kcmutils/kcmutils-5.89.0/src/
H A Dkcmoduleqml.cpp38 if (!configModule || !pageRow) { in syncCurrentIndex()
42 configModule->setCurrentIndex(pageRow->property("currentIndex").toInt()); in syncCurrentIndex()
49 QQuickItem *pageRow = nullptr; member in KCModuleQmlPrivate
180 d->pageRow = d->rootPlaceHolder->property("pageStack").value<QQuickItem *>(); in KCModuleQml()
181 if (d->pageRow) { in KCModuleQml()
182 d->pageRow->setProperty("initialPage", QVariant::fromValue(d->configModule->mainUi())); in KCModuleQml()
185 QMetaObject::invokeMethod(d->pageRow, in KCModuleQml()
193 …QMetaObject::invokeMethod(d->pageRow, "push", Qt::DirectConnection, Q_ARG(QVariant, QVariant::from… in KCModuleQml()
196 … QMetaObject::invokeMethod(d->pageRow, "pop", Qt::DirectConnection, Q_ARG(QVariant, QVariant())); in KCModuleQml()
199 d->pageRow->setProperty("currentIndex", d->configModule->currentIndex()); in KCModuleQml()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.6/
H A DFeature-79121-ImplementHookInTypolinkForModificationOfPageParams.rst27 :php:`modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow)`.
30 :php:`$linkDetails` contains additional information for your link and :php:`$pageRow` is the full
40 …n modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow) : array
42 $linkConfiguration['additionalParams'] .= $pageRow['myAdditionalParamsField'];
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.6/
H A DFeature-79121-ImplementHookInTypolinkForModificationOfPageParams.rst27 :php:`modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow)`.
30 :php:`$linkDetails` contains additional information for your link and :php:`$pageRow` is the full
40 …n modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow) : array
42 $linkConfiguration['additionalParams'] .= $pageRow['myAdditionalParamsField'];
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.6/
H A DFeature-79121-ImplementHookInTypolinkForModificationOfPageParams.rst27 :php:`modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow)`.
30 :php:`$linkDetails` contains additional information for your link and :php:`$pageRow` is the full
40 …n modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow) : array
42 $linkConfiguration['additionalParams'] .= $pageRow['myAdditionalParamsField'];
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DTypolinkModifyLinkConfigForPageLinksHookInterface.php29 * @param array $pageRow The complete page row for the page to link to
33 …n modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow): array; argument
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DTypolinkModifyLinkConfigForPageLinksHookInterface.php28 * @param array $pageRow The complete page row for the page to link to
32 …n modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow): array; argument
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/
H A DTypolinkModifyLinkConfigForPageLinksHookInterface.php29 * @param array $pageRow The complete page row for the page to link to
33 …n modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow): array; argument
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/storage/
H A DcompressOld.php323 $pageRow = $dbr->fetchObject( $pageRes );
326 $titleObj = Title::makeTitle( $pageRow->page_namespace, $pageRow->page_title );
332 'rev_page' => $pageRow->page_id,
336 'rev_id < ' . $pageRow->page_latest
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/storage/
H A DcompressOld.php323 $pageRow = $dbr->fetchObject( $pageRes );
326 $titleObj = Title::makeTitle( $pageRow->page_namespace, $pageRow->page_title );
332 'rev_page' => $pageRow->page_id,
336 'rev_id < ' . (int)$pageRow->page_latest
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/storage/
H A DcompressOld.php323 $pageRow = $dbr->fetchObject( $pageRes );
326 $titleObj = Title::makeTitle( $pageRow->page_namespace, $pageRow->page_title );
332 'rev_page' => $pageRow->page_id,
336 'rev_id < ' . (int)$pageRow->page_latest
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/linkvalidator/Classes/Task/
H A DValidatorTask.php319 $pageRow = null;
332 $pageRow = BackendUtility::getRecord('pages', $page, '*', '', false);
333 if ($pageRow === null) {
339 $rootLineHidden = $processor->getRootLineIsHidden($pageRow);
343 if (isset($pageRow) && $pageRow['hidden'] == 0 || $modTs['checkhidden'] == 1) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/sys_note/Classes/Hook/
H A DButtonBarHook.php104 $pageRow = BackendUtility::getRecord('pages', $id);
107 return !($pageRow === null
112 || !$backendUser->doesUserHaveAccess($pageRow, Permission::CONTENT_EDIT)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/recordlist/Classes/LinkHandler/
H A DPageLinkHandler.php67 $pageRow = BackendUtility::getRecordWSOL('pages', $data['pageuid']);
68 if (!$pageRow) {
90 $pageRow = BackendUtility::getRecordWSOL('pages', $id);
93 . ' \'' . GeneralUtility::fixed_lgd_cs($pageRow['title'], $titleLen) . '\''
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/linkvalidator/Classes/Result/
H A DLinkAnalyzerResult.php102 * @param array $pageRow
113 array $pageRow, argument
119 $rootLineHidden = $this->pagesRepository->doesRootLineContainHiddenPages($pageRow);
133 if ($pageRow['hidden'] === 0 || $checkHidden) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/recordlist/Classes/LinkHandler/
H A DPageLinkHandler.php66 $pageRow = BackendUtility::getRecordWSOL('pages', $data['pageuid']);
67 if (!$pageRow) {
89 $pageRow = BackendUtility::getRecordWSOL('pages', $id);
92 . ' \'' . GeneralUtility::fixed_lgd_cs($pageRow['title'], $titleLen) . '\''
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/recordlist/Classes/LinkHandler/
H A DPageLinkHandler.php93 $pageRow = BackendUtility::getRecordWSOL('pages', $data['pageuid']);
94 if (!$pageRow) {
116 $pageRow = BackendUtility::getRecordWSOL('pages', $id);
119 . ' \'' . GeneralUtility::fixed_lgd_cs($pageRow['title'], $titleLen) . '\''
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/ViewHelpers/Be/
H A DRenderContentElementPreviewViewHelper.php72 $pageRow = BackendUtility::getRecord('pages', $contentRecord['pid']);
73 …$pageLayoutContext = GeneralUtility::makeInstance(PageLayoutContext::class, $pageRow, $backendLayo…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/linkvalidator/Classes/Task/
H A DValidatorTask.php325 $pageRow = BackendUtility::getRecord('pages', $page, '*', '', false);
326 if ($pageRow === null) {
332 $rootLineHidden = $processor->getRootLineIsHidden($pageRow);
336 if (isset($pageRow) && $pageRow['hidden'] == 0 || $modTs['checkhidden'] == 1) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/recordlist/Classes/Controller/
H A DClearPageCacheController.php64 $pageRow = BackendUtility::readPageAccess($pageUid, $permissionClause);
65 …if ($pageUid !== 0 && $this->getBackendUserAuthentication()->doesUserHaveAccess($pageRow, Permissi…

123