Home
last modified time | relevance | path

Searched refs:Component (Results 226 – 250 of 496) sorted by path

12345678910>>...20

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php12 namespace Symfony\Component\Yaml\Tests;
15 use Symfony\Component\Yaml\Dumper;
16 use Symfony\Component\Yaml\Parser;
17 use Symfony\Component\Yaml\Yaml;
H A DInlineTest.php12 namespace Symfony\Component\Yaml\Tests;
15 use Symfony\Component\Yaml\Exception\ParseException;
16 use Symfony\Component\Yaml\Inline;
17 use Symfony\Component\Yaml\Tag\TaggedValue;
18 use Symfony\Component\Yaml\Yaml;
H A DParseExceptionTest.php12 namespace Symfony\Component\Yaml\Tests;
15 use Symfony\Component\Yaml\Exception\ParseException;
H A DParserTest.php12 namespace Symfony\Component\Yaml\Tests;
15 use Symfony\Component\Yaml\Exception\ParseException;
16 use Symfony\Component\Yaml\Parser;
17 use Symfony\Component\Yaml\Tag\TaggedValue;
18 use Symfony\Component\Yaml\Yaml;
H A DYamlTest.php12 namespace Symfony\Component\Yaml\Tests;
15 use Symfony\Component\Yaml\Yaml;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DUnescaper.php12 namespace Symfony\Component\Yaml;
14 use Symfony\Component\Yaml\Exception\ParseException;
H A DYaml.php12 namespace Symfony\Component\Yaml;
14 use Symfony\Component\Yaml\Exception\ParseException;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst39 To get a translatable output, give a ``Symfony\Component\Translation\TranslatorInterface``
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php11 use Symfony\Component\Translation\TranslatorInterface;
12 use Symfony\Component\Translation\IdentityTranslator;
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt131 packaging a Major Component, but which is not part of that Major
132 Component, and (b) serves only to enable use of the work with that
133 Major Component, or to implement a Standard Interface for which an
135 "Major Component", in this context, means a major essential component
/plugin/flowplayer/player/
H A DLICENSE.txt172 packaging a Major Component, but which is not part of that Major
173 Component, and (b) serves only to enable use of the work with that
174 Major Component, or to implement a Standard Interface for which an
176 "Major Component", in this context, means a major essential component
/plugin/googlemaps3/
H A DLICENSE125 packaging a Major Component, but which is not part of that Major
126 Component, and (b) serves only to enable use of the work with that
127 Major Component, or to implement a Standard Interface for which an
129 "Major Component", in this context, means a major essential component
/plugin/gplusone/
H A DCOPYING125 packaging a Major Component, but which is not part of that Major
126 Component, and (b) serves only to enable use of the work with that
127 Major Component, or to implement a Standard Interface for which an
129 "Major Component", in this context, means a major essential component
/plugin/groupmail/
H A DLICENSE125 packaging a Major Component, but which is not part of that Major
126 Component, and (b) serves only to enable use of the work with that
127 Major Component, or to implement a Standard Interface for which an
129 "Major Component", in this context, means a major essential component
/plugin/headernofloat/
H A Dstyle.css2 * DokuWiki Plugin headernofloat (CSS Component)
/plugin/hipchat/
H A Dcomposer.lock152 "target-dir": "Symfony/Component/EventDispatcher",
182 "Symfony\\Component\\EventDispatcher\\": ""
199 "description": "Symfony EventDispatcher Component",
/plugin/htmlokalt/
H A DLICENSE55Component, but which is not part of that Major Component, and (b) serves only to enable use of the…
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards211 $vcard = new Component\VCard(array(
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md95 * #240: `Component\VCalendar::expand()` now returns a new expanded `VCalendar`
104 `Component\VCalendar` or `Component\VCard` during parsing.
586 * Changed: Component::remove() will throw an exception when trying to a node
621 Component::create, Property::create and Parameter::create. They must instead
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards211 $vcard = new Component\VCard(array(
H A Dgenerateicalendardata.php34 $calendar = new VObject\Component\VCalendar();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php5 use Sabre\VObject\Component\VCalendar;
74 if (!$vObj instanceof Component\VCard) {
80 } elseif ($object instanceof Component\VCard) {
110 * @return Component/VCalendar
H A DComponent.php17 class Component extends Node { class
148 * @param string|Property|Component $item
305 if ($array[$key] instanceof Component) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DAvailable.php3 namespace Sabre\VObject\Component;
17 class Available extends VObject\Component {
H A DVAlarm.php3 namespace Sabre\VObject\Component;
19 class VAlarm extends VObject\Component {

12345678910>>...20