Searched full:plugin (Results 1 – 25 of 1871) sorted by relevance
12345678910>>...75
64 … os-maven-plugin is a Maven extension/plugin that generates various useful platform-dependent68 <artifactId>os-maven-plugin</artifactId>74 <plugin>75 <artifactId>maven-compiler-plugin</artifactId>77 </plugin>78 <plugin>79 <artifactId>maven-jar-plugin</artifactId>81 </plugin>82 <plugin>83 <artifactId>maven-source-plugin</artifactId>[all …]
155 <plugin>157 <artifactId>maven-compiler-plugin</artifactId>162 </plugin>163 <plugin>165 <artifactId>maven-source-plugin</artifactId>174 </plugin>178 <plugin>180 <artifactId>ph-javacc-maven-plugin</artifactId>182 </plugin>183 <plugin>[all …]
13 #define MAX_NR_PORT 128 /* the max number of ports for a plugin */19 - Each section in the ini file specifies a plugin. The section name is22 shared library from which this plugin will be loaded, or a special24 which plugin inside the shared library should be loaded.32 - Each plugin can have an optional "disable expression", which defines33 under which conditions the plugin is disabled.35 - Each plugin have some ports which specify the parameters for the36 plugin or to specify connections to other plugins. The ports in each37 plugin are numbered from 0. Each port is either an input port or an97 struct plugin *plugin) in parse_ports() argument[all …]
26 * struct plugin struct instance40 * That is, A connects to B, and B connects to C. If the plugin B is49 struct plugin *plugin; /* the plugin corresponds to the instance */ member50 int original_index; /* the port index in the plugin */57 struct plugin *plugin; /* the plugin corresponds to the instance */ member58 int original_index; /* the port index in the plugin */65 /* An instance is a dynamic representation of a plugin. We only create66 * an instance when a plugin is needed (data actually flows through it68 * struct dsp_module, which is the implementation of the plugin */70 /* The plugin this instance corresponds to */[all …]
99 <module>../jacoco-maven-plugin</module>293 <plugin>295 <artifactId>maven-antrun-plugin</artifactId>297 </plugin>298 <plugin>300 <artifactId>maven-assembly-plugin</artifactId>302 </plugin>303 <plugin>305 <artifactId>maven-clean-plugin</artifactId>307 </plugin>[all …]
20 * \brief C API: ICU Plugin API 22 * <h2>C API: ICU Plugin API</h2>49 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's 53 * the plugin.</li>64 * which cause ICU to be 'initialized'. If a plugin is low level but 65 * causes ICU to allocate memory or become initialized, that plugin is said 72 * <h3>Implementing a Plugin</h3>77 * uplug_setPlugName(plug, "Simple Plugin");88 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 92 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to [all …]
115 <plugin>117 <artifactId>maven-javadoc-plugin</artifactId>119 </plugin>120 <plugin>122 <artifactId>maven-site-plugin</artifactId>124 </plugin>128 <plugin>130 <artifactId>maven-compiler-plugin</artifactId>137 </plugin>138 <plugin>[all …]
89 <module>markdown-plugin</module>110 <plugin>112 <artifactId>maven-compiler-plugin</artifactId>118 </plugin>119 <plugin>121 <artifactId>maven-javadoc-plugin</artifactId>135 </plugin>136 <plugin>138 <artifactId>maven-release-plugin</artifactId>143 </plugin>[all …]
... apache/maven/ org/apache/maven/plugin/ org/apache/maven/plugin/logging
106 <plugin>108 <artifactId>gmaven-plugin</artifactId>142 </plugin>144 <plugin>146 <artifactId>maven-compiler-plugin</artifactId>153 </plugin>156 <plugin>157 <artifactId>cobertura-maven-plugin</artifactId>167 </plugin>169 <plugin>[all …]
7 run a Clang Plugin.15 simple clang plugin.21 handle plugin command line options. The ``PluginASTAction`` base class declares22 a ``ParseArgs`` method which you have to implement in your plugin.36 Registering a plugin39 A plugin is loaded from a dynamic library at runtime by the compiler. To40 register a plugin in a library, use ``FrontendPluginRegistry::Add<>``:44 static FrontendPluginRegistry::Add<MyPlugin> X("my-plugin-name", "my plugin description");69 Let's look at an example plugin that prints top-level function names. This74 Running the plugin[all …]
68 <plugin>70 <artifactId>maven-compiler-plugin</artifactId>77 </plugin>80 <plugin> 81 <artifactId>cobertura-maven-plugin</artifactId> 91 </plugin> 93 <plugin>95 <artifactId>maven-jar-plugin</artifactId>103 </plugin>105 <plugin>[all …]
66 <plugin>68 <artifactId>maven-compiler-plugin</artifactId>75 </plugin>78 <plugin> 79 <artifactId>cobertura-maven-plugin</artifactId> 89 </plugin> 91 <plugin>93 <artifactId>maven-jar-plugin</artifactId>101 </plugin>103 <plugin>[all …]
94 <plugin>96 <artifactId>groovy-maven-plugin</artifactId>98 </plugin>100 <plugin>102 <artifactId>maven-compiler-plugin</artifactId>109 </plugin>112 <plugin> 113 <artifactId>cobertura-maven-plugin</artifactId> 123 </plugin> 125 <plugin>[all …]
102 <plugin>104 <artifactId>gmaven-plugin</artifactId>116 </plugin>118 <plugin>120 <artifactId>maven-compiler-plugin</artifactId>127 </plugin>130 <plugin>131 <artifactId>cobertura-maven-plugin</artifactId>141 </plugin>143 <plugin>[all …]
94 <plugin>96 <artifactId>gmaven-plugin</artifactId>108 </plugin>110 <plugin>112 <artifactId>maven-compiler-plugin</artifactId>119 </plugin>122 <plugin>123 <artifactId>cobertura-maven-plugin</artifactId>133 </plugin>135 <plugin>[all …]
103 <plugin>105 <artifactId>gmaven-plugin</artifactId>139 </plugin>141 <plugin>143 <artifactId>maven-compiler-plugin</artifactId>150 </plugin>153 <plugin>154 <artifactId>cobertura-maven-plugin</artifactId>164 </plugin>166 <plugin>[all …]