Home
last modified time | relevance | path

Searched refs:implode (Results 651 – 675 of 989) sorted by last modified time

1...<<21222324252627282930>>...40

/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php70 …ror(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions…
92 …ror(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions…
142 …ror(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions…
160 …ror(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions…
H A DFilesystemLoader.php239 …ame] = sprintf('Unable to find template "%s" (looked into: %s).', $name, implode(', ', $this->path…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php45 …"type" and "format" attribute must be given, but only got "%s" for %s.', implode('" and "', array_…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php111 return implode(' -> ', $path);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php92 [$this->getMode(), implode(', ', $createModes)]
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php91 [$this->getMode(), implode(', ', $createModes)]
H A DReadWrite.php97 [$this->getMode(), implode(', ', $createModes)]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php92 [$this->getMode(), implode(', ', $createModes)]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php235 implode(', ', $propertyMetadata->groups),
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php97 $literal, implode(', ', array_keys(self::$map)))
105 $this->literal = implode(', ', $this->value);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php173 implode(', ', $available),
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DSyntaxError.php34 $this->appendMessage(sprintf(' Did you mean "%s"?', implode('", "', $alternatives)));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php536 …sprintf('Key "%s" for array with keys "%s" does not exist.', $arrayItem, implode(', ', array_keys(…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php28 …$this->markTestSkipped('Could not set any of required locales: '.implode(', ', $required_locales));
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php404 implode(', ', array_map(array('static', 'valueToString'), $classes))
601 implode(', ', array_map(array('static', 'valueToString'), $values))
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php138 return [implode('', $tokens), $tags];
189 return implode("\n", $lines);
H A DExampleFinder.php44 … return implode('', array_slice($file, $example->getStartingLine() - 1, $example->getLineCount()));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DNameGenerator.php50 return sprintf('Double\%s\P%d', implode('\\', $parts), self::$counter++);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php45 return '['.implode(', ', array_map(array($this, __FUNCTION__), $value)).']';
50 return '['.implode(', ', array_map(function ($item, $key) use ($stringify) {
91 return implode(PHP_EOL, array_map(function (Call $call) use ($self) {
94 implode(', ', array_map(array($self, 'stringify'), $call->getArguments())),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php698 $this->markTestSkipped(implode(PHP_EOL, $missingRequirements));
919 implode(
H A DTestSuite.php676 $this->markTestSuiteSkipped(implode(PHP_EOL, $missingRequirements));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php230 implode(', ', $methods),
231implode(', ', array_unique(array_diff_assoc($methods, array_unique($methods))))
555 is_array($type) ? implode('_', $type) : $type .
636 'arguments' => implode(', ', $args)
658 $namespace = 'namespace ' . implode('\\', $parts) . ';' . "\n\n";
882 …'configurable' => '[' . implode(', ', array_map(function ($m) { return '\'' . $m . '\'';}, $c…
902 $type = implode('_', $type);
913 $namespaceName = implode('\\', $classNameParts);
947 $interfaces = implode(', ', $additionalInterfaces);
1238 return implode(', ', $parameters);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php207 . '(' . implode(', ', $arguments) . ')'
H A DParam.php94 $description = $descriptionFactory->create(implode('', $parts), $context);
H A DProperty.php82 $description = $descriptionFactory->create(implode('', $parts), $context);

1...<<21222324252627282930>>...40