Home
last modified time | relevance | path

Searched refs:extension (Results 226 – 250 of 369) sorted by path

12345678910>>...15

/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dtemplate_from_string.rst17 must add the ``\Twig\Extension\StringLoaderExtension`` extension explicitly when
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst46 Installing the C extension
50 The C extension was added in Twig 1.4.
54 The C extension is **optional** but it brings some nice performance
55 improvements. Note that the extension is not a replacement for the PHP
58 The C extension is only compatible and useful for **PHP5**.
60 Twig comes with a C extension that enhances the performance of the Twig
96 --enable-twig=shared`` to be able to build the twig C extension for
102 Finally, enable the extension in your ``php.ini`` configuration file:
106 extension=twig.so #For Unix systems
107 extension=php_twig.dll #For Windows systems
[all …]
H A Dinternals.rst5 should probably try to create an extension before hacking the core, as most
79 node tree (an instance of ``\Twig\Node\ModuleNode``). The core extension defines
H A Dintro.rst47 the Twig C extension.
H A Drecipes.rst516 ``\Twig\Extension\StringLoaderExtension`` extension):
H A Dtemplates.rst11 XML, CSV, LaTeX, etc.). It doesn't have a specific extension, ``.html`` or
895 `extension repository`_.
906 .. _`extension repository`: https://github.com/twigphp/Twig-extensions
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dsandbox.rst15 The ``sandbox`` tag is only available when the sandbox extension is
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dconfig.m41 dnl config.m4 for extension twig
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DMethod.php27 protected $extension; variable in Twig_Filter_Method
30 public function __construct(ExtensionInterface $extension, $method, array $options = []) argument
32 $options['callable'] = [$extension, $method];
36 $this->extension = $extension;
42 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DMethod.php28 protected $extension; variable in Twig_Function_Method
31 public function __construct(ExtensionInterface $extension, $method, array $options = []) argument
33 $options['callable'] = [$extension, $method];
37 $this->extension = $extension;
43 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DMethod.php25 protected $extension; variable in Twig_Test_Method
28 public function __construct(ExtensionInterface $extension, $method, array $options = []) argument
30 $options['callable'] = [$extension, $method];
34 $this->extension = $extension;
40 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php581 foreach ($this->extensions as $extension) {
873 $extension->initRuntime($this);
973 $class = \get_class($extension);
974 if ($class !== $extension->getName()) {
982 $this->extensionsByClass[$class] = $extension;
983 $this->extensions[$extension->getName()] = $extension;
1030 foreach ($extensions as $extension) {
1031 $this->addExtension($extension);
1512 $extGlob = $extension->getGlobals();
1542 foreach ($this->extensions as $extension) {
[all …]
H A DFileExtensionEscapingStrategy.php44 $extension = pathinfo($name, PATHINFO_EXTENSION);
46 switch ($extension) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php170 foreach ($this->getExtensions() as $extension) {
171 $twig->addExtension($extension);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCustomExtensionTest.php21 … public function testGetInvalidOperators(ExtensionInterface $extension, $expectedExceptionMessage) argument
31 $env->addExtension($extension);
H A DEnvironmentTest.php399 $extension = eval(<<<EOF
407 $extension = new Twig_Tests_EnvironmentTest_ExtensionInEval();
412 $twig->addExtension($extension);
414 …ssertInstanceOf('\Twig\Extension\ExtensionInterface', $twig->getExtension(\get_class($extension)));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dissue_1143.test2 error in twig extension
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar81 if (!isset($b['extension'])) {
87 if (isset($mimes[$b['extension']])) {
88 if ($mimes[$b['extension']] === 1) {
92 if ($mimes[$b['extension']] === 2) {
96 header('Content-Type: ' .$mimes[$b['extension']]);
140 die('Error: zlib extension is not enabled -' .
147 die('Error: bzip2 extension is not enabled -' .
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md50 * added extension point `Assert::reportInvalidArgument()` for custom subclasses
/plugin/flowplay/flowplayer/
H A DREADME.txt21 extension, the standalone player (Player.swf) will NOT append this based
/plugin/flowplay2/flowplayer/
H A DREADME.txt189 extension, the standalone player (Player.swf) will NOT append this based
365 …- Added a type property to playlist clips so that the URLs don't need to have an extension (swf, f…
/plugin/flowplayer/player/
H A DREADME.txt98 - #423 add the . to clip type extension checks or else files with known extension postfixes within …
163 …ollowing kind of urls as audio clips: 'mp3:audiostreamname' (ulrs with mp3 prefix and no extension)
/plugin/gdpr/helper/
H A Dutils.php26 list($extension, $basename) = explode('.', strrev($entry), 2);
27 $extension = strrev($extension);
29 if ($extension !== 'changes') {
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md9 GeoPHP also helpfully wraps the GEOS php extension so that applications can get a transparent performance
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php292 $extension = '';
294 $extension .= 'Z';
297 $extension .= 'M';
299 return strtoupper($geometry->geometryType()) . ($extension ? ' ' . $extension : '') . ' (' . $data . ')';
348 $extension = '';
350 $extension .= 'Z';
353 $extension .= 'M';
357 . ($extension ? ' ' . $extension
[all...]

12345678910>>...15