Home
last modified time | relevance | path

Searched refs:property (Results 976 – 1000 of 1146) sorted by last modified time

1...<<31323334353637383940>>...46

/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md38 `RECURRENCE-ID` property.
81 `DTSTAMP` property if this was not already specified.
180 `RECURRENCE-ID` property.
320 * #143: `SCHEDULE-AGENT` on the `ORGANIZER` property is respected.
350 * #125: Send CANCEL messages when ORGANIZER property gets deleted.
489 * Fixed: Setting correct property group on VCard conversion
539 * Added: OPTION_FORGIVING now also allows slashes in property names.
555 * Fixed: Recursive loop in ICalendar\DateTime property.
565 * Removed: CommaSeparatedText property. Now included into Text.
579 * Added: A few tweaks to improve component and property creation.
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php205 $result = $property->validate(Node::REPAIR);
218 $result = $property->validate();
231 $result = $property->validate(Node::REPAIR);
244 $result = $property->validate();
258 $result = $property->validate(Node::REPAIR);
271 $result = $property->validate(Node::REPAIR);
286 $result = $property->validate(Node::REPAIR);
312 $result = $property->validate(Node::REPAIR);
324 $result = $property->validate(Node::REPAIR);
378 $result = $property->validate();
[all …]
/plugin/autogallery/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/publist/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md50 `$classMap` property which is defined on both the `Service` and `Writer`.
186 * Added: baseUri property to the Writer class.
/plugin/date/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/medialist/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/jwhelloworld/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/jokuwiki/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/authldaplocal/
H A DLICENSE234 patents or other property right claims or to contest validity of any
/plugin/pgn4web/
H A DLICENSE298 tangible personal property which is normally used for personal, family,
/plugin/scrape/HTMLPurifier/Printer/
H A DCSSDefinition.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.ForbiddenElements.txt
H A DURI.Munge.txt
H A DCSS.AllowTricky.txt
/plugin/iframe/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/topbarsyntax/
H A Dcsshover3.htc124 // affected elements are given an expression under a fake css property, the classname is used
147 // the patch's type is returned to the expression. That way the expression property
150 var property = CSSHOVER_PREFIX + className;
151 if(node.style[property]) {
152 node.style[property] = null;
/plugin/orphanmedia/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DCOPYING216 patents or other property right claims or to contest validity of any
H A Dclass.csstidy.php164 var $property = ''; variable in csstidy
621 $this->property = '';
625 $this->property = '';
634 $this->property .= $string{$i};
704 $this->property = strtolower($this->property);
737 $this->property = '';
872 * @param string $property
908 foreach($css_add as $property => $value)
975 * @param string $property
980 function property_is_valid($property) { argument
[all …]
H A Dclass.csstidy_optimise.php54 $this->property =& $css->property;
108 if(isset($shorthands[$this->property]))
143 if(isset($shorthands[$this->property]))
146 if(is_array($shorthands[$this->property]))
375 if($this->property == 'font')
392 if (in_array($this->property, $color_values))
479 * @param string $property
485 function dissolve_4value_shorthands($property,$value) argument
488 if(!is_array($shorthands[$property]))
490 $return[$property] = $value;
[all …]
H A Dcssparse.css66 span.property {
H A Dtemplate2.tpl2 |<span class="selector">|</span><span class="format">{</span>|<span class="property">|</span><span …
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js176 …"as"){cmdFullname="assign/clear";if(this.willChange(id,property,data)){eval("objElement."+property
178 else if(cmd=="ap"){cmdFullname="append";eval("objElement."+property+"+=data;");}
179 else if(cmd=="pp"){cmdFullname="prepend";eval("objElement."+property+"=data+objElement."+property);}
180 else if(cmd=="rp"){cmdFullname="replace";this.replace(id,property,search,data)
183 else if(cmd=="ce"){cmdFullname="create";this.create(id,data,property);}
184 else if(cmd=="ie"){cmdFullname="insert";this.insert(id,data,property);}
185 else if(cmd=="ia"){cmdFullname="insertAfter";this.insertAfter(id,data,property);}
186 else if(cmd=="ci"){cmdFullname="createInput";this.createInput(id,type,data,property);}
189 else if(cmd=="ev"){cmdFullname="addEvent";property=this.addOnPrefix(property);eval("this.$('"+id+"'…
190 else if(cmd=="ah"){cmdFullname="addHandler";this.addHandler(id,property,data);}
[all …]

1...<<31323334353637383940>>...46