Home
last modified time | relevance | path

Searched refs:style (Results 326 – 350 of 2224) sorted by relevance

1...<<11121314151617181920>>...89

/plugin/bookmarkme/
H A Dstyle.css4 list-style: none;
15 list-style: none;
23 list-style: none;
/plugin/adhoctags/images/
H A Ddef.svg1 <svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M7.685,15.937l-1.86,-0l0.164,-0.786c-0.355,0.342 -0.705,0.587 -1.049,0.735c-0.344,0.148 -0.733,0.222 -1.166,0.222c-0.752,-0 -1.361,-0.256 -1.828,-0.769c-0.467,-0.513 -0.701,-1.27 -0.701,-2.273c0,-1.162 0.328,-2.213 0.985,-3.151c0.656,-0.939 1.524,-1.409 2.604,-1.409c0.975,0 1.707,0.388 2.194,1.162l0.786,-3.752l1.962,-0l-2.091,10.021Zm-4.533,-2.953c0,0.519 0.131,0.925 0.393,1.217c0.262,0.291 0.585,0.437 0.968,0.437c0.355,0 0.687,-0.122 0.994,-0.366c0.308,-0.243 0.554,-0.616 0.739,-1.117c0.184,-0.502 0.276,-0.982 0.276,-1.443c0,-0.524 -0.141,-0.948 -0.423,-1.271c-0.283,-0.324 -0.609,-0.485 -0.978,-0.485c-0.574,-0 -1.046,0.319 -1.415,0.957c-0.369,0.638 -0.554,1.328 -0.554,2.071Z" style="fill:#37474F"/><path d="M16.599,12.916l-4.922,-0c-0.005,0.077 -0.007,0.136 -0.007,0.177c-0,0.483 0.138,0.873 0.414,1.169c0.275,0.296 0.611,0.445 1.008,0.445c0.652,-0 1.16,-0.338 1.524,-1.012l1.757,0.294c-0.342,0.706 -0.799,1.236 -1.371,1.589c-0.571,0.353 -1.213,0.53 -1.924,0.53c-0.975,-0 -1.768,-0.309 -2.379,-0.926c-0.61,-0.618 -0.916,-1.435 -0.916,-2.451c0,-0.994 0.276,-1.878 0.827,-2.652c0.752,-1.049 1.826,-1.573 3.22,-1.573c0.889,0 1.595,0.275 2.119,0.824c0.524,0.549 0.786,1.318 0.786,2.307c0,0.474 -0.045,0.9 -0.136,1.279Zm-1.655,-1.197c0.005,-0.086 0.007,-0.152 0.007,-0.198c0,-0.538 -0.121,-0.941 -0.362,-1.21c-0.242,-0.269 -0.565,-0.403 -0.971,-0.403c-0.405,-0 -0.769,0.152 -1.09,0.458c-0.321,0.305 -0.539,0.756 -0.653,1.353l3.069,0Z" style="fill:#37474F"/><path d="M22.375,8.677l-0.301,1.436l-1.387,-0l-1.217,5.824l-1.962,0l1.217,-5.824l-1.094,-0l0.301,-1.436l1.093,0l0.158,-0.745c0.127,-0.611 0.248,-1.023 0.362,-1.237c0.155,-0.292 0.386,-0.523 0.694,-0.694c0.307,-0.171 0.71,-0.256 1.206,-0.256c0.602,-0 1.235,0.109 1.901,0.328l-0.383,1.401c-0.469,-0.159 -0.85,-0.239 -1.142,-0.239c-0.223,-0 -0.389,0.07 -0.499,0.212c-0.073,0.091 -0.148,0.33 -0.225,0.718l-0.11,0.512l1.388,0Z" style="fill:#37474F"/></svg
/plugin/panoview/
H A Dscript.js228 this.viewer.style.width = this.width + 'px';
229 this.viewer.style.height = this.height + 'px';
230 this.viewer.style.top = border + 'px';
231 this.viewer.style.left = border + 'px';
295 child.style.display = '';
524 tileImg.style.top = loadingImg.style.top;
525 tileImg.style.left = loadingImg.style.left;
550 img.style.width = this.tileSize + 'px';
551 img.style.height = this.tileSize + 'px';
743 this.viewer.style.display = 'none';
[all …]
/plugin/siteexport/inc/
H A DreadCSS.patch2 preg_match_all('/<style[^>]*media=["\']([^"\'>]*)["\'].*?<\/style>/is',$html,$m);
16 // Remove Comment tags <!-- ... --> inside CSS as <style> in HTML document
17 // Remove Comment tags /* ... */ inside CSS as <style> in HTML document
18 // But first, we replace upper and mixed case closing style tag with lower
20 preg_replace('/<\/style>/i', '</style>', $html);
21 preg_match_all('/<style.*?>(.*?)<\/style>/si',$html,$m);
26 $sub = '>'.preg_replace('|/\*.*?\*/|s',' ',$sub).'</style>';
27 $html = str_replace('>'.$m[1][$i].'</style>', $sub, $html);
119 // CSS as <style> in HTML document
120 $regexp = '/<style.*?>(.*?)<\/style>/si';
[all …]
/plugin/supa/
H A Dscript.js21 msg: function (text, style) { argument
33 switch (style) {
189 root.style.display = "none";
252 icon.style.cursor = 'pointer';
254 uploadForm.style.display = 'none';
255 supaDiv.style.display = '';
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js53 this.handles[0].offsetHeight : this.handles[0].style.height.replace(/px$/,"")) :
55 this.handles[0].style.width.replace(/px$/,""));
142 this.handles[handleIdx].style[this.isVertical() ? 'top' : 'left'] =
172 this.track.style.height.replace(/px$/,"")) - this.alignY :
174 this.track.style.width.replace(/px$/,"")) - this.alignX);
192 span.style.top = this.translateToPx(range.start);
193 span.style.height = this.translateToPx(range.end - range.start + this.range.start);
195 span.style.left = this.translateToPx(range.start);
196 span.style.width = this.translateToPx(range.end - range.start + this.range.start);
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1style.color=r.get(E);var D=h(A,"general","contents");D.innerHTML=v(t)}else{C.style.backgroundColor…
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js1style.color=r.get(E);var D=h(A,"general","contents");D.innerHTML=v(t)}else{C.style.backgroundColor…
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_HTMLorMML-full.js61style){f=e.style.cssText}c+='"'+this.quoteHTML(f)+'"'}}c+=">";if(e.outerHTML!=null&&e.outerHTML.ma…
63style:{display:"inline-block",width:0,height:0,position:"relative"}},[["span",{className:"MathJax_…
64style:{visibility:"hidden",fontSize:this.settings.zscale}},[["span",{style:{display:"inline-block"…
65style.width=(v.offsetWidth+2)+"px"}var H=M.pageX,F=M.pageY;var u=document.body.getBoundingClientRe… class in AnonymousFunction6b7ca7c47900.u
68style:{"font-size":"90%","text-align":"left",color:"black",padding:"1px 3px",border:"1px solid"}})…
75style.cssText=(o.getAttribute("style")||"");if(n.style.padding===""&&(n.style[m]||"")===""){n.styl…
76style:{position:"absolute",width:0,height:0,overflow:"hidden",padding:0,border:0,margin:0}},[["div…
77style.width="100%"}if(Q.isEmbellished()){aE=Q.CoreMO();var aV=aE.Get("minsize",true);if(aV){var aO…
78style:{width:"5in"}});this.pxPerInch=n.offsetWidth/5;n.parentNode.removeChild(n);return i.Styles(t…
79 …Node.insertBefore(i,h.script);h.script.MathJax.preview=i}i.innerHTML="";i.style.color=(a?"black":"…
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxFloorplan.js807 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
882 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1002 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1069 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1139 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1209 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1210 var strokeWidth = parseFloat(mxUtils.getValue(this.style, 'strokeWidth', this.dx));
1285 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1446 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1513 var windowPanes = Math.min(mxUtils.getValue(this.style, 'windowPanes', this.windowPanes), 20);
[all …]
H A DmxKubernetes.js79 var prIcon = mxUtils.getValue(this.state.style, 'prIcon', '');
81 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
82 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', '#ffffff');
105 mxShapeKubernetesIcon.prototype.getConstraints = function(style, w, h) argument
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js175 var fillClr = state.style[mxConstants.STYLE_FILLCOLOR];
223 var opacity = state.style[mxConstants.STYLE_OPACITY];
241 var isDashed = state.style[mxConstants.STYLE_DASHED];
268 var hasShadow = state.style[mxConstants.STYLE_SHADOW];
322 var flibX = state.style[mxConstants.STYLE_FLIPH];
325 var flibY = state.style[mxConstants.STYLE_FLIPV];
328 var rounded = state.style[mxConstants.STYLE_ROUNDED];
461 var endFill = state.style[mxConstants.STYLE_ENDFILL];
462 var endArrow = state.style[mxConstants.STYLE_ENDARROW];
463 var endSize = state.style[mxConstants.STYLE_ENDSIZE];
[all …]
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js27 svgIcon.style.width = '1.2em';
28 svgIcon.style.height = '1.2em';
29 svgIcon.style.float = 'none';
/plugin/refnotes/lang/en/
H A Dintro.txt9 * **Namespaces** --- in this section you can specify rendering style for predefined namespaces. For a detailed explanation of each style see the [[doku>plugin:refnotes:style|style reference]].
/plugin/revealjs/lib/font/source-sans-pro/
H A Dsource-sans-pro.css8 font-style: normal;
18 font-style: italic;
28 font-style: normal;
38 font-style: italic;
/plugin/jwhelloworld/
H A Dstyle.css28 font-style:italic;
40 border-style:solid;
53 border-style:solid;
61 margin:20px 0.5em 2em 110px; text-align:left; font-style:italic; font-size:120%;
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js76 var style = new CKEDITOR.style( { element : 'a', attributes : attributes } );
77 style.type = CKEDITOR.STYLE_INLINE;
78 style.apply( editor.document );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js76 var style = new CKEDITOR.style( { element : 'a', attributes : attributes } );
77 style.type = CKEDITOR.STYLE_INLINE;
78 style.apply( editor.document );
/plugin/bpmnio/
H A Ddeleted.files2 style.css
3 style.less
/plugin/tooltip/
H A Dstyle.css1 /** @file tooltip/style.css
12 * To create your own style follow instructions at Wiki page.
57 * This is an alternate style based on Microsoft Windows's
99 * The "inline style" is defined for the shorthand (one word) syntax
101 * the default style.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php218 private static function handleCustomStyles(string $style, string $string): string argument
223 …$style = preg_replace_callback('/macro\s*:(.*?)(?:;|$)/', function (array $m) use ($string, &$colo…
235 }, $style);
237 if (null === $style) {
242 return $style;
/plugin/box/
H A Dsyntax.php264 $style = isset($styles['width']) ? "width: {$styles['width']};" : '';
280 if ($style || $colours) {
281 $style = ' style="' . $style . ' ' . $colours . '"';
289 $html = "<div $class$style>\n";
/plugin/externalembed/
H A Dscript.js20 element.style.width = "";
21 element.style.height = "";
24 element.style.height = jsonData.height;
/plugin/pagelist/
H A Dhelper.php14 /** @var string table style: 'default', 'table', 'list' */
15 protected $style = ''; variable in helper_plugin_pagelist
104 $this->style = $this->getConf('style'); //string
238 * (Optional) Overrides standard values for style, showheader and show(column) settings
256 $this->style = 'default';
259 $this->style = 'table';
262 $this->style = 'list';
265 $this->style = 'simplelist'; // Displays pagenames only, no other information
337 // table style
[all...]
/plugin/indexmenu/images/thread2/
H A Dinfo.txt3 description=Thread style with own css style

1...<<11121314151617181920>>...89