Home
last modified time | relevance | path

Searched refs:components (Results 601 – 617 of 617) sorted by path

1...<<2122232425

/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md102 * #202: Support for parsing and validating `VAVAILABILITY` components. (@Hywan)
147 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
306 many, are now automatically padded with empty components.
307 * Added: The vCard validator now also checks for a minimum number of components,
312 VCalendar and VCard components.
453 * Added: remove() method for easily removing properties and sub-components
454 components.
466 * Added: New components automatically get a bunch of default properties, such as
468 * Added: You can add new sub-components much quicker with the magic setters, and
555 creation of components and properties.
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php329 $components = array();
334 $components[] = $child->jsonSerialize();
343 $components
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php176 $components = array();
191 $components[] = $component;
195 return $components;
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php106 $components = array_map(
113 } else $components = array();
117 array_merge($properties, $components),
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php51 $components = array();
/plugin/webmaster/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/wideredit/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/wikicalendar/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/wikistats/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/wrap/
H A DCOPYING164 form) with the major components (compiler, kernel, and so on) of the
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp22 ' part components (OCX/DLL).
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt191 form) with the major components (compiler, kernel, and so on) of the
637 components (compiler, kernel, and so on) of the operating system on
/plugin/yalist/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/yourip/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/youtracklinks/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/yql/
H A Dsyntax.php68 preg_match('/<YQL ?(.*)>(.*)<\/YQL>/ms', $match, $components);
70 if ($components[1]) { // parse parameters
71 preg_match_all('/\s*(\S+)="([^"]*)"\s*/', $components[1], $params, PREG_SET_ORDER);
101 $data['query'] = $components[2];
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …tructor();\n\n\t\t// detachAllEvents should be called last, because in components may be attached …

1...<<2122232425