Home
last modified time | relevance | path

Searched refs:groupIdentifier (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Cache/
H A DCacheManager.php134 foreach ($groups as $groupIdentifier) {
192 * @param string $groupIdentifier
195 public function flushCachesInGroup($groupIdentifier) argument
198 if (!isset($this->cacheGroups[$groupIdentifier])) {
212 * @param string $groupIdentifier
222 if (!isset($this->cacheGroups[$groupIdentifier])) {
236 * @param string $groupIdentifier
246 if (!isset($this->cacheGroups[$groupIdentifier])) {
332 foreach ($assignedGroups as $groupIdentifier) {
333 if (!isset($this->cacheGroups[$groupIdentifier])) {
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Cache/
H A DCacheManager.php135 foreach ($groups as $groupIdentifier) {
193 * @param string $groupIdentifier
196 public function flushCachesInGroup($groupIdentifier) argument
199 if (!isset($this->cacheGroups[$groupIdentifier])) {
213 * @param string $groupIdentifier
223 if (!isset($this->cacheGroups[$groupIdentifier])) {
237 * @param string $groupIdentifier
247 if (!isset($this->cacheGroups[$groupIdentifier])) {
359 foreach ($assignedGroups as $groupIdentifier) {
360 if (!isset($this->cacheGroups[$groupIdentifier])) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/
H A DCacheManager.php171 * @param string $groupIdentifier
174 public function flushCachesInGroup($groupIdentifier) argument
177 if (!isset($this->cacheGroups[$groupIdentifier])) {
191 * @param string $groupIdentifier
201 if (!isset($this->cacheGroups[$groupIdentifier])) {
215 * @param string $groupIdentifier
225 if (!isset($this->cacheGroups[$groupIdentifier])) {
315 foreach ($assignedGroups as $groupIdentifier) {
316 if (!isset($this->cacheGroups[$groupIdentifier])) {
317 $this->cacheGroups[$groupIdentifier] = [];
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/activity/lib/Settings/
H A DAdmin.php90 $groupIdentifier = $setting->getGroupIdentifier();
92 if (!isset($activityGroups[$groupIdentifier])) {
93 $activityGroups[$groupIdentifier] = [
99 $activityGroups[$groupIdentifier]['activities'][$identifier] = [
H A DPersonal.php110 $groupIdentifier = $setting->getGroupIdentifier();
112 if (!isset($activityGroups[$groupIdentifier])) {
113 $activityGroups[$groupIdentifier] = [
119 $activityGroups[$groupIdentifier]['activities'][$identifier] = [
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/gamekit/
H A DGKLeaderboardSet.inc21 function groupIdentifier: NSString; message 'groupIdentifier';
H A DGKAchievementDescription.inc23 function groupIdentifier: NSString; message 'groupIdentifier';
H A DGKLeaderboard.inc52 function groupIdentifier: NSString; message 'groupIdentifier';
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/performance/
H A DOpenLaunchConfigurationDialogTests.java76 private void openLCD(final IStructuredSelection selection, final String groupIdentifier) { in openLCD() argument
79 …ell(), DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier)); in openLCD()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/dashboard/Classes/
H A DWidgetRegistry.php96 foreach ($widgetConfiguration->getGroupNames() as $groupIdentifier) {
99 $groupIdentifier . '/' . $widgetConfiguration->getIdentifier(),
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/
H A DDebugUITools.java570 …chConfigurationDialogOnGroup(Shell shell, IStructuredSelection selection, String groupIdentifier) { in openLaunchConfigurationDialogOnGroup() argument
571 return openLaunchConfigurationDialogOnGroup(shell, selection, groupIdentifier, null); in openLaunchConfigurationDialogOnGroup()
607 …inal Shell shell, final IStructuredSelection selection, final String groupIdentifier, final IStatu… in openLaunchConfigurationDialogOnGroup() argument
621 .getLaunchGroup(groupIdentifier); in openLaunchConfigurationDialogOnGroup()
651 …gurationPropertiesDialog(Shell shell, ILaunchConfiguration configuration, String groupIdentifier) { in openLaunchConfigurationPropertiesDialog() argument
652 return openLaunchConfigurationPropertiesDialog(shell, configuration, groupIdentifier, null); in openLaunchConfigurationPropertiesDialog()
670 …ertiesDialog(Shell shell, ILaunchConfiguration configuration, String groupIdentifier, IStatus stat… in openLaunchConfigurationPropertiesDialog() argument
671 …group = DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier); in openLaunchConfigurationPropertiesDialog()
703 …rationDialog(Shell shell, ILaunchConfiguration configuration, String groupIdentifier, IStatus stat… in openLaunchConfigurationDialog() argument
704 …group = DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier); in openLaunchConfigurationDialog()
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/dashboard/Classes/
H A DWidgetRegistry.php96 foreach ($widgetConfiguration->getGroupNames() as $groupIdentifier) {
99 $groupIdentifier . '/' . $widgetConfiguration->getIdentifier(),
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.4.x/
H A DImportant-93331-DescriptionOfSelectCheckBoxItems.rst29 'groupIdentifier',
46 'groupIdentifier',
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.4.x/
H A DImportant-93331-DescriptionOfSelectCheckBoxItems.rst29 'groupIdentifier',
46 'groupIdentifier',
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Tests/org/eclipse/ant/tests/ui/performance/
H A DOpenLaunchConfigurationDialogTests.java70 …private void openLCD(final IStructuredSelection selection, final String groupIdentifier, int numbe… in openLCD() argument
75 …ell(), DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier)); in openLCD()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/
H A DLauncherUtilsStatusHandler.java187 …String groupIdentifier = group == null ? IDebugUIConstants.ID_RUN_LAUNCH_GROUP : group.getIdentifi… in generateErrorDialog()
189 …DebugUITools.openLaunchConfigurationDialogOnGroup(parentShell, selection, groupIdentifier, status); in generateErrorDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/
H A DDebugUIPlugin.java711 …onEditDialog(Shell shell, ILaunchConfiguration configuration, String groupIdentifier, IStatus stat… in openLaunchConfigurationEditDialog() argument
712 …group = DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier); in openLaunchConfigurationEditDialog()
745 …ertiesDialog(Shell shell, ILaunchConfiguration configuration, String groupIdentifier, Set<String> … in openLaunchConfigurationPropertiesDialog() argument
746 …group = DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier); in openLaunchConfigurationPropertiesDialog()
767 …igurationsDialog(Shell shell, IStructuredSelection selection, String groupIdentifier, boolean setD… in openLaunchConfigurationsDialog() argument
768 …group = DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier); in openLaunchConfigurationsDialog()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/include/
H A Diwindow.h141 UTF8String groupIdentifier; member
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/include/
H A Diwindow.h153 UTF8String groupIdentifier; member
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/source/platform/mac/
H A Dmacwindow.mm198 if (!config.groupIdentifier.empty ())
201 dynamic_cast<MacString*> (config.groupIdentifier.getPlatformString ());
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/platform/mac/
H A Dmacwindow.mm191 if (!config.groupIdentifier.empty ())
194 dynamic_cast<MacString*> (config.groupIdentifier.getPlatformString ());
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/examples/mandelbrot/source/
H A Dmandelbrotwindow.cpp395 config.windowConfig.groupIdentifier = "Mandelbrot";
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/examples/mandelbrot/source/
H A Dmandelbrotwindow.cpp396 config.windowConfig.groupIdentifier = "Mandelbrot"; in View()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tools/imagestitcher/source/
H A Ddocumentcontroller.cpp173 config.windowConfig.groupIdentifier = "Document"; in make()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tools/imagestitcher/source/
H A Ddocumentcontroller.cpp173 config.windowConfig.groupIdentifier = "Document"; in make()

12