Home
last modified time | relevance | path

Searched refs:array (Results 176 – 200 of 765) sorted by relevance

12345678910>>...31

/plugin/combo/ComboStrap/
H A DSnippet.php52 * Properties of the JSON array
129 private array $htmlAttributes;
133 * @var array - the slots that needs this snippet (as key to get only one snippet by scope)
223 public static function getSnippets(): array
421 * This attribute is passed in the dokuwiki array
570 public function toJsonArray(): array
579 public static function createFromJson($array): Snippet argument
582 $uri = $array[self::JSON_URI_PROPERTY] ?? null;
584 throw new ExceptionCompile("The snippet uri property was not found in the json array");
590 $componentName = $array[sel
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NonExistentClass', array(), 'MockFoo', true, true)
11 array(),
44 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
18 array(),
47 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
18 array(),
46 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
11 array(),
50 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
18 array(),
46 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_dont_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', false)
18 array(),
46 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
20 array(),
48 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_dont_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', false)
20 array(),
48 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
20 array(),
48 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnonexistent_class_with_namespace.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
11 array(),
50 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_implementing_interface_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
23 array(),
51 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
23 array(),
51 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
20 array(),
49 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dindex.rst10 array
35 * :doc:`Array <array>`: Provides useful filters for array manipulation;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray.test2 Twig supports array notation
4 {# empty array #}
20 {# works even if [] is used inside the array #}
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php216 * @param array $array Array to check
220 private function isAssoc(array $array) argument
222 return $array && array_keys($array)[0] !== 0;
/plugin/dlcount/
H A Dadmin.php151 $array = array(
160 foreach ($array as $name=>$size) {
172 $array = array(
181 foreach ($array as $name=>$secs) {
182 if ($seconds < $secs && $secs != end($array)) continue;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc58 $params['index'] = array('my_index1', 'my_index2');
67 $params['body'] = array(
68 'actions' => array(
69 array(
70 'add' => array(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc29 .`clearCache(array $params = [])`
46 .`mount(array $params = [])`
57 $params['body'] = (array) The restore configuration for mounting the snapshot as searchable (Required)
65 .`repositoryStats(array $params = [])`
79 .`stats(array $params = [])`
H A DDanglingIndicesNamespace.asciidoc28 .`deleteDanglingIndex(array $params = [])`
44 .`importDanglingIndex(array $params = [])`
60 .`listDanglingIndices(array $params = [])`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc100 .`bulk(array $params = [])`
116 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
124 .`clearScroll(array $params = [])`
130 $params['body'] = (array) A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter
138 .`closePointInTime(array $params = [])`
143 $params['body'] = (array) a point-in-time id to close
151 .`count(array $params = [])`
172 $params['body'] = (array) A query to restrict the results specified with the Query DSL (optional)
180 .`create(array $params = [])`
195 $params['body'] = (array) Th
[all...]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php430 * @param array $array
435 function merge_selectors(&$array) argument
437 $css = $array;
474 $array = $css;
593 * @param array $array
598 function merge_4value_shorthands($array) argument
600 $return = $array;
605 if(isset($array[$value[0]]) && isset($array[$value[1]])
606 && isset($array[$value[2]]) && isset($array[$value[3]]) && $value !== 0)
613 $val = $array[$value[$i]];
/plugin/bibtex/OSBib/format/
H A DREADME.txt42 This scans the style file directory and returns an alphabetically sorted (on the key) array of avai…
148 $row is an associative array returned from your SQL query as described in the STYLEMAP.php section …
159 $creators -- Multi-associative array of creator names. e.g. this array might be of the primary auth…
160 array(
161 …[0] => array(['surname'] => 'Grimshaw', ['firstname'] => Mark, ['initials'] => 'N', ['prefix'] => …
162 [1] => array(['surname'] => 'Witt', ['firstname'] => Jan, ['initials'] => , ['prefix'] => 'de')
194 …ining items to the internal $item array in BIBFORMAT.php. Use this to add elements of your resour…
214 // Add various resource elements to BIBFORMAT::item array that require special processing and forma…
223 // Add all the other elements of the resource to BIBFORMAT::item array
233 $resourceArray = array(
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DTestIterator2.php6 public function __construct(array $array) argument
8 $this->data = $array;

12345678910>>...31