Home
last modified time | relevance | path

Searched refs:flatten_array (Results 1 – 4 of 4) sorted by relevance

/plugin/emoji/_test/
H A Demoji_unicode.test.php20 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions), true);
33 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions));
45 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions), true);
57 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions));
61 function flatten_array($array) { function in emoji_unicode_test
/plugin/uncmap/_test/
H A Dparser.test.php33 $parser_response = $this->flatten_array($parser_response);
40 $parser_response = $this->flatten_array($parser_response);
47 $parser_response = $this->flatten_array($parser_response);
H A Dmapping.test.php41 $parser_response = $this->flatten_array($parser_response);
50 $parser_response = $this->flatten_array($parser_response);
59 $parser_response = $this->flatten_array($parser_response);
69 $parser_response = $this->flatten_array($parser_response);
76 $parser_response = $this->flatten_array($parser_response);
H A Duncmap.inc.php5 function flatten_array($array){ function in uncmapDokuWikiTest