Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/
H A DPARSESTYLE.php22 function parseStringToArray($type, $subject, $map = FALSE) function in PARSESTYLE
H A DBIBFORMAT.php247 $editorArray = PARSESTYLE::parseStringToArray($type, $this->style['editorSwitchIfYes'],
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php53 $templateArray = ADMINSTYLE::parseStringToArray($type, $templateString, $map, TRUE);
H A DADMINSTYLE.php910 function parseStringToArray($type, $subject, $map = FALSE, $preview = FALSE) function in ADMINSTYLE
1143 $fileString .= $this->arrayToXML($this->parseStringToArray($key, $input), $type);