Home
last modified time | relevance | path

Searched defs:parser (Results 101 – 115 of 115) sorted by last modified time

12345

/plugin/mantis/lib/
H A Dclass.soap_parser.php152 function start_element($parser, $name, $attrs) {
307 function end_element($parser, $name) {
411 function character_data($parser, $data){
H A Dclass.xmlschema.php39 var $parser; variable in nusoap_xmlschema
176 function schemaStartElement($parser, $name, $attrs) {
473 function schemaEndElement($parser, $name) {
510 function schemaCharacterData($parser, $data){
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php51 private static $parser; variable in BibtexConverter
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jar ... apache/james/mime4j/field/contenttype/parser/ org/apache/james/mime4j/field ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/fedauth/Auth/Yadis/
H A DXML.php313 function Auth_Yadis_setDefaultParser($parser)
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jar ... apache/james/mime4j/field/contenttype/parser/ org/apache/james/mime4j/field ...
/plugin/jsonrpc/
H A DIJR_Message.php62 function tag_open($parser, $tag, $attr) {
81 function cdata($parser, $cdata) {
84 function tag_close($parser, $tag) {
/plugin/register/
H A Dsyntax.php260 function adi_register_xml_parse($parser, $name, $attrs)
/plugin/svg/
H A Dsvgparser.php21 function start_element( $parser, $name, $attribs )
/plugin/googlesearch/
H A Dnusoap.php1026 var $parser; variable in XMLSchema
1148 function schemaStartElement($parser, $name, $attrs) {
1443 function schemaEndElement($parser, $name) {
1480 function schemaCharacterData($parser, $data){
4099 var $parser; variable in wsdl
4333 function start_element($parser, $name, $attrs)
4546 function end_element($parser, $name){
4576 function character_data($parser, $data)
5936 function start_element($parser, $name, $attrs) {
6087 function end_element($parser, $name) {
[all …]
/plugin/bibtex/OSBib/
H A DPARSEXML.php90 return($rnode["_ELEMENTS"][0]);
101 $node["_ELEMENTS"] = array();
118 // .....and add it as an element of the last node in the stack...

12345