Home
last modified time | relevance | path

Searched refs:out (Results 476 – 500 of 898) sorted by last modified time

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

/plugin/icons/assets/typicons/
H A Dtypicons.css1029 .typcn-zoom-out-outline:before {
1032 .typcn-zoom-out:before {
H A Dtypicons.min.css1 …}.typcn-zoom-in:before{content:'\e14b'}.typcn-zoom-out-outline:before{content:'\e14c'}.typcn-zoom-
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …ar-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f0…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1out::before{content:"\FA28"}.mdi-barcode::before{content:"\F071"}.mdi-barcode-scan::before{content…
/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/raphael/dev/
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;
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;
/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/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/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/js-sequence-diagrams/
H A DREADME.md72 For full examples check out [the demo site](https://bramp.github.io/js-sequence-diagrams/).
/plugin/langdelete/
H A Dadmin.php399 $out[$k] = $this->_filter_out_lang ($elt, $lang_keep);
401 return $out;
/plugin/webcomponent/
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/sphinxsearch-was/
H A Dchangelog4 * Branched out inline JS code to "js/search.js" and CSS code to "css/style.css".
H A DINSTALL78 Part of the work being carried out is to sever CSS & HTML inlinecode from the PHP codebase
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php294 $out = [];
324 $out = array_merge_recursive($out, $handle);
327 return $out;
585 $out = dirname($out);
590 $out = basename($out);
596 $out = substr($out, 0, $position);
603 $out = substr($out, $position + 1);
609 $out = strtolower($out);
614 $out = strtoupper($out);
657 $out = preg_replace('#' . $l . '#', $r, $out);
[all …]
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md34 Please read the [CONTRIBUTING.md](CONTRIBUTING.md) contents if you wish to help out!
/plugin/findologicxmlexport/vendor/hoa/event/
H A DListener.php176 $out = [];
179 $out[] = $callable($data);
182 return $out;

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