Lines Matching refs:arr
36 * @return (arr) $code the code of <file> to embed
189 * @param (arr) $code the code of <file> to embed
195 * @return (arr) $brief only the descriptive part of the docstring
340 * @param (arr) $code_cls the code of a given class defined in <file>
362 * @return (arr) $tree the name of a class and its methods, that is:
399 * @param (arr) $code_new the code got from the <file> hosted in the repo
400 * @param (arr) $code_old the code got from the local copy of <file>
439 * @param (arr) $tree_new the name of a class and its methods, defined in
454 * @param (arr) $tree_old the name of a class and its methods, defined in
469 * @return (arr) $tree_dif the name of a class and its methods and,
817 * @return (arr) $tree_dir the tree directories, that is:
846 * @param (arr) $code the code to indent
847 * @return (arr) $code_ind the code indented
895 * @param (arr) $tree_dir the tree directories, that is:
945 $arr = json_decode(file_get_contents($filename), true);
948 $arr[$wiki] = array();
958 if (array_search($file, $arr[$wiki]) === false) {
959 $arr[$wiki][] = $file;
964 $data = json_encode($arr);