Home
last modified time | relevance | path

Searched refs:PluginInfo (Results 1 – 25 of 1869) sorted by relevance

12345678910>>...75

/dports/graphics/dia/dia-0.97.3/lib/
H A Dplug-ins.h59 typedef gboolean (*PluginCanUnloadFunc) (PluginInfo *info);
60 typedef void (*PluginUnloadFunc) (PluginInfo *info);
64 gboolean dia_plugin_info_init(PluginInfo *info, gchar *name,
73 const gchar *dia_plugin_get_filename (PluginInfo *info);
74 const gchar *dia_plugin_get_name (PluginInfo *info);
75 const gchar *dia_plugin_get_description (PluginInfo *info);
78 gboolean dia_plugin_can_unload (PluginInfo *info);
79 gboolean dia_plugin_is_loaded (PluginInfo *info);
80 gboolean dia_plugin_get_inhibit_load (PluginInfo *info);
83 void dia_plugin_load (PluginInfo *info);
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/common/
H A Dplugininfo.cpp47 PluginInfo::PluginInfo() in PluginInfo() function in PluginInfo
52 PluginInfo::PluginInfo(const QString& path) in PluginInfo() function in PluginInfo
60 PluginInfo::PluginInfo(const QStaticPlugin &staticPlugin) in PluginInfo() function in PluginInfo
67 void PluginInfo::init() in init()
75 QString PluginInfo::path() const in path()
80 QString PluginInfo::id() const in id()
95 bool PluginInfo::remoteSupport() const in remoteSupport()
100 QString PluginInfo::name() const in name()
105 bool PluginInfo::isHidden() const in isHidden()
115 bool PluginInfo::isValid() const in isValid()
[all …]
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/plugins/program/freeguide/lib/fgspecific/
H A DPluginsManager.java4 import freeguide.common.base.PluginInfo;
56 protected static PluginInfo applicationInfo;
103 PluginInfo handler = new PluginInfo( ); in loadModules()
213 PluginInfo handler = (PluginInfo)it.next( ); in saveAllConfigs()
386 PluginInfo info = (PluginInfo)pluginsInfoByID.get( id ); in getModuleByID()
421 PluginInfo info = (PluginInfo)it.next( ); in setLocale()
444 public static PluginInfo[] getGrabbers( ) in getGrabbers()
466 public static PluginInfo[] getReminders( ) in getReminders()
477 public static PluginInfo[] getStorages( ) in getStorages()
488 public static PluginInfo[] getViewers( ) in getViewers()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scripts/qtscript_debug/
H A Dscript.spec9 X-KDE-PluginInfo-Author=Peter ZHOU
10 X-KDE-PluginInfo-Email=peterzhoulei@gmail.com
11 X-KDE-PluginInfo-Name=QtScript Test
12 X-KDE-PluginInfo-Version=1.0
13 X-KDE-PluginInfo-Category=Generic
14 X-KDE-PluginInfo-Website=http://amarok.kde.org/
15 X-KDE-PluginInfo-Depends=Amarok2.0
16 X-KDE-PluginInfo-License=LGPL
17 X-KDE-PluginInfo-BugAddress=submit@bugs.kde.org
18 X-KDE-PluginInfo-EnabledByDefault=false
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/playground/src/scripts/bbc_service/
H A Dscript.spec9 X-KDE-PluginInfo-Author=Nikolaj Hald Nielsen
10 X-KDE-PluginInfo-Email=nhnFreespirit@gmail.com
11 X-KDE-PluginInfo-Name=BBC
12 X-KDE-PluginInfo-Version=1.0.0
13 X-KDE-PluginInfo-Category=Scriptable Service
14 X-KDE-PluginInfo-Website=http://amarok.kde.org/
15 X-KDE-PluginInfo-Depends=Amarok2.0
16 X-KDE-PluginInfo-License=GPL
17 X-KDE-PluginInfo-EnabledByDefault=true
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/playground/src/scripts/copycover/
H A Dscript.spec9 X-KDE-PluginInfo-Author=Simon Esneault
10 X-KDE-PluginInfo-Email=simon.esneault@gmail.com
11 X-KDE-PluginInfo-Name=Copy-cover
12 X-KDE-PluginInfo-Version=1.0.0
13 X-KDE-PluginInfo-Category=Generic
14 X-KDE-PluginInfo-Website=http://amarok.kde.org/
15 X-KDE-PluginInfo-Depends=Amarok2.0
16 X-KDE-PluginInfo-License=GPL
17 X-KDE-PluginInfo-EnabledByDefault=false
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scripts/templates/
H A Dscript.spec9 X-KDE-PluginInfo-Author=Script Template
10 X-KDE-PluginInfo-Email=
11 X-KDE-PluginInfo-Name=Script Template
12 X-KDE-PluginInfo-Version=1.0
13 X-KDE-PluginInfo-Category=Scriptable Service
14 X-KDE-PluginInfo-Depends=Amarok2.0
15 X-KDE-PluginInfo-License=LGPL
16 X-KDE-PluginInfo-BugAddress=Change to your own email address. For internal scripts use "submit@bugs…
17 X-KDE-PluginInfo-EnabledByDefault=false
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/pluginmanager/cache/
H A Dactual_state_of_world.go39 GetRegisteredPlugins() []PluginInfo
49 AddPlugin(pluginInfo PluginInfo) error argument
58 PluginExistsWithCorrectTimestamp(pluginInfo PluginInfo) bool argument
64 socketFileToInfo: make(map[string]PluginInfo),
72 socketFileToInfo map[string]PluginInfo
79 type PluginInfo struct { struct
86 func (asw *actualStateOfWorld) AddPlugin(pluginInfo PluginInfo) error {
107 func (asw *actualStateOfWorld) GetRegisteredPlugins() []PluginInfo {
111 currentPlugins := []PluginInfo{}
118 func (asw *actualStateOfWorld) PluginExistsWithCorrectTimestamp(pluginInfo PluginInfo) bool {
/dports/www/choqok/choqok-1.7.0/microblogs/mastodon/
H A Dchoqok_mastodon.desktop8 X-KDE-PluginInfo-Author=Andrea Scarpino
9 X-KDE-PluginInfo-Email=scarpino@kde.org
10 X-KDE-PluginInfo-Name=choqok_mastodon
11 X-KDE-PluginInfo-Version=0.1
12 X-KDE-PluginInfo-Website=https://choqok.kde.org
13 X-KDE-PluginInfo-Category=MicroBlogs
14 X-KDE-PluginInfo-Depends=
15 X-KDE-PluginInfo-License=GPL
16 X-KDE-PluginInfo-EnabledByDefault=false
/dports/net-im/kopete/kopete-21.12.3/doc-dev/t3/
H A Dkopete_tutorialplugin.desktop127 X-KDE-PluginInfo-Version=0.0.1
129 X-KDE-PluginInfo-Category=Plugins
131 X-KDE-PluginInfo-Category[cs]=Moduly
132 X-KDE-PluginInfo-Category[de]=Module
137 X-KDE-PluginInfo-Category[fr]=Modules
140 X-KDE-PluginInfo-Category[is]=Íforrit
142 X-KDE-PluginInfo-Category[ja]=プラグイン
145 X-KDE-PluginInfo-Category[pl]=Wtyczki
150 X-KDE-PluginInfo-Category[zh_CN]=插件
152 X-KDE-PluginInfo-Depends=
[all …]
/dports/net-im/kopete/kopete-21.12.3/doc-dev/t1/
H A Dkopete_tutorialplugin.desktop127 X-KDE-PluginInfo-Version=0.0.1
129 X-KDE-PluginInfo-Category=Plugins
131 X-KDE-PluginInfo-Category[cs]=Moduly
132 X-KDE-PluginInfo-Category[de]=Module
137 X-KDE-PluginInfo-Category[fr]=Modules
140 X-KDE-PluginInfo-Category[is]=Íforrit
142 X-KDE-PluginInfo-Category[ja]=プラグイン
145 X-KDE-PluginInfo-Category[pl]=Wtyczki
150 X-KDE-PluginInfo-Category[zh_CN]=插件
152 X-KDE-PluginInfo-Depends=
[all …]
/dports/net-im/kopete/kopete-21.12.3/doc-dev/t2/
H A Dkopete_tutorialplugin.desktop127 X-KDE-PluginInfo-Version=0.0.1
129 X-KDE-PluginInfo-Category=Plugins
131 X-KDE-PluginInfo-Category[cs]=Moduly
132 X-KDE-PluginInfo-Category[de]=Module
137 X-KDE-PluginInfo-Category[fr]=Modules
140 X-KDE-PluginInfo-Category[is]=Íforrit
142 X-KDE-PluginInfo-Category[ja]=プラグイン
145 X-KDE-PluginInfo-Category[pl]=Wtyczki
150 X-KDE-PluginInfo-Category[zh_CN]=插件
152 X-KDE-PluginInfo-Depends=
[all …]
/dports/textproc/uim-gtk/uim-d1ac9d9/qt4/toolbar/
H A Dplasma-applet-uim.desktop.in9 X-KDE-PluginInfo-Author=The uim developers
10 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
11 X-KDE-PluginInfo-Name=plasma_applet_uim
12 X-KDE-PluginInfo-Version=0.1
13 X-KDE-PluginInfo-Website=https://github.com/uim/uim
14 X-KDE-PluginInfo-Category=Utilities
15 X-KDE-PluginInfo-Depends=
16 X-KDE-PluginInfo-License=BSD
17 X-KDE-PluginInfo-EnabledByDefault=true
/dports/textproc/uim-m17nlib/uim-d1ac9d9/qt4/toolbar/
H A Dplasma-applet-uim.desktop.in9 X-KDE-PluginInfo-Author=The uim developers
10 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
11 X-KDE-PluginInfo-Name=plasma_applet_uim
12 X-KDE-PluginInfo-Version=0.1
13 X-KDE-PluginInfo-Website=https://github.com/uim/uim
14 X-KDE-PluginInfo-Category=Utilities
15 X-KDE-PluginInfo-Depends=
16 X-KDE-PluginInfo-License=BSD
17 X-KDE-PluginInfo-EnabledByDefault=true
/dports/textproc/uim-qt5/uim-d1ac9d9/qt4/toolbar/
H A Dplasma-applet-uim.desktop.in9 X-KDE-PluginInfo-Author=The uim developers
10 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
11 X-KDE-PluginInfo-Name=plasma_applet_uim
12 X-KDE-PluginInfo-Version=0.1
13 X-KDE-PluginInfo-Website=https://github.com/uim/uim
14 X-KDE-PluginInfo-Category=Utilities
15 X-KDE-PluginInfo-Depends=
16 X-KDE-PluginInfo-License=BSD
17 X-KDE-PluginInfo-EnabledByDefault=true
/dports/textproc/uim-gtk3/uim-d1ac9d9/qt4/toolbar/
H A Dplasma-applet-uim.desktop.in9 X-KDE-PluginInfo-Author=The uim developers
10 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
11 X-KDE-PluginInfo-Name=plasma_applet_uim
12 X-KDE-PluginInfo-Version=0.1
13 X-KDE-PluginInfo-Website=https://github.com/uim/uim
14 X-KDE-PluginInfo-Category=Utilities
15 X-KDE-PluginInfo-Depends=
16 X-KDE-PluginInfo-License=BSD
17 X-KDE-PluginInfo-EnabledByDefault=true
/dports/textproc/uim-el/uim-d1ac9d9/qt4/toolbar/
H A Dplasma-applet-uim.desktop.in9 X-KDE-PluginInfo-Author=The uim developers
10 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
11 X-KDE-PluginInfo-Name=plasma_applet_uim
12 X-KDE-PluginInfo-Version=0.1
13 X-KDE-PluginInfo-Website=https://github.com/uim/uim
14 X-KDE-PluginInfo-Category=Utilities
15 X-KDE-PluginInfo-Depends=
16 X-KDE-PluginInfo-License=BSD
17 X-KDE-PluginInfo-EnabledByDefault=true
/dports/japanese/uim-anthy/uim-d1ac9d9/qt4/toolbar/
H A Dplasma-applet-uim.desktop.in9 X-KDE-PluginInfo-Author=The uim developers
10 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
11 X-KDE-PluginInfo-Name=plasma_applet_uim
12 X-KDE-PluginInfo-Version=0.1
13 X-KDE-PluginInfo-Website=https://github.com/uim/uim
14 X-KDE-PluginInfo-Category=Utilities
15 X-KDE-PluginInfo-Depends=
16 X-KDE-PluginInfo-License=BSD
17 X-KDE-PluginInfo-EnabledByDefault=true
/dports/x11-themes/nordic-theme/Nordic-2.1.0/kde/aurorae/Nordic/
H A Dmetadata.desktop3 X-KDE-PluginInfo-Author=eliverlara
4 X-KDE-PluginInfo-Category=
5 X-KDE-PluginInfo-Depends=
6 X-KDE-PluginInfo-Email=eliverlara@gmail.com
7 X-KDE-PluginInfo-EnabledByDefault=true
8 X-KDE-PluginInfo-License=GPLv3
9 X-KDE-PluginInfo-Name=Nordic
10 X-KDE-PluginInfo-Version=1.0.0
/dports/x11-themes/ant-dracula-theme/gtk-2.0/kde/aurorae/Dracula/
H A Dmetadata.desktop3 X-KDE-PluginInfo-Author=eliverlara
4 X-KDE-PluginInfo-Category=
5 X-KDE-PluginInfo-Depends=
6 X-KDE-PluginInfo-Email=eliverlara@gmail.com
7 X-KDE-PluginInfo-EnabledByDefault=true
8 X-KDE-PluginInfo-License=GPLv3
9 X-KDE-PluginInfo-Name=Dracula
10 X-KDE-PluginInfo-Version=1.0.0
/dports/x11/kdisplay/kdisplay-b64cf06bf9945b550a965126c750440a6617e4ef/plasma/
H A Dplasma-applet-kdisplay.desktop.cmake15 X-KDE-PluginInfo-Author=Roman Gilg
16 X-KDE-PluginInfo-Email=subdiff@gmail.com
17 X-KDE-PluginInfo-Name=org.kde.plasma.kdisplay
18 X-KDE-PluginInfo-Version=@KDISPLAY_VERSION@
19 X-KDE-PluginInfo-Website=https://kwinft.org
20 X-KDE-PluginInfo-Category=System Information
21 X-KDE-PluginInfo-Depends=
22 X-KDE-PluginInfo-License=GPL
23 X-KDE-PluginInfo-EnabledByDefault=true
/dports/textproc/uim-gtk/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop10 X-KDE-PluginInfo-Author=The uim developers
11 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
12 X-KDE-PluginInfo-Name=com.github.uim.status
13 X-KDE-PluginInfo-Version=0.1
14 X-KDE-PluginInfo-Website=https://github.com/uim/uim
15 X-KDE-PluginInfo-Category=Utilities
16 X-KDE-PluginInfo-Depends=
17 X-KDE-PluginInfo-License=BSD
18 X-KDE-PluginInfo-EnabledByDefault=true
/dports/textproc/uim-qt5/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop10 X-KDE-PluginInfo-Author=The uim developers
11 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
12 X-KDE-PluginInfo-Name=com.github.uim.status
13 X-KDE-PluginInfo-Version=0.1
14 X-KDE-PluginInfo-Website=https://github.com/uim/uim
15 X-KDE-PluginInfo-Category=Utilities
16 X-KDE-PluginInfo-Depends=
17 X-KDE-PluginInfo-License=BSD
18 X-KDE-PluginInfo-EnabledByDefault=true
/dports/textproc/uim-gtk3/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop10 X-KDE-PluginInfo-Author=The uim developers
11 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
12 X-KDE-PluginInfo-Name=com.github.uim.status
13 X-KDE-PluginInfo-Version=0.1
14 X-KDE-PluginInfo-Website=https://github.com/uim/uim
15 X-KDE-PluginInfo-Category=Utilities
16 X-KDE-PluginInfo-Depends=
17 X-KDE-PluginInfo-License=BSD
18 X-KDE-PluginInfo-EnabledByDefault=true
/dports/textproc/uim-m17nlib/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop10 X-KDE-PluginInfo-Author=The uim developers
11 X-KDE-PluginInfo-Email=uim-en@googlegroups.com
12 X-KDE-PluginInfo-Name=com.github.uim.status
13 X-KDE-PluginInfo-Version=0.1
14 X-KDE-PluginInfo-Website=https://github.com/uim/uim
15 X-KDE-PluginInfo-Category=Utilities
16 X-KDE-PluginInfo-Depends=
17 X-KDE-PluginInfo-License=BSD
18 X-KDE-PluginInfo-EnabledByDefault=true

12345678910>>...75