Lines Matching refs:styleMap

52 	$this->styleMap = new STYLEMAPBIBTEX();
57 $this->styleMap = new STYLEMAP();
226 $this->type = array_search($type, $this->styleMap->types);
248 $this->styleMap);
272 if(($key = array_search('type', $this->styleMap->$type)) !== FALSE)
277 if(($key = array_search('label', $this->styleMap->$type)) !== FALSE)
301 if(array_key_exists($field, $this->styleMap->$type) &&
302 !array_key_exists($this->styleMap->{$type}[$field], $this->item))
379 if(array_key_exists('month', $row) && array_key_exists('date', $this->styleMap->$type))
404 array_key_exists('creator1', $this->styleMap->$type))
420 array_key_exists('creator2', $this->styleMap->$type))
434 if(array_key_exists('pages', $row) && array_key_exists('pages', $this->styleMap->$type))
519 */ if($styleKey = array_search($key, $this->styleMap->$type))
835 $this->item[$this->styleMap->{$type}[$nameType]] = $pString;
959 if(isset($this->item) && array_key_exists($this->styleMap->{$type}[$fieldName], $this->item))
961 $this->item[$this->styleMap->{$type}[$fieldName]] = $item;
976 if(array_key_exists($field, $this->styleMap->$type) &&
977 !array_key_exists($this->styleMap->{$type}[$field], $this->item))
1002 if(!array_key_exists('title', $this->styleMap->$type))
1003 $this->item[$this->styleMap->{$type}['title']] = '';
1032 $this->item[$this->styleMap->{$type}['title']] =
1063 $this->item[$this->styleMap->{$type}['pages']] = $start;
1071 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1083 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1088 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1120 $this->item[$this->styleMap->{$type}['pages']]
1130 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1137 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1206 $this->item[$this->styleMap->{$type}['runningTime']] = $runningTime;
1300 $this->item[$this->styleMap->{$type}['date']] = $date;
1319 … $this->item[$this->styleMap->{$type}[array_search('edition', $this->styleMap->$type)]] = $edition;