Home
last modified time | relevance | path

Searched refs:arrays (Results 51 – 75 of 101) sorted by path

12345

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt23 Failed asserting that two arrays are equal.
H A Dfailure-reverse-list.phpt129 Failed asserting that two arrays are equal.
H A Dfailure.phpt22 Failed asserting that two arrays are equal.
H A Dteamcity-inner-exceptions.phpt22arrays are equal.|n--- Expected|n+++ Actual|n@@ @@|n Array (|n- 0 => 1|n+ 0 => 2|n )|n' deta…
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php22 private $arrays; variable in SebastianBergmann\\RecursionContext\\Context
34 $this->arrays = array();
95 $key = count($this->arrays);
96 $this->arrays[] = &$array;
160 foreach ($this->arrays as &$array) {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md96 * Added support for dumping empty PHP arrays as YAML sequences:
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG830 * arrays and hashes have now a different syntax
831 * arrays keep the same syntax with square brackets: [1, 2]
833 …* support for "arrays with keys" and "hashes without keys" is not supported anymore ([1, "foo": "b…
930 …* fixed the for tag for large arrays (some loop variables are now only available for arrays and ob…
997 …* added support for arrays (same behavior as in PHP, a mix between lists and dictionaries, arrays
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst409 * Literals (integers, booleans, arrays, ...) used in the template directly as
H A Dcoding_standards.rst38 arrays and hashes:
77 * Do not put any spaces before and after the opening and the closing of arrays
H A Dtemplates.rst116 ``foo['bar']`` on the other hand only works with PHP arrays:
584 for PHP types such as strings, numbers, and arrays. The following literals
732 You can use this filter to perform a containment test on strings, arrays,
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst46 Traversable objects by transforming those to arrays.
H A Dslice.rst43 The ``slice`` filter works as the `array_slice`_ PHP function for arrays and
H A Dsort.rst16 those to arrays.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst80 ``loop.last`` variables are only available for PHP arrays, or objects that
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray.test15 {# nested arrays #}
26 {# arrays can have a trailing , like in PHP #}
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md628 * Added: It's now possible to easy set multi-value properties as arrays.
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md55 * #63: When serializing elements using arrays, the `value` key in the array is
/plugin/indexmenu/
H A DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/issuetracker/
H A Daction.php251 function array_implode($arrays, &$target = array()) argument
253 foreach ($arrays as $item) {
H A Dsyntax.php1491 function array_implode($arrays, &$target = array()) argument
1493 foreach ($arrays as $item) {
/plugin/jmol2/jmol/
H A DCHANGES.txt389 # bug fix: arrays passed to functions by reference do not update if size is increased
545 # new feature: function parameter arrays passed by reference, so, for example:
641 # --1-based rather than 0-based arrays. (ONLY because that's the way models are numbered.)
3806 # bug fix: math operations with bond bitsets; % and + operating on arrays
4330 # critical bug fix for 11.3.17 in regard to serialization of arrays
4356 # new feature: array variables saved as arrays
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1366 ¤ ['error'] and ['warning'] keys now return as arrays, not strings
2618 ¤ Better recursive parsing of RIFFs (sub-arrays are now in the right
2695 ¤ Added ['framenamelong'] to all returned frame data arrays with
H A Dstructure.txt28 in the root of the array or the special arrays described below in
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md13 * added command line arrays in the `Process` class
/plugin/mantis/lib/
H A Dchangelog15 - soap_base: use arrays-of-arrays rather than attempting multi-dimensional in serialize_val
236 - wsdl: serialize PHP objects for WSDL XML Schema complexTypes, in addition to associative arrays
349 - nusoap_base: use xsd:anyType instead of xsd:ur-type to serialize arrays with multiple element typ…
366 - nusoap_base: serialize empty arrays as having elements xsd:anyType[0]
442 …soap_parser: handle PHP5 soapclient's incorrect transmission of WSDL-described SOAP encoded arrays.

12345