Home
last modified time | relevance | path

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

/plugin/bb4dw/
Dbibtexbrowser.php1181 var $raw_fields = array(); variable in BibEntry
1270 unset($this->raw_fields[$name]);
1277 $this->raw_fields[$name] = $value;
1520 if (!array_key_exists($key, $this->raw_fields)) return array();
1524 $raw = preg_replace( '/\s+/', ' ', @$this->raw_fields[$key]);
1823 foreach ($this->raw_fields as $k=>$v) {
2093 $this->raw_fields[$name]=$value;