Home
last modified time | relevance | path

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

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