Home
last modified time | relevance | path

Searched refs:styles (Results 426 – 450 of 455) sorted by path

1...<<111213141516171819

/plugin/typography/
H A DREADME.md29 Sometimes, inline styles are necessary when you are building a page by hand. You should however avo…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js642 var styles={};
643 for(var styleName in styleNames){styles[styleNames[styleName]]=parseInt(style.getPropertyCSSValue(s…
644 }if(FBTrace.DBG_INSPECT){FBTrace.sysout("readBoxStyles ",styles)
645 }return styles
6495 var formatStyles=function(styles){return isIE?styles.replace(/([^\s]+)\s*:/g,function(m,g){return g… argument
6496 }):styles
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1587 * Fixed: Issue 153: Support for files with mixed newline styles in
/plugin/wrap/
H A Dall.less247 /* see styles for boxes and notes with icons in style.css */
275 /* see styles for highlighted text in style.css */
320 /* see rest of spoiler styles in style.css */
350 /* see rest of button link styles in style.css */
H A Dstyle.less35 /* general styles for all note divs */
51 /* general styles for all note spans */
194 /* in addition to template styles */
/plugin/wrapadd/
H A Dplugin.info.txt6 desc Additional styles for the WRAP-Plugin
/plugin/wysiwyg/css/
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
66 The following are some sample styles used in the "Styles" toolbar command.
67 You should instead remove them, and include the styles used by the site
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.styles.css46 * Core styles.
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontformatcombo.js51 var styles = {} ;
78 styles[ '_FCK_' + elementName ] = style ;
84 return styles ;
H A Dfcktoolbarfontscombo.js52 var styles = {} ;
67 styles[ caption ] = style ;
70 return styles ;
H A Dfcktoolbarfontsizecombo.js54 var styles = {} ;
68 styles[ caption ] = style ;
71 return styles ;
H A Dfcktoolbarstylecombo.js47 var styles = {} ;
54 styles[ styleName ] = style ;
56 return styles ;
72 var styles = this.GetStyles() ;
74 for ( var styleName in styles )
76 var style = styles[ styleName ] ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js80 var styles = this.GetStyles() ;
82 for ( var styleName in styles )
230 if ( !styles )
237 return styles ;
247 var styles = {}; variable
256 return styles ;
261 var styles = {}; variable
270 return styles ;
275 var styles = {}; variable
280 return styles ;
[all …]
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
66 The following are some sample styles used in the "Styles" toolbar command.
67 You should instead remove them, and include the styles used by the site
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/wysiwyg/
H A Dstyle.css53 The following are some sample styles used in the "Styles" toolbar command.
54 You should instead remove them, and include the styles used by the site
/plugin/xlsx2dw/
H A DREADME.md4 The plugin keeps the styles, merged cells and colors of your original table.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js13463 var style = model.styleId && options.styles && options.styles.getStyleModel(model.styleId);
22570 styles: [],
22667 count: model.styles.length
22924 this.model.styles.push(xml);
23077 styles: [{
24037 styles: model.styles
24043 styles: model.styles,
24064 delete model.styles;
25207 xml = model.styles.xml;
25348 styles: model.styles,
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5123 "application/vnd.ms-excel.styles": "styles",
5333 ct.style = ct.styles.length > 0 ? ct.styles[0] : "";
10971 var styles = {};
11000 return styles;
11228 var styles = {};
11286 return styles;
15185 styles[len] = { class in get_cell_style
17994 if(styles[sid].nf) nf = styles[sid].nf;
17995 if(styles[sid].Interior) interiors.push(styles[sid].Interior);
22282 case 'styles': // TODO <office:styles>
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13styles={updated:"font-weight:bold;",inserted:"font-weight:bold;",deleted:"text-decoration : line-t… class in $gantt.$gantt
H A Ddhtmlxgantt.js.map1styles","side","_get_link_crossing_css","_render_side_content","leftside_text","_render_leftside_c…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1 …mit/f64f62f14086a8ec33d5667cfc5dc3a7e775fd2a\n\n Removes evil JS. Inline styles are still used for…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt.js8215 this.styles = { class in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f9d00.DataProcessor.DataProcessor
8695 this.styles = { class in DataProcessor.init
21178 var styles = { class in Layout._getBoxStyles
21191 …horPaddings : (styles.paddingLeft + styles.paddingRight + styles.borderLeftWidth + styles.borderRi…
21192 …vertPaddings : (styles.paddingTop + styles.paddingBottom + styles.borderTopWidth + styles.borderBo…
21193 borderBox: styles.boxSizing,
21194 innerWidth : styles.width,
21195 innerHeight : styles.height,
21196 outerWidth : styles.width,
21197 outerHeight : styles.height
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_broadway.css17 /* colors for items with inline styles assigned (task.color, link.color)*/

1...<<111213141516171819