Home
last modified time | relevance | path

Searched refs:styles (Results 326 – 350 of 455) sorted by last modified time

1...<<111213141516171819

/plugin/fckg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
87 The following are some sample styles used in the "Styles" toolbar command.
88 You should instead remove them, and include the styles used by the site
H A Dfck_editorarea.css.default_template30 The "body" styles should match your editor web site, mainly regarding
85 The following are some sample styles used in the "Styles" toolbar command.
86 You should instead remove them, and include the styles used by the site
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfck_insertHtmlCode.css3 * CSS styles for the Insert Code dialogue.
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css160 * Dialog frame related styles.
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css160 * Dialog frame related styles.
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee58 outputCssDir = path.resolve outputDir, 'styles'
/plugin/groupmanager/
H A Dstyle.css1 /* User Manager specific styles */
/plugin/fetchmedia/
H A Dyarn.lock77 ansi-styles@^2.2.1:
79 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e46…
81 ansi-styles@^3.1.0:
83 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346da…
833 ansi-styles "^2.2.1"
843 ansi-styles "^3.1.0"
/plugin/mapillary/scss/
H A D_mapillary.scss17 // mapillary widget screen styles.
H A Dprint.scss19 // mapillary widget print styles.
/plugin/database2/
H A Dstyle.css175 * filter-related styles
/plugin/issuetracker/
H A Dprototype.js2382 setStyle: function(element, styles) { argument
2385 if (Object.isString(styles)) {
2386 element.style.cssText += ';' + styles;
2387 return styles.include('opacity') ?
2388 element.setOpacity(styles.match(/opacity:\s*(\d?\.?\d*)/)[1]) : element;
2390 for (var property in styles)
2391 if (property == 'opacity') element.setOpacity(styles[property]);
2395 property] = styles[property];
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js2389 styles: {/* Styles */ class in CT_LIST.o
2424 ct.style = ct.styles.length > 0 ? ct.styles[0] : "";
8557 styles[stag.ID] = stag;
8566 while(styles[sid] !== undefined) {
8567 if(styles[sid].nf) nf = styles[sid].nf;
8568 if(styles[sid].Interior) interiors.push(styles[sid].Interior);
8570 sid = styles[sid].Parent;
8629 var styles = {}, stag = {}; variable
11175 styles = {};
11255 Styles: styles,
[all …]
H A Dxlsx.min.js3 ….spreadsheetml.worksheet+xml",xlsb:"application/vnd.ms-excel.worksheet"},styles:{xlsx:"application… class in CT_LIST.o
4styles:[],coreprops:[],extprops:[],custprops:[],strs:[],comments:[],vba:[],TODO:[],rels:[],xmlns:"… property in parse_ct.ct
5 …STY="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles";function write_st… variable
8styles,stag,opts){if(opts.cellStyles){if(stag.Interior){var I=stag.Interior;if(I.Pattern)I.pattern… argument
9styles={};if(dir.style)styles=parse_sty(getzipdata(zip,dir.style.replace(/^\//,"")),dir.style,opts… property in write_zip.ct
H A Dxlsx.min.map1 …heet","CT_LIST","workbooks","xlsx","xlsm","xlsb","xltx","strs","sheets","styles","type2ct","CT","p…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2100 …var pages = builder.layoutDocument(docDefinition.content, this.fontProvider, docDefinition.styles
26822 inspect.styles = {
26836 var style = inspect.styles[styleType];
H A Dpdfmake.min.js.map1styles","defaultStyle","background","header","footer","pageBreakBefore","printActionRef","ref","Ty…
H A Dpdfmake.min.js7 …uts(e.tableLayouts);var s=r.layoutDocument(t.content,this.fontProvider,t.styles||{},t.defaultStyle…
13styles[e];return n?"["+i.colors[n][0]+"m"+t+"["+i.colors[n][1]+"m":t}function a(t,e){return t}fu… class in i
/plugin/amcharts/
H A DREADME.md59 Also note that you can include comments in the snippet, both styles (`//` and `/* */`) are supporte…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1styles){var elementStyle=element.style;if(!elementStyle){return element}if(typeof styles==="string… argument
2styles={};for(var rule in fabric.cssRules[svgUid]){if(elementMatchesRule(element,rule.split(" ")))…
11styles:null,caching:true,_skipFillStrokeCheck:false,_reSpace:/\s|\n/,_currentCursorOpacity:0,_sele…
13styles=[];for(var i=startIndex;i<endIndex;i++){styles.push(this.getSelectionStyles(i))}return styl… argument
15styles[lineIndex]){this.callSuper("_setSVGTextLineText",lineIndex,textSpans,height,textLeftOffset,…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md740 Feel free to override any styles defined in it, create your own version and
H A Dexport.js1847 var styles = match.split( ";" );
1851 for ( i1 = 0; i1 < styles.length; i1++ ) {
1852 if ( styles[ i1 ] ) {
1853 var pair = styles[ i1 ].replace( /\s/g, "" ).split( ":" );
1866 replacement.push( styles[ i1 ] );
1869 replacement.push( styles[ i1 ] );
/plugin/amcharts/assets/
H A Djs-yaml.min.js2 …el=g.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=n(this.schema,e.styles||null),this.implic…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md100 noStyles | false | If set to true no styles will be applied to "Data loading" curtain

1...<<111213141516171819