Home
last modified time | relevance | path

Searched full:plugins (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/third_party/libwebsockets/READMEs/
DREADME.lws_plugins.md3 Lws now offers apis to manage your own user plugins with `LWS_WITH_PLUGINS_API`.
4 Lws uses these apis internally for protocol plugins and event loop plugins
12 Lws plugins have a single exported struct with a specified header and a user
38 `_class` is shared by your plugins and used to select them from other kinds
40 `"myapp xxx plugin"` or whatever shared by all plugins of that class.
60 ## Building your own plugins
62 Plugins are built standalone, cmake is recommended but you can do what you want.
79 ## Bringing in plugins at runtime
81 Lws provides an api to import plugins into the process space and another to
82 remove and destroy plugins.
[all …]
/third_party/icu/docs/userguide/icu4c/
Dplug-ins.md34 **--enable-plugins** and/or define **UCONFIG_ENABLE_PLUGINS=1** to enable the
42 The ICU plugin mechanism allows small code modules, called plugins, to be loaded
48 attempt to load plugins found in the list. plugins are called and can
50 service objects. At u_cleanup time, plugins have the opportunity to
57 Some sample plugins are available at:
132 Plugins are categorized as "high" or "low" level. Low level are those
133 which must be run BEFORE high level plugins, and before any operations
137 At load time, ICU first queries all plugins to determine their level,
138 then loads all 'low' plugins first, and then loads all 'high' plugins.
139 Plugins are otherwise loaded in the order listed in the configuration file.
[all …]
/third_party/libwebsockets/plugins/
DCMakeLists.txt34 # Either build the plugins as separate dynamic libs (LWS_WITH_PLUGINS)
77 INSTALL_DATADIR="${CMAKE_INSTALL_PREFIX}/plugins"
89 list(APPEND LWS_LIB_BUILD_INC_PATHS ../plugins/${PLUGIN_INCLUDE})
95 list(APPEND SOURCES ../plugins/${A})
101 list(APPEND SOURCES ../plugins/${A})
107 list(APPEND SOURCES ../plugins/${A})
207 include_directories("${PROJECT_SOURCE_DIR}/plugins/ssh-base/include")
223 # plugins
229 DESTINATION share/libwebsockets-test-server/plugins
230 COMPONENT plugins)
[all …]
/third_party/libphonenumber/java/
Dpom.xml91 <plugins>
111 </plugins>
113 <plugins>
115 <groupId>org.apache.maven.plugins</groupId>
126 <groupId>org.apache.maven.plugins</groupId>
139 <groupId>org.apache.maven.plugins</groupId>
152 <groupId>org.apache.maven.plugins</groupId>
160 <groupId>org.apache.maven.plugins</groupId>
170 <groupId>org.sonatype.plugins</groupId>
181 </plugins>
[all …]
/third_party/flatbuffers/java/
Dpom.xml60 <plugins>
71 <groupId>org.apache.maven.plugins</groupId>
84 <groupId>org.apache.maven.plugins</groupId>
107 <groupId>org.sonatype.plugins</groupId>
118 <groupId>org.apache.maven.plugins</groupId>
138 <groupId>org.apache.maven.plugins</groupId>
148 </plugins>
157 <plugins>
169 </plugins>
182 <plugins>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPluginLoader.cpp22 static ManagedStatic<std::vector<std::string> > Plugins; variable
32 Plugins->push_back(Filename); in operator =()
38 return Plugins.isConstructed() ? Plugins->size() : 0; in getNumPlugins()
43 assert(Plugins.isConstructed() && num < Plugins->size() && in getPlugin()
45 return (*Plugins)[num]; in getPlugin()
/third_party/alsa-lib/
DINSTALL62 The PCM plugins to build can be selected via --with-pcm-plugins
63 configure option. Multiple plugins can be passed by separation with
64 comma. For example, to select _only_ rate and linear plugins (and
65 disable other plugins), pass
66 --with-pcm-plugins=rate,linear
68 Passing "all" will select all available plugins (which is the default
71 When you select "plug" plugin, copy and linear plugins will be
119 JACK plugin is moved to alsa-plugins package.
/third_party/rust/rust/compiler/rustc_plugin_impl/src/
Dlib.rs1 //! Infrastructure for compiler plugins.
3 //! Plugins are a deprecated way to extend the behavior of `rustc` in various ways.
23 /// Structure used to register plugins.
26 /// methods to register its plugins.
28 /// The `LintStore` allows plugins to register new lints.
Dload.rs25 let mut plugins = Vec::new(); in load_plugins() localVariable
35 load_plugin(&mut plugins, sess, metadata_loader, ident) in load_plugins()
44 plugins in load_plugins()
48 plugins: &mut Vec<PluginRegistrarFn>, in load_plugin()
59 plugins.push(fun); in load_plugin()
/third_party/rust/rust/src/doc/unstable-book/src/language-features/
Dplugin.md8 This feature is part of "compiler plugins." It will often be used with the
13 `rustc` can load compiler plugins, which are user-provided libraries that
27 The usual practice is to put compiler plugins in their own crate, separate from
31 # Lint plugins
33 Plugins can extend [Rust's lint
106 mostly use the same infrastructure as lint plugins, and provide examples of how
109 Lints defined by plugins are controlled by the usual [attributes and compiler
116 including those provided by plugins loaded by `foo.rs`.
/third_party/skia/third_party/externals/brotli/java/org/brotli/
Dpom.xml56 <plugins>
58 <groupId>org.apache.maven.plugins</groupId>
71 </plugins>
77 <plugins>
79 <groupId>org.apache.maven.plugins</groupId>
88 <groupId>org.sonatype.plugins</groupId>
98 </plugins>
/third_party/libphonenumber/debian/
Dmaven.ignoreRules1 # Maven ignore rules - ignore some Maven dependencies and plugins
18 org.apache.maven.plugins maven-assembly-plugin * * * *
19 org.apache.maven.plugins maven-javadoc-plugin * * * *
20 org.apache.maven.plugins maven-release-plugin * * * *
21 org.apache.maven.plugins maven-source-plugin * * * *
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dicuplug.h62 * <p>Plugins are categorized as "high" or "low" level. Low level are those
63 * which must be run BEFORE high level plugins, and before any operations
68 * <p>At load time, ICU first queries all plugins to determine their level,
69 * then loads all 'low' plugins first, and then loads all 'high' plugins.
70 * Plugins are otherwise loaded in the order listed in the configuration file.</p>
132 * Random Token to identify a valid ICU plugin. Plugins must return this
204 * This is appropriate for plugins which cannot be cleaned up.
233 * For example, if UPLUG_LEVEL_LOW is returned, then low level plugins may load
234 * if UPLUG_LEVEL_HIGH is returned, then only high level plugins may load.
289 * Plugins could use this to load data out of their
[all …]
/third_party/skia/m133/third_party/externals/icu/source/common/unicode/
Dicuplug.h62 * <p>Plugins are categorized as "high" or "low" level. Low level are those
63 * which must be run BEFORE high level plugins, and before any operations
68 * <p>At load time, ICU first queries all plugins to determine their level,
69 * then loads all 'low' plugins first, and then loads all 'high' plugins.
70 * Plugins are otherwise loaded in the order listed in the configuration file.</p>
132 * Random Token to identify a valid ICU plugin. Plugins must return this
208 * This is appropriate for plugins which cannot be cleaned up.
237 * For example, if UPLUG_LEVEL_LOW is returned, then low level plugins may load
238 * if UPLUG_LEVEL_HIGH is returned, then only high level plugins may load.
293 * Plugins could use this to load data out of their
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dicuplug.h62 * <p>Plugins are categorized as "high" or "low" level. Low level are those
63 * which must be run BEFORE high level plugins, and before any operations
68 * <p>At load time, ICU first queries all plugins to determine their level,
69 * then loads all 'low' plugins first, and then loads all 'high' plugins.
70 * Plugins are otherwise loaded in the order listed in the configuration file.</p>
132 * Random Token to identify a valid ICU plugin. Plugins must return this
204 * This is appropriate for plugins which cannot be cleaned up.
233 * For example, if UPLUG_LEVEL_LOW is returned, then low level plugins may load
234 * if UPLUG_LEVEL_HIGH is returned, then only high level plugins may load.
289 * Plugins could use this to load data out of their
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
Dplugins.ts4 describe("unittests:: tsserver:: plugins loading", () => {
33 it("With local plugins", () => {
41 plugins: [
54 it("With global plugins", () => {
76 plugins: [
112 plugins: [{ name: "some-plugin" }]
142 plugins: [{ name: "some-other-plugin" }]
148 …ts.projectSystem.baselineTsserverLogs("plugins", "gets external files with config file reload", se…
/third_party/qrcodegen/java/
Dpom.xml15 <plugins>
18 <groupId>org.apache.maven.plugins</groupId>
45 <groupId>org.apache.maven.plugins</groupId>
55 <groupId>org.apache.maven.plugins</groupId>
69 <groupId>org.apache.maven.plugins</groupId>
83 <groupId>org.apache.maven.plugins</groupId>
97 </plugins>
/third_party/rust/rust/tests/ui-fulldeps/plugin/
Dmultiple-plugins.stderr1 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.…
2 --> $DIR/multiple-plugins.rs:9:1
9 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.…
10 --> $DIR/multiple-plugins.rs:10:1
Dmultiple-plugins.rs2 // aux-build:multiple-plugins-1.rs
3 // aux-build:multiple-plugins-2.rs
6 // Check that the plugin registrar of multiple plugins doesn't conflict
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.json49 "plugins": [], array
72 "plugins": [], array
92 "plugins": [], array
103 "plugins": [], array
131 "plugins": [], array
144 "plugins": [], array
158 "plugins": [], array
171 "plugins": [], array
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
Dpom.xml24 <plugins>
26 <groupId>org.apache.maven.plugins</groupId>
44 <groupId>org.apache.maven.plugins</groupId>
54 <groupId>org.apache.maven.plugins</groupId>
76 <groupId>org.apache.maven.plugins</groupId>
127 <groupId>org.apache.maven.plugins</groupId>
161 </plugins>
/third_party/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h25 /*! \defgroup Protocols-and-Plugins Protocols and Plugins
35 * using plugins.
37 * Plugins are much preferable compared to cut and pasting code into an
260 * as plugins
305 * lws_plugins_init() - dynamically load plugins of matching class from dirs
314 * Allows you to instantiate a class of plugins to a specified linked-list.
318 * To take down the plugins, pass a pointer to the linked-list head to
321 * This is used for lws protocol plugins but you can define your own plugin
323 * your own plugins to your own list using this api the same way.
331 * lws_plugins_destroy() - dynamically unload list of plugins
[all …]
/third_party/libwebsockets/
D.sai.json9 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
12 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
15 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
18 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
21 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
24 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
28 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
31 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
34 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
37 …ort LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/lo…
[all …]
/third_party/grpc/tools/buildgen/
Dgenerate_projects.py32 # TODO(lidiz) find a better way for plugins to reference each other
33 sys.path.append(os.path.join(PROJECT_ROOT, "tools", "buildgen", "plugins"))
77 """Merges build yaml into a one dictionary then pass it to plugins."""
82 # Executes plugins. Plugins update the build spec in-place.
83 for py_file in sorted(glob.glob("tools/buildgen/plugins/*.py")):
/third_party/icu/tools/release/java/
Dpom.xml64 <plugins>
101 </plugins>
103 <plugins>
106 <groupId>org.apache.maven.plugins</groupId>
120 … <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
128 </plugins>

12345678910>>...29