Home
last modified time | relevance | path

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

/plugin/publistx/bib2tpl/lib/
H A DBibTex.php843 * @param string $wholeentry The whole BibTex Entry which the one line is part of
846 function _validateValue($entry, $wholeentry) argument
850 $this->_generateWarning('WARNING_AT_IN_BRACES', $entry, $wholeentry);
854 … $this->_generateWarning('WARNING_ESCAPED_DOUBLE_QUOTE_INSIDE_DOUBLE_QUOTES', $entry, $wholeentry);
871 $this->_generateWarning('WARNING_UNBALANCED_AMOUNT_OF_BRACES', $entry, $wholeentry);
914 * @param string $wholeentry OPTIONAL The whole entry where the warning occurred
916 function _generateWarning($type, $entry, $wholeentry='') argument
920 $warning['wholeentry'] = $wholeentry;
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php843 * @param string $wholeentry The whole BibTex Entry which the one line is part of
846 function _validateValue($entry, $wholeentry) argument
850 $this->_generateWarning('WARNING_AT_IN_BRACES', $entry, $wholeentry);
854 … $this->_generateWarning('WARNING_ESCAPED_DOUBLE_QUOTE_INSIDE_DOUBLE_QUOTES', $entry, $wholeentry);
871 $this->_generateWarning('WARNING_UNBALANCED_AMOUNT_OF_BRACES', $entry, $wholeentry);
914 * @param string $wholeentry OPTIONAL The whole entry where the warning occurred
916 function _generateWarning($type, $entry, $wholeentry='') argument
920 $warning['wholeentry'] = $wholeentry;
/plugin/publist/bib2tpl/lib/
H A DBibTex.php843 * @param string $wholeentry The whole BibTex Entry which the one line is part of
846 function _validateValue($entry, $wholeentry) argument
850 $this->_generateWarning('WARNING_AT_IN_BRACES', $entry, $wholeentry);
854 … $this->_generateWarning('WARNING_ESCAPED_DOUBLE_QUOTE_INSIDE_DOUBLE_QUOTES', $entry, $wholeentry);
871 $this->_generateWarning('WARNING_UNBALANCED_AMOUNT_OF_BRACES', $entry, $wholeentry);
914 * @param string $wholeentry OPTIONAL The whole entry where the warning occurred
916 function _generateWarning($type, $entry, $wholeentry='') argument
920 $warning['wholeentry'] = $wholeentry;
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php1184 * @param string $wholeentry The whole BibTex Entry which the one line is part of
1187 private function _validateValue($entry, $wholeentry)
1191 $this->_generateWarning('WARNING_AT_IN_BRACES', $entry, $wholeentry);
1195 $this->_generateWarning('WARNING_ESCAPED_DOUBLE_QUOTE_INSIDE_DOUBLE_QUOTES', $entry, $wholeentry);
1212 $this->_generateWarning('WARNING_UNBALANCED_AMOUNT_OF_BRACES', $entry, $wholeentry);
1255 * @param string $wholeentry OPTIONAL The whole entry where the warning occurred
1257 private function _generateWarning($type, $entry, $wholeentry='')
1261 $warning['wholeentry'] = $wholeentry;
1173 _validateValue($entry, $wholeentry) global() argument
1243 _generateWarning($type, $entry, $wholeentry = '') global() argument