Home
last modified time | relevance | path

Searched refs:Loader (Results 51 – 62 of 62) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DChain.php3 use Twig\Loader\ChainLoader;
H A DString.php12 use Twig\Loader\ExistsLoaderInterface;
13 use Twig\Loader\LoaderInterface;
14 use Twig\Loader\SourceContextLoaderInterface;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DSourceContextLoaderInterface.php3 use Twig\Loader\SourceContextLoaderInterface;
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php12 namespace Twig\Loader;
H A DLoaderInterface.php12 namespace Twig\Loader;
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG35 * added Twig\Loader\ChainLoader::getLoaders()
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst169 ``\Twig\Loader\FilesystemLoader``
182 $loader = new \Twig\Loader\FilesystemLoader($templateDir);
224 ``\Twig\Loader\ArrayLoader``
230 $loader = new \Twig\Loader\ArrayLoader([
248 ``\Twig\Loader\ChainLoader``
253 $loader1 = new \Twig\Loader\ArrayLoader([
256 $loader2 = new \Twig\Loader\ArrayLoader([
270 ``\Twig\Loader\ChainLoader`` accepts any loader that implements
271 ``\Twig\Loader\LoaderInterface``.
277 Create your own Loader
[all …]
H A Ddeprecated.rst148 * ``\Twig\Loader\ExistsLoaderInterface`` (merged with ``\Twig\Loader\LoaderInterface``)
149 * ``\Twig\Loader\SourceContextLoaderInterface`` (merged with ``\Twig\Loader\LoaderInterface``)
169 * As of Twig 1.27, ``\Twig\Loader\LoaderInterface::getSource()`` is deprecated.
170 Implement ``\Twig\Loader\SourceContextLoaderInterface`` instead and use
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/
H A DFilterInclude.php3 $env = new \Twig\Environment(new \Twig\Loader\ArrayLoader([]));
H A DFunctionInclude.php3 $env = new \Twig\Environment(new \Twig\Loader\ArrayLoader([]));
H A DTestInclude.php3 $env = new \Twig\Environment(new \Twig\Loader\ArrayLoader([]));
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md1 # amCharts Data Loader
96 init | | Callback function to execute when Data Loader is initialized, before any loading starts
101 … it on to chart. The handler function will receive two parameters: loaded data, Data Loader options
189 Data Loader can call your own function when certain event happens, like data
316 * New example: Using Data Loader functions externally (map_json_external_function.html)
340 * postProcess function will now have "this" context set to Data Loader object as well as receive ch…

123