Home
last modified time | relevance | path

Searched refs:style (Results 376 – 400 of 2224) sorted by relevance

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

/plugin/admnote/
H A DREADME.md25 …>` tag pair to start and end a note. The first parameter of the opening tag chooses the note style.
43 ### Default note style
45 The default style is 'note', so `<adm></adm>` is a valid note although it does not make much sense.
47 The default style will also be used if you mistype a style.
/plugin/blogtng/
H A Dscript.js208 comment_div.style.display='none';
234 comment_div.style.position = 'absolute';
235 comment_div.style.left = (x+2)+'px';
236 comment_div.style.top = (y+2)+'px';
237 comment_div.style.display = '';
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js43 this._PanelBox.style.width = this.PanelWidth + 'px' ;
105 oDiv.style.width = '100%' ;
108 oDiv.style.backgroundColor = bgColor ;
237 oField.style.width = this.FieldWidth + 'px' ;
348 oPanelBox.style.height = iMaxHeight + 'px' ;
354 oPanelBox.style.height = '' ;
/plugin/searchpattern/
H A Dstyle.css37 font-style: italic;
44 font-style: italic;
57 font-style: italic;
62 font-style: normal;
111 font-style: italic;
119 font-style: italic;
134 font-style: italic;
/plugin/refnotes/conf/
H A Dnamespaces.dat1 a:11:{s:1:":";a:0:{}s:8:":biblio:";a:11:{s:10:"refnote-id";s:4:"name";s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:7:"tooltip";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:4:"none";s:14:"back-ref-caret";s:6:"prefix";s:15:"back-ref-format";s:1:"a";}s:6:":cite:";a:5:{s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:15:"back-ref-format";s:1:"a";}s:4:":dw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:1:")";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:3:"ref";s:12:"note-preview";s:5:"popup";s:15:"notes-separator";s:4:"100%";s:15:"note-text-align";s:7:"justify";s:14:"note-font-size";s:6:"normal";s:11:"note-render";s:5:"basic";s:12:"note-id-base";s:3:"sup";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:1:")";s:14:"back-ref-caret";s:4:"none";s:13:"back-ref-base";s:3:"sup";s:20:"back-ref-font-weight";s:4:"bold";s:19:"back-ref-font-style";s:6:"normal";s:15:"back-ref-format";s:4:"note";s:18:"back-ref-separator";s:1:",";s:7:"scoping";s:5:"reset";}s:4:":fn:";a:0:{}s:9:":harvard:";a:11:{s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"()";s:16:"reference-render";s:7:"harvard";s:12:"multi-ref-id";s:4:"note";s:15:"notes-separator";s:4:"none";s:11:"note-render";s:7:"harvard";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:14:"back-ref-caret";s:5:"merge";s:15:"back-ref-format";s:1:"a";s:18:"back-ref-separator";s:4:"none";}s:4:":mw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:2:"[]";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:4:"none";s:15:"notes-separator";s:4:"none";s:15:"note-text-align";s:4:"left";s:14:"note-font-size";s:7:"reduced";s:11:"note-render";s:5:"basic";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:1:".";s:14:"back-ref-caret";s:5:"merge";s:13:"back-ref-base";s:3:"sup";s:20:"back-ref-font-weight";s:4:"bold";s:19:"back-ref-font-style";s:6:"italic";s:15:"back-ref-format";s:1:"a";s:18:"back-ref-separator";s:4:"none";s:7:"scoping";s: (…)
/plugin/diagramsnet/lib/shapes/
H A DmxUML25.js74 var rounded = mxUtils.getValue(this.style, 'rounded', false);
75 var absArcSize = mxUtils.getValue(this.style, 'absoluteArcSize', false);
76 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
165 var absArcSize = mxUtils.getValue(this.style, 'absoluteArcSize', false);
166 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
227 var absArcSize = mxUtils.getValue(this.style, 'absoluteArcSize', false);
228 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
H A DmxSysML.js23 if (this.style != null)
25 var shape = mxCellRenderer.defaultShapes[this.style['symbol0']];
30 tmp.style = this.style;
47 var align = this.style['symbol' + counter + 'Align'];
48 var valign = this.style['symbol' + counter + 'VerticalAlign'];
49 var width = this.style['symbol' + counter + 'Width'];
50 var height = this.style['symbol' + counter + 'Height'];
51 var spacing = this.style['symbol' + counter + 'Spacing'] || 0;
53 var arcspacing = this.style['symbol' + counter + 'ArcSpacing'];
54 var direction = this.style['symbol' + counter + 'Direction'];
[all …]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1style.position="absolute",e.style.top=0,e.style.left=0,e.style.width=(void 0!==a.realWidth?a.realW…
/plugin/vkeyboard/
H A Dvkeyboard.js1style.width="50px";var x=this.offsetWidth;this.style.width=""};J(this.VKI_keyboard,"click",functio…
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.left.style.inc.php10 $owner_value->left->style = $value;
14 return $owner_value->left->style;
H A Dcss.border.right.style.inc.php10 $owner_value->right->style = $value;
14 return $owner_value->right->style;
H A Dcss.border.bottom.style.inc.php10 $owner_value->bottom->style = $value;
14 return $owner_value->bottom->style;
H A Dcss.border.top.style.inc.php10 $owner_value->top->style = $value;
14 return $owner_value->top->style;
H A Ddefault.css7 font-style: italic;
56 font-style: italic;
77 font-style: italic;
98 font-style: italic;
190 font-style: italic;
310 list-style-type: decimal;
380 style { selector
452 list-style-type: disc;
459 font-style: italic;
490 list-style-type: circle;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DView.svelte10 <style>
15 </style>
/plugin/picasawebalbum/
H A DMakefile6 rm style.css
7 cat *.css > style.css
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dsunburst.min.css1style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#e28964}.hljs-string{color:#65b042}…
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js19 …h||e.appendChild(k);return{setDisable:function(){k.style.display="none"},setEnable:function(){k.st…
59style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","ChangeTo");a.Lo…
60style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.Local…
62style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.Local…
66style:"",html:"\x3cdiv\x3e\x3c/div\x3e"},{type:"html",id:"Content",label:"GrammarContent",html:"",…
68style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd","…
69style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd",t…
71style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","FinishChecking"…
76style:"width: 100%; float: right; margin-top: 9px;",onLoad:function(){this.getElement().setAttribu…
83 style:"float:left; min-height: 16px;","default":"",onClick:function(){d[this.id]=this.getValue()?1:…
[all …]
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js19 …h||c.appendChild(k);return{setDisable:function(){k.style.display="none"},setEnable:function(){k.st…
55style:"",html:"\x3cdiv\x3e\x3c/div\x3e"},{type:"html",id:"Content",label:"spellContent",html:"",se…
59style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.Local…
61style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.Local…
67style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd","…
68style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd",t…
74style:"margin-top:46px;",children:[{type:"html",id:"logotype",label:"WebSpellChecker.net",html:"",…
78style:"display: block;text-align: center;white-space: normal!important; font-size: 12px;color:red"…
80style:"float:left; min-height: 16px;","default":"",onClick:function(){e[this.id]=this.getValue()?1…
81style:"float:left; min-height: 16px;","default":"",onClick:function(){e[this.id]=this.getValue()?1…
[all …]
/plugin/progrecss/
H A Dsyntax.php153 $style= $data['style'];
162 $id, $style, $fullwidth);
191 function _create_block_header($id, $style, $fullwidth) { argument
193 $wt = '<span id="'. $id. '" class="'. $style. '" >';
/plugin/galleryv1.5/
H A Dsyntax.php248 // $content .= '<br style="clear:both" /></div></div></div>';
257 …$ret .= '<table class="gallery"' . (!empty($data['float']) ? ' style="float: '.$data['float'].';"'…
295 …$ret .= '<div class="gallery"' . (!empty($data['float']) ? ' style="float: '.$data['float'].';"' :…
310 $ret .= '<br style="clear:both" /></div>';
/plugin/lightweightcss/
H A DREADME34 Users can customize this list using the `style.ini` of their template by adding a section
38 ; admin style
41 ; user style include
44 ; user style exclude
/plugin/autolink3/
H A Dscript.js29 obj.style.visibility='visible';
31 obj.style.visibility='hidden';
119 document.getElementById('pl_si_gobtn').style.display = 'none';
/plugin/qna/syntax/
H A Dblock.php84 list($tag, $style) = explode('_', $data[0]);
87 $renderer->doc .= '<div class="qna-' . $style . '">' . DOKU_LF;
89 if ($style == 'question') {
/plugin/revealjs/css/theme/template/
H A Dtheme.scss93 font-style: italic;
106 list-style-type: decimal;
110 list-style-type: disc;
114 list-style-type: square;
118 list-style-type: circle;
144 font-style: italic;
154 font-style: italic;

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