Home
last modified time | relevance | path

Searched refs:sheet (Results 1 – 25 of 91) sorted by relevance

1234

/plugin/ckgedit/lang/en/
Dstyle.txt2sheet for the CKEditor's editing window that is based on your template. It will place the style sh…
/plugin/topbarsyntax/
Dcsshover3.htc65 parseStylesheet:function(sheet) {
66 // check sheet imports and parse those recursively
67 if(sheet.imports) {
69 var imports = sheet.imports, l = imports.length;
71 this.parseStylesheet(sheet.imports[i]);
80 // interate the sheet's rules and send them to the parser
82 var rules = sheet.rules, l = rules.length;
84 this.parseCSSRule(rules[j], sheet);
87 // trycatch for various errors, most likely accessing the sheet's rules,
93 parseCSSRule:function(rule, sheet) {
[all …]
/plugin/magnifier/
Dscript.js6 var sheet = head.appendChild(style).sheet;
11 sheet.insertRule(selector + "{" + propText + "}", sheet.cssRules.length);
12 return sheet;
/plugin/chordsheets/
H A DREADME.md17 To get a chord sheet, just put your sheet (for example from ultimate guitar) in the chordsheet tags:
/plugin/webcode/_test/data/pages/
Dacross_section.txt15 .sheet { font-size: 15px }
24 <p class="sheet">A p element with the font-size defined by a stylesheet</p>
/plugin/gview/
Dstyle.css2 * Style sheet for Gview plugin
/plugin/abc2/
Dplugin.info.txt6 desc Displays sheet music (input ABC, output SVG and MIDI)
DREADME3 Displays sheet music (input ABC, output SVG and MIDI)
/plugin/abc/
Dplugin.info.txt6 desc Displays sheet music (input ABC, output PNG, MIDI and PDF)
/plugin/faq/
Dstyle.css3 * style sheet for them.
/plugin/refnotes/lang/en/
D__template.txt5 …* Group a number of notes into single data table (//sheet//). The first row of the table is used t…
13 ===== Note sheet example =====
/plugin/indexmenu/scripts/fancytree/skin-themeroller/
Dui.fancytree.less3 * This file should be included after a jQuery Themeroller style sheet.
/plugin/gcalendar/inc/
Dstandard.css2 * standard.css is the main style-sheet for the dokuwiki-plugin gCalendar
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js3 …":"rels","application/vnd.openxmlformats-officedocument.oleObject":"TODO",sheet:"js"};var CT_LIST=… property
9sheet,sheetRels,sheets,opts){try{sheetRels[sheet]=parse_rels(getzipdata(zip,relsPath,true),path);s… argument
Dxlsx.js11137 function safe_parse_ws(zip, path, relsPath, sheet, sheetRels, sheets, opts) { argument
11139 sheetRels[sheet]=parse_rels(getzipdata(zip, relsPath, true), path);
11140 sheets[sheet]=parse_ws(getzipdata(zip, path),path,opts,sheetRels[sheet]);
11506 function sheet_to_json(sheet, opts){ argument
11510 if(sheet == null || sheet["!ref"] == null) return [];
11511 range = o.range !== undefined ? o.range : sheet["!ref"];
11517 case 'number': r = safe_decode_range(sheet["!ref"]); r.s.r = range; break;
11527 val = sheet[cols[C] + rr];
11548 val = sheet[cols[C] + rr];
11568 function sheet_to_row_object_array(sheet, opts) { return sheet_to_json(sheet, opts != null ? opts :… argument
[all …]
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs4325 if(!sname && !(opts && opts.biff <= 5 && opts.biff >= 2)) throw new Error("empty sheet name");
4378 function sheet_to_workbook(sheet/*:Worksheet*/, opts)/*:Workbook*/ { argument
4379 var n = opts && opts.sheet ? opts.sheet : "Sheet1";
4380 var sheets = {}; sheets[n] = sheet;
5092 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml": "workbooks",
5093 "application/vnd.ms-excel.sheet.macroEnabled.main+xml": "workbooks",
5094 "application/vnd.ms-excel.sheet.binary.macroEnabled.main": "workbooks",
5261 "sheet": "js" property
5266 xlsx: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml",
5267 xlsm: "application/vnd.ms-excel.sheet.macroEnabled.main+xml",
[all …]
/plugin/diagramsnet/lib/js/spin/
Dspin.min.js2 …{type:"text/css"});return b(document.getElementsByTagName("head")[0],c),c.sheet||c.styleSheet}(),n…
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
Ddefault.js24sheet}function c(a){var b=a.indexOf("{"),c=a.indexOf("}");return d(a.substring(b+1,c),!0)}var d=CK…
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
Ddefault.js25 ….documentElement.appendChild(b.$);b.$.textContent=a;c.remove();return b.$.sheet}function c(a){var …
26 …CssText,e=CKEDITOR.plugins.pastefromword.styles.inliner.filter,h=a.is?a.$.sheet:b(a);a=[];var f;if…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js2968 this.isSystemStyleSheet = function(sheet) argument
2970 var href = sheet && sheet.href;
26873 ? this.location.editStyleSheet.sheet
27435 styleSheet = styleSheet.editStyleSheet.sheet;
27704 var sheet = styleSheets[0];
27705 … return (Firebug.filterSystemURLs && isSystemURL(getURLForStyleSheet(sheet))) ? null : sheet;
28509 styleSheet = styleSheet.editStyleSheet ? styleSheet.editStyleSheet.sheet : styleSheet;
28773 function getStyleSheetCSS(sheet, context) argument
28775 if (sheet.ownerNode instanceof HTMLStyleElement)
28776 return sheet.ownerNode.innerHTML;
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js1068 this.isSystemStyleSheet=function(sheet){var href=sheet&&sheet.href; argument
7109 }var styleSheet=this.location.editStyleSheet?this.location.editStyleSheet.sheet:this.location;
7285 }if(styleSheet.editStyleSheet){styleSheet=styleSheet.editStyleSheet.sheet
7356 if(styleSheets.length){var sheet=styleSheets[0];
7357 return(Firebug.filterSystemURLs&&isSystemURL(getURLForStyleSheet(sheet)))?null:sheet
7545 styleSheet=styleSheet.editStyleSheet?styleSheet.editStyleSheet.sheet:styleSheet;
7642 }function getStyleSheetCSS(sheet,context){if(sheet.ownerNode instanceof HTMLStyleElement){return sh… argument
7643 }else{return context.sourceCache.load(sheet.href).join("")
7644 }}function getStyleSheetOwnerNode(sheet){for(; argument
7645 sheet&&!sheet.ownerNode;
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1079 this.isSystemStyleSheet=function(sheet){var href=sheet&&sheet.href; argument
7120 }var styleSheet=this.location.editStyleSheet?this.location.editStyleSheet.sheet:this.location;
7296 }if(styleSheet.editStyleSheet){styleSheet=styleSheet.editStyleSheet.sheet
7367 if(styleSheets.length){var sheet=styleSheets[0];
7368 return(Firebug.filterSystemURLs&&isSystemURL(getURLForStyleSheet(sheet)))?null:sheet
7556 styleSheet=styleSheet.editStyleSheet?styleSheet.editStyleSheet.sheet:styleSheet;
7653 }function getStyleSheetCSS(sheet,context){if(sheet.ownerNode instanceof HTMLStyleElement){return sh… argument
7654 }else{return context.sourceCache.load(sheet.href).join("")
7655 }}function getStyleSheetOwnerNode(sheet){for(; argument
7656 sheet&&!sheet.ownerNode;
[all …]
/plugin/s5reloaded/ui/thesis/
Dpretty.css439 #controls #sheet {display: none;}
/plugin/diagramsnet/lib/resources/
Ddia_ar.txt313 fitToSheetsAcross=sheet(s) across
315 fitToSheetsDown=sheet(s) down
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js4126 this.worksheets.forEach(function (sheet) {
4127 iteratee(sheet, sheet.id);
5016 sheet: true
5475 var sheet = this.sheets[sheetName];
5476 var row = sheet && sheet[rowNumber];
5500 var sheet = this.findSheet(address, create);
5501 var row = this.findSheetRow(sheet, address, create);
5507 var sheet = this.sheets[sheetName] || (this.sheets[sheetName] = []);
5508 var row = sheet[rowNumber] || (sheet[rowNumber] = []);
5520 var sheet = this.findSheet(address);
[all …]

1234