Home
last modified time | relevance | path

Searched refs:parse (Results 51 – 75 of 952) sorted by relevance

12345678910>>...39

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font.inc.php62 function parse($value) { function in CSSFont
138 $font->style = CSSFontStyle::parse($subvalue);
141 $font->weight = CSSFontWeight::parse($subvalue);
145 $font->size = CSSFontSize::parse($size_subvalues[0]);
148 $font->line_height = $handler->parse($size_subvalues[1]);
152 $font->family = CSSFontFamily::parse($subvalue);
H A Dcss.border.right.inc.php13 function parse($value) { function in CSSBorderRight
18 $border = CSSBorder::parse($value);
H A Dcss.border.left.inc.php13 function parse($value) { function in CSSBorderLeft
18 $border = CSSBorder::parse($value);
H A Dcss.border.bottom.inc.php13 function parse($value) { function in CSSBorderBottom
18 $border = CSSBorder::parse($value);
H A Dcss.border.top.inc.php13 function parse($value) { function in CSSBorderTop
18 $border = CSSBorder::parse($value);
H A Dcss.border.inc.php60 function parse($value) { function in CSSBorder
82 $border_color = $color_handler->parse($subvalue);
87 $border_width = $width_handler->parse($subvalue);
92 $border_style = $style_handler->parse($subvalue);
H A Dcss.content.inc.php76 function &parse($value) { function in CSSContent
81 $value_obj =& ValueContent::parse($value);
H A Dcss.html2ps.html.content.inc.php21 function &parse($value) { function in CSSHTML2PSHTMLContent
26 $value_obj =& ValueContent::parse($value);
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DMarkdownTest.php34 $this->assertEquals("<p>&amp;</p>\n", $this->createMarkdown()->parse('&'));
35 $this->assertEquals("<p>&lt;</p>\n", $this->createMarkdown()->parse('<'));
43 $this->assertEquals("<p>0</p>\n", $parser->parse("0"));
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md9 * Allow negatable for the parse tags option with `--no-parse-tags`
27 Yaml::parse('072');
33 Yaml::parse('0o72');
79 * being able to pass boolean options to the `Yaml::parse()`, `Yaml::dump()`,
80 `Parser::parse()`, and `Dumper::dump()` methods to configure the behavior of
88 Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS);
129 Yaml::parse($yaml);
142 Yaml::parse($yaml);
165 Yaml::parse('!ph
[all...]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME19 $parse->fieldExtract;
20 $parse->removeDelimit;
21 $parse->expandMacro = FALSE/TRUE to expand macros within BibTeX entries ('#' and @string values).
23 If $parse->fieldExtract == TRUE (default), the $entries array using the supplied example bib.bib fi…
54 If $parse->fieldExtract == FALSE, the $entries array using the supplied example bib.bib file will b…
64parse->removeDelimit == TRUE (default), all double-quotes or braces that enclose field values of B…
74 $parse->loadStringMacro($more_macro);
76 $parse->returnArrays() will then return $entries with all BibTeX macros (BibTeX file + $more_macro)…
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php37 $output = $reader->parse();
130 $this->assertEquals($expected, $reader->parse());
196 $output = $reader->parse();
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php37 $output = $reader->parse();
130 $this->assertEquals($expected, $reader->parse());
196 $output = $reader->parse();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php167 $result = $reader->parse();
212 $result = $reader->parse();
252 $result = $reader->parse();
302 $result = $reader->parse();
H A DCurrentUserPrivilegeSetTest.php51 $result = $this->parse($source);
58 function parse($xml) { function in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSetTest
63 $result = $reader->parse();
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md26 * being able to pass boolean options to the `Yaml::parse()`, `Yaml::dump()`,
27 `Parser::parse()`, and `Dumper::dump()` methods to configure the behavior of
35 Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS);
76 Yaml::parse($yaml);
89 Yaml::parse($yaml);
112 Yaml::parse('!php/const:PHP_INT_MAX', Yaml::PARSE_CONSTANT);
135 Yaml::parse('2001-12-15 21:59:43.10 -5', Yaml::PARSE_DATETIME);
145 …Yaml::parse('{ "foo": "bar", "fiz": "cat" }', Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE | Yaml::PARSE_…
157 * Yaml::parse() now throws an exception when a blackslash is not escaped
183 * Yaml::parse() does not evaluate loaded files as PHP files by default
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php22 $stream = $env->parse($env->tokenize(new Source('{{ block("foo") }}', 'index')));
34 …$stream = $env->parse($env->tokenize(new Source('{% extends "foo" %}{% block content %}{{ parent()…
49 $stream = $env->parse($env->tokenize(new Source('{{ block(name|lower) }}', 'index')));
64 $stream = $env->parse($env->tokenize(new Source($template, 'index')));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DFreeBusyReportTest.php107 $report = $this->server->xml->parse($reportXML, null, $rootElem);
129 $report = $this->server->xml->parse($reportXML, null, $rootElem);
151 $report = $this->server->xml->parse($reportXML, null, $rootElem);
172 $report = $this->server->xml->parse($reportXML, null, $rootElem);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php67 return $this->parser->parse($class->getDocComment(), 'class '.$class->getName());
75 …return $this->parser->parse($method->getDocComment(), 'method '.$method->getDeclaringClass()->name…
83 …return $this->parser->parse($property->getDocComment(), 'property '.$property->getDeclaringClass()…
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php60 $ast = $compiler->parse('1 / 0')
74 $ast = $compiler->parse('1 / (1 / 0)')
89 ->when($ast = $compiler->parse('C'))
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php17 $base = parse($basePath);
18 $delta = parse($newPath);
108 $parts = parse($uri);
170 function parse($uri) { function
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DParserTest.php38 $diffs = $this->parser->parse($content);
59 $diffs = $this->parser->parse($content);
86 $diffs = $this->parser->parse($content);
137 $diffs = $this->parser->parse($content);
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php95 $ast = $compiler->parse($expression);
165 echo $dump->visit($compiler->parse($handle)), "\n";
180 echo $visitor->visit($compiler->parse($expression)), "\n";
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php86 function parse($input, $contextUri = null, &$rootElementName = null) { function in Sabre\\Xml\\Service
97 $result = $r->parse();
130 $result = $r->parse();
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php16 * A factory class to parse a string and create a DsnFunction.
64 public static function parse(string $dsn): Dsn function in Nyholm\\Dsn\\DsnParser
68 return self::parse($matches[2]);
78 $dsn = self::parse($dsn);
88 $dsn = self::parse($dsn);

12345678910>>...39