Lines Matching refs:_options
133 private $_options;
172 $this->_options = array(
217 if (array_key_exists($option, $this->_options)) {
218 $this->_options[$option] = $value;
355 if ($this->_options['validate']) {
451 if ($this->_options['validate']) {
593 if ($this->_options['validate']) {
607 if ($this->_options['validate']) {
648 if ($this->_options['validate']) {
665 if ($this->_options['replaceLatex']) {
669 if ($this->_options['stripDelimiter']) {
672 if ($this->_options['unwrap']) {
675 if ($this->_options['removeCurlyBraces']) {
691 if ($this->_options['validate']) {
697 if (in_array('author', array_keys($ret)) && $this->_options['extractAuthors']) {
717 if (in_array('editor', array_keys($ret)) && $this->_options['extractAuthors']) {
998 $entry = wordwrap($entry, $this->_options['wordWrapWidth'], $this->_options['wordWrapBreak'], $this->_options['wordWrapCut']);