Home
last modified time | relevance | path

Searched refs:methods (Results 426 – 450 of 582) sorted by path

1...<<11121314151617181920>>...24

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php102 $methods = sprintf(
124 $padding = max(array_map('strlen', [$classes, $methods, $lines]));
142 $output .= $this->format($colors['methods'], $padding, $methods);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php162 if (!is_array($methods) && !is_null($methods)) {
226 if ($methods != array_unique($methods)) {
258 $methods,
397 $methods,
569 $methods,
587 * @param array $methods
618 if (empty($methods) || in_array($name, $methods)) {
791 if (is_array($methods) && empty($methods) &&
797 $methods = [];
1298 $methods = [];
[all …]
H A DMockBuilder.php31 private $methods = []; variable in PHPUnit_Framework_MockObject_MockBuilder
108 $this->methods,
139 $this->methods,
162 $this->methods,
174 * @param array|null $methods
178 public function setMethods(array $methods = null) argument
180 $this->methods = $methods;
188 * @param array $methods
192 public function setMethodsExcept(array $methods = []) argument
194 $this->methodsExcept = $methods;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dwsdl_class.tpl.dist7 {methods}}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1494 * @param array $methods
1500 protected function createPartialMock($originalClassName, array $methods) argument
1507 ->setMethods(empty($methods) ? null : $methods)
1515 …* @param array|null $methods When provided, only methods whose names are in the ar…
1540 $methods,
1580 * @param array $methods
1596 $methods,
1650 * @param array $methods
1656 …FromWsdl($wsdlFile, $originalClassName = '', $mockClassName = '', array $methods = [], $callOrigin… argument
1667 $methods,
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php945 $methods = $class->getMethods();
956 foreach ($methods as $method) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D498.phpt2 GH-498: The test methods won't be run if a dataProvider throws Exception and --group is added in co…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D684.phpt2 #684: Unable to find test class when no test methods exists
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md27 `Parser::parse()`, and `Dumper::dump()` methods to configure the behavior of
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG179 * exposed a way to access template data and methods in a portable way
202 …* improved debugging with Twig_Sandbox_SecurityError exceptions for disallowed methods and propert…
238 * marked the following methods as being internals on Twig_Environment:
402 …* made ignoreStrictCheck in Template::getAttribute() works with __call() methods throwing BadMetho…
780 * fixed duplicate call of methods when using the sandbox
880 …* added support for is*() methods for attributes (foo.bar now looks for foo->getBar() or foo->isBa…
894 * fixed subscript expressions when calling __call() (methods now keep the case)
990 * improved the filter system to allow object methods to be used as filters
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst494 The parsing process is simplified thanks to a bunch of methods you can call
542 The compiler implements a fluid interface and provides methods that helps the
666 empty implementations for all methods:
772 The ``getOperators()`` methods lets you add new operators. Here is how to add
816 * **functions/static methods**: Simple to implement and fast (used by all Twig
822 * **object methods**: More flexible and required if your runtime code depends
825 The simplest way to use methods is to define them on the extension itself::
H A Dadvanced_legacy.rst23 When extending Twig by calling methods on the Twig environment instance,
214 static methods as filters::
319 You can also expose extension methods as functions in your templates::
434 The parsing process is simplified thanks to a bunch of methods you can call
482 The compiler implements a fluid interface and provides methods that helps the
605 ``\Twig\Extension\AbstractExtension`` provides empty implementations for all other methods.
700 As seen in the previous chapter, you can also define filters as static methods
729 Using methods for filters is a great way to package your filter without
792 The ``getOperators()`` methods allows to add new operators. Here is how to add
816 The ``getTests()`` methods allows to add new test functions::
H A Dapi.rst121 variables (variables and or attributes/methods that do not exist) and
193 methods::
201 When using the ``setPaths()``, ``addPath()``, and ``prependPath()`` methods,
203 methods act on the "main" namespace)::
474 unsafe attributes and methods is prohibited. The sandbox security is managed
477 tags, filters, properties, and methods::
481 $methods = [
488 $policy = new \Twig\Sandbox\SecurityPolicy($tags, $filters, $methods, $properties, $functions);
492 able to call the ``getTitle()`` and ``getBody()`` methods on ``Article``
H A Ddeprecated.rst135 methods are deprecated, use
H A Dintro.rst45 To learn more about the other installation methods, read the
H A Drecipes.rst337 checks like allowed methods on objects).
H A Dtemplates.rst75 You can use a dot (``.``) to access attributes of a variable (methods or
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php50 public function setAllowedMethods(array $methods) argument
53 foreach ($methods as $class => $m) {
97 foreach ($this->allowedMethods as $class => $methods) {
99 $allowed = \in_array($method, $methods);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php596 $methods = [];
601 $methods[] = $refMethod->name;
605 $methods = get_class_methods($object);
608 sort($methods);
612 foreach ($methods as $method) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php317 …nvironment($sandboxed, $options, $templates, $tags = [], $filters = [], $methods = [], $properties… argument
321 $policy = new SecurityPolicy($tags, $filters, $methods, $properties, $functions);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddefault.test27 Object methods:
82 Object methods:
137 Object methods:
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md14 your methods. With these assertions, you can greatly reduce the amount of coding
/plugin/flowplay/flowplayer/
H A DREADME.txt152 …was caused by two method names in the new JavaScript API. As a result, these methods are now renam…
H A Djavascript.txt3 Additionally it defines some methods that are not available in mplayer
7 FlowPlayer supports the following JavaScript methods
10 methods (same as in mplayer plug-in):
41 methods (same as in mplayer plug-in):
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt316 "Installation Information" for a User Product means any methods,

1...<<11121314151617181920>>...24