Home
last modified time | relevance | path

Searched refs:pluginObject (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/
H A DRemoveNodeXMLResolution.java36 IPluginObject pluginObject = (IPluginObject) node; in createChange() local
37 IPluginObject parent = pluginObject.getParent(); in createChange()
39 ((IPluginParent) parent).remove(pluginObject); in createChange()
41 ((PluginBaseNode) parent).remove(pluginObject); in createChange()
42 else if (pluginObject instanceof PluginAttribute) { in createChange()
43 PluginAttribute attr = (PluginAttribute) pluginObject; in createChange()
/dports/devel/eric6/eric6-21.11/eric/eric6/PluginManager/
H A DPluginManager.py450 pluginObject.initToolbar(
484 pluginObject.prepareUnload()
491 pluginObject.prepareUnload()
556 pluginObject = None
626 pluginObject = None
635 obj, ok = pluginObject.activate()
654 pluginObject.eric6PluginModule = module
655 pluginObject.eric6PluginName = className
736 pluginObject = None
741 if pluginObject:
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/ipc/
H A DPluginAsyncSurrogate.cpp683 NPObject* pluginObject = nullptr; in ScriptableHasMethod() local
686 (void*)&pluginObject); in ScriptableHasMethod()
689 result = pluginObject->_class->hasMethod(pluginObject, aName); in ScriptableHasMethod()
690 npn->releaseobject(pluginObject); in ScriptableHasMethod()
736 NPObject* pluginObject = nullptr; in GetPropertyHelper() local
738 (void*)&pluginObject); in GetPropertyHelper()
746 hasMethod = pluginObject->_class->hasMethod(pluginObject, aName); in GetPropertyHelper()
747 success = pluginObject->_class->getProperty(pluginObject, aName, aResult); in GetPropertyHelper()
753 npn->releaseobject(pluginObject); in GetPropertyHelper()
844 NPObject* pluginObject = nullptr; in ScriptableHasProperty() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/
H A DRegisterTocWizardPage.java112 for (IPluginObject pluginObject : pluginObjects) { in processTocElements()
113 if (pluginObject instanceof IPluginElement) { in processTocElements()
114 IPluginElement element = (IPluginElement) pluginObject; in processTocElements()
143 IPluginObject pluginObject = parentElement.getChildren()[0]; in updateUIPrimary() local
144 if (pluginObject instanceof IPluginElement) { in updateUIPrimary()
145 IPluginElement element = (IPluginElement) pluginObject; in updateUIPrimary()
H A DRegisterTocOperation.java224 for (IPluginObject pluginObject : pluginObjects) { in findTocExtensionResult()
225 if (pluginObject instanceof IPluginElement) { in findTocExtensionResult()
226 IPluginElement element = (IPluginElement) pluginObject; in findTocExtensionResult()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/
H A DUpdateSplashHandlerAction.java359 for (IPluginObject pluginObject : pluginObjects) { in removeMatchingProductBindingElements()
360 if (pluginObject instanceof IPluginElement) { in removeMatchingProductBindingElements()
361 IPluginElement element = (IPluginElement) pluginObject; in removeMatchingProductBindingElements()
392 for (IPluginObject pluginObject : pluginObjects) { in findSplashHandlerElement()
393 if (pluginObject instanceof IPluginElement) { in findSplashHandlerElement()
394 IPluginElement element = (IPluginElement) pluginObject; in findSplashHandlerElement()
442 for (IPluginObject pluginObject : pluginObjects) { in findProductBindingElement()
443 if (pluginObject instanceof IPluginElement) { in findProductBindingElement()
444 IPluginElement element = (IPluginElement) pluginObject; in findProductBindingElement()
H A DRemoveSplashHandlerBindingAction.java158 for (IPluginObject pluginObject : pluginObjects) { in findProductBindingElements()
159 if (pluginObject instanceof IPluginElement) { in findProductBindingElements()
160 IPluginElement element = (IPluginElement) pluginObject; in findProductBindingElements()
H A DUpdateSplashProgressOperation.java496 IPluginObject pluginObject = extension.getChildren()[0]; in findProductElement() local
498 if ((pluginObject instanceof IPluginElement) == false) { in findProductElement()
502 if (pluginObject.getName().equals(F_ELEMENT_PRODUCT) == false) { in findProductElement()
505 return (IPluginElement) pluginObject; in findProductElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/
H A DRegisterCSWizardPage.java349 for (IPluginObject pluginObject : pluginObjects) { in processCategoryElements()
350 if (pluginObject instanceof IPluginElement) { in processCategoryElements()
351 IPluginElement element = (IPluginElement) pluginObject; in processCategoryElements()
373 for (IPluginObject pluginObject : pluginObjects) { in processCheatSheetElements()
374 if (pluginObject instanceof IPluginElement) { in processCheatSheetElements()
375 IPluginElement element = (IPluginElement) pluginObject; in processCheatSheetElements()
451 IPluginObject pluginObject = parentElement.getChildren()[0]; in updateUIDescriptionText() local
452 if (pluginObject instanceof IPluginElement) { in updateUIDescriptionText()
453 IPluginElement element = (IPluginElement) pluginObject; in updateUIDescriptionText()
H A DRegisterCSOperation.java238 IPluginObject pluginObject = csElement.getChildren()[0]; in findExistingDescription() local
239 if (pluginObject instanceof IPluginElement) { in findExistingDescription()
240 IPluginElement element = (IPluginElement) pluginObject; in findExistingDescription()
277 for (IPluginObject pluginObject : pluginObjects) { in findCSExtensionResult()
278 if (pluginObject instanceof IPluginElement) { in findCSExtensionResult()
279 IPluginElement element = (IPluginElement) pluginObject; in findCSExtensionResult()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/plugins/
H A DPluginManager.cpp214 PyObject *pluginObject = PyObject_CallFunction(createPluginFunc, nullptr); in loadPythonPlugin() local
217 if (!pluginObject) { in loadPythonPlugin()
223 …ble(reinterpret_cast<SbkObjectType *>(SbkCutterBindingsTypes[SBK_CUTTERPLUGIN_IDX]), pluginObject); in loadPythonPlugin()
229 pythonToCpp(pluginObject, &plugin); in loadPythonPlugin()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/adjust/sdk/
H A DReflection.java202 Object pluginObject = Reflection.createDefaultInstance(pluginName); in getPlugins() local
203 if (pluginObject != null && pluginObject instanceof Plugin) { in getPlugins()
204 plugins.add((Plugin) pluginObject); in getPlugins()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/com/adjust/sdk/
H A DReflection.java202 Object pluginObject = Reflection.createDefaultInstance(pluginName); in getPlugins() local
203 if (pluginObject != null && pluginObject instanceof Plugin) { in getPlugins()
204 plugins.add((Plugin) pluginObject); in getPlugins()
/dports/games/libretro-scummvm/scummvm-7b1e929/base/
H A Dplugins.h186 T *pluginObject = dynamic_cast<T *>(_pluginObject); in get() local
187 if (!pluginObject) { in get()
190 return *pluginObject; in get()
/dports/games/scummvm/scummvm-2.5.1/base/
H A Dplugins.h183 T *pluginObject = dynamic_cast<T *>(_pluginObject); in get() local
184 if (!pluginObject) { in get()
187 return *pluginObject; in get()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/
H A DPreferencesSection.java272 IPluginObject pluginObject = extension.getChildren()[0]; in findProductElement() local
274 if ((pluginObject instanceof IPluginElement) == false) { in findProductElement()
278 if (pluginObject.getName().equals(ELEMENT_PRODUCT) == false) { in findProductElement()
281 return (IPluginElement) pluginObject; in findProductElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/
H A DRegisterCtxHelpOperation.java275 for (IPluginObject pluginObject : pluginObjects) { in checkExistingExtensionElement()
276 if (pluginObject instanceof IPluginElement) { in checkExistingExtensionElement()
277 IPluginElement element = (IPluginElement) pluginObject; in checkExistingExtensionElement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/
H A DCLIEngine.d.ts9 addPlugin(name: string, pluginObject: unknown): void;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/
H A DCLIEngine.d.ts14 addPlugin(name: string, pluginObject: Linter.Plugin): void;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ts-eslint/
H A DCLIEngine.d.ts14 addPlugin(name: string, pluginObject: Linter.Plugin): void;
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsUsage.hs207 pluginObject <- hashFile (ml_obj_file ml)
209 return (nub (pluginObject : depObjects))
/dports/x11/radare-cutter/r2cutter-0.1.1/src/core/
H A DCutter.cpp2064 QJsonObject pluginObject = value.toObject(); in getDebugPlugins() local
2066 QString plugin = pluginObject[RJsonKey::name].toString(); in getDebugPlugins()
2445 QJsonObject pluginObject = pluginValue.toObject(); in getRBinPluginDescriptions() local
2449 desc.name = pluginObject[RJsonKey::name].toString(); in getRBinPluginDescriptions()
2467 QJsonObject pluginObject = pluginValue.toObject(); in getRIOPluginDescriptions() local
2471 plugin.name = pluginObject["name"].toString(); in getRIOPluginDescriptions()
2472 plugin.description = pluginObject["description"].toString(); in getRIOPluginDescriptions()
2473 plugin.license = pluginObject["license"].toString(); in getRIOPluginDescriptions()
2475 for (const auto &uri : pluginObject["uris"].toArray()) { in getRIOPluginDescriptions()
2491 QJsonObject pluginObject = pluginValue.toObject(); in getRCorePluginDescriptions() local
[all …]
/dports/audio/dssi/dssi-1.1.1/jack-dssi-host/
H A Djack-dssi-host.c738 void *pluginObject; in main() local
776 if (load(dllName, &pluginObject, 1)) { in main()
777 dlclose(pluginObject); in main()
914 dll->directory = load(dllName, &pluginObject, 0); in main()
915 if (!dll->directory || !pluginObject) { in main()
920 dll->descfn = (DSSI_Descriptor_Function)dlsym(pluginObject, in main()
925 dll->descfn = (DSSI_Descriptor_Function)dlsym(pluginObject, in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/
H A DSourceEntryErrorReporter.java318 for (IPluginObject pluginObject : extension.getChildren()) { in initialize()
319 if ("extraClasspathEntry".equals(pluginObject.getName()) //$NON-NLS-1$ in initialize()
320 && pluginObject instanceof IPluginElement) { in initialize()
321 … IPluginAttribute library = ((IPluginElement) pluginObject).getAttribute("library"); //$NON-NLS-1$ in initialize()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/extensionsystem/
H A Dpluginspec.cpp1023 auto *pluginObject = qobject_cast<IPlugin*>(loader.instance()); in loadLibrary() local
1024 if (!pluginObject) { in loadLibrary()
1031 plugin = pluginObject; in loadLibrary()

12