Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst319 ``\Twig\Loader\FilesystemLoader`` allows you to access other templates by giving the
H A Dintro.rst58 $loader = new \Twig\Loader\ArrayLoader([
65 Twig uses a loader (``\Twig\Loader\ArrayLoader``) to locate templates, and an
74 $loader = new \Twig\Loader\FilesystemLoader('/path/to/templates');
H A Drecipes.rst420 …ass DatabaseTwigLoader implements \Twig\Loader\LoaderInterface, \Twig\Loader\ExistsLoaderInterface…
438 // \Twig\Loader\SourceContextLoaderInterface as of Twig 1.27
448 // \Twig\Loader\ExistsLoaderInterface as of Twig 1.11
490 sources, you need to use the ``\Twig\Loader\ChainLoader`` loader.
499 $loader2 = new \Twig\Loader\ArrayLoader([
502 $loader = new \Twig\Loader\ChainLoader([$loader1, $loader2]);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DFilesystem.php3 use Twig\Loader\FilesystemLoader;
H A DArray.php3 use Twig\Loader\ArrayLoader;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DLoaderInterface.php3 use Twig\Loader\LoaderInterface;
H A DExistsLoaderInterface.php3 use Twig\Loader\ExistsLoaderInterface;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php17 use Twig\Loader\ArrayLoader;
18 use Twig\Loader\LoaderInterface;
19 use Twig\Loader\SourceContextLoaderInterface;
H A DErrorTest.php15 use Twig\Loader\ArrayLoader;
16 use Twig\Loader\FilesystemLoader;
H A DFileCachingTest.php13 use Twig\Loader\ArrayLoader;
H A DNativeExtensionTest.php13 use Twig\Loader\ArrayLoader;
H A DTemplateTest.php15 use Twig\Loader\ArrayLoader;
16 use Twig\Loader\LoaderInterface;
17 use Twig\Loader\SourceContextLoaderInterface;
H A DTemplateWrapperTest.php13 use Twig\Loader\ArrayLoader;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php28 use Twig\Loader\ArrayLoader;
29 use Twig\Loader\ChainLoader;
30 use Twig\Loader\LoaderInterface;
31 use Twig\Loader\SourceContextLoaderInterface;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php307 use Twig\Loader\SourceContextLoaderInterface;
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php12 namespace Twig\Loader;
H A DSourceContextLoaderInterface.php12 namespace Twig\Loader;
H A DChainLoader.php12 namespace Twig\Loader;
H A DExistsLoaderInterface.php12 namespace Twig\Loader;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php14 use Twig\Loader\ArrayLoader;
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php18 use Twig\Loader\ArrayLoader;
19 use Twig\Loader\SourceContextLoaderInterface;
H A DNodeTestCase.php17 use Twig\Loader\ArrayLoader;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DArrayTest.php12 use Twig\Loader\ArrayLoader;
H A DChainTest.php12 use Twig\Loader\ArrayLoader;
13 use Twig\Loader\ChainLoader;
14 use Twig\Loader\ExistsLoaderInterface;
15 use Twig\Loader\FilesystemLoader;
16 use Twig\Loader\LoaderInterface;
17 use Twig\Loader\SourceContextLoaderInterface;
H A DFilesystemTest.php14 use Twig\Loader\FilesystemLoader;

123