Home
last modified time | relevance | path

Searched refs:array (Results 501 – 525 of 765) sorted by last modified time

1...<<2122232425262728293031

/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst20 return array(
21 array(
H A Dhandlers.rst19 function($visitor, MyObject $obj, array $type) {
62 …rializeDateTimeToJson(JsonSerializationVisitor $visitor, \DateTime $date, array $type, Context $co…
67 …rializeDateTimeToJson(JsonDeserializationVisitor $visitor, $dateAsString, array $type, Context $co…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithEmptyArrayAndHash.php20 private $array = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithEmptyArrayAndHash
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst66 * ``preserve_keys``: Whether to preserve key or not (when the input is an array)
H A Durl_encode.rst5 Support for encoding an array as query string was added in Twig 1.12.3.
12 or an array as query string:
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst14 {{ attribute(array, item) }}
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst508 Now that the ``base.twig`` templates is defined in an array loader, you can
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst18 A sequence can be either an array or an object implementing the
H A Dinclude.rst104 The possibility to pass an array of templates has been added in Twig 1.2.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace_invalid_arg.test8 Twig\Error\RuntimeError: The "replace" filter expects an array or "Traversable" as replace values, …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dattribute.test5 {{ attribute(array, item) }}
11 return ['obj' => new TwigTestFoo(), 'method' => 'foo', 'array' => ['foo' => 'bar'], 'item' => 'foo'…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php963 if (!(isset($array[$key]) || array_key_exists($key, $array))) {
973 if (isset($array[$key]) || array_key_exists($key, $array)) {
984 count($array),
992 if (count($array) < $min) {
995 count($array),
1006 count($array),
1014 $count = count($array);
1028 if (!is_array($array) || !$array || array_keys($array) !== range(0, count($array) - 1)) {
1038 !is_array($array) ||
1039 !$array ||
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php58 $array = array();
74 $array[$key] = $val;
84 unset($array['__storage']);
86 unset($array['storage']);
90 unset($array['__key']);
101 return $array;
161 $array = $value;
165 if (count($array) > 0) {
166 foreach ($array as $k => $v) {
192 $array = self::toArray($value);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php57 * @param array|ArrayAccess $array
60 function assertArrayHasKey($key, $array, $message = '') argument
72 * @param array|ArrayAccess $array
76 function assertArraySubset($subset, $array, $strict = false, $message = '') argument
88 * @param array|ArrayAccess $array
91 function assertArrayNotHasKey($key, $array, $message = '') argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist67 array(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs11 array(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_method_void.tpl.dist4 $arguments = array({arguments_call});
H A Dproxied_method_void.tpl.dist4 $arguments = array({arguments_call});
21 call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $arguments);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dabstract_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
22 array(),
44 $arguments = array();
66 $arguments = array();
88 $arguments = array();
117 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
22 array(),
44 $arguments = array($foo);
66 $arguments = array($foo);
95 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
18 array(),
46 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_dont_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', false)
18 array(),
46 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dinterface.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
16 array(),
38 $arguments = array($foo);
67 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dinvocation_object_clone_object.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true, true)
22 array(),
45 $arguments = array($foo);
67 $arguments = array($foo);
96 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true, true)
24 array(),
46 $arguments = array($foo);
68 $arguments = array($foo);
97 return call_user_func_array(array($expects, 'method'), func_get_args());

1...<<2122232425262728293031