Searched refs:plugin (Results 1 - 25 of 411) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitPlugin.cpp31 * @Short_description: Represents a plugin, enabling fine-grained control
34 * This object represents a single plugin, found while scanning the
35 * various platform plugin directories. This object can be used to get
36 * more information about a plugin, and enable/disable it, allowing
64 WebKitPlugin* plugin = WEBKIT_PLUGIN(g_object_new(WEBKIT_TYPE_PLUGIN, NULL)); local
65 plugin->priv->pluginInfo = pluginInfo;
66 return plugin;
71 * @plugin: a #WebKitPlugin
73 * Returns: the name of the plugin.
75 const char* webkit_plugin_get_name(WebKitPlugin* plugin) argument
95 webkit_plugin_get_description(WebKitPlugin* plugin) argument
115 webkit_plugin_get_path(WebKitPlugin* plugin) argument
138 webkit_plugin_get_mime_info_list(WebKitPlugin* plugin) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/plugin/
H A DNTMakefile32 RELDIR=tests\plugin
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DAppleCSPPlugin.cpp21 // Produce the "genuine plugin version" of the AppleCSP
27 // Create the plugin object and generate the C layer hookup
29 ModuleNexus<AppleCSPPlugin> plugin; variable
H A DAppleCSPBuiltin.cpp21 // Produce the "genuine plugin version" of the AppleCSP
27 // Create the plugin object and generate the C layer hookup
29 static ModuleNexus<AppleCSPPlugin> plugin; variable
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DAppleCSPDLPlugin.cpp21 // Produce the "genuine plugin version" of the Apple "file DL"
27 // Create the plugin object and generate the C layer hookup
29 ModuleNexus<CSPDLPlugin> plugin; variable
H A DAppleCSPDLBuiltin.cpp21 // Produce the "genuine plugin version" of the AppleCSPDL
27 // Create the plugin object and generate the C layer hookup
29 static ModuleNexus<CSPDLPlugin> plugin; variable
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_file_dl/lib/
H A DAppleDLPlugin.cpp21 // Produce the "genuine plugin version" of the Apple "file DL"
27 // Create the plugin object and generate the C layer hookup
29 ModuleNexus<AppleFileDL> plugin; variable
H A DAppleDLBuiltin.cpp21 // Produce the "genuine plugin version" of the Apple "file DL"
27 // Create the plugin object and generate the C layer hookup
29 static ModuleNexus<AppleFileDL> plugin; variable
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DAppleX509CLPlugin.cpp21 // Produce the "genuine plugin version" of the Apple X509 CL
27 // Create the plugin object and generate the C layer hookup
29 ModuleNexus<AppleX509CL> plugin; variable
H A DAppleX509CLBuiltin.cpp21 // Produce the SPI wrapper for building the "plugin" into CSSM
27 // Create the plugin object and generate the C layer hookup
29 static ModuleNexus<AppleX509CL> plugin; variable
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DAppleX509TPPlugin.cpp21 // Produce the "genuine plugin version" of the Apple X509 TP
27 // Create the plugin object and generate the C layer hookup
29 ModuleNexus<AppleTP> plugin; variable
H A DAppleX509TPBuiltin.cpp21 // Produce the "genuine plugin version" of the Apple X509 TP
27 // Create the plugin object and generate the C layer hookup
29 static ModuleNexus<AppleTP> plugin; variable
/macosx-10.10/WebCore-7600.1.25/Modules/plugins/
H A DQuickTimePluginReplacement.css25 embed::-webkit-plugin-replacement,
26 object::-webkit-plugin-replacement
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Doc/07tutorial_embed/src/
H A Dsetup.py5 plugin = ['ITunesCommunication.py'] variable
/macosx-10.10/security_dotmac_tp-55107.1/lib/
H A DAppleDotMacTPPlugin.cpp26 // plugin version of the Apple .mac TP
32 // Create the plugin object and generate the C layer hookup
34 ModuleNexus<AppleDotMacTP> plugin; variable
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/Netscape/mac/
H A DPluginInformationMac.mm39 void getPlatformPluginModuleInformation(const PluginModuleInfo& plugin, ImmutableDictionary::MapType& map)
41 map.set(pluginInformationBundleIdentifierKey(), API::String::create(plugin.bundleIdentifier));
42 map.set(pluginInformationBundleVersionKey(), API::String::create(plugin.versionString));
43 map.set(pluginInformationBundleShortVersionKey(), API::String::create(plugin.shortVersionString));
44 map.set(pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey(), API::Boolean::create(WKIsPluginUpdateAvailable(nsStringFromWebCoreString(plugin.bundleIdentifier))));
45 map.set(pluginInformationHasSandboxProfileKey(), API::Boolean::create(plugin.hasSandboxProfile));
/macosx-10.10/libxslt-13/libxslt/tests/plugins/
H A DMakefile.am6 EXTRA_DIST = plugin.out plugin.xml plugin.xsl
17 # don't want to pollute $(DESTDIR) with the test plugin
27 @echo '## Running plugin tests'
32 $(top_builddir)/xsltproc/xsltproc plugin.xsl plugin.xml > plugin.res
33 @diff plugin.out plugin
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport.tcl60 set plugin [$self GetPlugin $format]
62 # We have a plugin, now feed it.
70 lappend configuraton format [$plugin plugin]
72 return [$plugin do export $serial $configuration]
82 set plugin [pluginmgr ${selfns}::fmt-$format \
86 ::pluginmgr::paths $plugin doctools::idx::export
87 $plugin load $format
88 set myplugin($format) $plugin
90 set plugin
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport.tcl60 set plugin [$self GetPlugin $format]
62 # We have a plugin, now feed it.
70 lappend configuraton format [$plugin plugin]
72 return [$plugin do export $serial $configuration]
82 set plugin [pluginmgr ${selfns}::fmt-$format \
86 ::pluginmgr::paths $plugin doctools::toc::export
87 $plugin load $format
88 set myplugin($format) $plugin
90 set plugin
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DplugIns.css33 * <div pseudo="-webkit-snapshotted-plugin-content">
43 embed::-webkit-snapshotted-plugin-content,
44 object::-webkit-snapshotted-plugin-content
52 embed::-webkit-snapshotted-plugin-content > .snapshot-overlay,
53 object::-webkit-snapshotted-plugin-content > .snapshot-overlay
67 embed::-webkit-snapshotted-plugin-content > .snapshot-overlay > .snapshot-label,
68 object::-webkit-snapshotted-plugin-content > .snapshot-overlay > .snapshot-label
74 embed::-webkit-snapshotted-plugin-content > .snapshot-overlay > .snapshot-label > div,
75 object::-webkit-snapshotted-plugin-content > .snapshot-overlay > .snapshot-label > div
82 embed::-webkit-snapshotted-plugin
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPluginInfoStore.cpp98 PluginModuleInfo plugin; local
100 if (!getPluginInfo(pluginPath, plugin))
103 if (!shouldUsePlugin(plugins, plugin))
106 plugins.append(plugin);
119 for (const auto& plugin : m_plugins) {
120 if (allowedPluginTypes == PluginData::OnlyApplicationPlugins && !plugin.info.isApplicationPlugin)
123 for (const auto& mimeClassInfo : plugin.info.mimes) {
125 return plugin;
136 for (const auto& plugin : m_plugins) {
137 if (allowedPluginTypes == PluginData::OnlyApplicationPlugins && !plugin
187 PluginModuleInfo plugin = findPluginForMIMEType(mimeType, allowedPluginTypes); local
195 PluginModuleInfo plugin = findPluginForExtension(extension, mimeType, allowedPluginTypes); local
202 PluginModuleInfo plugin = findPluginForMIMEType(extensionMimeType, allowedPluginTypes); local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDCSPDLBuiltin.cpp26 // Produce the "genuine plugin version" of the SDCSPDL
32 // Create the plugin object and generate the C layer hookup
34 static ModuleNexus<SDCSPDLPlugin> plugin; variable
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_export.tcl60 set plugin [$self GetPlugin $format]
62 # We have a plugin, now feed it.
66 return [$plugin do export $serial $configuration]
76 set plugin [pluginmgr ${selfns}::fmt-$format \
80 ::pluginmgr::paths $plugin pt::peg::export
81 $plugin load $format
82 set myplugin($format) $plugin
84 set plugin $myplugin($format)
87 return $plugin
91 # Inject a pseudo package into the plugin interprete
[all...]
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPClientModule.h64 * by calling the plugin's "introspect" function, if supplied.
91 EAPClientPluginDataRef plugin,
97 EAPClientPluginDataRef plugin);
101 EAPClientPluginDataRef plugin,
105 EAPClientPluginDataRef plugin,
113 EAPClientPluginDataRef plugin);
117 EAPClientPluginDataRef plugin,
122 EAPClientPluginDataRef plugin,
127 EAPClientPluginDataRef plugin,
132 EAPClientPluginDataRef plugin);
[all...]
H A DEAPClientPlugin.h167 * The version of this plugin. Must return kEAPClientPluginVersion.
177 * The EAPType of this plugin.
197 * private data structure to store context across calls. The plugin
199 * plugin structure. However, it must not do so unless it returns
213 (EAPClientPluginFuncInit)(EAPClientPluginDataRef plugin,
225 typedef void (EAPClientPluginFuncFree)(EAPClientPluginDataRef plugin);
254 * The current plugin state, status, and possibly a domain-specific error.
257 (EAPClientPluginFuncProcess)(EAPClientPluginDataRef plugin,
273 (EAPClientPluginFuncFreePacket)(EAPClientPluginDataRef plugin,
287 (EAPClientPluginFuncFailureString)(EAPClientPluginDataRef plugin);
[all...]

Completed in 360 milliseconds

1234567891011>>