Home
last modified time | relevance | path

Searched refs:extension (Results 251 – 275 of 369) sorted by last modified time

1...<<1112131415

/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/Test/
H A DIntegrationTestCase.php170 foreach ($this->getExtensions() as $extension) {
171 $twig->addExtension($extension);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class_namespace.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class_partial.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst18 share them with others, you should then create an extension as described
26 or package your code into an extension (see the next section of this
30 different possible extension points and when to use them.
38 To understand why Twig exposes so many extension points, let's see how to
60 the most complex extension point of Twig.
221 extension class.
534 An extension is a class that implements the following interface::
595 * Returns the name of the extension.
597 * @return string The extension name
701 on the extension class::
[all …]
H A Drecipes.rst516 ``\Twig\Extension\StringLoaderExtension`` extension):
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DAdvancedFileLocatorInterface.php18 public function findAllClasses(string $extension): array; argument
H A DFileLocator.php22 public function findFileForClass(\ReflectionClass $class, string $extension): ?string argument
30 … $path = $dir . '/' . str_replace('\\', '.', substr($class->name, $len)) . '.' . $extension;
42 public function findAllClasses(string $extension): array argument
53 if (($fileName = $file->getBasename('.' . $extension)) === $file->getBasename()) {
H A DFileLocatorInterface.php9 public function findFileForClass(\ReflectionClass $class, string $extension): ?string; argument
/plugin/findologicxmlexport/
H A DREADME.md15 * PHP extension `intl` is also required.
19 - Open your extension manager and install the Plugin via **Search and Install**
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DAbstractFileDriverTest.php15 private static $extension = 'jms_metadata.yml'; variable in Metadata\\Tests\\Driver\\AbstractFileDriverTest
30 …>driver->expects($this->any())->method('getExtension')->will($this->returnValue(self::$extension));
39 ->with($class, self::$extension)
57 ->with($class, self::$extension)
69 ->with(self::$extension)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md509 - Added runtime twig extension support \(significant performance improvements\) [\#747](https://git…
716 - add required sqlite extension for developing [\#649](https://github.com/schmittjoh/serializer/pul…
1017 - Adding context to twig extension [\#55](https://github.com/schmittjoh/serializer/pull/55) ([smurf…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist2 - vendor/phpstan/phpstan-phpunit/extension.neon
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst94 ``core`` extension instance. The first argument is the escaper name (to be
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dissue_1143.test2 error in twig extension
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md50 * added extension point `Assert::reportInvalidArgument()` for custom subclasses
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php290 foreach ($arguments['loadedExtensions'] as $extension) {
293 $extension
297 foreach ($arguments['notLoadedExtensions'] as $extension) {
300 $extension
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
H A Dphpunit-example-extension-1.0.0.phar2 require_once 'phar://phpunit-example-extension-1.0.0.phar' . '/phpunit-example-extension/TestCaseTr…
4 …nit-example-extension-1.0.0.phar�������LICENSE���78X������������� ���manifest.xml7���78X7�…
39 <contains name="phpunit/phpunit-example-extension" version="1.0.0" type="extension">
40 <extension for="phpunit/phpunit" compatible="^5.7"/>
45 …BSD-3-Clause" url="https://github.com/sebastianbergmann/phpunit-example-extension/blob/master/LICE…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md24 * Reintroduced the `PHP_CodeCoverage_Driver_HHVM` driver as an extension of `PHP_CodeCoverage_Drive…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php255 foreach ($required['extensions'] as $extension) {
256 if (isset($required['extension_versions'][$extension])) {
259 if (!extension_loaded($extension)) {
260 $missing[] = sprintf('Extension %s is required.', $extension);
266 foreach ($required['extension_versions'] as $extension => $required) {
267 $actualVersion = phpversion($extension);
271 …$missing[] = sprintf('Extension %s %s %s is required.', $extension, $operator, $required['version'…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphar-extension.phpt2 phpunit --configuration tests/_files/phpunit-example-extension
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
14 Configuration: %s/phpunit-example-extension/phpunit.xml
15 Extension: %s/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.0.phar
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst7 The ``i18n`` extension adds `gettext`_ support to Twig. It defines one tag,
12 You need to register this extension before using the ``trans`` block::
16 Note that you must configure the ``gettext`` extension before rendering any
33 The ``i18n`` extension only works if the PHP `gettext`_ extension is
137 If you use the Twig I18n extension, you will probably need to extract the
H A Dtext.rst4 The Text extension provides the following filters:
13 the extension to Twig::
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml31 …- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configur…

1...<<1112131415