Home
last modified time | relevance | path

Searched refs:arrays (Results 1 – 25 of 101) sorted by relevance

12345

/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/bibtex/OSBib/create/
H A DSUCCESS.php39 $arrays = $this->loadArrays();
40 $string = $arrays[$indexName];
H A DERRORS.php39 $arrays = $this->loadArrays();
40 $string = $arrays[$arrayName][$indexName];
H A DMESSAGES.php39 $arrays = $this->loadArrays();
40 $string = $arrays[$arrayName][$indexName];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc2 === Dealing with JSON arrays and objects in PHP
4 A common source of confusion with the client revolves around JSON arrays and
6 empty objects and arrays of objects. This page shows you some common patterns
86 it requires nesting arrays. The verbosity of PHP tends to obscure what is
88 of arrays:
110 It makes these nested arrays much simpler to read:
H A Dcrud.asciidoc9 PHP associative arrays, since they can easily be encoded in JSON. Therefore, in
10 Elasticsearch-PHP you create and pass associative arrays to the client for
80 .Bulk indexing with PHP arrays
H A Dsearch-operations.asciidoc103 difference is that the JSON response is serialized back into PHP arrays. Working
178 Notice that the `must` clause accepts an array of arrays. This is serialized
180 identical to the curl example. For more details about arrays and objects in PHP,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dexception-stack.phpt23 Failed asserting that two arrays are equal.
37 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…
H A Dfailure-isolation.phpt23 Failed asserting that two arrays are equal.
/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/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Darrays.rst1 Serializing arrays and hashes
6 Serializing arrays and hashes (a concept that in PHP has not explicit boundaries)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsort.rst16 those to arrays.
H A Dmerge.rst46 Traversable objects by transforming those to arrays.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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/bibtex/OSBib/format/
H A DREADME.txt15arrays as defined in the class STYLEMAP. For those bibliographic systems whose data is stored in o…
37 Parse the XML style file into usable arrays. Used within BIBFORMAT::loadStyle(). See BIBFORMAT.ph…
62 …LSE, you do not need to do anything to the specific resource array as these arrays will be ignored.
67 …he key names of the above array match the key names of the resource type arrays in STYLEMAP.php. …
128 …he XML style file into raw arrays (to be further processed in BIBFORMAT::getStyle() (see below). …
139 Transform the raw XML arrays from BIBFORMAT::loadStyle() into OSBib-usable arrays and perform some …
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md35 * Fix short syntax for arrays (Issue #8)
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md66 Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br>
69 * Iterating arrays, objects, & strings
H A Dlodash.js3134 length = arrays[0].length,
3135 othLength = arrays.length,
3142 var array = arrays[othIndex];
3151 array = arrays[0];
4383 var length = arrays.length;
4391 var array = arrays[index],
7529 var iteratee = last(arrays),
7564 var comparator = last(arrays),
8338 var iteratee = last(arrays);
8587 var iteratee = last(arrays);
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js3134 length = arrays[0].length,
3135 othLength = arrays.length,
3142 var array = arrays[othIndex];
3151 array = arrays[0];
4383 var length = arrays.length;
4391 var array = arrays[index],
7529 var iteratee = last(arrays),
7564 var comparator = last(arrays),
8338 var iteratee = last(arrays);
8587 var iteratee = last(arrays);
[all …]
/plugin/tindexmenu/
H A DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/indexmenu/
H A DCREDITS52 Fixed a bug with msort/nsort that did not manage empty 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/jplayer/vendor/symfony/process/
H A DCHANGELOG.md13 * added command line arrays in the `Process` class
/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