Home
last modified time | relevance | path

Searched refs:out (Results 301 – 325 of 898) sorted by path

1...<<11121314151617181920>>...36

/plugin/credits/
H A DREADME28 will print out the following information for each plugin on your system:
/plugin/csv/_test/
H A Davengers.csv18 … in Silver_Surfer_Vol_3_3. Actually ""fragments of her essence were spread out all across the univ…
40 …31,Full,YES,YES,,,,,,,,,Killed by Mephisto. After Secret Invasion it turns out she was actually be…
/plugin/database2/
H A Ddatabase2.php1356 $out = array();
1362 return $out;
2798 $out[] = $new;
2813 return $out;
2963 return $out;
3928 if ( $out['id'] )
4764 $out = array();
4777 return $out;
4800 $out = array();
4805 return $out;
[all …]
/plugin/dataplot/
H A Dsyntax.php268 function _run($data, $in, $out) { argument
283 $gnu_code = preg_replace('!@gnu_output@!', $out, $gnu_code);
/plugin/datatemplate/syntax/
H A Dlist.php332 $out = array();
338 if(!$datarows) return $out;
374 if($matched) $out[] = $dr;
376 return $out;
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js566 var out = {x: 0, y: 0}, class in $.fn.xdsoftScroller.AnonymousFunction8ee6fd190200.pointerEventToXY
570 out.x = touch.clientX;
571 out.y = touch.clientY;
573 out.x = e.clientX;
574 out.y = e.clientY;
576 return out;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js4436 var out = date.clone();
4437 while (this.isHiddenDayHash[(out.day() + (isExclusive ? inc : 0) + 7) % 7]) {
4438 out.add(inc, 'days');
4440 return out;
H A Dmoment.js4004 var out = [];
4006 out[i] = get$1(format, i, field, 'month');
4008 return out;
4048 var out = [];
4050 out[i] = get$1(format, (i + shift) % 7, field, 'day');
4052 return out;
/plugin/davcal/
H A Dhelper.php1644 …$out = "BEGIN:VCALENDAR\r\nVERSION:2.0\r\nPRODID:-//DAVCal//DAVCal for DokuWiki//EN\r\nCALSCALE:GR…
1645 $out .= $calSettings['displayname']."\r\n";
1650 $out .= $evt->serialize();
1652 $out .= "END:VCALENDAR\r\n";
1653 return $out;
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md12 features are out of scope for our projects.
15 you may find out quickly if the feature makes sense to us, and we can give
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css510 .oi[data-glyph=zoom-out]:before { content:'\e0de'; }
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md93 * This means that `setHeaders()` does not wipe out every existing header
H A DREADME.md279 Check out `examples/asyncclient.php` for more information.
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
306 $out .= $key . ": " . $v . "\r\n";
309 $out .= "\r\n";
310 $out .= $this->getBodyAsString();
312 return $out;
/plugin/davcal/vendor/sabre/uri/tests/
H A DNormalizeTest.php10 function testNormalize($in, $out) { argument
13 $out,
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md309 events are out of order in the iCalendar file.
477 events are out of order in the iCalendar file.
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php295 function($out, $item) {
297 if (!is_null($out)) $out.=',';
316 return $out.$item;
320 $out.='"' . strtr(
328 return $out;
H A DProperty.php244 $out = '';
247 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
250 $out.=$str . "\r\n";
256 return $out;
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php82 $out = array();
84 $out[] = $key . '=' . (is_array($value)?implode(',', $value):$value);
86 return strtoupper(implode(';',$out));
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php247 $out = null;
263 $out.=$lastLine. "=\r\n ";
268 if (!is_null($lastLine)) $out.= $lastLine . "\r\n";
269 return $out;
273 $out = '';
276 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
279 $out.=$str . "\r\n";
285 return $out;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php40 $out = $vcal->serialize();
41 …N:VCALENDAR\r\nBEGIN:VEVENT\r\nX-PROP;X-PARAM=3:1234256\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n", $out);
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md349 events are out of order in the iCalendar file.
517 events are out of order in the iCalendar file.
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php295 function($out, $item) {
297 if (!is_null($out)) $out.=',';
316 return $out.$item;
320 $out.='"' . strtr(
328 return $out;
H A DProperty.php244 $out = '';
247 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
250 $out.=$str . "\r\n";
256 return $out;
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php82 $out = array();
84 $out[] = $key . '=' . (is_array($value)?implode(',', $value):$value);
86 return strtoupper(implode(';',$out));

1...<<11121314151617181920>>...36