Home
last modified time | relevance | path

Searched refs:parse (Results 101 – 125 of 952) sorted by relevance

12345678910>>...39

/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php25 $base = parse($basePath);
26 $delta = parse($newPath);
116 $parts = parse($uri);
181 function parse($uri) { function
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
H A DXmlTest.php26 function parse($xml, array $elementMap = []) { function in Sabre\\DAV\\Xml\\XmlTest
31 return $reader->parse();
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DTag.php42 public function parse(Twig_Token $token) function in Twig_Extensions_Grammar_Tag
48 $element = $grammar->parse($token);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php48 $busyStart = VObject\DateTimeParser::parse($busyStart);
49 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php49 $busyStart = VObject\DateTimeParser::parse($busyStart);
50 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md7 * #16: Correctly parse urls that are only a fragment `#`.
13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
31 non ascii-characters such as Chinese or Hebrew. sabre/uri's `parse()`
H A DREADME.md15 3. `parse`, which works like PHP's [parse_url][6].
16 4. `build` to do the exact opposite of `parse`.
45 [6]: http://php.net/manual/en/function.parse-url.php
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md7 * #16: Correctly parse urls that are only a fragment `#`.
13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
31 non ascii-characters such as Chinese or Hebrew. sabre/uri's `parse()`
H A DREADME.md15 3. `parse`, which works like PHP's [parse_url][6].
16 4. `build` to do the exact opposite of `parse`.
45 [6]: http://php.net/manual/en/function.parse-url.php
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php232 $this->parse();
246 $this->parse();
260 $this->parse();
274 $this->parse();
340 $this->parse();
347 protected function parse() function in PHP_Token_Stream
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php14 $result = $mimeDir->parse($input);
32 $result = $mimeDir->parse($input);
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.php30 function &parse($string) { function in ValueContent
34 $result = ValueContentItem::parse($string);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php14 $result = $mimeDir->parse($input);
32 $result = $mimeDir->parse($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php14 $result = $mimeDir->parse($input);
32 $result = $mimeDir->parse($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php14 $result = $mimeDir->parse($input);
32 $result = $mimeDir->parse($input);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php20 $bench->parse->start();
24 $bench->parse->stop();
H A Dbench_manipulatevcard.php26 $bench->parse->start();
28 $bench->parse->pause();
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php75 public static function parse(string $input, int $flags = 0) function in Symfony\\Component\\Yaml\\Yaml
79 return $yaml->parse($input, $flags);
/plugin/combo/vendor/symfony/yaml/
H A DYaml.php65 * $array = Yaml::parse(file_get_contents('config.yml'));
76 public static function parse(string $input, int $flags = 0) function in Symfony\\Component\\Yaml\\Yaml
80 return $yaml->parse($input, $flags);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php80 $multiStatus = $this->server->xml->parse(
133 $multiStatus = $this->server->xml->parse(
186 $multiStatus = $this->server->xml->parse(
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DExpressionEvaluator.php54 public function parse(string $expression, array $names = []): Expression function in JMS\\Serializer\\Expression\\ExpressionEvaluator
56 …return new Expression($this->expressionLanguage->parse($expression, array_merge(array_keys($this->…
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php107 function parse($input, $contextUri = null, &$rootElementName = null) { function in Sabre\\Xml\\Service
118 $result = $r->parse();
161 $result = $r->parse();

12345678910>>...39