Home
last modified time | relevance | path

Searched refs:arrays (Results 76 – 100 of 101) sorted by last modified time

12345

/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md179 * Do not attempt to autoload arrays when generating code (thanks @MarcoDeBortoli)
/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
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md72 …stCase:registerMockObjectsFromTestArguments()` does not correctly handle arrays that reference the…
165 * Fixed [#2428](https://github.com/sebastianbergmann/phpunit/pull/2428): Nested arrays specificied …
/plugin/vkeyboard/
H A Dvkeyboard.js.unc140 // - Lay out each keyboard in rows of sub-arrays. Each sub-array
151 // You may include sub-arrays which are fewer than four slots.
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md463 * Added: It's now possible to easy set multi-value properties as arrays.
/plugin/issuetracker/
H A Dsyntax.php1491 function array_implode($arrays, &$target = array()) argument
1493 foreach ($arrays as $item) {
H A Daction.php251 function array_implode($arrays, &$target = array()) argument
253 foreach ($arrays as $item) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n\t * Opera 11.6+, iOS 4.2+.\n\t *\n\t * Du…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md152 ### Overriding arrays of objects
154 Some objects in charts are collected in arrays, i.e. "graphs", "valueAxes", etc.
/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/components/
H A DREADME.md48 // note that javascript arrays must use the form
/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.
/plugin/socialshareprivacy2/SSP/
H A DREADME.md348 need to pass values of other types (numbers, booleans, arrays or functions)
/plugin/tindexmenu/
H A DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
/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/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt125 JsHttpRequest supports multi-dimensional associative arrays created from
128 of multi-dimensional arrays is used.
140 You see that JavaScript objects are 1:1 converted to PHP's arrays, and
/plugin/bibtex/OSBib/create/
H A DMESSAGES.php39 $arrays = $this->loadArrays();
40 $string = $arrays[$arrayName][$indexName];
H A DERRORS.php39 $arrays = $this->loadArrays();
40 $string = $arrays[$arrayName][$indexName];
H A DSUCCESS.php39 $arrays = $this->loadArrays();
40 $string = $arrays[$indexName];
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME14 This reads the contents of a BibTeX .bib file or a PHP string and returns arrays of information rep…
82 …mponent writers returning a multidimensional array consisting of writer arrays comprised of array…

12345