Home
last modified time | relevance | path

Searched refs:out (Results 201 – 225 of 898) sorted by last modified time

12345678910>>...36

/plugin/wrap/
H A Dhelper.php124 * build attributes (write out classes, width, lang and dir)
129 $out = '';
132 if($attr['class']) $out .= ' class="'.hsc($attr['class']).' '.$addClass.'"';
134 elseif($addClass) $out .= ' class="'.$addClass.'"';
135 if($attr['id']) $out .= ' id="'.hsc($attr['id']).'"';
139 $out .= ' style="width: '.hsc($attr['width']).';"';
142 $out .= ' style="width: '.hsc($attr['width']).'; max-width: 100%;"';
146 if($attr['dir']) $out .= ' lang="'.$attr['lang'].'" xml:lang="'.$attr['lang'].'" dir="'.$attr['dir'].'"';
149 return $out;
/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/vobject/lib/
H A DProperty.php244 $out = '';
247 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
250 $out.=$str . "\r\n";
256 return $out;
H A DParameter.php295 function($out, $item) {
297 if (!is_null($out)) $out.=',';
316 return $out.$item;
320 $out.='"' . strtr(
328 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/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/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/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/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/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/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/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css510 .oi[data-glyph=zoom-out]:before { content:'\e0de'; }
/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/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/pot/
H A Dhelper.php22 preg_match($pattern, $c, $out);
24 return $out[0];
213 $out = $n;
214 $result = preg_replace("/ /", " ", $out);
/plugin/indexmenu/
H A Daction.php372 $out = $this->renderToc($toc);
375 $out = $this->renderAbstract($id, $meta);
377 return $out;
392 $out = '<div class="tocheader">';
393 $out .= $lang['toc'];
394 $out .= '</div>';
395 $out .= '<div class="indexmenu_toc_inside">';
396 $out .= html_buildlist($toc, 'toc', [$this, 'formatIndexmenuListTocItem'], null, true);
397 $out .= '</div>';
398 return $out;
[all...]
H A Dadmin.php
H A Dajax.php
/plugin/indexmenu/syntax/
H A Dindexmenu.php609 $out = "<script type='text/javascript'>\n";
610 $out .= "<!--//--><![CDATA[//><!--\n";
611 $out .= "var $js_name = new dTree('" . $js_name . "','" . $js_dTreeOpts['theme'] . "');\n";
614 $out .= "$js_name.config.urlbase='" . substr(wl(":"), 0, -1) . "';\n";
615 $out .= "$js_name.config.sepchar='" . $sepchar . "';\n";
617 $out .= "$js_name.config.toc=false;\n";
620 $out .= "$js_name.config.useCookies=false;\n";
623 $out .= "$js_name.config.scroll=false;\n";
627 $out .= "$js_name.config.maxjs=" . $js_dTreeOpts['maxJs'] . ";\n";
630 $out
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php580 $out = $v->toBytes();
582 if (strlen($out) < $rolen) {
583 return str_pad($out, $rolen, "\0", STR_PAD_LEFT);
584 } elseif (strlen($out) > $rolen) {
585 return substr($out, -$rolen);
587 return $out;
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING160 result of this License or out of the use or inability to use the
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md103 the way in and the promise of the response on the way out. This is a much

12345678910>>...36