Home
last modified time | relevance | path

Searched refs:array (Results 101 – 125 of 765) sorted by relevance

12345678910>>...31

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithAbsentXmlListNode.yml4 type: array
8 type: array
12 type: array
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php21 /** @var array */
23 /** @var array */
25 /** @var array */
67 public function addArguments(array $arguments)
91 * @return array
95 $array = $this->options;
97 $array[self::OPTION_ARGS] = $this->arguments;
100 $array[self::OPTION_PREFS] = $this->preferences;
103 return $array;
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php40 * @staticvar array $chr_map
70 * @return array
138 * @return array|string
155 * @return array
166 && ($array = mb_ereg_search_pos($pattern, '')) !== false) {
168 $lengths[] = [$array[0] - $position, false, null];
171 $position = $array[0] + $array[1];
175 $lengths[] = [$array[1], true, isset($regs[1]) && $regs[1]];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DTestIterator.php4 protected $array; variable in TestIterator
7 public function __construct($array = []) argument
9 $this->array = $array;
H A DArrayAccessible.php5 private $array; variable in ArrayAccessible
7 public function __construct(array $array = []) argument
9 $this->array = $array;
/plugin/noticeboard/classes/
H A DArrayList.php40 public function setArrayList($array){ argument
41 $this->arrayList = $array;
115 public function addArray($array){ argument
116 foreach ($array as $item) {
/plugin/noticeboard/noticeboard/classes/
H A DArrayList.php40 public function setArrayList($array){ argument
41 $this->arrayList = $array;
115 public function addArray($array){ argument
116 foreach ($array as $item) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTopHits.php15 public function toArray(): array
17 $array = parent::toArray();
21 if (empty($array['top_hits'])) {
22 $array['top_hits'] = new \stdClass();
25 return $array;
53 public function setSort(array $sortArgs): self
61 * @param array|bool|string $params Fields to be returned or false to disable source
93 * @param array|ScriptFields $scriptFields
127 public function setHighlight(array $highlightArgs): self
137 public function setFieldDataFields(array
[all...]
H A DFilter.php37 public function toArray(): array
43 $array = [
48 $array['aggs'] = $this->_convertArrayable($this->_aggs);
51 return $array;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DInnerHits.php22 $array = parent::toArray();
26 if (empty($array['inner_hits'])) {
27 $array['inner_hits'] = new \stdClass();
30 return $array['inner_hits'];
69 public function setSort(array $sortArgs): self
77 * @param array|bool $params Fields to be returned or false to disable source
137 public function setHighlight(array $highlightArgs): self
147 public function setFieldDataFields(array $fields): self
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dgeneric.param.php10 function get_var($name, $array, $maxlength=255, $default=null) { argument
14 if (!isset($array[$name])) { return $default; };
19 $data = $array[$name];
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dkeys.rst4 The ``keys`` filter returns the keys of an array. It is useful when you want to
5 iterate over the keys of an array:
9 {% for key in array|keys %}
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php329 * @param array $array Array.
332 public function writeArray(array $array) argument
334 $array = var_export($array, true);
336 return $this->write($array, strlen($array));
/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());
/plugin/bibtex/OSBib/format/
H A DPARSESTYLE.php38 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array);
39 if(empty($array))
54 $pre = $array[1];
55 $fieldName = $array[2];
56 $post = $array[3];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc81 .`addBlock(array $params = [])`
100 .`analyze(array $params = [])`
106 $params['body'] = (array) Define analyzer/tokenizer parameters and the text on which the analysis should be performed
114 .`clearCache(array $params = [])`
134 .`clone(array $params = [])`
151 .`close(array $params = [])`
170 .`create(array $params = [])`
184 .`createDataStream(array $params = [])`
197 .`dataStreamsStats(array $params = [])`
210 .`delete(array
[all...]
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php330 * @param array $array Array.
333 public function writeArray(array $array) argument
335 $array = var_export($array, true);
337 return $this->write($array, strlen($array));
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php330 * @param array $array Array.
333 public function writeArray(array $array) argument
335 $array = var_export($array, true);
337 return $this->write($array, strlen($array));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc26 If the data is an array, it is converted to JSON. If the data provided was an
27 empty array, the serializer manually converts the JSON from an empty array
37 encoded as JSON, it is decoded into an array using `json_decode`. Otherwise, it
74 If the data is an array, it is converted to json. If the data provided was an
75 empty array, the serializer manually converts the JSON from an empty array
114 If the data provided was an empty array, the serializer manually converts the
115 JSON from an empty array (`[]`) to an empty object (`{}`) so that it is valid
118 If the data was not an array an
[all...]
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md105 `isArray($value, $message = '')` | Check that a value is an array
110 …isInstanceOfAny($value, array $classes, $message = '')` | Check that a value is an `instanceof` a …
191 `keyExists($array, $key, $message = '')` | Check that a key exists in an array
192 `keyNotExists($array, $key, $message = '')` | Check that a key does not exist in an array
193 `count($array, $number, $message = '')` | Check that an array contains a specific number…
194 `minCount($array, $min, $message = '')` | Check that an array contains at least a certai…
195 `maxCount($array, $max, $message = '')` | Check that an array contains at most a certain…
196 `countBetween($array, $min, $max, $message = '')` | Check that an array has a count in the given r…
197 `isList($array, $message = '')` | Check that an array is a non-associative list
198 `isMap($array, $message = '')` | Check that an array is associative and has str…
[all …]
/plugin/offline/
H A Dcreate.php216 $array[$element] = retrieve_page_tree($pathStr . $offlineConf['pathDelimiterStr'] . $element);
218 $array[] = $pathStr . $offlineConf['pathDelimiterStr'] . $element;
232 return (isset($array) ? $array : false);
502 …$array[$element] = delete_tmp_session_tree($pathStr . $offlineConf['pathDelimiterStr'] . $element);
507 $array[] = $pathStr . $offlineConf['pathDelimiterStr'] . $element;
516 return (isset($array) ? $array : false);
631 $array[$element] = retrieve_media_tree($pathStr . $offlineConf['pathDelimiterStr'] . $element);
633 $array[] = $pathStr . $offlineConf['pathDelimiterStr'] . $element;
644 return (isset($array) ? $array : false);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php37 public static $sqlite = array();
42 * @var array
44 public $data = array();
56 * @var array
58 private $_strings = array();
63 * @var array
65 public $entries = array();
70 * @var array
82 * @var array
84 private $_latexMathmodeReplacements = array(
1282 _formatAuthor($array) global() argument
[all...]
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md621 1. `array` *(Array)*: The array to query.
656 1. `array` *(Array)*: The array to query.
693 1. `array` *(Array)*: The array to query.
739 1. `array` *(Array)*: The array to query.
787 1. `array` *(Array)*: The array to fill.
1026 1. `array` *(Array)*: The array to query.
1088 1. `array` *(Array)*: The array to query.
1233 1. `array` *(Array)*: The array to query.
1291 1. `array` *(Array)*: The array to query.
10561 object = { 'a': array, 'b': array, 'c': array };
[all …]
/plugin/publistx/bib2tpl/
H A Dhelper.inc.php144 * @param array $array Array to count
148 static function lcount(&$array, $depth=1) argument
155 foreach ( $array as $elem )
162 foreach ( $array as $elem )
/plugin/publist/bib2tpl/
H A Dhelper.inc.php144 * @param array $array Array to count
148 static function lcount(&$array, $depth=1) argument
155 foreach ( $array as $elem )
162 foreach ( $array as $elem )

12345678910>>...31