/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/ |
H A D | Context.php | 22 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 D | SUCCESS.php | 39 $arrays = $this->loadArrays(); 40 $string = $arrays[$indexName];
|
H A D | ERRORS.php | 39 $arrays = $this->loadArrays(); 40 $string = $arrays[$arrayName][$indexName];
|
H A D | MESSAGES.php | 39 $arrays = $this->loadArrays(); 40 $string = $arrays[$arrayName][$indexName];
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | php_json_objects.asciidoc | 2 === 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 D | crud.asciidoc | 9 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 D | search-operations.asciidoc | 103 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 D | exception-stack.phpt | 23 Failed asserting that two arrays are equal. 37 Failed asserting that two arrays are equal.
|
H A D | teamcity-inner-exceptions.phpt | 22 …arrays are equal.|n--- Expected|n+++ Actual|n@@ @@|n Array (|n- 0 => 1|n+ 0 => 2|n )|n' deta…
|
H A D | failure-isolation.phpt | 23 Failed asserting that two arrays are equal.
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
H A D | array.test | 15 {# nested arrays #} 26 {# arrays can have a trailing , like in PHP #}
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/ |
H A D | arrays.rst | 1 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 D | sort.rst | 16 those to arrays.
|
H A D | merge.rst | 46 Traversable objects by transforming those to arrays.
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | coding_standards.rst | 38 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 D | README.txt | 15 …arrays 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 D | CHANGELOG.md | 35 * Fix short syntax for arrays (Issue #8)
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | README.md | 66 Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br> 69 * Iterating arrays, objects, & strings
|
H A D | lodash.js | 3134 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 D | lodash.js | 3134 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 D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
/plugin/indexmenu/ |
H A D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | protocol.txt | 125 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 D | CHANGELOG.md | 13 * added command line arrays in the `Process` class
|
/plugin/bibtex/OSBib/format/bibtexParse/ |
H A D | README | 14 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…
|