Home
last modified time | relevance | path

Searched refs:parser (Results 226 – 250 of 420) sorted by path

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DUseTokenParser.php37 $template = $this->parser->getExpressionParser()->parseExpression();
38 $stream = $this->parser->getStream();
64 … $this->parser->addTrait(new Node(['template' => $template, 'targets' => new Node($targets)]));
H A DWithTokenParser.php28 $stream = $this->parser->getStream();
33 $variables = $this->parser->getExpressionParser()->parseExpression();
39 $body = $this->parser->subparse([$this, 'decideWithEnd'], true);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php29 $parser = new Parser($env);
59 $parser = new Parser($env);
71 $parser = new Parser($env);
167 $parser = new Parser($env);
169 $parser->parse($stream);
179 $parser = new Parser($env);
237 $parser = new Parser($env);
248 $parser = new Parser($env);
260 $parser = new Parser($env);
273 $parser = new Parser($env);
[all …]
H A DIntegrationTest.php130 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DParserTest.php29 $parser = $this->getParser();
46 $parser->parse($stream);
62 $parser->parse($stream);
70 $parser = $this->getParser();
99 $parser = $this->getParser();
101 $parser->filterBodyNodes($input);
138 $parser = new Parser($twig);
140 $parser->parse(new TokenStream([
178 $parser->setParent(new Node());
179 $parser->stream = new TokenStream([]);
[all …]
/plugin/flowcharts/
H A Dmermaid.min.js1parser=this,void 0===p.yylloc&&(p.yylloc={});var m=p.yylloc;a.push(m);var v=p.options&&p.options.r…
24parser=this,void 0===p.yylloc&&(p.yylloc={});var m=p.yylloc;a.push(m);var v=p.options&&p.options.r…
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DREADME7 This class represents a CSS parser which reads CSS code and saves it in an array.
H A Dclass.csstidy_optimise.php49 $this->parser =& $css;
65 if ($this->parser->get_cfg('preserve_css')) {
69 if ($this->parser->get_cfg('merge_selectors') == 2)
77 if ($this->parser->get_cfg('optimise_shorthands') > 0)
85 if ($this->parser->get_cfg('optimise_shorthands') < 2) {
121 $this->parser->log('Optimised !important','Information');
134 … if(!$this->parser->get_cfg('optimise_shorthands') || $this->parser->get_cfg('preserve_css')) {
138 if($this->property == 'background' && $this->parser->get_cfg('optimise_shorthands') > 1)
169 if($this->property == 'font-weight' && $this->parser->get_cfg('compress_font-weight'))
180 $this->parser->log('Optimised font-weight: Changed "bold" to "700"','Information');
[all …]
H A Dclass.csstidy_print.php70 $this->parser =& $css;
127 if (!$this->parser->get_cfg('preserve_css')) {
137 if ($this->parser->get_cfg('timestamp')) {
251 if ($this->parser->get_cfg('sort_selectors')) ksort($val);
253 $this->parser->_add_token(AT_START, $medium, true);
258 if ($this->parser->get_cfg('sort_properties')) ksort($vali);
259 $this->parser->_add_token(SEL_START, $selector, true);
263 $this->parser->_add_token(PROPERTY, $property, true);
264 $this->parser->_add_token(VALUE, $valj, true);
267 $this->parser->_add_token(SEL_END, $selector, true);
[all …]
/plugin/gallery/
H A DGalleryNode.php5 use dokuwiki\plugin\prosemirror\parser\Node;
/plugin/gallery/action/
H A Dprosemirror.php8 use dokuwiki\plugin\prosemirror\parser\RootNode;
/plugin/geophp/vendor/composer/
H A DInstalledVersions.php115 * @param VersionParser $parser Install composer/semver to have access to this class and functionality
120 public static function satisfies(VersionParser $parser, $packageName, $constraint)
122 $constraint = $parser->parseConstraints((string) $constraint);
123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
118 satisfies(VersionParser $parser, $packageName, $constraint) global() argument
/plugin/gitbacked/
H A DCHANGELOG.md10 <!-- The subsequent comment lines start with a space - not to irritate the release scripts parser!
162 - This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 hap…
/plugin/googlesearch/
H A Dnusoap.php1026 var $parser; variable in XMLSchema
1133 xml_parser_free($this->parser);
3836 if($err = $parser->getError()){
4099 var $parser; variable in wsdl
4316 xml_parser_free($this->parser);
4546 function end_element($parser, $name){ argument
5921 xml_parser_free($this->parser);
6841 if($errstr = $parser->getError()){
6844 unset($parser);
6850 $return = $parser->get_response();
[all …]
/plugin/hipchat/
H A Dcomposer.lock35 "guzzle/parser": "self.version",
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog314 parser errors
1773 parser returns standard XML entities as-is'
H A Dfilter.pre.headfoot.class.php20 $parser = new ParserXHTML();
25 $box =& $parser->process($this->header_html, $pipeline, $null);
30 $box =& $parser->process($this->footer_html, $pipeline, $null);
H A Dpipeline.class.php290 var $parser; variable in Pipeline
1149 $box =& $this->parser->process($data->get_content(), $this, $media);
H A Dpipeline.factory.class.php26 $pipeline->parser = new ParserXHTML();
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php89 $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/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/html5video2/script/
H A Dvideo.min.js20parser:function(e){return"1.00"===e?null:Number(e)}},textOpacity:{selector:".vjs-text-opacity > se…
23 ….message;return t.logger_("m3u8-parser warn for "+i+": "+e)},oninfo:function(e){e=e.message;return…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md123 * #254: The parser threw an `E_NOTICE` for certain invalid objects. It now
502 * Added: jCal and jCard parser.
551 * Fixed: vCard date-time parser supported extended-format dates as well.
578 * Added: It's now possible to send parser options to the splitter classes.
590 * Added: MimeDir parser can now continue parsing with the same stream buffer.
615 * Added: Fancy new MimeDir parser that can also parse streams.

12345678910>>...17