Home
last modified time | relevance | path

Searched refs:component (Results 76 – 100 of 710) sorted by relevance

12345678910>>...29

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php467 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
469 $component->add($v,'Hello.');
472 $this->assertEquals($errorCount, count($component->validate()));
480 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
481 $component->validate(Component::REPAIR);
482 $this->assertEquals('yow', $component->BAR->getValue());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php467 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
469 $component->add($v,'Hello.');
472 $this->assertEquals($errorCount, count($component->validate()));
480 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
481 $component->validate(Component::REPAIR);
482 $this->assertEquals('yow', $component->BAR->getValue());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php467 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
469 $component->add($v,'Hello.');
472 $this->assertEquals($errorCount, count($component->validate()));
480 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
481 $component->validate(Component::REPAIR);
482 $this->assertEquals('yow', $component->BAR->getValue());
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php247 $component = $this->getGeometry();
248 $component->setSRID(null);
249 $components[] = $component;
391 foreach ($geometry->getComponents() as $component) {
392 $wkb .= $this->writeGeometry($component);
/plugin/calendoku/syntax/
H A Dshowicalendar.php75 foreach ($object->components as $component) {
78 foreach ($component->renderfields as $field => $value) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php103 $component = array(
115 $component['main'] = $name.'-built.js';
118 $json['packages'][] = $component;
/plugin/tagfilter/script/select2/
H A Drelease.sh31 sed -E -e "s/\"version\": \"([0-9\.]+)\",/\"version\": \"$ver\",/g" -i -- bower.json select2.jquery.json component.json composer.json package.json
35 git add component.json
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php235 $component = array('n' => $modulus, 'e' => $exponent);
239 $loader = PublicKeyLoader::load($component);
246 $rsa->loadKey($component);
/plugin/davcal/
H A Dhelper.php1688 $component = null;
1692 foreach ($vObject->getComponents() as $component)
1694 if ($component->name !== 'VTIMEZONE')
1696 $componentType = $component->name;
1697 $uid = (string)$component->UID;
1709 if (!isset($component->RRULE))
1711 if (isset($component->DTEND))
1715 elseif (isset($component->DURATION))
1717 $endDate = clone $component->DTSTART->getDateTime();
1721 elseif (!$component->DTSTART->hasTime())
[all …]
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc1 <public:component>
42 </public:component>
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc1 <public:component>
42 </public:component>
/plugin/s5/ui/default/
H A Diepngfix.htc1 <public:component>
42 </public:component>
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc1 <public:component>
42 </public:component>
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php312 foreach ($components as $component) {
313 $componentName = static::getTagName($component['name']);
320 $this->pointer = &$component;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php344 foreach ($components as $component) {
346 $componentName = static::getTagName($component['name']);
353 $this->pointer = &$component;
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md20 * Fix an OID encoding case when the second component would be near or over the max int as defined by PHP.
24 * Fix the encoding / decoding of OIDs when the first / second component is more than one byte (found by @danielmarschall)
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1679 this.component = component;
1829 _this.component = component;
4496 this.component = component;
7212 var component = this.component;
11602 var component = this.component;
11787 var component = this.component;
11807 var component = this.component;
11986 var component = this.component;
11997 var component = this.component;
12040 var component = this.component;
[all …]
/plugin/jplayer/
H A Dcomposer.lock24 "robloach/component-installer": "*"
29 "type": "component",
31 "component": {
255 "name": "robloach/component-installer",
259 "url": "https://github.com/RobLoach/component-installer.git",
264 …"url": "https://api.github.com/repos/RobLoach/component-installer/zipball/908a859aa7c4949ba9ad6709…
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DMessage.php31 public $component; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DMessage.php31 public $component; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DMessage.php31 public $component; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DMessage.php31 public $component; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DMessage.php31 public $component; variable in Sabre\\VObject\\ITip\\Message
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc1 <public:component>
71 </public:component>
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc1 <public:component>
71 </public:component>

12345678910>>...29