Searched refs:_parser (Results 1 – 7 of 7) sorted by relevance
/plugin/bibtex4dw/lib/ |
H A D | bibtexrender.php | 207 $this->_parser = new bibtexparser_plugin_bibtex4dw(); 208 $this->_parser->loadString($bibtex); 209 $stat = $this->_parser->parseBibliography(); 213 //$this->_bibtex_references = $this->_parser->data; 214 $this->_bibtex_references = $this->_parser->entries; 235 $this->_parser = new bibtexparser_plugin_bibtex4dw(); 236 $this->_parser->loadString($bibtex); 237 $this->_parser->sqlite = $this->sqlite; 238 $stat = $this->_parser->parseBibliography($sqlite=true); 244 if ( ($this->_parser [all...] |
/plugin/jsonrpc/ |
H A D | IJR_Message.php | 33 var $_parser; variable in IJR_Message 47 $this->_parser = xml_parser_create(); 48 xml_parser_set_option($this->_parser, XML_OPTION_CASE_FOLDING, false); 49 xml_set_object($this->_parser, $this); 50 xml_set_element_handler($this->_parser, 'tag_open', 'tag_close'); 51 xml_set_character_data_handler($this->_parser, 'cdata'); 52 if (!xml_parse($this->_parser, $this->message)) { 55 xml_parser_free($this->_parser);
|
/plugin/file2dw/ |
H A D | action.php | 125 function _parser(&$event, $param) { function in action_plugin_file2dw
|
/plugin/odt2dw/ |
H A D | action.php | 84 function _parser(&$event, $param) { function in action_plugin_odt2dw
|
/plugin/odtplus2dw/ |
H A D | action.php | 21 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_parser', array()); 101 function _parser(&$event, $param) { function in action_plugin_odtplus2dw 102 ### _parser : check if a file migth be uploaded, then call the odtplus2dw converter
|
/plugin/diagramsnet/lib/js/dropbox/ |
H A D | Dropbox-sdk.min.js | 9 …_parser?this.req._parser(this,e):(!t&&a(this.type)&&(t=v.parse["application/json"]),t&&e&&(e.lengt…
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 12508 var _parser = __w_pdfjs_require__(157); 13343 var _parser = __w_pdfjs_require__(157); 14961 var parser = new _parser.Parser({ 14962 lexer: new _parser.Lexer(stream), 15156 var parser = new _parser.Parser({ 15157 lexer: new _parser.Lexer(stream), 15217 var parser = new _parser.Parser({ 15218 lexer: new _parser.Lexer(stream), 30338 var _parser = __w_pdfjs_require__(157); 33626 this.parser = new _parser.Parser({ [all …]
|