Home
last modified time | relevance | path

Searched refs:out (Results 426 – 450 of 898) sorted by last modified time

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

/plugin/codemirror/dist/modes/
H A Dd.min.js.map1 …oreach foreach_reverse if in interface mixin \" +\n \"out scope struct switch…
H A Ddylan.min.js1 … g)if(g.hasOwnProperty(i))g[i]=new RegExp("^"+g[i]);g["keyword"]=[/^with(?:out)?-[-_a-zA-Z?!*@<>$%…
H A Dstylus.min.js.map1out\",\"destination-over\",\"devanagari\",\"disc\",\"discard\",\"disclosure-closed\",\"disclosure-…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1out","specialComesNext","charUnescapes","\\n","\\r","\\t","translateRegexReplace","unescapes","\\/…
/plugin/submgr/
H A Dhelper.php134 $out = "# auto subscription rules\n";
136 $out .= "$item\t$data[0]\t$data[1]\n";
139 return io_saveFile(DOKU_CONF . 'subscription.rules', $out);
/plugin/autotranslation/
H A Dhelper.php217 $out = '';
218 $out .= '<sup>';
220 $out .= '</sup>';
222 return $out;
297 $out .= '<ul>';
311 $out .= '</ul>';
320 $out .= '</div>';
322 return $out;
389 $out = '';
401 $out .= '</a>';
[all …]
/plugin/dyncontent/
H A Daction.php92 preg_match_all($regex,$content,$out);
108 foreach($out[1] as $match)
/plugin/typography/helper/
H A Dparser.php208 $out = empty($item) ? '' : ' '.implode(' ', $item);
209 return $out;
/plugin/dataplot/
H A Dsyntax.php268 function _run($data, $in, $out) { argument
283 $gnu_code = preg_replace('!@gnu_output@!', $out, $gnu_code);
/plugin/revealjs/css/
H A Dreveal.css59 .reveal .slides section .fragment.fade-out {
62 .reveal .slides section .fragment.fade-out.visible {
66 .reveal .slides section .fragment.semi-fade-out {
69 .reveal .slides section .fragment.semi-fade-out.visible {
107 .reveal .slides section .fragment.fade-in-then-out,
116 .reveal .slides section .fragment.fade-in-then-semi-out {
303 -webkit-animation: bounce-right 2s 50 both ease-out;
304 animation: bounce-right 2s 50 both ease-out; }
323 -webkit-animation: bounce-down 2s 50 both ease-out;
324 animation: bounce-down 2s 50 both ease-out; }
[all …]
H A Dreveal.scss75 .reveal .slides section .fragment.fade-out {
85 .reveal .slides section .fragment.semi-fade-out {
136 .reveal .slides section .fragment.fade-in-then-out,
147 .reveal .slides section .fragment.fade-in-then-semi-out {
342 animation: bounce-right 2s 50 both ease-out;
367 animation: bounce-down 2s 50 both ease-out;
693 .reveal .slides>section[data-transition~=#{$style}-out].past,
708 .reveal .slides>section>section[data-transition~=#{$style}-out].past,
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js71 zoom.out();
214 zoom.out();
259 out: function() {
270 reset: function() { this.out() },
/plugin/revealjs/
H A Dexample_presentation.dokuwiki205 <fragment fade-out>fade-out</fragment>
H A DREADME.md269 …paces: `---- orange wiki:dokuwiki-128.png 10% repeat bg-slide zoom-in fade-out slow no-footer ----…
276 …de`, `convex`, `concave` or `zoom` followed by optional postfix `-in` or `-out` for different tran…
H A Dchangelog.md21 …rtant: `---- orange wiki:dokuwiki-128.png 10% repeat bg-slide zoom-in fade-out slow no-footer ----…
28 …de`, `convex`, `concave` or `zoom` followed by optional postfix `-in` or `-out` for different tran…
/plugin/pdfjs/pdfjs/
H A DLICENSE160 result of this License or out of the use or inability to use the
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js1413 var key, own, out, exp;
1418 out = (own ? target : source)[key];
1419 …exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call…
1420 if (target) redefine(target, key, out, type & $export.U);
1421 if (exports[key] != out) hide(exports, key, exp);
1422 if (IS_PROTO && expProto[key] != out) expProto[key] = out;
13384 var out = '',
13422 out += "".concat(_time.name.padEnd(longest), " ").concat(duration, "ms\n");
13439 return out;
H A Dpdf.js.map1out","exp","Function","__g","version","__e","dP","createDesc","object","anObject","IE8_DOM_DEFINE"…
H A Dpdf.worker.js2588 …exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call…
2591 if (IS_PROTO && expProto[key] != out) expProto[key] = out;
39309 return out;
39451 out = out.concat(this.encodeNumber(value));
39461 out = out.concat([0x1d, 0, 0, 0, 0]);
39466 out = out.concat(this.encodeNumber(value));
39469 out = out.concat(this.encodeNumber(values[k]));
39479 out = out.concat(dict.opcodes[key]);
39482 return out;
39514 var out;
[all …]
H A Dpdf.worker.js.map1out","exp","__g","version","__e","dP","createDesc","object","anObject","IE8_DOM_DEFINE","toPrimiti…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1out of having the `Preferences` override existing `AppOptions`.\n return;\n }\n try {\n…
/plugin/searchindex/lang/en/
H A Dintro.txt12 to carry out multiple tasks in the background (using [[wp>AJAX]]).//
/plugin/booking/
H A Daction.php131 $out = fopen('php://output', 'w');
132 fputcsv($out, ['start', 'end', 'user']);
135 $out,
143 fclose($out);
/plugin/minimap/
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/securelogin/
H A DTODO5 Add option to forbid logging in without the password encrypted (Warning, this could lock you out)

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