Searched refs:Plugin (Results 1 – 25 of 147) sorted by relevance
123456
18 class Plugin; variable48 void AddPlugin(std::unique_ptr<Plugin> plugin);63 std::set<std::unique_ptr<Plugin>> plugins_;67 class Plugin {69 virtual ~Plugin() = default;
25 class Plugin {26 Plugin({35 factory Plugin.fromYaml(String name, String path, dynamic pluginYaml) {48 return Plugin(66 Plugin _pluginFromPubspec(String name, Uri packageRoot) {78 return Plugin.fromYaml(name, packageRootPath, flutterConfig['plugin']);81 List<Plugin> findPlugins(FlutterProject project) {82 final List<Plugin> plugins = <Plugin>[];93 final Plugin plugin = _pluginFromPubspec(name, packageRoot);101 bool _writeFlutterPluginsList(FlutterProject project, List<Plugin> plugins) {[all …]
60 class Plugin {62 virtual ~Plugin();95 ObjectLinkingLayer &addPlugin(std::unique_ptr<Plugin> P) { in addPlugin()154 std::vector<std::unique_ptr<Plugin>> Plugins;157 class EHFrameRegistrationPlugin : public ObjectLinkingLayer::Plugin {
47 PluginT Plugin; member in __anon99968bb00111::PluginChain51 PluginChain(Function &F) : PluginChain<Ts...>(F), Plugin(F) {} in PluginChain()55 Plugin.run(Candidates); in get()
53 ## Plugin API65 uplug_setPlugName(data, "Simple Plugin"); /* optional */166 #1 HIGH Just a Test High-Level Plugin170 #2 HIGH High Plugin180 #4 LOW Low Plugin
1 Plugin for creating insecure channels using chttp2
1 Plugin for creating secure servers using chttp2
1 Plugin for creating secure channels using chttp2
1 Plugin for creating insecure servers using chttp2
5 # Core Plugin
1 <h1 align="center">ESLint Plugin TSLint</h1>47 Plugin contains only single rule `@typescript-eslint/tslint/config`.
2 Description: GMP Plugin for OpenH264.
1 <h1 align="center">Internal ESLint Plugin</h1>
1 # Getting Started - Writing an ESLint Plugin in TypeScript
2 Plugin x265 explicitly required via options but GPL-licensed plugins disabled via options.
68 Plugin tests69 Plugin tests launch the Weston compositor and execute the list of tests107 Plugin tests110 Plugin tests must have a fixture setup function that calls148 Plugin tests must have a fixture setup function that calls
2 Plugin iqa explicitly required via options but (A)GPL-licensed plugins disabled via options.
11 /** Plugin registration. */
26 __attribute__((visibility("default"))) return_type Plugin##name(params); \
2 Plugin mplex explicitly required via options but GPL-licensed plugins disabled via options.
2 Plugin resindvd explicitly required via options but GPL-licensed plugins disabled via options.
2 Plugin faad explicitly required via options but GPL-licensed plugins disabled via options.
16 [section Plugin basics]83 Plugin Name: aggregator365 [[][Runtime plugin load][Plugin was linked in]]368 [[pre Plugin name: refcounting,370 [[pre Plugin name: refcounting,
176 plugins?: Record<string, Linter.Plugin> | null;
19 addPlugin(name: string, pluginObject: Linter.Plugin): void;