Home
last modified time | relevance | path

Searched refs:out (Results 451 – 475 of 898) sorted by last modified time

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

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1out\n * uninstalled, so this is used to undo the actions of {@link #XRegExp.install}.\n *\n * @mem…
/plugin/webdavclient/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/webdavclient/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/webdavclient/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/webdavclient/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/webdavclient/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/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown18 …u are **having problems getting Slick to work**, or can't figure something out, **this repository*…
/plugin/imagelink/
H A Dstyle.css3 animation: scaleOnHover 0.6s ease-in-out;
/plugin/readability/
H A Dscript.js5 var out = document.createElement('div');
6 out.id = 'plugin__readability';
7 $prev.append(out);
9 jQuery(out).load(
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1out","obj","push","toNode","getElementById","querySelector","locateClassName","classname","strict"…
H A Ddhtmlxgantt_tooltip.js.map1out","push","toNode","getElementById","querySelector","locateClassName","classname","strict","trg"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js688 var out = [];
692 out.push(obj);
695 return out;
H A Ddhtmlxgantt_keyboard_navigation.js1893 var out = [];
1897 out.push(obj);
1900 return out;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1out","push","toNode","getElementById","querySelector","locateClassName","classname","strict","trg"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js9088 var out = {};
9098 out[id] = row;
9102 return hasOne ? out : null;
29333 var out = [];
29337 out.push(obj);
29340 return out;
/plugin/tagentry/
H A Daction.php74 $out = '<div id="plugin__tagentry_wrapper">';
75 $out .= $this->_format_tags( $alltags, $options );
76 $out .= '</div>';
77 $event->data->insertElement( $pos++, $out );
/plugin/inlinejs/syntax/
H A Dpreloader.php223 $out = '<'.$entry['_tag'].($attr ? ' '.$attr : '');
225 $out.= '>'.$entry['_data'].'</'.$entry['_tag'].'>';
227 $out.= '>';
229 $html.= '<li style="white-space:pre;">'.hsc($out).'</li>';
/plugin/pagetitle/
H A Dhelper.php27 echo $out; return (bool) $out;
29 return $out;
69 $out = implode(' ›&#x00A0;', $items);
70 return $out;
93 echo $out; return (bool) $out;
95 return $out;
119 $out.= hsc($short_title).'</a>';
120 return $out;
167 $out = $this->pagetitle($id);
169 echo $out; return (bool) $out;
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …|dbg:wait|dbg:value|dbg:stopped|dbg:stop|dbg:step|dbg:status|dbg:stack|dbg:out|dbg:next|dbg:line|d…
H A Dnode_prettify.js349 var out = ['['];
350 if (inverse) { out.push('^'); }
355 out.push(p);
397 out.push(encodeEscape(range[0]));
399 if (range[1] + 1 > range[0]) { out.push('-'); }
400 out.push(encodeEscape(range[1]));
403 out.push(']');
404 return out.join('');
619 sourceNode, basePos, sourceCode, langHandler, out) { argument
633 out.push.apply(out, job.decorations);
H A Dlang-vhdl.js39 …nkage|literal|loop|map|mod|nand|new|next|nor|not|null|of|on|open|or|others|out|package|port|postpo…
H A Dprettify.js397 var out = ['['];
398 if (inverse) { out.push('^'); }
403 out.push(p);
445 out.push(encodeEscape(range[0]));
447 if (range[1] + 1 > range[0]) { out.push('-'); }
448 out.push(encodeEscape(range[1]));
451 out.push(']');
452 return out.join('');
667 sourceNode, basePos, sourceCode, langHandler, out) { argument
681 out.push.apply(out, job.decorations);
H A Drun_prettify.js626 var out = ['['];
627 if (inverse) { out.push('^'); }
632 out.push(p);
674 out.push(encodeEscape(range[0]));
676 if (range[1] + 1 > range[0]) { out.push('-'); }
677 out.push(encodeEscape(range[1]));
680 out.push(']');
681 return out.join('');
896 sourceNode, basePos, sourceCode, langHandler, out) { argument
910 out.push.apply(out, job.decorations);
/plugin/codeprettify/code-prettify/
H A DCOPYING160 result of this License or out of the use or inability to use the

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