Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DXML.php43 var $pathSeparator; variable in XML
56 $this->pathSeparator = "/";
63 elseif(strpos($argument, $this->pathSeparator) > 0) {
64 $tags = explode($this->pathSeparator, $argument);
140 $tags = explode($this->pathSeparator, $tagPath);
159 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
183 $tags = explode($this->pathSeparator, $tagPath);
198 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
222 $tags = explode($this->pathSeparator, $tagPath);
233 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
[all …]