Searched refs:urls (Results 1 – 2 of 2) sorted by relevance
3139 * @param array $urls List of SimplePie feed objects to merge3145 public static function merge_items($urls, $start = 0, $end = 0, $limit = 0) argument3147 if (is_array($urls) && sizeof($urls) > 0) {3149 foreach ($urls as $arg) {3157 usort($items, [get_class($urls[0]), 'sort_items']);
879 - Make urls generated for java highlighting XHTML compliant (Tim Van Wassenhove)