Home
last modified time | relevance | path

Searched refs:w (Results 626 – 650 of 1563) sorted by relevance

1...<<21222324252627282930>>...63

/plugin/iphelper/
H A Dall.css24 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist7 define('STDOUT', fopen('php://temp', 'w+b'));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php320 list(, $w, $x, $y) = $matches;
321 if ($w != "\4") {
/plugin/diagramsnet/lib/plugins/
H A Dtags.js54 var HiddenTagsWindow = function(editorUi, x, y, w, h) argument
307 this.window = new mxWindow(mxResources.get('hiddenTags'), div, x, y, w, null, true, true);
H A DcConf-1-4-8.js1063 function addImage(container, data, w, h, img) argument
1068 var iw = w;
1071 if (w > ui.maxImageSize || h > ui.maxImageSize)
1073 … var s = Math.min(1, Math.min(ui.maxImageSize / Math.max(1, w)), ui.maxImageSize / Math.max(1, h));
1074 w *= s;
1148 addImage(preview, images[i].data, images[i].w, images[i].h, images[i]);
/plugin/latexcaption/
H A DREADME.md51 …ight`, `even`,`w-[40,50,60,70,80]` and can be used in conjunction with optional media queries (`-s…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js1034 var w = window;
1035 var foundRequestAnimationFrame = w.requestAnimationFrame
1036 || w.webkitRequestAnimationFrame
1037 || w.msRequestAnimationFrame
1038 || w.mozRequestAnimationFrame
1039 || w.oRequestAnimationFrame
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js2707 w = h = smallSize? 135 : 140;
3060 var w = 140;
3090 elt.style.height = w + 'px';
4645 (w != null && h != null) ? Math.max(w / img.width, h / img.height) :
4672 w = (w == null) ? 120 : w;
4676 fn(newValue, w, h);
7410 div, x, y, w, h, true, true);
8981 var iw = w;
8988 w *= s;
9106 entry = {data: data, w: w, h: h, title: title}; property in LibraryDialog.addButton.entry
[all …]
/plugin/codemirror/dist/modes/
H A Druby.min.js.map1w\\s=]/);\n if (!delim) return \"operator\";\n if (opening.propertyIsEnumerable(delim)) …
H A Drust.min.js.map1 …, token: \"operator\"},\n {regex: /[a-zA-Z_]\\w*!/,token: \"variable-3\"},\n {regex: /[a-zA-…
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js427 var TextareaDialog = function(editorUi, title, url, fn, cancelFn, cancelTitle, w, h, argument
430 w = (w != null) ? w : 300;
465 nameInput.style.width = w + 'px';
1296 var w = Math.ceil(bounds.width * s / graph.view.scale + 2 * b);
1300 if (param.length <= MAX_REQUEST_SIZE && w * h < MAX_AREA)
1306 '&w=' + w + '&h=' + h + '&' + param +
1905 var OutlineWindow = function(editorUi, x, y, w, h) argument
1915 this.window = new mxWindow(mxResources.get('outline'), div, x, y, w, h, true, true);
2014 var LayersWindow = function(editorUi, x, y, w, h) argument
2641 this.window = new mxWindow(mxResources.get('layers'), div, x, y, w, h, true, true);
H A DGraph.js1744 if (w != null && w.charAt(w.length - 1) != '%')
1746 w = parseFloat(w);
1750 w = NaN;
5809 w = (w != null) ? w : 60;
5862 w = (w != null) ? w : 120;
5886 '', t, 0, w, h, firstCellStyle), colCount, w, 0));
7211 w = (w == null) ? 80 : parseInt(w, 10);
8206 var w = bounds.width / scale;
8211 var tmp = w;
8212 w = h;
[all …]
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.min.js2w=s.fx.interval||13,b="jQuery.fx.interval is deprecated";n.requestAnimationFrame&&Object.definePro…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D13.13.js.map1w*)|([^\\`\\~\\!\\@\\#%\\^\\&\\*\\(\\)\\=\\$\\-\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\…
H A D57.57.js.map1w*%?)|([@$#!.:]?[\\w-?]+%?)|[@#!.]/g,\n comments: {\n blockComment: ['/*', '*/'],\n …
H A D66.66.js.map1w*)|([^\\`\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\…
/plugin/charter/
H A Dhelper.php205 list($w, $h) = $this->_trimArray(explode('x', $val, 2));
207 'width' => $w,
211 if ($w < 0 || $h < 0)
/plugin/wikipediasnippet/
H A Dsyntax.php138 $url = $wpUrl.'w/api.php?action=query&meta=siteinfo&siprop=rightsinfo&format=xml';
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/
H A Dfontdata-extra.js19 (function(n){var w="2.7.9";var l=n.FONTDATA.DELIMITERS;var o="H",d="V";var b="NeoEulerMathJax_Alpha… variable
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1011 var w = node.geometry.width;
1013 …w.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 '+ w + ' ' + h +'"><g>';
1028 replacement = w;
1846 var w = geo.width;
1847 geo.height = w;
1849 var diff = (h - w) / 2;
1860 var x = 0, y = 0, w = 30, h = 30; //some node has no geometry, this is the default
1865 w = geoRect[mxGraphMlConstants.WIDTH];
1872 w = geoObj[mxGraphMlConstants.WIDTH_L] || w;
1879 geo.width = parseFloat(w);
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1w(t,e){const s=e();return t.waitUntil(s),s}try{self["workbox:precaching:6.1.2"]&&_()}catch(t){}fun… function
H A Dworkbox-f163abaa.js1w(t,e){const s=e();return t.waitUntil(s),s}try{self["workbox:precaching:6.1.5"]&&_()}catch(t){}fun… function
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js829 function Snap(w, h) { argument
830 if (w) {
831 if (w.nodeType) {
838 return w;
841 w = glob.doc.querySelector(String(w));
845 w = w == null ? "100%" : w;
2286 function Paper(w, h) {
2291 if (w && w.tagName == "svg") {
2318 width: w,
5364 w: width,
[all …]
/plugin/imagecarousel/vendor/slick/fonts/
H A Dslick.woff1 …����P�name��x������n'��post��T������ ��x�=��oA�g)['��V 6A��k{7z՛w�u,. ą�B��?x�;[X,��…
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2103 w = config._w;
2104 if (w.GG != null || w.W != null || w.E != null) {
2113 week = defaults(w.W, 1);
2114 weekday = defaults(w.E, 1);
2127 week = defaults(w.w, curWeek.week);
2129 if (w.d != null) {
2131 weekday = w.d;
2135 } else if (w.e != null) {
2137 weekday = w.e + dow;
2138 if (w.e < 0 || w.e > 6) {
[all …]

1...<<21222324252627282930>>...63