Lines Matching refs:array_key_exists

143 	if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array))
163 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array)
164 && array_key_exists('_ELEMENTS', $array))
227 if($this->bibtex && array_key_exists('author', $row))
232 if($this->bibtex && array_key_exists('editor', $row))
242 array_key_exists('author', $this->$type))
249 if(!empty($editorArray) && array_key_exists('editor', $editorArray))
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))
394 else if(($type == 'miscellaneous') && array_key_exists('howpublished', $row))
403 if(array_key_exists('creator1', $row) && $row['creator1'] &&
404 array_key_exists('creator1', $this->styleMap->$type))
419 if(array_key_exists('creator2', $row) && $row['creator2'] &&
420 array_key_exists('creator2', $this->styleMap->$type))
434 if(array_key_exists('pages', $row) && array_key_exists('pages', $this->styleMap->$type))
469 if(array_key_exists('independent', $this->$type))
484 if(!array_key_exists($key, $this->item) || !$this->item[$key])
493 if(!array_key_exists($checkPostShift, $this->item) || !$this->item[$checkPostShift])
495 $pre = array_key_exists('pre', $value) ? $value['pre'] : '';
496 $post = array_key_exists('post', $value) ? $value['post'] : '';
501 if($previousFieldExists && array_key_exists('dependentPre', $value))
504 else if(array_key_exists('dependentPreAlternative', $value))
509 if($nextFieldExists && array_key_exists('dependentPost', $value))
512 else if(array_key_exists('dependentPostAlternative', $value))
523 $pre = array_key_exists('plural', $value) ?
525 $post = array_key_exists('plural', $value) ?
530 $pre = array_key_exists('singular', $value) ?
532 $post = array_key_exists('singular', $value) ?
598 if(array_key_exists($index, $itemArray))
606 if(array_key_exists($index, $itemArray))
619 if(array_key_exists($firstKey - 1, $itemArray) && $preAlternative)
621 if(array_key_exists($secondKey + 1, $itemArray) && $postAlternative)
959 if(isset($this->item) && array_key_exists($this->styleMap->{$type}[$fieldName], $this->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))