Home
last modified time | relevance | path

Searched refs:styles (Results 1 – 25 of 455) sorted by path

12345678910>>...19

/plugin/a2s/
H A Ddemo.txt366 ===== shapes inside shapes and custom styles =====
/plugin/aceeditor/
H A DNEWS49 * Preserve border and margin styles of textarea
/plugin/achart/
H A DREADME.md119 Also note that you can include comments in the snippet, both styles (`//` and `/* */`) are supporte…
/plugin/achart/assets/
H A Dapexcharts.css653 /* Resize generated styles */
H A Dapexcharts.min.js6styles={},this.transforms=[],this.once={}}}),a.FX=a.invent({create:function(t){this._target=t,this…
H A Djs-yaml.min.js2 …(c.styleAliases,l)&&(l=c.styleAliases[l]),n[a]=l;return n}(this.schema,e.styles||null),this.sortKe…
/plugin/acmenu/
H A Dstyle.css4 * style.css: screen styles used by AcMenu plugin.
/plugin/addressbook/
H A DREADME.md63 * Add print styles for contact cards and the index list
/plugin/admnote/
H A DREADME.md9 Some note styles had to be renamed to avoid conflicts with existing DokuWiki base styles.
27 There are twelve styles available: 'abstract', 'bug', 'danger', 'example', 'failure', 'information'…
35 There is no need for quotes in your heading. You cannot use wiki styles in the heading.
H A Dstyle.css2 * DokuWiki Plugin admnote (CSS styles)
/plugin/advanced/lang/en/config/
H A Dhooks.txt8 | ''meta.html'' | Inside the HTML <head>, use this to add additional styles or metaheaders…
H A Dstyleini.txt3 …plate supports it)) configuring the generation of [[doku>devel:css|CSS]] styles. It has two sectio…
H A Duserstyle.txt3 …e controlled through CSS stylesheets. DokuWiki defines some very minimal styles itself. The rest o…
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js155 var styles = styling[opts.styling];
238styles.container+" ui-pnotify-container "+(opts.type == "error" ? styles.error : (opts.type == "in…
301styles.error+" "+styles.notice+" "+styles.success+" "+styles.info).addClass(opts.type == "error" ?…
308 …type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_icon : (opts.type == "suc…
635 .append($("<span />", {"class": styles.closer}))
654 …$(this).children().removeClass(styles.pin_up+" "+styles.pin_down).addClass(opts.hide ? styles.pin_…
664 …type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_icon : (opts.type == "suc…
737 $(this).addClass(styles.hi_btnhov);
740 $(this).removeClass(styles.hi_btnhov);
760 $(this).addClass(styles.hi_btnhov);
[all …]
/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/dataloader/
H A Dreadme.md100 noStyles | false | If set to true no styles will be applied to "Data loading" curtain
/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/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3116 var styles = { };
3124 return styles;
20524 styles: null,
20572 this.styles = options ? (options.styles || { }) : { };
20590 if (!this.styles) {
20647 return styles;
21031 if (this.styles && this.styles[lineIndex] && (decl = this.styles[lineIndex][i])) {
21189 if (this.styles[i] && this.styles[i][j] && this.styles[i][j].textBackgroundColor) {
21306 return (this.styles[lineIndex] && this.styles[lineIndex][charIndex])
21340 if (this.styles[lineIndex] && this.styles[lineIndex][charIndex]) {
[all …]
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/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.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
H A Dpdfmake.min.js.map1styles","defaultStyle","background","header","footer","pageBreakBefore","printActionRef","ref","Ty…
/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

12345678910>>...19