Home
last modified time | relevance | path

Searched refs:out (Results 776 – 800 of 898) sorted by path

1...<<313233343536

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveProcessingInstructions.txt
H A DHTML.ForbiddenAttributes.txt
/plugin/searchindex/lang/en/
H A Dintro.txt12 to carry out multiple tasks in the background (using [[wp>AJAX]]).//
/plugin/securelogin/
H A DTODO5 Add option to forbid logging in without the password encrypted (Warning, this could lock you out)
/plugin/seqdia/
H A Dsyntax.php147 function _remote($data,$in,$out){ argument
172 return io_saveFile($out,$img);
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/sequencediagram/bower_components/eve-raphael/
H A DLICENSE160 result of this License or out of the use or inability to use the
H A Deve.js77 out = [],
80 out.firstDefined = firstDefined;
81 out.lastDefined = lastDefined;
93 out.push(l.apply(scope, args));
96 return out;
103 out.push(l.apply(scope, args));
119 out.push(l.apply(scope, args));
127 return out;
155 out = [];
166 out = out.concat(item.f || []);
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md72 For full examples check out [the demo site](https://bramp.github.io/js-sequence-diagrams/).
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DREADME.md16 Check out the test/font_test.html, to see all valid glyths.
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md66 Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br>
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js2658 out.shear /= out.scaley;
2666 out.rotate = 360 - out.rotate;
2672out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r…
2673out.isSuperSimple = !+out.shear.toFixed(9) && out.scalex.toFixed(9) == out.scaley.toFixed(9) && !o…
2674 out.noRotation = !+out.shear.toFixed(9) && !out.rotate;
3289 return out;
3315 return out;
3337 return out;
3375 return out;
3398 return out;
[all …]
H A Draphael.svg.js1071 out = {};
1075 out[name] = this.attrs[name];
1077 out[name] = this.paper.customAttributes[name].def;
1079 out[name] = R._availableAttrs[name];
1082 return ii - 1 ? out : out[names[0]];
1085 out = {};
1087 out[name[i]] = this.attr(name[i]);
1089 return out;
H A Draphael.vml.js635 out = {};
639 out[name] = this.attrs[name];
641 out[name] = this.paper.customAttributes[name].def;
643 out[name] = R._availableAttrs[name];
646 return ii - 1 ? out : out[names[0]];
649 out = {};
651 out[name[i]] = this.attr(name[i]);
653 return out;
/plugin/sequencediagram/bower_components/snap.svg/
H A DLICENSE160 result of this License or out of the use or inability to use the
H A DREADME.md51 * [Fill out the CLA](http://snapsvg.io/contributions/).
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js180 out = out.concat(item.f || []);
959 return out;
1486 return out == red ? null : out;
3864 out.shear /= out.scaley;
3867 out.scalex = -out.scalex;
3876 out.rotate = 360 - out.rotate;
3882out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r…
3883out.isSuperSimple = !+out.shear.toFixed(9) && out.scalex.toFixed(9) == out.scaley.toFixed(9) && !o…
3884 out.noRotation = !+out.shear.toFixed(9) && !out.rotate;
4204 out.normalize && out.normalize();
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dmain.css37 transition: all 0.2s ease-out;
38 -webkit-transition: all 0.2s ease-out;
H A Dtopcoat-desktop-light.css2918 -webkit-transition: margin-left 0.05s ease-in-out;
2919 transition: margin-left 0.05s ease-in-out;
/plugin/sfauth/
H A DREADME.wiki72 - fill out the forms important field is: ''Button or Link URL''
/plugin/sha3sum/
H A DSha3.php158 $out = '';
160 $out .= $t = pack('V*', $st[$i][1], $st[$i][0]);
162 $r = self::ourSubstr($out, 0, $outputlength / 8);
302 $out = '';
304 $out .= $t = pack('v*', $st[$i][3],$st[$i][2], $st[$i][1], $st[$i][0]);
306 $r = self::ourSubstr($out, 0, $outputlength / 8);
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php567 $out = array();
573 $out[$user] = $info;
581 return $out;
/plugin/shorturl/
H A Dhelper.php97 $out = '';
101 $out .= $base32[$val];
105 $output[] = $out;
/plugin/sidebarng/
H A Daction.php124 $out = $this->locale_xhtml('nosidebar');
127 print str_replace('LINK', $link, $out);
/plugin/simplewikipagetree/
H A Dsyntax.php47 $out .= '<ul';
49 $out .= ' class="simplewiki-pagetree" ';
51 $out .= '>';
90 $out .= '<li class="open">';
96 $out .= '<li class="file">';
98 $out .= '<div class="icon"></div>';
107 $out .= $this->getTitle($filepath);
108 $out .= '</a>';
113 $out .= '</li>';
115 $out .= '</ul>';
[all …]

1...<<313233343536