Home
last modified time | relevance | path

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

12345

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php57 protected $parser; variable in Twig\\Environment
726 public function setParser(\Twig_ParserInterface $parser)
1045 public function addTokenParser(TokenParserInterface $parser)
H A DExpressionParser.php48 protected $parser; variable in Twig\\ExpressionParser
54 public function __construct(Parser $parser, $env = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DTokenParserInterface.php28 public function setParser(Parser $parser);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
H A DParserTest.php15 private $parser; variable in JMS\\Serializer\\Tests\\Serializer\\Type\\ParserTest
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php104 public static function save(Parser $parser, $className)
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DParserTest.php27 private $parser; variable in SebastianBergmann\\Diff\\ParserTest
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php21 protected $parser; variable in Symfony\\Component\\Yaml\\Tests\\DumperTest
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php215 public function setTypeParser(ParserInterface $parser): self
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DParser.php14 private $parser; variable in JMS\\Serializer\\Type\\Parser
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php141 private $parser; variable in Doctrine\\Common\\Annotations\\AnnotationReader
180 public function __construct(DocParser $parser = null)
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DGrammar.php18 protected $parser; variable in Twig_Extensions_Grammar
31 public function setParser(Twig_Parser $parser)
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php719 protected $parser; variable in Sabre\\VObject\\Cli
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php37 protected $parser; variable in Sabre\\VObject\\Splitter\\VCard
/plugin/rrdgraph/inc/
H A Dsvgbinding.php72 public function xmlPassthroughHandler($parser, $data) {
79 public function xmlStartElementHandler($parser, $name, $attributes) {
111 public function xmlEndElementHandler($parser, $name) {
/plugin/rater/scripts/
H A Djquery.tablesorter.js843 this.addParser = function (parser) { argument
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php728 protected $parser; variable in Sabre\\VObject\\Cli
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php36 protected $parser; variable in Sabre\\VObject\\Splitter\\VCard
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php51 private static $parser; variable in BibtexConverter
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php33 var $parser; variable in XML
65 function open(&$parser, $tag, $attributes) {
86 function data(&$parser, $data) {
92 function close(&$parser, $tag) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php290 var $parser; variable in Pipeline
/plugin/mantis/lib/
H A Dclass.wsdl.php39 var $parser; variable in wsdl
299 function start_element($parser, $name, $attrs)
512 function end_element($parser, $name){
542 function character_data($parser, $data)
H A Dnusoap.php1107 var $parser; variable in nusoap_xmlschema
1244 function schemaStartElement($parser, $name, $attrs) {
1541 function schemaEndElement($parser, $name) {
1578 function schemaCharacterData($parser, $data){
4551 var $parser; variable in wsdl
4811 function start_element($parser, $name, $attrs)
5024 function end_element($parser, $name){
5054 function character_data($parser, $data)
6584 function start_element($parser, $name, $attrs) {
6739 function end_element($parser, $name) {
[all …]

12345