Searched refs:plugin (Results 1 – 25 of 505) sorted by relevance
12345678910>>...21
... apache/maven/ org/apache/maven/plugin/ org/apache/maven/plugin/logging
29 <plugin>30 <artifactId>maven-compiler-plugin</artifactId>36 </plugin>37 <plugin>38 <artifactId>maven-release-plugin</artifactId>42 </plugin>43 <plugin>45 <artifactId>maven-remote-resources-plugin</artifactId>59 </plugin>60 <!-- source maven plugin creates the source bundle and adds manifest -->[all …]
2 providing AST consumers using a plugin.4 Build the plugin by running `make` in this directory.6 Once the plugin is built, you can run it using:9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi…10 … ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns help -pl…11 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-p…14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input…15 …/../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns help -pl…16 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-ar…
11 from coverage.plugin import CoveragePlugin, FileTracer, FileReporter54 def add_file_tracer(self, plugin): argument61 self._add_plugin(plugin, self.file_tracers)63 def add_noop(self, plugin): argument69 self._add_plugin(plugin, None)71 def _add_plugin(self, plugin, specialized): argument78 plugin_name = "%s.%s" % (self.current_module, plugin.__class__.__name__)80 self.debug.write("Loaded plugin %r: %r" % (self.current_module, plugin))82 plugin = DebugPluginWrapper(plugin, labelled)85 plugin._coverage_plugin_name = plugin_name[all …]
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");49 Let's look at an example plugin that prints top-level function names. This54 Running the plugin57 To run a plugin, the dynamic library containing the plugin registry must be[all …]
27 <plugin>29 <artifactId>maven-surefire-plugin</artifactId>39 </plugin>41 <plugin>43 <artifactId>maven-jar-plugin</artifactId>64 </plugin>66 <plugin>68 <artifactId>maven-antrun-plugin</artifactId>83 </plugin>91 <plugin>[all …]
27 <plugin>28 <artifactId>maven-antrun-plugin</artifactId>57 </plugin>58 <plugin>60 <artifactId>maven-bundle-plugin</artifactId>61 <version>${maven-bundle-plugin-version}</version>78 </plugin>79 <plugin>84 <artifactId>maven-jar-plugin</artifactId>90 </plugin>
43 <plugin>45 <artifactId>maven-compiler-plugin</artifactId>50 </plugin>52 <plugin>54 <artifactId>maven-jar-plugin</artifactId>65 </plugin>
2 The LLVM gold plugin13 The LLVM gold plugin implements the gold plugin interface on top of14 :ref:`libLTO`. The same plugin can also be used by other tools such as19 .. _`gold plugin interface`: http://gcc.gnu.org/wiki/whopr/driver26 You need to have gold with plugin support and build the LLVMgold plugin.28 gold" or else "GNU ld" if not. If you have gold, check for plugin support29 by running ``/usr/bin/ld -plugin``. If it complains "missing argument" then30 you have plugin support. If not, such as an "unknown option" error then you31 will either need to build gold or install a version with plugin support.33 * Download, configure and build gold with plugin support:[all …]
9 ANTLR v3 Maven plugin11 The ANTLR v3 Maven plugin is completely re-written as of version 3.1.3; if you are familiar15 The job of the plugin is essentially to tell the standard ANTLR parser generator where the20 This version of the plugin allows full control over ANTLR and allows configuration of all23 tool as of version 3.1.3 of ANTLR and this plugin.27 The plugin version tracks the version of the ANTLR tool that it controls. Hence if you28 use version 3.1.3 of the plugin, you will build your grammars using version 3.1.3 of the29 ANTLR tool, version 3.2 of the plugin will use version 3.2 of the ANTLR tool and so on.31 You may also find that there are patch versions of the plugin suchas 3.1.3-1 3.1.3-2 and32 so on. Use the latest patch release of the plugin.[all …]
2 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -plugin-opt=save-temps \3 ; RUN: -plugin-opt=O0 -r -o %t.o %t.bc5 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -plugin-opt=save-temps \6 ; RUN: -plugin-opt=O1 -r -o %t.o %t.bc8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -plugin-opt=save-temps \9 ; RUN: -plugin-opt=O2 -r -o %t.o %t.bc
4 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \5 ; RUN: --plugin-opt=disable-verify \6 ; RUN: --plugin-opt=-debug-pass=Arguments \9 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \10 ; RUN: --plugin-opt=-debug-pass=Arguments \
4 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \5 ; RUN: --plugin-opt=emit-llvm \14 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \15 ; RUN: --plugin-opt=emit-llvm \23 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \24 ; RUN: --plugin-opt=emit-llvm \
3 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \4 ; RUN: --plugin-opt=emit-llvm \5 ; RUN: --plugin-opt=generate-api-file \10 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \11 ; RUN: -m elf_x86_64 --plugin-opt=save-temps \19 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \20 ; RUN: -m elf_x86_64 --plugin-opt=disable-output \
12 # Then, ICU will load the test plugin from either the debug or non-debug 13 # plugin DLL (depending on whether ICU is in debug or non-debug state).29 # ENTRYPOINT is the short (undecorated) symbol name of the plugin's entrypoint.32 # CONFIGURATION is the entire rest of the line. It's passed as-is to the plugin.39 ## A high level test plugin that does nothing.42 ## A "bad" plugin that is low level but performs a malloc.47 ## A "high-level" plugin that does nothing. 51 ## A "low-level" plugin that does nothing.55 ## A low level plugin that just prints a message when uprv_malloc and related functions are called
38 distclean distclean-local dist dist-local check check-local plugin-check78 PLUGIN=$(LIBPREFIX)plugin.$(SO)97 plugin: $(PLUGIN)99 plugin-check: $(PLUGIN) $(PLUGINFILE)102 plugin plugin-check $(PLUGIN):
24 private static UiPlugin plugin; field in UiPlugin32 if (plugin == null) { in UiPlugin()33 plugin = this; in UiPlugin()49 plugin = null; in stop()56 return plugin; in getDefault()
41 rp-pppoe.so: plugin.o discovery.o if.o common.o42 $(CC) -o rp-pppoe.so -shared plugin.o discovery.o if.o common.o53 plugin.o: plugin.c54 $(CC) $(CFLAGS) -I../../.. -c -o plugin.o -fPIC plugin.c
1 # gcs-oauth2-boto-plugin3 gcs-oauth2-boto-plugin is a Python application whose purpose is to behave as4 an auth plugin for the [boto] auth plugin framework for use with [OAuth 2.0]5 credentials for the Google Cloud Platform. This plugin is compatible with11 For more information about how to use this plugin to access Google Cloud Storage14 If you wish to use this plugin without using the PyPI install as instructed in19 When using this plugin, you must specify a client ID and secret. We offer the
15 Name: data/30/plugin/plugin.xml21 Name: plugin.properties27 Name: data/30/plugin/META-INF/MANIFEST.MF39 Name: plugin.xml72 Name: data/21/plugin/plugin.xml
3 All you need to do to make a new plugin is creating an init function18 Now, given that the plugin might run in many different places, it's27 // plugin definition38 Here is a simple debug plugin which alerts each of the series in the86 This simple plugin illustrates a couple of points:97 ## Shutting down a plugin ##118 them because the plugin user may have several plots on the same page119 where only one should use the plugin. In most cases it's probably a120 good idea if the plugin is turned off rather than on per default, just123 If the plugin needs options that are specific to each series, like the[all …]
2 :: This file is used to invoke nanopb_generator.py as a plugin5 :: protoc --plugin=nanopb=..../protoc-gen-nanopb.bat --nanopb_out=dir foo.proto9 :: --plugin= on the command line.12 python "%mydir%\nanopb_generator.py" --protoc-plugin
82 It is possible to add new methods to many fundamental classes in %Eigen by writing a plugin. As exp…83 the section \ref ExtendingMatrixBase, the plugin is specified by defining a \c EIGEN_xxx_PLUGIN mac…86 - \b EIGEN_ARRAY_PLUGIN - filename of plugin for extending the Array class.87 - \b EIGEN_ARRAYBASE_PLUGIN - filename of plugin for extending the ArrayBase class.88 - \b EIGEN_CWISE_PLUGIN - filename of plugin for extending the Cwise class.89 - \b EIGEN_DENSEBASE_PLUGIN - filename of plugin for extending the DenseBase class.90 …- \b EIGEN_DYNAMICSPARSEMATRIX_PLUGIN - filename of plugin for extending the DynamicSparseMatrix c…91 - \b EIGEN_MATRIX_PLUGIN - filename of plugin for extending the Matrix class.92 - \b EIGEN_MATRIXBASE_PLUGIN - filename of plugin for extending the MatrixBase class.93 - \b EIGEN_PLAINOBJECTBASE_PLUGIN - filename of plugin for extending the PlainObjectBase class.[all …]
225 #define IPCV_DEF_MIN_MAX_LOC( flavor, srctype, extrtype, plugin ) \ argument227 "ippiMinMaxIndx_" #flavor "_C1R", plugin, \233 "ippiMinMaxIndx_" #flavor "_C1MR", plugin, \254 #define IPCV_DEF_SUM_NOHINT( flavor, srctype, plugin ) \ argument256 "ippiSum_" #flavor "_C1R", plugin, \259 "ippiSum_" #flavor "_C2R", plugin, \262 "ippiSum_" #flavor "_C3R", plugin, \265 "ippiSum_" #flavor "_C4R", plugin, \313 #define IPCV_DEF_NORM_NOHINT_C1( flavor, srctype, plugin ) \ argument315 "ippiNorm_Inf_" #flavor "_C1R", plugin, \[all …]
1 # Skeleton plugin3 This is a skeleton plugin i.e. the minimal plugin boilerplate.11 does not install it. If you want to see a real-life plugin and makefiles, see