Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
DParser.php267 [$this->namespace[], $this->element[]] = $this->split_ns($tag);
271 [$attrib_namespace, $attribute] = $this->split_ns($name);
346 public function split_ns($string) function in SimplePie\\Parser