Home
last modified time | relevance | path

Searched refs:parse (Results 26 – 50 of 952) sorted by relevance

12345678910>>...39

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php31 $parser->parse($env->tokenize(new Source($template, 'index')));
73 $parser->parse($env->tokenize(new Source($template, 'index')));
169 $parser->parse($stream);
275 $parser->parse($env->tokenize(new Source($template, 'index')));
294 $parser->parse($env->tokenize(new Source($template, 'index')));
323 $parser->parse($env->tokenize(new Source('{{ cycl() }}', 'index')));
335 $parser->parse($env->tokenize(new Source('{{ foobar() }}', 'index')));
347 $parser->parse($env->tokenize(new Source('{{ 1|lowe }}', 'index')));
359 $parser->parse($env->tokenize(new Source('{{ 1|foobar }}', 'index')));
371 $parser->parse($stream);
[all …]
H A DParserTest.php46 $parser->parse($stream);
62 $parser->parse($stream);
140 $parser->parse(new TokenStream([
160 $twig->parse($twig->tokenize(new Source(<<<EOF
197 public function parse(Token $token) function in TestTokenParser
200 $this->parser->parse(new TokenStream([
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/
H A DAddressBookQueryReportTest.php26 $result = $this->parse($xml);
63 $result = $this->parse($xml);
103 $this->parse($xml);
121 $result = $this->parse($xml);
166 $result = $this->parse($xml);
256 $this->parse($xml);
278 $this->parse($xml);
299 $this->parse($xml);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php89 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
175 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
232 $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
290 $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
318 $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
325 $this->parse(null, null, [], 'mailto:one@example.org');
340 $this->parse($oldMessage, null, [], 'mailto:one@example.org');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php87 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
171 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
227 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
284 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
314 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
321 $this->parse(null, null, array(), 'mailto:one@example.org');
336 $this->parse($oldMessage, null, array(), 'mailto:one@example.org');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php87 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
171 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
227 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
284 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
314 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
321 $this->parse(null, null, array(), 'mailto:one@example.org');
336 $this->parse($oldMessage, null, array(), 'mailto:one@example.org');
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.inc.php40 function parse($value, &$pipeline) { function in CSSBackground
45 $background = new Background(CSSBackgroundColor::parse($value),
46 CSSBackgroundImage::parse($value, $pipeline),
47 CSSBackgroundRepeat::parse($value),
48 CSSBackgroundPosition::parse($value),
49 CSSBackgroundAttachment::parse($value));
H A Dvalue.content.item.php7 function parse($string) { function in ValueContentItem
55 function parse($string) { function in ValueContentItemString
89 function parse($string) { function in ValueContentItemUri
116 function parse($string) { function in ValueContentItemCounter
155 function parse($string) { function in ValueContentItemAttr
175 function parse($string) { function in ValueContentItemOpenQuote
195 function parse($string) { function in ValueContentItemCloseQuote
215 function parse($string) { function in ValueContentItemNoOpenQuote
235 function parse($string) { function in ValueContentItemNoCloseQuote
H A Dcss.margin.inc.php9 $this->default_value = $this->parse("0");
45 function parse($value) { function in CSSMargin
64 function parse($value) { function in CSSMarginTop
79 function parse($value) { function in CSSMarginRight
94 function parse($value) { function in CSSMarginLeft
109 function parse($value) { function in CSSMarginBottom
H A Dcss.padding.inc.php9 $this->default_value = $this->parse("0");
42 function parse($string) { function in CSSPadding
63 function parse($value) { function in CSSPaddingTop
78 function parse($value) { function in CSSPaddingRight
94 function parse($value) { function in CSSPaddingLeft
109 function parse($value) { function in CSSPaddingBottom
H A Dcss.list-style.inc.php17 function parse($value, &$pipeline) { function in CSSListStyle
19 $style->image = CSSListStyleImage::parse($value, $pipeline);
20 $style->position = CSSListStylePosition::parse($value);
21 $style->type = CSSListStyleType::parse($value);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
H A DParserTest.php29 $this->parser->parse($sourceType)
110 $this->parser->parse('');
122 $this->parser->parse('Foo<bar');
134 $this->parser->parse(',');
146 $this->parser->parse('Foo<>');
158 $this->parser->parse('Foo<aa,>');
170 $this->parser->parse('Foo<\Bar>');
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php82 $compiler->parse($expression)
112 ->object($compiler->parse($variableName . ' * 2'))
115 $visitor->visit($compiler->parse($variableName . ' * 2'));
133 ->float($visitor->visit($compiler->parse($variableName . ' * 2')))
146 ->object($compiler->parse($constantName . ' * 2'))
149 $visitor->visit($compiler->parse($constantName . ' * 2'));
165 ->float($visitor->visit($compiler->parse($constantName . ' * 2')))
178 ->object($compiler->parse($functionName . '() * 2'))
181 $visitor->visit($compiler->parse($functionName . '() * 2'));
199 ->float($visitor->visit($compiler->parse($functionName . '() * 2')))
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php38 $this->assertEquals($html, $m->parse($markdown));
43 …$this->assertSame("<p>абвгдеёжзийклмнопрстуфхцчшщъыьэюя</p>\n", $this->createMarkdown()->parse('аб…
44 …$this->assertSame("<p>there is a charater, 配</p>\n", $this->createMarkdown()->parse('there is a ch…
45 …$this->assertSame("<p>Arabic Latter \"م (M)\"</p>\n", $this->createMarkdown()->parse('Arabic Latte…
46 $this->assertSame("<p>電腦</p>\n", $this->createMarkdown()->parse('電腦'));
57 $this->assertEquals("<p><code>�</code></p>\n", $m->parse("`\x80`"));
83 …ct === null ? "<p>$exptected</p>\n" : "<p>$pexpect</p>\n", $this->createMarkdown()->parse($input));
H A DParserTest.php28 $this->assertEquals("<p>Result is A</p>\n", $parser->parse('Result is [abc]'));
29 $this->assertEquals("<p>Result is B</p>\n", $parser->parse('Result is [[abc]]'));
39 $this->assertEquals("<p>Result is A</p>\n", $parser->parse('Result is [abc]'));
40 $this->assertEquals("<p>Result is B</p>\n", $parser->parse('Result is [[abc]]'));
65 $this->assertEquals("<p>0</p>\n", $parser->parse("0"));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php84 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
138 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
167 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:one@example.org');
174 $this->parse(null, null, array(), 'mailto:one@example.org');
189 $this->parse($oldMessage, null, array(), 'mailto:one@example.org');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DSyncCollectionTest.php21 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
45 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
69 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
90 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DPrincipalTest.php93 $principal = $this->parse($xml);
106 $principal = $this->parse($xml);
118 $principal = $this->parse($xml);
133 $this->parse($xml);
137 function parse($xml) { function in Sabre\\DAVACL\\Xml\\Property\\PrincipalTest
142 $result = $reader->parse();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php58 $this->parse();
74 $this->parse();
109 $this->parse();
132 $this->parse();
157 protected function parse(): void
138 protected function parse(): void global() function in FreeDSx\\Ldap\\Entry\\Dn
/plugin/masciimath/
H A Dsyntax.php294 function parse($prevsym, $situation) { function in syntax_plugin_masciimath
353 …$new = $this->parse($new, array('in_row' => true, 'first_in_row' => ($new === null), 'found_pipe' …
407 $new = $this->parse($sym, null);
414 $new1 = $this->parse($sym, null);
415 $new2 = $this->parse($new1, null);
423 $new = $this->parse($sym, null);
426 $new = $this->parse($new, null);
446 $pos5 = $new = $this->parse($sym, null); # ` z`
486 $new = $this->parse($sym, null);
510 $parsed = $this->parse(null, array('master' => true));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Expression/
H A DExpressionEvaluatorTest.php31 $parsed = $this->evaluator->parse('a + b', ['a', 'b' ]);
41 $parsed = $this->evaluator->parse('a + b', ['b']);
50 $parsed = $this->evaluator->parse('a + b', ['b']);
59 $parsed = $this->evaluator->parse('a + b', ['b']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DInviteReplyTest.php27 $result = $this->parse($xml);
50 $result = $this->parse($xml);
75 $this->parse($xml);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DValueObjectTest.php28 $output = $reader->parse();
66 $output = $reader->parse();
105 $output = $reader->parse();
143 $output = $reader->parse();
/plugin/webdav/vendor/sabre/vobject/lib/
H A DReader.php47 $result = $parser->parse($data, $options);
70 $result = $parser->parse($data, $options);
91 $result = $parser->parse($data, $options);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DReader.php46 $result = $parser->parse($data, $options);
70 $result = $parser->parse($data, $options);
92 $result = $parser->parse($data, $options);

12345678910>>...39