/dokuwiki/inc/Utf8/ |
D | Sort.php | 105 * @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/ |
D | SettingArray.php | 18 $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);
|
D | SettingMulticheckbox.php | 114 $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/ |
D | TestPlugin2.php | 15 * @param array $array 18 public function commented($str, $int, $bool, $array = []) argument
|
/dokuwiki/lib/plugins/usermanager/_test/ |
D | csv_import.test.php | 164 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/ |
D | adLDAPCollection.php | 95 $array = array(); 98 $array[$key] = $value; 101 return $array;
|
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/ |
D | Value.php | 107 * @param array $array 110 public function isStruct($array) argument 113 foreach ($array as $key => $value) {
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Locator.php | 323 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/ |
D | io.php | 146 * @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);
|
D | preload.php.dist | 16 //$config_cascade = array(
|
D | common.php | 1865 * @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];
|
D | DifferenceEngine.php | 1563 function _append(&$array, $lines) { argument 1564 array_splice($array, sizeof($array), 0, $lines);
|
/dokuwiki/vendor/splitbrain/lesserphp/ |
D | HISTORY.md | 20 * 2020-01-19: fixed wrong array access in lib_luma
|
/dokuwiki/vendor/splitbrain/php-archive/ |
D | README.md | 35 print_r($toc); // array of FileInfo objects
|
/dokuwiki/conf/ |
D | mysql.conf.php.example | 43 /* 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/ |
D | README.md | 99 Options can be passed as associatiave array as the second parameter in `Slika::run`.
|
D | composer.lock | 1309 … "description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 4994 $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/ |
D | README.md | 99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as …
|
/dokuwiki/vendor/simplepie/simplepie/ |
D | CHANGELOG.md | 166 * 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/ |
D | CHANGELOG | 917 - 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/ |
D | composer.lock | 1086 … "description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
/dokuwiki/_test/ |
D | composer.lock | 1730 … "description": "Traverses array structures and object graphs to enumerate all referenced objects",
|