Home
last modified time | relevance | path

Searched refs:iconFactory (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/images/
H A DColorMutableIconFromCachedIconFactory.java38 private IIconFactory iconFactory; field in ColorMutableIconFromCachedIconFactory
40 public ColorMutableIconFromCachedIconFactory(IIconFactory iconFactory) { in ColorMutableIconFromCachedIconFactory() argument
41 this.iconFactory = iconFactory; in ColorMutableIconFromCachedIconFactory()
46 return iconFactory.getIcon(paint); in getIcon()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Template/
H A DModuleTemplateFactory.php31 protected IconFactory $iconFactory; variable in TYPO3\\CMS\\Backend\\Template\\ModuleTemplateFactory
36 IconFactory $iconFactory, argument
40 $this->iconFactory = $iconFactory;
48 $this->iconFactory,
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Tree/View/
H A DContentMovingPagePositionMap.php49 protected IconFactory $iconFactory; variable in TYPO3\\CMS\\Backend\\Tree\\View\\ContentMovingPagePositionMap
52 …public function __construct(IconFactory $iconFactory, UriBuilder $uriBuilder, BackendLayoutView $b… argument
54 $this->iconFactory = $iconFactory;
78 … ' . $this->iconFactory->getIcon('actions-arrow-left', Icon::SIZE_SMALL)->render() . '
92 … ' . $this->iconFactory->getIconForRecord('tt_content', $row, Icon::SIZE_SMALL)->render() . '
H A DContentCreationPagePositionMap.php49 protected IconFactory $iconFactory; variable in TYPO3\\CMS\\Backend\\Tree\\View\\ContentCreationPagePositionMap
52 …public function __construct(IconFactory $iconFactory, UriBuilder $uriBuilder, BackendLayoutView $b… argument
54 $this->iconFactory = $iconFactory;
96 … ' . $this->iconFactory->getIcon('actions-arrow-left', Icon::SIZE_SMALL)->render() . '
107 … ' . $this->iconFactory->getIconForRecord('tt_content', $row, Icon::SIZE_SMALL)->render() . '
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/Controller/
H A DIconController.php41 protected $iconFactory; variable in TYPO3\\CMS\\Install\\Controller\\IconController
43 public function __construct(IconRegistry $iconRegistry, IconFactory $iconFactory) argument
46 $this->iconFactory = $iconFactory;
76 $icon = $this->iconFactory->getIcon($identifier, $size, $overlayIdentifier, $iconState);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/Controller/
H A DIconController.php41 protected $iconFactory; variable in TYPO3\\CMS\\Install\\Controller\\IconController
43 public function __construct(IconRegistry $iconRegistry, IconFactory $iconFactory) argument
46 $this->iconFactory = $iconFactory;
76 $icon = $this->iconFactory->getIcon($identifier, $size, $overlayIdentifier, $iconState);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/viewpage/Classes/Controller/
H A DViewModuleController.php51 protected IconFactory $iconFactory; variable in TYPO3\\CMS\\Viewpage\\Controller\\ViewModuleController
62 IconFactory $iconFactory, argument
69 $this->iconFactory = $iconFactory;
136 ->setIcon($this->iconFactory->getIcon('actions-view-page', Icon::SIZE_SMALL));
143 ->setIcon($this->iconFactory->getIcon('actions-refresh', Icon::SIZE_SMALL));
214 …$icons['fullscreen'] = $this->iconFactory->getIcon('actions-fullscreen', Icon::SIZE_SMALL)->render…
215 …$icons['expand'] = $this->iconFactory->getIcon('actions-expand', Icon::SIZE_SMALL)->render('inline…
216 …$icons['desktop'] = $this->iconFactory->getIcon('actions-device-desktop', Icon::SIZE_SMALL)->rende…
217 …$icons['tablet'] = $this->iconFactory->getIcon('actions-device-tablet', Icon::SIZE_SMALL)->render(…
218 …$icons['mobile'] = $this->iconFactory->getIcon('actions-device-mobile', Icon::SIZE_SMALL)->render(…
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/workspaces/Classes/Controller/
H A DReviewController.php60 protected IconFactory $iconFactory; variable in TYPO3\\CMS\\Workspaces\\Controller\\ReviewController
68 IconFactory $iconFactory, argument
75 $this->iconFactory = $iconFactory;
87 'language' => $this->iconFactory->getIcon('flags-multiple', Icon::SIZE_SMALL)->render(),
88 …'integrity' => $this->iconFactory->getIcon('status-dialog-information', Icon::SIZE_SMALL)->render(…
89 … 'success' => $this->iconFactory->getIcon('status-dialog-ok', Icon::SIZE_SMALL)->render(),
90 … 'info' => $this->iconFactory->getIcon('status-dialog-information', Icon::SIZE_SMALL)->render(),
91 … 'warning' => $this->iconFactory->getIcon('status-dialog-warning', Icon::SIZE_SMALL)->render(),
92 … 'error' => $this->iconFactory->getIcon('status-dialog-error', Icon::SIZE_SMALL)->render(),
184 …->setIcon($this->iconFactory->getIcon('actions-version-workspaces-preview-link', Icon::SIZE_SMALL)…
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/adminpanel/Classes/Service/
H A DEditToolbarService.php50 $iconFactory = GeneralUtility::makeInstance(IconFactory::class);
80 …$output[] = ' ' . $iconFactory->getIcon('actions-document-history-open', Icon::SIZE_SMALL)->rende…
93 $icon = $iconFactory->getIcon('actions-add', Icon::SIZE_SMALL)->render();
116 $icon = $iconFactory->getIcon('actions-document-move', Icon::SIZE_SMALL)->render();
139 $icon = $iconFactory->getIcon('actions-page-new', Icon::SIZE_SMALL)->render();
162 $icon = $iconFactory->getIcon('actions-page-open', Icon::SIZE_SMALL)->render();
206 … $icon = $iconFactory->getIcon('mimetypes-x-content-page-language-overlay', Icon::SIZE_SMALL)
230 $icon = $iconFactory->getIcon('actions-system-list-open', Icon::SIZE_SMALL)->render();
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extensionmanager/Classes/Controller/
H A DDistributionController.php35 protected IconFactory $iconFactory; variable in TYPO3\\CMS\\Extensionmanager\\Controller\\DistributionController
37 …n __construct(PackageManager $packageManager, PageRenderer $pageRenderer, IconFactory $iconFactory) argument
41 $this->iconFactory = $iconFactory;
76 $icon = $this->iconFactory->getIcon('actions-view-go-back', Icon::SIZE_SMALL);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/filelist/Classes/
H A DFileList.php168 protected $iconFactory; variable in TYPO3\\CMS\\Filelist\\FileList
189 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
386 . $this->iconFactory->getIcon('actions-document-paste-into', Icon::SIZE_SMALL)
508 … $content = '<a href="' . htmlspecialchars($href) . '">' . $this->iconFactory->getIcon(
515 … $content = '<a href="' . htmlspecialchars($href) . '">' . $this->iconFactory->getIcon(
928 … $copyIcon = $this->iconFactory->getIcon('actions-edit-copy', Icon::SIZE_SMALL)->render();
929 $cutIcon = $this->iconFactory->getIcon('actions-edit-cut', Icon::SIZE_SMALL)->render();
985 … . $this->iconFactory->getIcon('actions-document-paste-into', Icon::SIZE_SMALL)->render()
1013 . $this->iconFactory->getIcon('actions-page-open', Icon::SIZE_SMALL)->render()
1091 … . $this->iconFactory->getIcon('actions-document-info', Icon::SIZE_SMALL)->render() . '</a>';
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/Container/
H A DInlineRecordContainer.php67 protected $iconFactory; variable in TYPO3\\CMS\\Backend\\Form\\Container\\InlineRecordContainer
78 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
464 ' . $this->iconFactory->getIcon('actions-document-info', Icon::SIZE_SMALL)->render() . '
496 ' . $this->iconFactory->getIcon($icon, Icon::SIZE_SMALL)->render() . '
509 ' . $this->iconFactory->getIcon($icon, Icon::SIZE_SMALL)->render() . '
545 … ' . $this->iconFactory->getIcon('actions-open', Icon::SIZE_SMALL)->render() . '
555 … $icon = $this->iconFactory->getIcon('actions-edit-delete', Icon::SIZE_SMALL)->render();
570 … ' . $this->iconFactory->getIcon('actions-edit-unhide', Icon::SIZE_SMALL)->render() . '
577 … ' . $this->iconFactory->getIcon('actions-edit-hide', Icon::SIZE_SMALL)->render() . '
585 … ' . $this->iconFactory->getIcon('actions-move-move', Icon::SIZE_SMALL)->render() . '
[all …]
H A DFlexFormContainerContainer.php47 $iconFactory = GeneralUtility::makeInstance(IconFactory::class);
49 . $iconFactory->getIcon('actions-view-list-collapse', Icon::SIZE_SMALL)->render()
52 . $iconFactory->getIcon('actions-view-list-expand', Icon::SIZE_SMALL)->render()
69 …ces/Private/Language/locallang_core.xlf:sortable.dragmove')) . '">' . $iconFactory->getIcon('actio…
70 …re/Resources/Private/Language/locallang_common.xlf:delete')) . '">' . $iconFactory->getIcon('actio…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/Container/
H A DInlineRecordContainer.php70 protected $iconFactory; variable in TYPO3\\CMS\\Backend\\Form\\Container\\InlineRecordContainer
81 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
501 ' . $this->iconFactory->getIcon('actions-document-info', Icon::SIZE_SMALL)->render() . '
531 ' . $this->iconFactory->getIcon($icon, Icon::SIZE_SMALL)->render() . '
543 ' . $this->iconFactory->getIcon($icon, Icon::SIZE_SMALL)->render() . '
582 … ' . $this->iconFactory->getIcon('actions-open', Icon::SIZE_SMALL)->render() . '
592 … $icon = $this->iconFactory->getIcon('actions-edit-delete', Icon::SIZE_SMALL)->render();
608 … ' . $this->iconFactory->getIcon('actions-edit-unhide', Icon::SIZE_SMALL)->render() . '
614 … ' . $this->iconFactory->getIcon('actions-edit-hide', Icon::SIZE_SMALL)->render() . '
622 … ' . $this->iconFactory->getIcon('actions-move-move', Icon::SIZE_SMALL)->render() . '
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/Container/
H A DInlineRecordContainer.php70 protected $iconFactory; variable in TYPO3\\CMS\\Backend\\Form\\Container\\InlineRecordContainer
81 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
489 ' . $this->iconFactory->getIcon('actions-document-info', Icon::SIZE_SMALL)->render() . '
519 ' . $this->iconFactory->getIcon($icon, Icon::SIZE_SMALL)->render() . '
531 ' . $this->iconFactory->getIcon($icon, Icon::SIZE_SMALL)->render() . '
567 … ' . $this->iconFactory->getIcon('actions-open', Icon::SIZE_SMALL)->render() . '
577 … $icon = $this->iconFactory->getIcon('actions-edit-delete', Icon::SIZE_SMALL)->render();
588 … ' . $this->iconFactory->getIcon('actions-edit-unhide', Icon::SIZE_SMALL)->render() . '
594 … ' . $this->iconFactory->getIcon('actions-edit-hide', Icon::SIZE_SMALL)->render() . '
602 … ' . $this->iconFactory->getIcon('actions-move-move', Icon::SIZE_SMALL)->render() . '
[all …]
H A DFlexFormContainerContainer.php48 $iconFactory = GeneralUtility::makeInstance(IconFactory::class);
50 . $iconFactory->getIcon('actions-view-list-collapse', Icon::SIZE_SMALL)->render()
53 . $iconFactory->getIcon('actions-view-list-expand', Icon::SIZE_SMALL)->render()
70 …ces/Private/Language/locallang_core.xlf:sortable.dragmove')) . '">' . $iconFactory->getIcon('actio…
71 …re/Resources/Private/Language/locallang_common.xlf:delete')) . '">' . $iconFactory->getIcon('actio…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/feedit/Classes/
H A DFrontendEditPanel.php56 protected $iconFactory; variable in TYPO3\\CMS\\Feedit\\FrontendEditPanel
71 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
108 …$icon = '<span title="' . $this->getLabel('p_editRecord') . '">' . $this->iconFactory->getIcon('ac…
113 …$icon = '<span title="' . $this->getLabel('p_moveUp') . '">' . $this->iconFactory->getIcon('action…
115 …$icon = '<span title="' . $this->getLabel('p_moveDown') . '">' . $this->iconFactory->getIcon('acti…
122 … $icon = $this->iconFactory->getIcon('actions-edit-unhide', Icon::SIZE_SMALL)->render('inline');
125 … $icon = $this->iconFactory->getIcon('actions-edit-hide', Icon::SIZE_SMALL)->render('inline');
132 … . $this->iconFactory->getIcon('actions-page-new', Icon::SIZE_SMALL)->render('inline')
137 … . $this->iconFactory->getIcon('actions-document-new', Icon::SIZE_SMALL)->render('inline')
146 … . $this->iconFactory->getIcon('actions-edit-delete', Icon::SIZE_SMALL)->render('inline')
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php581 protected $iconFactory; variable in TYPO3\\CMS\\Recordlist\\RecordList\\DatabaseRecordList
646 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
650 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
835 ->setIcon($this->iconFactory->getIcon('actions-add', Icon::SIZE_SMALL));
910 ->setIcon($this->iconFactory->getIcon('actions-refresh', Icon::SIZE_SMALL));
1468 . $this->iconFactory->getIconForRecord($table, $row, Icon::SIZE_SMALL)->render()
2070 …icon = ($table === 'pages' ? $this->iconFactory->getIcon('actions-page-move', Icon::SIZE_SMALL) : …
2106 …$icon = ($table === 'pages' ? $this->iconFactory->getIcon('actions-page-new', Icon::SIZE_SMALL) : …
2342 $cutIcon = $this->iconFactory->getIcon('actions-edit-cut', Icon::SIZE_SMALL);
3202 $iconFactory = GeneralUtility::makeInstance(IconFactory::class);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/beuser/Classes/Controller/
H A DPermissionAjaxController.php46 protected $iconFactory; variable in TYPO3\\CMS\\Beuser\\Controller\\PermissionAjaxController
53 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
205 … . $this->iconFactory->getIcon('actions-document-save', Icon::SIZE_SMALL)->render()
211 . $this->iconFactory->getIcon('actions-close', Icon::SIZE_SMALL)->render()
262 … . $this->iconFactory->getIcon('actions-document-save', Icon::SIZE_SMALL)->render()
268 . $this->iconFactory->getIcon('actions-close', Icon::SIZE_SMALL)->render()
292 … . $this->iconFactory->getIcon('actions-lock', Icon::SIZE_SMALL)->render() . '</a></span>';
296 … . $this->iconFactory->getIcon('actions-unlock', Icon::SIZE_SMALL)->render() . '</a></span>';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/beuser/Classes/Controller/
H A DPermissionAjaxController.php47 protected $iconFactory; variable in TYPO3\\CMS\\Beuser\\Controller\\PermissionAjaxController
54 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
206 … . $this->iconFactory->getIcon('actions-document-save', Icon::SIZE_SMALL)->render()
212 . $this->iconFactory->getIcon('actions-close', Icon::SIZE_SMALL)->render()
263 … . $this->iconFactory->getIcon('actions-document-save', Icon::SIZE_SMALL)->render()
269 . $this->iconFactory->getIcon('actions-close', Icon::SIZE_SMALL)->render()
293 … . $this->iconFactory->getIcon('actions-lock', Icon::SIZE_SMALL)->render() . '</button></span>';
297 … . $this->iconFactory->getIcon('actions-unlock', Icon::SIZE_SMALL)->render() . '</button></span>';
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/filelist/Classes/
H A DFileList.php259 protected $iconFactory; variable in TYPO3\\CMS\\Filelist\\FileList
288 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
506 … . $this->iconFactory->getIcon('actions-document-paste-into', Icon::SIZE_SMALL)
702 … $content = '<a href="' . htmlspecialchars($href) . '">' . $this->iconFactory->getIcon(
709 … $content = '<a href="' . htmlspecialchars($href) . '">' . $this->iconFactory->getIcon(
808 $out .= '<span title="' . $title . '">' . $this->iconFactory->getIcon(
837 . $this->iconFactory->getIcon('actions-view-go-up', Icon::SIZE_SMALL)->render()
1257 … $copyIcon = $this->iconFactory->getIcon('actions-edit-copy', Icon::SIZE_SMALL)->render();
1258 $cutIcon = $this->iconFactory->getIcon('actions-edit-cut', Icon::SIZE_SMALL)->render();
1343 . $this->iconFactory->getIcon('actions-page-open', Icon::SIZE_SMALL)->render()
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/filelist/Classes/
H A DFileList.php170 protected $iconFactory; variable in TYPO3\\CMS\\Filelist\\FileList
197 $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
451 …theData['_SELECTOR_'] = '<a href="' . htmlspecialchars($href) . '">' . $this->iconFactory->getIcon(
885 … ' . $this->iconFactory->getIcon('actions-document-paste-into', Icon::SIZE_SMALL)->render() . '
932 . $this->iconFactory->getIcon('actions-page-open', Icon::SIZE_SMALL)->render()
1028 … . $this->iconFactory->getIcon('actions-document-info', Icon::SIZE_SMALL)->render() . '</a>';
1060 … . $this->iconFactory->getIcon('actions-edit-delete', Icon::SIZE_SMALL)->render() . '</a>';
1136 $icon = $this->iconFactory->getIcon('actions-menu-alternative', Icon::SIZE_SMALL);
1290 … ' . $this->iconFactory->getIcon('actions-translate', Icon::SIZE_SMALL)->render() . '
1342 … ' . $this->iconFactory->getIconForResource($fileOrFolderObject, Icon::SIZE_SMALL)->render() . '
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/info/Classes/Controller/
H A DTranslationStatusController.php43 protected IconFactory $iconFactory; variable in TYPO3\\CMS\\Info\\Controller\\TranslationStatusController
61 public function __construct(IconFactory $iconFactory, UriBuilder $uriBuilder) argument
63 $this->iconFactory = $iconFactory;
135 …'HTML' => $this->iconFactory->getIconForRecord('pages', $treeStartingRecord, Icon::SIZE_SMALL)->re…
231 … $this->iconFactory->getIcon('actions-view-page', Icon::SIZE_SMALL)->render() . '</a>';
236 … ) . '">' . $this->iconFactory->getIcon('actions-page-open', Icon::SIZE_SMALL)->render() . '</a>';
297 … $this->iconFactory->getIcon('actions-view', Icon::SIZE_SMALL)->render() . '</a>';
301 … ) . '">' . $this->iconFactory->getIcon('actions-open', Icon::SIZE_SMALL)->render() . '</a>';
338 …) . '">' . $this->iconFactory->getIcon('actions-document-open', Icon::SIZE_SMALL)->render() . '</a…
370 …) . '">' . $this->iconFactory->getIcon('actions-document-open', Icon::SIZE_SMALL)->render() . '</a…
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Controller/
H A DReviewController.php99 $iconFactory = GeneralUtility::makeInstance(IconFactory::class);
102 'language' => $iconFactory->getIcon('flags-multiple', Icon::SIZE_SMALL)->render(),
103 … 'integrity' => $iconFactory->getIcon('status-dialog-information', Icon::SIZE_SMALL)->render(),
104 'success' => $iconFactory->getIcon('status-dialog-ok', Icon::SIZE_SMALL)->render(),
105 … 'info' => $iconFactory->getIcon('status-dialog-information', Icon::SIZE_SMALL)->render(),
106 'warning' => $iconFactory->getIcon('status-dialog-warning', Icon::SIZE_SMALL)->render(),
107 'error' => $iconFactory->getIcon('status-dialog-error', Icon::SIZE_SMALL)->render()
188 $iconFactory = $moduleTemplate->getIconFactory();
194 … ->setIcon($iconFactory->getIcon('actions-version-workspaces-preview-link', Icon::SIZE_SMALL));
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extensionmanager/Classes/ViewHelpers/
H A DRemoveExtensionViewHelper.php47 $iconFactory = GeneralUtility::makeInstance(IconFactory::class);
49 …return '<span class="btn btn-default disabled">' . $iconFactory->getIcon('empty-empty', Icon::SIZE…
55 …return '<span class="btn btn-default disabled">' . $iconFactory->getIcon('empty-empty', Icon::SIZE…
68 … $this->tag->setContent($iconFactory->getIcon('actions-edit-delete', Icon::SIZE_SMALL)->render());

12345678910>>...16