Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/
DBIBFORMAT.php96 function loadStyle($stylePath, $style) argument
99 $stylePath = trim($stylePath);
100 if($stylePath[strlen($stylePath)-1] != "/"){
101 $stylePath .= "/";
103 $uc = $stylePath . strtolower($style) . "/" . strtolower($style) . ".xml";
104 $lc = $stylePath . strtolower($style) . "/" . strtoupper($style) . ".xml";
/plugin/mikioplugin/syntax/
H A Dcore.php941 $stylePath = __DIR__.'/../styles/styles.less';
943 if(file_exists($stylePath)) {
944 $styleData = file_get_contents($stylePath);