Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/asciidocjs/node_modules/jake/node_modules/brace-expansion/
DREADME.md15 var expand = require('brace-expansion');
17 expand('file-{a,b,c}.jpg')
20 expand('-v{,,}')
23 expand('file{0..2}.jpg')
26 expand('file-{a..c}.jpg')
29 expand('file{2..0}.jpg')
32 expand('file{0..4..2}.jpg')
35 expand('file-{a..e..2}.jpg')
38 expand('file{00..10..5}.jpg')
41 expand('{{A..C},{a..c}}')
[all …]
Dindex.js79 return expand(escapeBraces(str), true).map(unescapeBraces);
100 function expand(str, isTop) { function
114 return expand(str);
126 n = expand(n[0], false).map(embrace);
129 ? expand(m.post, false)
144 ? expand(m.post, false)
188 N = concatMap(n, function(el) { return expand(el, false) });
/plugin/asciidocjs/node_modules/brace-expansion/
DREADME.md15 var expand = require('brace-expansion');
17 expand('file-{a,b,c}.jpg')
20 expand('-v{,,}')
23 expand('file{0..2}.jpg')
26 expand('file-{a..c}.jpg')
29 expand('file{2..0}.jpg')
32 expand('file{0..4..2}.jpg')
35 expand('file-{a..e..2}.jpg')
38 expand('file{00..10..5}.jpg')
41 expand('{{A..C},{a..c}}')
[all …]
Dindex.js78 return expand(escapeBraces(str), true).map(unescapeBraces);
95 function expand(str, isTop) { function
104 ? expand(m.post, false)
121 return expand(str);
133 n = expand(n[0], false).map(embrace);
188 N.push.apply(N, expand(n[j], false));
/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/webdavclient/vendor/sabre/vobject/bin/
Drrulebench.php26 $bench->expand->start();
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
30 $bench->expand->stop();
/plugin/icalevents/vendor/sabre/vobject/bin/
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/davcard/vendor/sabre/vobject/bin/
Drrulebench.php26 $bench->expand->start();
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
30 $bench->expand->stop();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
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);
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/
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 …]
DSidebar-Gmdl.js45 Sidebar.prototype.addGMDLBottomNavigationPalette = function(expand) argument
62 …this.addPalette('gmdlBottom Navigation', 'GMDL / Bottom Navigation', expand || false, mxUtils.bind…
71 Sidebar.prototype.addGMDLBottomSheetsPalette = function(expand) argument
98 …this.addPalette('gmdlBottom Sheets', 'GMDL / Bottom Sheets', expand || false, mxUtils.bind(this, f…
107 Sidebar.prototype.addGMDLButtonsPalette = function(expand) argument
463 …this.addPalette('gmdlButtons', 'GMDL / Buttons', expand || false, mxUtils.bind(this, function(cont…
472 Sidebar.prototype.addGMDLCardsPalette = function(expand) argument
546 this.addPalette('gmdlCards', 'GMDL / Cards', expand || false, mxUtils.bind(this, function(content)
555 Sidebar.prototype.addGMDLChipsPalette = function(expand) argument
583 this.addPalette('gmdlChips', 'GMDL / Chips', expand || false, mxUtils.bind(this, function(content)
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
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'));
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/
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'));
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/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
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'));
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/yuriigantt/3rd/fontawesome/
Dexpand-solid.svg1 …en="true" focusable="false" data-prefix="fas" data-icon="expand" class="svg-inline--fa fa-expand f…
/plugin/jsoncode/
DjsonTree.js299 this.parent.expand();
547 expand : function(isRecursive){
559 item.expand(isRecursive);
743 expand : function(filterFunc) {
748 item.expand();
752 this.rootNode.expand('recursive');
/plugin/jplayer/vendor/happyworm/jplayer/
DGruntfile.js104 …{expand: true, cwd: 'src/skin/blue.monday/', src: ['image/**', 'mustache/**'], dest: 'dist/skin/bl… property
105 …{expand: true, cwd: 'src/skin/pink.flag/', src: ['image/**', 'mustache/**'], dest: 'dist/skin/pink… property

12345678910>>...14