Home
last modified time | relevance | path

Searched refs:component (Results 51 – 75 of 710) sorted by relevance

12345678910>>...29

/plugin/fckg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc1 <public:component lightweight="true">
36 </public:component>
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSet.php78 foreach ($this->components as $component) {
81 $writer->writeAttributes(['name' => $component]);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSet.php78 foreach ($this->components as $component) {
81 $writer->writeAttributes(['name' => $component]);
/plugin/webdavclient/
H A Dhelper.php865 foreach ($vObject->getComponents() as $component)
867 $componentType = $component->name;
872 $calendarObject->add($component);
1648 $component = null;
1654 if ($component->name !== 'VTIMEZONE')
1656 $componentType = $component->name;
1657 $uid = (string)$component->UID;
1669 if (!isset($component->RRULE))
1671 if (isset($component->DTEND))
1675 elseif (isset($component->DURATION))
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentMover.java180 for (Component component : components) in deregisterComponent()
181 component.removeMouseListener(this); in deregisterComponent()
191 for (Component component : components) in registerComponent()
192 component.addMouseListener(this); in registerComponent()
H A DComponentResizer.java186 for (Component component : components) { in deregisterComponent()
187 component.removeMouseListener(this); in deregisterComponent()
188 component.removeMouseMotionListener(this); in deregisterComponent()
199 for (Component component : components) { in registerComponent()
200 component.addMouseListener(this); in registerComponent()
201 component.addMouseMotionListener(this); in registerComponent()
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php486 foreach ($geometry->getComponents() as $component) {
487 $twkb .= $this->writePoint($component);
499 foreach ($geometry->getComponents() as $component) {
500 $twkb .= $this->writeLineString($component);
513 // foreach ($geometry->getComponents() as $component) {
514 // $this->writer->writeUVarInt($component->getId());
517 foreach ($geometry->getComponents() as $component) {
519 $func = 'write' . $component->geometryType();
520 $twkb .= $this->$func($component);
522 $twkb .= $this->writeGeometry($component);
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php115 if ('VEVENT' !== $itipMessage->component) {
278 foreach ($itipMessage->message->getComponents() as $component) {
279 $existingObject->add(clone $component);
285 foreach ($existingObject->getComponents() as $component) {
286 $existingObject->remove($component);
288 foreach ($itipMessage->message->getComponents() as $component) {
289 $existingObject->add(clone $component);
501 $message->component = 'VEVENT';
699 $message->component = 'VEVENT';
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php114 if ($itipMessage->component !== 'VEVENT') {
282 foreach($itipMessage->message->getComponents() as $component) {
283 $existingObject->add(clone $component);
289 foreach($existingObject->getComponents() as $component) {
290 $existingObject->remove($component);
292 foreach($itipMessage->message->getComponents() as $component) {
293 $existingObject->add(clone $component);
503 $message->component = 'VEVENT';
715 $message->component = 'VEVENT';
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php115 if ($itipMessage->component !== 'VEVENT') {
285 foreach ($itipMessage->message->getComponents() as $component) {
286 $existingObject->add(clone $component);
292 foreach ($existingObject->getComponents() as $component) {
293 $existingObject->remove($component);
295 foreach ($itipMessage->message->getComponents() as $component) {
296 $existingObject->add(clone $component);
509 $message->component = 'VEVENT';
722 $message->component = 'VEVENT';
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php114 if ($itipMessage->component !== 'VEVENT') {
282 foreach($itipMessage->message->getComponents() as $component) {
283 $existingObject->add(clone $component);
289 foreach($existingObject->getComponents() as $component) {
290 $existingObject->remove($component);
292 foreach($itipMessage->message->getComponents() as $component) {
293 $existingObject->add(clone $component);
503 $message->component = 'VEVENT';
715 $message->component = 'VEVENT';
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php163 $component = $this->root->createComponent(substr($line,6), array(), false);
174 $component->add($result);
180 if ($name!==$component->name) {
181 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $component->name . '" got: "END…
184 return $component;
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php163 $component = $this->root->createComponent(substr($line,6), array(), false);
174 $component->add($result);
180 if ($name!==$component->name) {
181 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $component->name . '" got: "END…
184 return $component;
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php163 $component = $this->root->createComponent(substr($line,6), array(), false);
174 $component->add($result);
180 if ($name!==$component->name) {
181 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $component->name . '" got: "END…
184 return $component;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php838 foreach ($vobj->getComponents() as $component) {
839 switch ($component->name) {
846 $foundType = $component->name;
850 if (!isset($component->UID)) {
851 … throw new DAV\Exception\BadRequest('Every ' . $component->name . ' component must have an UID');
853 $foundUID = (string)$component->UID;
855 if ($foundType !== $component->name) {
856 …quest('A calendar object must only contain 1 component. We found a ' . $component->name . ' as wel…
858 if ($foundUID !== (string)$component->UID) {
859 …throw new DAV\Exception\BadRequest('Every ' . $component->name . ' in this object must have identi…
[all …]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php166 $component = isset($extra['component']) ? $extra['component'] : array();
167 if (isset($component['name'])) {
168 $name = $component['name'];
/plugin/bootswrapper/exe/help/
H A Djumbotron.txt3 A lightweight, flexible component that can optionally extend the entire viewport to showcase key co…
9 component for calling extra attention to featured
21 component for calling extra attention to featured
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php201 $component = $this->root->createComponent(substr($line, 6), [], false);
211 $component->add($result);
216 if ($name !== $component->name) {
217 …throw new ParseException('Invalid MimeDir file. expected: "END:'.$component->name.'" got: "END:'.$…
220 return $component;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php208 $component = $this->root->createComponent(substr($line, 6), [], false);
219 $component->add($result);
225 if ($name !== $component->name) {
226 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $component->name . '" got: "END…
229 return $component;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php214 $component = VObject\Reader::readXML($xml);
258 VObject\Writer::write($component)
2876 $component = VObject\Reader::readXML($xml);
2877 $this->assertVObjectEqualsVObject($mimedir, $component);
2889 $component = VObject\Reader::read($mimedir);
2890 $this->assertXmlStringEqualsXmlString($xml, VObject\Writer::writeXML($component));
/plugin/imapmarkers/syntax/
H A Dmap.php31 private string $component; variable in syntax_plugin_imapmarkers_map
43 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());
64 $this->Lexer->addEntryPattern('\{{2}(?i)IMAPMARKERS>[^\}]+\}{2}', $mode, $this->component);
65 $this->Lexer->addPattern('\s*\{{2}(?i)CFG>\}{2}.*?\{{2}<CFG\s*\}{2}\s*', $this->component);
66 $this->Lexer->addPattern('\s*\[{2}.+?\]{2}\s*', $this->component);
74 $this->Lexer->addExitPattern('\{{2}<(?i)IMAPMARKERS\}{2}', $this->component);
/plugin/dev/
H A Dcli.php47 $options->registerCommand('addComponent', 'Add a new plugin component.');
48 $options->registerArgument('type', 'Type of the component. Needs to be one of ' . join(', ', $types), true,
50 $options->registerArgument('name', 'Optional name of the component. Defaults to a base component.', false,
107 $component = array_shift($args);
108 return $this->cmdAddComponent($type, $component);
335 * Add another component to the plugin
338 * @param string $component
340 protected function cmdAddComponent($type, $component = '')
343 $skeletor->addComponent($type, $component);
326 cmdAddComponent($type, $component = '') global() argument
[all...]
/plugin/combo/vendor/symfony/process/
H A DREADME.md4 The Process component executes commands in sub-processes.
9 The Process component for Symfony 5.4/6.0 is [backed][1] by [SensioLabs][2].
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java523 public static JTableRenderer getVertex(Component component) in getVertex() argument
525 while (component != null) in getVertex()
527 if (component instanceof JTableRenderer) in getVertex()
529 return (JTableRenderer) component; in getVertex()
531 component = component.getParent(); in getVertex()
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php467 $component = new FakeComponent($vcard, 'Hi', [], $defaults = false);
469 $component->add($v, 'Hello.');
472 $this->assertEquals($errorCount, count($component->validate()));
480 $component = new FakeComponent($vcard, 'Hi', [], $defaults = false);
481 $component->validate(Component::REPAIR);
482 $this->assertEquals('yow', $component->BAR->getValue());

12345678910>>...29