Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php112 if($editionKey = array_search('edition', $this->bibformat->styleMap->$type))
113 $this->createEdition($editionKey);
205 function createEdition($editionKey) argument
207 if(!$this->row[$editionKey])
209 $edition = stripslashes($this->row[$editionKey]);
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php109 if($editionKey = array_search('edition', $this->bibformat->styleMap->$type))
110 $this->createEdition($editionKey);
193 function createEdition($editionKey) argument
195 if(!$this->row[$editionKey])
197 $edition = stripslashes($this->row[$editionKey]);