Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/plugin/icalevents/vendor/sabre/vobject/bin/
H A Drrulebench.php26 $bench->expand->start();
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
30 $bench->expand->stop();
/plugin/davcard/vendor/sabre/vobject/bin/
H A Drrulebench.php26 $bench->expand->start();
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
30 $bench->expand->stop();
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Drrulebench.php26 $bench->expand->start();
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
30 $bench->expand->stop();
/plugin/davcal/vendor/sabre/vobject/bin/
H A Drrulebench.php26 $bench->expand->start();
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
30 $bench->expand->stop();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php106 $expand = false;
124 $expand = true;
151 …$this->generateResponse($path, $start, $end, $expand, $componentType, $format, $properties, $respo…
164 * @param bool $expand
170 …protected function generateResponse($path, $start, $end, $expand, $componentType, $format, $proper… argument
227 if ($expand) {
244 $mergedCalendar->expand($start, $end, $calendarTimeZone);
H A DPlugin.php434 …if (($needsJson || $report->expand) && isset($objProps[200]['{' . self::NS_CALDAV . '}calendar-dat…
437 if ($report->expand) {
457 … $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendarPath]);
501 if ($report->expand) {
561 if ($report->expand) {
562 … $vObject->expand($report->expand['start'], $report->expand['end'], $calendarTimeZone);
566 } elseif ($report->expand) {
603 if (($needsJson || $report->expand)) {
606 if ($report->expand) {
607 … $vObject->expand($report->expand['start'], $report->expand['end'], $calendarTimeZone);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php106 $expand = false;
124 $expand = true;
151 …$this->generateResponse($path, $start, $end, $expand, $componentType, $format, $properties, $respo…
164 * @param bool $expand
170 …protected function generateResponse($path, $start, $end, $expand, $componentType, $format, $proper… argument
227 if ($expand) {
246 $mergedCalendar = $mergedCalendar->expand($start, $end, $calendarTimeZone);
H A DPlugin.php449 …if (($needsJson || $report->expand) && isset($objProps[200]['{' . self::NS_CALDAV . '}calendar-dat…
452 if ($report->expand) {
472 …$vObject = $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendar…
519 if ($report->expand) {
582 if ($report->expand) {
583 … $vObject = $vObject->expand($report->expand['start'], $report->expand['end'], $calendarTimeZone);
587 } elseif ($report->expand) {
631 if (($needsJson || $report->expand)) {
634 if ($report->expand) {
635 … $vObject = $vObject->expand($report->expand['start'], $report->expand['end'], $calendarTimeZone);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-EIP.js23 Sidebar.prototype.addEipMessageConstructionPalette = function(expand) argument
90 …this.addPalette('eipMessage Construction', 'EIP / Message Construction', expand || false, mxUtils.…
99 Sidebar.prototype.addEipMessageRoutingPalette = function(expand) argument
133 …this.addPalette('eipMessage Routing', 'EIP / Message Routing', expand || false, mxUtils.bind(this,…
142 Sidebar.prototype.addEipMessageTransformationPalette = function(expand) argument
163 Sidebar.prototype.addEipMessagingChannelsPalette = function(expand) argument
193 …this.addPalette('eipMessaging Channels', 'EIP / Messaging Channels', expand || false, mxUtils.bind…
202 Sidebar.prototype.addEipMessagingEndpointsPalette = function(expand) argument
232 Sidebar.prototype.addEipMessagingSystemsPalette = function(expand) argument
327 …this.addPalette('eipMessaging Systems', 'EIP / Messaging Systems', expand || false, mxUtils.bind(t…
[all …]
H A DSidebar-Gmdl.js71 Sidebar.prototype.addGMDLBottomSheetsPalette = function(expand) argument
107 Sidebar.prototype.addGMDLButtonsPalette = function(expand) argument
472 Sidebar.prototype.addGMDLCardsPalette = function(expand) argument
555 Sidebar.prototype.addGMDLChipsPalette = function(expand) argument
592 Sidebar.prototype.addGMDLDialogsPalette = function(expand) argument
690 Sidebar.prototype.addGMDLIconsPalette = function(expand) argument
767 Sidebar.prototype.addGMDLListsPalette = function(expand) argument
829 Sidebar.prototype.addGMDLMenusPalette = function(expand) argument
875 Sidebar.prototype.addGMDLMiscPalette = function(expand) argument
913 Sidebar.prototype.addGMDLPickersPalette = function(expand) argument
[all …]
H A DSidebar-Sysml.js35 Sidebar.prototype.addSysMLModelElementsPalette = function(expand) argument
142 Sidebar.prototype.addSysMLBlocksPalette = function(expand) argument
709 Sidebar.prototype.addSysMLPortsAndFlowsPalette = function(expand) argument
1080 Sidebar.prototype.addSysMLActivitiesPalette = function(expand) argument
1337 Sidebar.prototype.addSysMLInteractionsPalette = function(expand) argument
1486 Sidebar.prototype.addSysMLStateMachinesPalette = function(expand) argument
1612 Sidebar.prototype.addSysMLUseCasesPalette = function(expand) argument
1667 Sidebar.prototype.addSysMLAllocationsPalette = function(expand) argument
1758 Sidebar.prototype.addSysMLRequirementsPalette = function(expand) argument
2048 Sidebar.prototype.addSysMLProfilesPalette = function(expand) argument
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php33 $vcal = $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-09-01'));
95 $vcal = $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-08-19'));
H A DExpandFloatingTimesTest.php30 $vcal = $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
82 $vcal = $vcal->expand(
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php30 $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-09-01'));
93 $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-08-19'));
H A DExpandFloatingTimesTest.php29 $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
84 …$vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'), new \DateTimeZone('Europe/Be…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php30 $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-09-01'));
93 $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-08-19'));
H A DExpandFloatingTimesTest.php29 $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
84 …$vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'), new \DateTimeZone('Europe/Be…
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php28 $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
82 …$vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'), new \DateTimeZone('Europe/Be…
H A DOverrideFirstEventTest.php30 $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-09-01'));
93 $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-08-19'));
/plugin/yuriigantt/3rd/fontawesome/
H A Dexpand-solid.svg1 …en="true" focusable="false" data-prefix="fas" data-icon="expand" class="svg-inline--fa fa-expand f…
/plugin/jplayer/vendor/happyworm/jplayer/
H A DGruntfile.js104 …{expand: true, cwd: 'src/skin/blue.monday/', src: ['image/**', 'mustache/**'], dest: 'dist/skin/bl…
105 …{expand: true, cwd: 'src/skin/pink.flag/', src: ['image/**', 'mustache/**'], dest: 'dist/skin/pink…
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt17 <navbar class="navbar-expand-md ...">
22 <nav class="navbar navbar-expand-md ..."
30 <navbar class="navbar-expand-md">
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js301 expand: function () { method in gantt.ext.fullscreen
348 this.expand();
358 gantt.expand = function () { function
359 gantt.ext.fullscreen.expand();
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js13expand:function(){if(!a()&&!n()&&gantt.callEvent("onBeforeExpand",[this.getFullscreenElement()])){… function
/plugin/combo/resources/theme/default/components/css/
H A Dtoggle.css4 .toggle-cs:not(.collapsed) .expand-cs {

12345678910>>...13