Home
last modified time | relevance | path

Searched refs:array (Results 1 – 23 of 23) sorted by relevance

/dokuwiki/inc/Utf8/
DSort.php105 * @param array $array The input array.
110 public static function sort(&$array) argument
114 return $collator->sort($array);
116 return sort($array, SORT_NATURAL | SORT_FLAG_CASE);
124 * @param array $array The input array.
129 public static function ksort(&$array) argument
133 return uksort($array, [$collator, 'compare']);
135 return ksort($array, SORT_NATURAL | SORT_FLAG_CASE);
143 * @param array $array The input array.
148 public static function asort(&$array) argument
[all …]
/dokuwiki/lib/plugins/config/core/Setting/
DSettingArray.php18 $array = explode(',', $string);
19 $array = array_map('trim', $array);
20 $array = array_filter($array);
21 $array = array_unique($array);
22 return $array;
28 * @param array $array
31 protected function fromArray($array) argument
33 return implode(', ', (array) $array);
DSettingMulticheckbox.php114 $array = explode(',', $str);
120 if (($idx[] = array_search($val, $array)) === false) break;
124 foreach ($idx as $i) unset($array[$i]);
125 $array[] = $key;
130 return $array;
147 $array = array_unique(array_merge($input, $other));
152 $idx = array_search($key, $array);
154 unset($array[$idx]);
155 $array = array_merge($array, $combinators);
160 return implode(',', array_unique($array));
/dokuwiki/_test/tests/Remote/Mock/
DTestPlugin2.php15 * @param array $array
18 public function commented($str, $int, $bool, $array = []) argument
/dokuwiki/lib/plugins/usermanager/_test/
Dcsv_import.test.php164 private function stripPasswords($array) argument
166 foreach ($array as $user => $data) {
167 unset($array[$user]['pass']);
169 return $array;
172 private function countPasswords($array) argument
175 foreach ($array as $user => $data) {
/dokuwiki/lib/plugins/authad/adLDAP/collections/
DadLDAPCollection.php95 $array = array();
98 $array[$key] = $value;
101 return $array;
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
DValue.php107 * @param array $array
110 public function isStruct($array) argument
113 foreach ($array as $key => $value) {
/dokuwiki/vendor/simplepie/simplepie/src/
DLocator.php323 public function extension(&$array) argument
325 foreach ($array as $key => $value) {
339 unset($array[$key]);
346 public function body(&$array) argument
348 foreach ($array as $key => $value) {
361 unset($array[$key]);
/dokuwiki/inc/
Dio.php146 * @param bool $array return array of lines
152 function bzfile($file, $array = false) argument
157 if ($array) {
168 if ($array) {
178 if ($array) {
815 $array = unpack("V", $buffer);
816 $uncompressedsize = end($array);
Dpreload.php.dist16 //$config_cascade = array(
Dcommon.php1865 * @param array $array The array containing the value (typically $_POST
1873 function valid_input_set($param, $valid_values, $array, $exc = '') argument
1875 if (isset($array[$param]) && in_array($array[$param], $valid_values)) {
1876 return $array[$param];
DDifferenceEngine.php1563 function _append(&$array, $lines) { argument
1564 array_splice($array, sizeof($array), 0, $lines);
/dokuwiki/vendor/splitbrain/lesserphp/
DHISTORY.md20 * 2020-01-19: fixed wrong array access in lib_luma
/dokuwiki/vendor/splitbrain/php-archive/
DREADME.md35 print_r($toc); // array of FileInfo objects
/dokuwiki/conf/
Dmysql.conf.php.example43 /* Multiple table operations will be protected by locks. This array tells
45 * these array must also contain these aliases. Any unnamed alias will cause
48 $conf['plugin']['authmysql']['TablesToLock']= array("users", "users AS u","groups", "groups AS g", …
/dokuwiki/vendor/splitbrain/slika/
DREADME.md99 Options can be passed as associatiave array as the second parameter in `Slika::run`.
Dcomposer.lock1309 … "description": "Traverses array structures and object graphs to enumerate all referenced objects",
/dokuwiki/_test/core/
DphpQuery-onefile.php4994 $array = array();
4996 return $array;
4998 $array[] = $node;
4999 return $array;
5362 $array = array();
5365 $array[] = $value;
5368 $array[0][$name] = $value;
5371 $array[0][$name] = $value;
5373 return $array;
5375 public static function inArray($value, $array) { argument
[all …]
/dokuwiki/vendor/splitbrain/php-cli/
DREADME.md99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as …
/dokuwiki/vendor/simplepie/simplepie/
DCHANGELOG.md166 * PHP 7.4/8.0: curly brace array access deprecated & removed [#655](https://github.com/simplepie/si…
182 * PHP 7.4 support: Fixed instances of accessing array offset on null type values. [#628](https://gi…
303 * Fixed use of `DOMElement` as array. [#315](https://github.com/simplepie/simplepie/pull/315)
/dokuwiki/vendor/geshi/geshi/
DCHANGELOG917 - The $_GESHI_ERRORS array is gone, error messages are internal to the GeSHi class
949 help automate file highlighting (though the extension array at this time is quite bare)
968 - You can now specify an array of object splitters, and each
/dokuwiki/vendor/splitbrain/php-jsstrip/
Dcomposer.lock1086 … "description": "Traverses array structures and object graphs to enumerate all referenced objects",
/dokuwiki/_test/
Dcomposer.lock1730 … "description": "Traverses array structures and object graphs to enumerate all referenced objects",