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

1234567891011>>

/macosx-10.9.5/WebKit2-7537.78.2/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.9.5/Heimdal-323.92.1/tests/plugin/
H A DNTMakefile32 RELDIR=tests\plugin
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Doc/07tutorial_embed/src/
H A Dsetup.py5 plugin = ['ITunesCommunication.py'] variable
/macosx-10.9.5/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.9.5/WebKit2-7537.78.2/Shared/Plugins/Netscape/mac/
H A DPluginInformationMac.mm37 void getPlatformPluginModuleInformation(const PluginModuleInfo& plugin, ImmutableDictionary::MapType& map)
39 map.set(pluginInformationBundleIdentifierKey(), WebString::create(plugin.bundleIdentifier));
40 map.set(pluginInformationBundleVersionKey(), WebString::create(plugin.versionString));
41 map.set(pluginInformationBundleShortVersionKey(), WebString::create(plugin.shortVersionString));
42 map.set(pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey(), WebBoolean::create(WKIsPluginUpdateAvailable(nsStringFromWebCoreString(plugin.bundleIdentifier))));
43 map.set(pluginInformationHasSandboxProfileKey(), WebBoolean::create(plugin.hasSandboxProfile));
/macosx-10.9.5/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/WebCore-7537.78.1/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.9.5/Security-55471.14.18/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.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestwebplugindatabase.c44 WebKitWebPlugin* plugin = (WebKitWebPlugin*)p->data; local
45 if (!g_strcmp0(webkit_web_plugin_get_name(plugin), "WebKit Test PlugIn") &&
46 !g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape�� plug-in that handles test content for WebKit")) {
48 enabled = webkit_web_plugin_get_enabled(plugin);
49 webkit_web_plugin_set_enabled(plugin, FALSE);
60 WebKitWebPlugin* plugin = (WebKitWebPlugin*)p->data; local
61 if (!g_strcmp0(webkit_web_plugin_get_name(plugin), "WebKit Test PlugIn") &&
62 !g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape�� plug-in that handles test content for WebKit"))
63 enabled = webkit_web_plugin_get_enabled(plugin);
/macosx-10.9.5/tcl-102/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.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebplugin.cpp30 * @short_description: Represents a plugin, enabling fine-grained control
33 * This object represents a single plugin, found by WebKitGTK+ while
35 * get more information about a plugin, and enable/disable it,
63 WebKitWebPlugin* plugin = WEBKIT_WEB_PLUGIN(object); local
64 WebKitWebPluginPrivate* priv = plugin->priv;
69 delete plugin->priv;
76 WebKitWebPlugin* plugin = WEBKIT_WEB_PLUGIN(object); local
80 g_value_set_boolean(value, webkit_web_plugin_get_enabled(plugin));
89 WebKitWebPlugin* plugin = WEBKIT_WEB_PLUGIN(object); local
93 webkit_web_plugin_set_enabled(plugin, g_value_get_boolea
119 webkit_web_plugin_init(WebKitWebPlugin *plugin) argument
128 WebKitWebPlugin* plugin = WEBKIT_WEB_PLUGIN(g_object_new(WEBKIT_TYPE_WEB_PLUGIN, 0)); local
144 webkit_web_plugin_get_name(WebKitWebPlugin* plugin) argument
164 webkit_web_plugin_get_description(WebKitWebPlugin* plugin) argument
185 webkit_web_plugin_get_path(WebKitWebPlugin* plugin) argument
221 webkit_web_plugin_get_mimetypes(WebKitWebPlugin* plugin) argument
258 webkit_web_plugin_set_enabled(WebKitWebPlugin* plugin, gboolean enabled) argument
280 webkit_web_plugin_get_enabled(WebKitWebPlugin* plugin) argument
[all...]
/macosx-10.9.5/eap8021x-180/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);
130 EAPClientPluginDataRef plugin);
[all...]
H A DEAPClientPlugin.h165 * The version of this plugin. Must return kEAPClientPluginVersion.
175 * The EAPType of this plugin.
195 * private data structure to store context across calls. The plugin
197 * plugin structure. However, it must not do so unless it returns
211 (EAPClientPluginFuncInit)(EAPClientPluginDataRef plugin,
223 typedef void (EAPClientPluginFuncFree)(EAPClientPluginDataRef plugin);
252 * The current plugin state, status, and possibly a domain-specific error.
255 (EAPClientPluginFuncProcess)(EAPClientPluginDataRef plugin,
271 (EAPClientPluginFuncFreePacket)(EAPClientPluginDataRef plugin,
285 (EAPClientPluginFuncFailureString)(EAPClientPluginDataRef plugin);
[all...]

Completed in 212 milliseconds

1234567891011>>