Home
last modified time | relevance | path

Searched refs:parser (Results 376 – 400 of 420) sorted by last modified time

1...<<11121314151617

/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php290 var $parser; variable in Pipeline
1149 $box =& $this->parser->process($data->get_content(), $this, $media);
H A DChangeLog314 parser errors
1773 parser returns standard XML entities as-is'
H A Dpipeline.factory.class.php26 $pipeline->parser = new ParserXHTML();
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dtoc.php114 …$toc_box_document =& $pipeline->parser->process('<body><div>'.$code.'</div></body>', $pipeline, $m…
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php89 $pipeline->parser = new ParserXHTML();
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php216 $pipeline->parser = new ParserXHTML();
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.custom.php33 $pipeline->parser = new ParserXHTML;
/plugin/mantis/lib/
H A Dclass.soap_server.php823 $parser = new nusoap_parser($data,$this->xml_encoding,'',$this->decode_utf8);
825 $this->debug("parser debug: \n".$parser->getDebug());
827 if($err = $parser->getError()){
833 $this->methodURI = $parser->root_struct_namespace;
834 $this->methodname = $parser->root_struct_name;
837 $this->methodparams = $parser->get_soapbody();
839 $this->requestHeaders = $parser->getHeaders();
841 $this->requestHeader = $parser->get_soapheader();
843 $this->document = $parser->document;
H A Dclass.wsdl.php39 var $parser; variable in wsdl
258 $this->parser = xml_parser_create();
263 xml_set_object($this->parser, $this);
273 xml_get_current_line_number($this->parser),
282 xml_parser_free($this->parser);
294 * @param string $parser XML parser object
299 function start_element($parser, $name, $attrs) argument
508 * @param string $parser XML parser object
512 function end_element($parser, $name){ argument
538 * @param string $parser XML parser object
[all …]
H A Dchangelog9 - soap_server: fixed bug causing charset encoding not to be passed to the parser
11 - soap_parser: changed the parser to pre-load the parent's result array when processing scalar valu…
H A Dnusoap.php1107 var $parser; variable in nusoap_xmlschema
1214 xml_parser_free($this->parser);
4265 if($err = $parser->getError()){
4551 var $parser; variable in wsdl
4794 xml_parser_free($this->parser);
5024 function end_element($parser, $name){ argument
6569 xml_parser_free($this->parser);
7575 if($errstr = $parser->getError()){
7578 unset($parser);
7586 $return = $parser->get_soapbody();
[all …]
H A Dclass.soap_parser.php94 $this->parser = xml_parser_create($this->xml_encoding);
100 xml_set_object($this->parser, $this);
106 if(!xml_parse($this->parser,$xml,true)){
109 xml_get_current_line_number($this->parser),
137 xml_parser_free($this->parser);
147 * @param resource $parser XML parser object
152 function start_element($parser, $name, $attrs) { argument
303 * @param resource $parser XML parser object
307 function end_element($parser, $name) { argument
407 * @param resource $parser XML parser object
[all …]
H A Dclass.soapclient.php503 $parser = new nusoap_parser($data,$this->xml_encoding,$this->operation,$this->decode_utf8);
505 $this->appendDebug($parser->getDebug());
507 if($errstr = $parser->getError()){
510 unset($parser);
514 $this->responseHeaders = $parser->getHeaders();
516 $this->responseHeader = $parser->get_soapheader();
518 $return = $parser->get_soapbody();
520 $this->document = $parser->document;
522 unset($parser);
H A Dclass.xmlschema.php39 var $parser; variable in nusoap_xmlschema
118 $this->parser = xml_parser_create();
123 xml_set_object($this->parser, $this);
135 if(!xml_parse($this->parser,$xml,true)){
138 xml_get_current_line_number($this->parser),
146 xml_parser_free($this->parser);
171 * @param string $parser XML parser object
469 * @param string $parser XML parser object
473 function schemaEndElement($parser, $name) { argument
506 * @param string $parser XML parser object
[all …]
/plugin/hipchat/
H A Dcomposer.lock35 "guzzle/parser": "self.version",
/plugin/publistx/
H A Dsyntax.php126 $parser = new BibtexConverter($data['options'],$sanitiser,$authors);
127 $code = $parser->convert($bibtex, $template);
H A Dchangelog18 * "handle" function (syntax.php) parser code corrections. "only" option
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php51 private static $parser; variable in BibtexConverter
161 if ( !isset(self::$parser) ) {
162 self::$parser = new Structures_BibTex(array('removeCurlyBraces' => false));
165 self::$parser->loadString($bibtex);
166 $stat = self::$parser->parse();
172 $parsed = self::$parser->data;
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jar ... Object implements org.apache.james.mime4j.parser.Field { private final String name private final String ...
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/showif/
H A Dsyntax.php.alternative.version11 * All DokuWiki plugins to extend the parser/rendering mechanism
22 * All DokuWiki plugins to extend the parser/rendering mechanism
/plugin/aceeditor/
H A Dbuild.js1 …t|one|online|open|optimize|option|optionally|out|outer|outfile|pack_keys|parser|partition|partitio…
/plugin/fedauth/Auth/Yadis/
H A DYadis.php356 $parser = new Auth_Yadis_ParseHTML();
357 $yadis_location = $parser->getHTTPEquiv($response->body);

1...<<11121314151617