Home
last modified time | relevance | path

Searched refs:registryObject (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/
H A DRegistryObjectManager.java232 synchronized public void add(RegistryObject registryObject, boolean hold) { in add() argument
233 if (registryObject.getObjectId() == UNKNOWN) { in add()
235 registryObject.setObjectId(id); in add()
237 cache.put(registryObject.getObjectId(), registryObject); in add() local
239 hold(registryObject); in add()
242 private void remove(RegistryObject registryObject, boolean release) { in remove() argument
243 cache.remove(registryObject.getObjectId()); in remove()
245 release(registryObject); in remove()
680 collectChildren(registryObject, 0, map); in addAssociatedObjects()
735 for (Object registryObject : associatedObjects.values()) { in removeObjects()
[all …]
H A DExtensionRegistry.java1339 …private boolean removeObject(RegistryObject registryObject, boolean isExtensionPoint, Object token… in removeObject() argument
1340 if (!checkReadWriteAccess(token, registryObject.shouldPersist())) in removeObject()
1342 int id = registryObject.getObjectId(); in removeObject()
1353 removed.put(Integer.valueOf(id), registryObject); in removeObject() local
1357 registryObjects.addAssociatedObjects(removed, registryObject); in removeObject()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/
H A DPreferenceServiceRegistryHelper.java71 public PreferenceServiceRegistryHelper(PreferencesService service, Object registryObject) { in PreferenceServiceRegistryHelper() argument
74 this.registry = (IExtensionRegistry) registryObject; in PreferenceServiceRegistryHelper()
/dports/science/py-pycsw/pycsw-2.6.1/pycsw/plugins/profiles/ebrim/
H A Debrim.py146 …er', self.namespaces), value=identifier, identificationScheme='foo', registryObject=str(util.getqa…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/
H A DResourceStorage.php488 $registryObject = GeneralUtility::makeInstance(Registry::class);
489 …$offlineUntil = $registryObject->get('core', 'sys_file_storage-' . $this->getUid() . '-offline-unt…
542 $registryObject = GeneralUtility::makeInstance(Registry::class);
543 …$registryObject->set('core', 'sys_file_storage-' . $this->getUid() . '-offline-until', time() + 60…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DResourceStorage.php477 $registryObject = GeneralUtility::makeInstance(Registry::class);
478 …$offlineUntil = $registryObject->get('core', 'sys_file_storage-' . $this->getUid() . '-offline-unt…
531 $registryObject = GeneralUtility::makeInstance(Registry::class);
532 …$registryObject->set('core', 'sys_file_storage-' . $this->getUid() . '-offline-until', time() + 60…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DResourceStorage.php425 $registryObject = GeneralUtility::makeInstance(Registry::class);
426 …$offlineUntil = $registryObject->get('core', 'sys_file_storage-' . $this->getUid() . '-offline-unt…
479 $registryObject = GeneralUtility::makeInstance(Registry::class);
480 …$registryObject->set('core', 'sys_file_storage-' . $this->getUid() . '-offline-until', time() + 60…
/dports/security/py-maec/python-maec-4.1.0.17/maec/bindings/
H A Dmmdef_1_2.py418 obj_ = registryObject.factory()
1122 class registryObject(GeneratedsSuper): class
1136 if registryObject.subclass:
1137 return registryObject.subclass(*args_, **kwargs_)
1139 return registryObject(*args_, **kwargs_)