Home
last modified time | relevance | path

Searched refs:Component (Results 1 – 25 of 571) sorted by relevance

12345678910>>...23

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DParameterTest.php9 $cal = new Component\VCalendar();
19 $card = new Component\VCard();
30 $cal = new Component\VCalendar();
50 $cal = new Component\VCalendar();
59 $cal = new Component\VCalendar();
68 $cal = new Component\VCalendar();
76 $cal = new Component\VCalendar();
84 $cal = new Component\VCalendar();
98 $cal = new Component\VCalendar();
106 $cal = new Component\VCalendar();
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DParameterTest.php9 $cal = new Component\VCalendar();
19 $card = new Component\VCard();
30 $cal = new Component\VCalendar();
50 $cal = new Component\VCalendar();
59 $cal = new Component\VCalendar();
68 $cal = new Component\VCalendar();
76 $cal = new Component\VCalendar();
84 $cal = new Component\VCalendar();
98 $cal = new Component\VCalendar();
106 $cal = new Component\VCalendar();
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DParameterTest.php9 $cal = new Component\VCalendar();
19 $card = new Component\VCard();
30 $cal = new Component\VCalendar();
50 $cal = new Component\VCalendar();
59 $cal = new Component\VCalendar();
68 $cal = new Component\VCalendar();
76 $cal = new Component\VCalendar();
84 $cal = new Component\VCalendar();
98 $cal = new Component\VCalendar();
106 $cal = new Component\VCalendar();
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php9 $cal = new Component\VCalendar();
19 $card = new Component\VCard();
30 $cal = new Component\VCalendar();
50 $cal = new Component\VCalendar();
59 $cal = new Component\VCalendar();
68 $cal = new Component\VCalendar();
76 $cal = new Component\VCalendar();
84 $cal = new Component\VCalendar();
98 $cal = new Component\VCalendar();
106 $cal = new Component\VCalendar();
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
DDateAndOrTimeTest.php15 $vcard = new VObject\Component\VCard();
87 $vcard = new VObject\Component\VCard();
100 $vcard = new VObject\Component\VCard();
116 $vcard = new VObject\Component\VCard();
128 $vcard = new VObject\Component\VCard();
141 $vcard = new VObject\Component\VCard();
154 $vcard = new VObject\Component\VCard();
167 $vcard = new VObject\Component\VCard();
182 $vcard = new VObject\Component\VCard();
194 $vcard = new VObject\Component\VCard();
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DWriter.php22 * @param Component $component
26 static function write(Component $component) {
35 * @param Component $component
40 static function writeJson(Component $component, $options = 0) {
49 * @param Component $component
53 static function writeXml(Component $component) {
61 if ($component instanceof Component\VCalendar) {
/plugin/webdav/vendor/sabre/vobject/lib/
DWriter.php22 * @param Component $component
26 public static function write(Component $component)
34 * @param Component $component
39 public static function writeJson(Component $component, $options = 0)
47 * @param Component $component
51 public static function writeXml(Component $component)
59 if ($component instanceof Component\VCalendar) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
DDateAndOrTimeTest.php16 $vcard = new VObject\Component\VCard();
88 $vcard = new VObject\Component\VCard();
104 $vcard = new VObject\Component\VCard();
116 $vcard = new VObject\Component\VCard();
129 $vcard = new VObject\Component\VCard();
142 $vcard = new VObject\Component\VCard();
157 $vcard = new VObject\Component\VCard();
169 $vcard = new VObject\Component\VCard();
181 $vcard = new VObject\Component\VCard();
223 $vcard = new VObject\Component\VCard();
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
DDateAndOrTimeTest.php16 $vcard = new VObject\Component\VCard();
88 $vcard = new VObject\Component\VCard();
104 $vcard = new VObject\Component\VCard();
116 $vcard = new VObject\Component\VCard();
129 $vcard = new VObject\Component\VCard();
142 $vcard = new VObject\Component\VCard();
157 $vcard = new VObject\Component\VCard();
169 $vcard = new VObject\Component\VCard();
181 $vcard = new VObject\Component\VCard();
223 $vcard = new VObject\Component\VCard();
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php16 $vcard = new VObject\Component\VCard();
88 $vcard = new VObject\Component\VCard();
104 $vcard = new VObject\Component\VCard();
116 $vcard = new VObject\Component\VCard();
129 $vcard = new VObject\Component\VCard();
142 $vcard = new VObject\Component\VCard();
157 $vcard = new VObject\Component\VCard();
169 $vcard = new VObject\Component\VCard();
181 $vcard = new VObject\Component\VCard();
223 $vcard = new VObject\Component\VCard();
[all …]
/plugin/scrape/vendor/symfony/css-selector/Parser/Handler/
DStringHandler.php12 namespace Symfony\Component\CssSelector\Parser\Handler;
14 use Symfony\Component\CssSelector\Exception\InternalErrorException;
15 use Symfony\Component\CssSelector\Exception\SyntaxErrorException;
16 use Symfony\Component\CssSelector\Parser\Reader;
17 use Symfony\Component\CssSelector\Parser\Token;
18 use Symfony\Component\CssSelector\Parser\Tokenizer\TokenizerEscaping;
19 use Symfony\Component\CssSelector\Parser\Tokenizer\TokenizerPatterns;
20 use Symfony\Component\CssSelector\Parser\TokenStream;
DHashHandler.php12 namespace Symfony\Component\CssSelector\Parser\Handler;
14 use Symfony\Component\CssSelector\Parser\Reader;
15 use Symfony\Component\CssSelector\Parser\Token;
16 use Symfony\Component\CssSelector\Parser\Tokenizer\TokenizerEscaping;
17 use Symfony\Component\CssSelector\Parser\Tokenizer\TokenizerPatterns;
18 use Symfony\Component\CssSelector\Parser\TokenStream;
DIdentifierHandler.php12 namespace Symfony\Component\CssSelector\Parser\Handler;
14 use Symfony\Component\CssSelector\Parser\Reader;
15 use Symfony\Component\CssSelector\Parser\Token;
16 use Symfony\Component\CssSelector\Parser\Tokenizer\TokenizerEscaping;
17 use Symfony\Component\CssSelector\Parser\Tokenizer\TokenizerPatterns;
18 use Symfony\Component\CssSelector\Parser\TokenStream;
DNumberHandler.php12 namespace Symfony\Component\CssSelector\Parser\Handler;
14 use Symfony\Component\CssSelector\Parser\Reader;
15 use Symfony\Component\CssSelector\Parser\Token;
16 use Symfony\Component\CssSelector\Parser\Tokenizer\TokenizerPatterns;
17 use Symfony\Component\CssSelector\Parser\TokenStream;
/plugin/scrape/vendor/symfony/css-selector/
DCssSelectorConverter.php12 namespace Symfony\Component\CssSelector;
14 use Symfony\Component\CssSelector\Parser\Shortcut\ClassParser;
15 use Symfony\Component\CssSelector\Parser\Shortcut\ElementParser;
16 use Symfony\Component\CssSelector\Parser\Shortcut\EmptyStringParser;
17 use Symfony\Component\CssSelector\Parser\Shortcut\HashParser;
18 use Symfony\Component\CssSelector\XPath\Extension\HtmlExtension;
19 use Symfony\Component\CssSelector\XPath\Translator;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
DXML.php5 use Sabre\VObject\Component; alias
6 use Sabre\VObject\Component\VCalendar;
7 use Sabre\VObject\Component\VCard;
116 * @param Component $parentComponent
118 protected function parseVCalendarComponents(Component $parentComponent)
138 * @param Component $parentComponent
140 protected function parseVCardComponents(Component $parentComponent)
149 * @param Component $parentComponent
152 protected function parseProperties(Component $parentComponent, $propertyNamePrefix = '')
306 * @param Component $parentComponent
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
DXML.php5 use Sabre\VObject\Component; alias
6 use Sabre\VObject\Component\VCalendar;
7 use Sabre\VObject\Component\VCard;
123 * @param Component $parentComponent
127 protected function parseVCalendarComponents(Component $parentComponent) {
150 * @param Component $parentComponent
154 protected function parseVCardComponents(Component $parentComponent) {
164 * @param Component $parentComponent
169 protected function parseProperties(Component $parentComponent, $propertyNamePrefix = '') {
336 * @param Component $parentComponent
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
DComponentMover.java3 import java.awt.Component;
42 private Component destinationComponent;
43 private Component destination;
44 private Component source;
71 public ComponentMover(Class destinationClass, Component... components) { in ComponentMover()
86 public ComponentMover(Component destinationComponent, in ComponentMover()
87 Component... components) { in ComponentMover()
179 public void deregisterComponent(Component... components) { in deregisterComponent()
180 for (Component component : components) in deregisterComponent()
190 public void registerComponent(Component... components) { in registerComponent()
[all …]
DComponentResizer.java3 import java.awt.Component;
76 public ComponentResizer(Component... components) { in ComponentResizer()
90 public ComponentResizer(Insets dragInsets, Component... components) { in ComponentResizer()
106 Component... components) { in ComponentResizer()
185 public void deregisterComponent(Component... components) { in deregisterComponent()
186 for (Component component : components) { in deregisterComponent()
198 public void registerComponent(Component... components) { in registerComponent()
199 for (Component component : components) { in registerComponent()
246 Component source = e.getComponent(); in mouseMoved()
277 Component source = e.getComponent(); in mouseEntered()
[all …]
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php12 namespace Symfony\Component\Yaml\Command;
14 use Symfony\Component\Console\CI\GithubActionReporter;
15 use Symfony\Component\Console\Command\Command;
16 use Symfony\Component\Console\Completion\CompletionInput;
17 use Symfony\Component\Console\Completion\CompletionSuggestions;
18 use Symfony\Component\Console\Exception\InvalidArgumentException;
19 use Symfony\Component\Console\Exception\RuntimeException;
20 use Symfony\Component\Console\Input\InputArgument;
21 use Symfony\Component\Console\Input\InputInterface;
22 use Symfony\Component\Console\Input\InputOption;
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
DLintCommand.php12 namespace Symfony\Component\Yaml\Command;
14 use Symfony\Component\Console\Command\Command;
15 use Symfony\Component\Console\Exception\InvalidArgumentException;
16 use Symfony\Component\Console\Exception\RuntimeException;
17 use Symfony\Component\Console\Input\InputArgument;
18 use Symfony\Component\Console\Input\InputInterface;
19 use Symfony\Component\Console\Input\InputOption;
20 use Symfony\Component\Console\Output\OutputInterface;
21 use Symfony\Component\Console\Style\SymfonyStyle;
22 use Symfony\Component\Yaml\Exception\ParseException;
[all …]
/plugin/scrape/vendor/symfony/css-selector/Parser/Shortcut/
DClassParser.php12 namespace Symfony\Component\CssSelector\Parser\Shortcut;
14 use Symfony\Component\CssSelector\Node\ClassNode;
15 use Symfony\Component\CssSelector\Node\ElementNode;
16 use Symfony\Component\CssSelector\Node\SelectorNode;
17 use Symfony\Component\CssSelector\Parser\ParserInterface;
DHashParser.php12 namespace Symfony\Component\CssSelector\Parser\Shortcut;
14 use Symfony\Component\CssSelector\Node\ElementNode;
15 use Symfony\Component\CssSelector\Node\HashNode;
16 use Symfony\Component\CssSelector\Node\SelectorNode;
17 use Symfony\Component\CssSelector\Parser\ParserInterface;
DEmptyStringParser.php12 namespace Symfony\Component\CssSelector\Parser\Shortcut;
14 use Symfony\Component\CssSelector\Node\ElementNode;
15 use Symfony\Component\CssSelector\Node\SelectorNode;
16 use Symfony\Component\CssSelector\Parser\ParserInterface;
/plugin/jplayer/vendor/robloach/component-installer/
DREADME.md1 # Component Installer for [Composer](http://getcomposer.org) [![Build Status](https://secure.travis…
21 To install a Component with Composer, add the Component to your *composer.json*
40 ### Using the Component
42 The easiest approach is to use the Component statically. Just reference the
52 file is also compiled, including all Component stylesheets:
62 <h1>jQuery+RequireJS Component Installer Sample Page</h1>
138 ## Creating a Component
140 To set up a Component to be installed with Component Installer, have it
170 together and processed when loading the Component.
173 * `files` - Any additional file assets that should be copied into the Component
[all …]

12345678910>>...23