Home
last modified time | relevance | path

Searched refs:parse (Results 201 – 225 of 952) sorted by relevance

12345678910>>...39

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.html2ps.pixels.php13 function &parse($value) { function in CSSHTML2PSPixels
H A Dcss.pseudo.cellpadding.inc.php13 function parse($value) { function in CSSCellPadding
H A Dcss.pseudo.cellspacing.inc.php13 function parse($value) { function in CSSCellSpacing
H A Dcss.color.inc.php13 function parse($value) { function in CSSColor
H A Dcss.background.attachment.inc.php19 function &parse($value_string) { function in CSSBackgroundAttachment
H A Dcss.border.left.color.inc.php25 function parse($value) { function in CSSBorderLeftColor
H A Dcss.border.left.style.inc.php25 function parse($value) { function in CSSBorderLeftStyle
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DSwitch.php22 public function parse(Twig_Token $token) function in Twig_Extensions_Grammar_Switch
H A DBoolean.php22 public function parse(Twig_Token $token) function in Twig_Extensions_Grammar_Boolean
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DBlockParserInterface.php
H A DLazyParagraphParser.php
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DInfiteLoopTest.php25 $output = $reader->parse();
/plugin/metadisplay/
H A Dplugin.info.txt6 desc parse and output metadata
/plugin/elasticsearch/_test/
H A Ddocindex.test.php59 $this->assertEquals($expected, $this->docparser->parse($file));
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DFlushTokenParser.php26 public function parse(Token $token) function in Twig\\TokenParser\\FlushTokenParser
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DRepeatingElementsTest.php24 $result = $service->parse($xml);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php101 return Header::parse($header);
301 return Query::parse($str, $urlEncoding);
/plugin/diagramsnet/lib/plugins/
H A Dpage.js7 mxResources.parse('page=Reorder pages...');
64 mxResources.parse('place=Place pages...');
H A DcConf-comments.js267 var tmpComments = JSON.parse(JSON.stringify(confComments));
320 var tmpComments = JSON.parse(JSON.stringify(confComments));
359 var tmpComments = JSON.parse(JSON.stringify(confComments));
388 var tmpComments = JSON.parse(JSON.stringify(confComments));
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php145 static function parse(&$bibtex) { function in BibtexConverter
151 $stat = self::$parser->parse();
196 $data = self::parse($bibtex);
/plugin/refnotes/
H A Ddatabase.php205 $this->parse();
214 private function parse() { function in refnotes_reference_database_page
353 foreach (refnotes_bibtex_parser::getInstance()->parse($text) as $data) {
407 $this->parse();
/plugin/mdpage/vendor/cebe/markdown/tests/
H A Dprofile.php19 $pd->parse($markdown);
/plugin/ipban/ip-lib/
H A DREADME.md46 To parse an IPv4 address:
52 To parse an IPv6 address:
58 To parse an address in any format (IPv4 or IPv6):
79 To parse a subnet (CIDR) range:
86 To parse a pattern (asterisk notation) range:
93 To parse an andress as a range:
100 To parse a range in any format:
/plugin/combo/vendor/symfony/yaml/
H A DParser.php65 return $this->parse(file_get_contents($filename), $flags);
81 public function parse(string $value, int $flags = 0) function in Symfony\\Component\\Yaml\\Parser
202 // this is a compact notation element, add to next block and parse
369 throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filename);
373 return Inline::parse($this->lexInlineQuotedString(), $flags, $this->refs);
382 throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filename);
386 $parsedMapping = Inline::parse($this->lexInlineMapping(), $flags, $this->refs);
390 throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filename);
403 throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filename);
407 $parsedSequence = Inline::parse(
[all...]
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js36 var PsP=new PsParser;function parse(L){PsP.init(L);while(PsP.peek()){var T=PsP.token();if(T||T===0){Os.push(T);if(PsP.D<=0||isSymbol(T)&&(member(symbolName(T),"[]{}")||"<<"==symbolName(T)||">>"==symbolName(T))){exec();while(0<Es.length) function
39 Ps0.prototype.run=run;Ps0.prototype.exec=exec;Ps0.prototype.step=step;Ps0.prototype.parse=parse;return this} method in Ps0
67 Ps.step()})};Sd[".minv"]=function(){var M=Os.pop();var a=M[0];var b=M[1];var d=M[2];var e=M[3];var g=M[4];var h=M[5];Os.push([e,b,d,a,d*h-e*g,b*g-a*h])};Sd[".mmul"]=function(){var B=Os.pop();var A=Os.pop();var a=A[0];var b=A[1];var d=A[2];var e=A[3];var g=A[4];var h=A[5];var r=B[0];var s=B[1];var u=B[2];var v=B[3];var x=B[4];var y=B[5];Os.push([a*r+b*u,a*s+b*v,d*r+e*u,d*s+e*v,g*r+h*u+x,g*s+h*v+y])};Sd[".xy"]=function(){var M=Os.pop();var Y=Os.pop();var X=Os.pop();Os.push(M[0]*X+M[2]*Y+M[4]);Os.push(M[1]*X+M[3]*Y+M[5])};Sd[".rgb"]=function(){var B=Os.pop();var G=Os.pop();var R=Os.pop();Os.push("rgb("+R+","+G+","+B+")")};Sd[".rgba"]=function(){var A=Os.pop();var B=Os.pop();var G=Os.pop();var R=Os.pop();Os.push("rgba("+R+","+G+","+B+","+A+")")};function parse(){var T=arguments;if(T.length) function
69 Ps.parse(T[I]);else Ps.parse(T);return Os}
70 Wps.prototype.parse=parse;return this} method in Wps
236 Psvg.prototype.ps_eval=function(txt){wps.parse(txt);ps_flush(true)}
237 function pscall(f,x,y,script){gcur.xorig=gcur.xoffs=abcobj.sx(0);gcur.yorig=gcur.yoffs=abcobj.sy(0);gcur.cx=0;gcur.cy=0;wps.parse(scrip
[all...]

12345678910>>...39