Home
last modified time | relevance | path

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

1234

/plugin/ckgedit/lang/en/
H A Dstyle.txt2sheet for the CKEditor's editing window that is based on your template. It will place the style sh…
/plugin/topbarsyntax/
H A 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);
93 parseCSSRule:function(rule, sheet) {
95 // The sheet is used to insert new rules into, this must be the same sheet the rule
[all …]
/plugin/magnifier/
H A Dscript.js6 var sheet = head.appendChild(style).sheet;
11 sheet.insertRule(selector + "{" + propText + "}", sheet.cssRules.length);
12 return sheet;
/plugin/gview/
H A Dstyle.css2 * Style sheet for Gview plugin
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt15 .sheet { font-size: 15px }
24 <p class="sheet">A p element with the font-size defined by a stylesheet</p>
/plugin/abc2/
H A Dplugin.info.txt6 desc Displays sheet music (input ABC, output SVG and MIDI)
H A DREADME3 Displays sheet music (input ABC, output SVG and MIDI)
/plugin/abc/
H A Dplugin.info.txt6 desc Displays sheet music (input ABC, output PNG, MIDI and PDF)
/plugin/faq/
H A Dstyle.css3 * style sheet for them.
/plugin/refnotes/lang/en/
H A D__template.txt5 * Group a number of notes into single data table (//sheet//). The first row of the table is used to specify which field the corresponding column contains.
13 ===== Note sheet example =====
/plugin/gcalendar/inc/
H A Dstandard.css2 * standard.css is the main style-sheet for the dokuwiki-plugin gCalendar
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js3 …":"rels","application/vnd.openxmlformats-officedocument.oleObject":"TODO",sheet:"js"};var CT_LIST=… property in ct2type
9sheet,sheetRels,sheets,opts){try{sheetRels[sheet]=parse_rels(getzipdata(zip,relsPath,true),path);s… argument
H A Dxlsx.js11140 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 [];
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
11570 function sheet_to_csv(sheet, opts) { argument
11573 if(sheet == null || sheet["!ref"] == null) return "";
11597 function sheet_to_formulae(sheet) { argument
11599 if(sheet == null || sheet["!ref"] == null) return "";
[all …]
/plugin/diagramsnet/lib/js/spin/
H A Dspin.min.js2 …{type:"text/css"});return b(document.getElementsByTagName("head")[0],c),c.sheet||c.styleSheet}(),n…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4379 var n = opts && opts.sheet ? opts.sheet : "Sheet1";
12166 if(!sheet[r.r]) sheet[r.r] = [];
25913 if(typeof o.sheet == "number") idx = o.sheet;
26004 var val = dense ? sheet[R][C] : sheet[cols[C] + rr];
26034 if(sheet == null || sheet["!ref"] == null) return [];
26056 if(dense && !sheet[R]) sheet[R] = [];
26062 val = dense ? sheet[R][C] : sheet[cols[C] + rr];
26115 if(sheet == null || sheet["!ref"] == null) return "";
26156 x = dense ? (sheet[R]||[])[C] : sheet[y];
26491 if(dense && !sheet[R]) sheet[R] = [];
[all …]
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A 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/
H A 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/s5reloaded/ui/thesis/
H A Dpretty.css439 #controls #sheet {display: none;}
/plugin/webcode/vendor/
H A 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/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2968 this.isSystemStyleSheet = function(sheet) argument
2970 var href = sheet && sheet.href;
26873 ? this.location.editStyleSheet.sheet
27704 var sheet = styleSheets[0];
27705 … return (Firebug.filterSystemURLs && isSystemURL(getURLForStyleSheet(sheet))) ? null : sheet;
28773 function getStyleSheetCSS(sheet, context) argument
28775 if (sheet.ownerNode instanceof HTMLStyleElement)
28776 return sheet.ownerNode.innerHTML;
28781 function getStyleSheetOwnerNode(sheet) { argument
28782 for (; sheet && !sheet.ownerNode; sheet = sheet.parentStyleSheet);
[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,contex argument
7655 getStyleSheetOwnerNode(sheet) global() argument
[all...]
/plugin/diagramsnet/lib/resources/
H A Ddia_ar.txt313 fitToSheetsAcross=sheet(s) across
315 fitToSheetsDown=sheet(s) down
H A Ddia_kn.txt313 fitToSheetsAcross=sheet(s) across
315 fitToSheetsDown=sheet(s) down
H A Ddia_si.txt313 fitToSheetsAcross=sheet(s) across
315 fitToSheetsDown=sheet(s) down
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js4127 iteratee(sheet, sheet.id);
5476 var row = sheet && sheet[rowNumber];
5508 var row = sheet[rowNumber] || (sheet[rowNumber] = []);
5539 if (sheet) {
5589 if (sheet && sheet[row]) {
5619 if (sheet) {
5634 if (sheet) {
8836 if (sheet.pageSetup && sheet.pageSetup.printArea) {
8848 … if (sheet.pageSetup && (sheet.pageSetup.printTitlesRow || sheet.pageSetup.printTitlesColumn)) {
18227 sheet: booleanToXml(model.sheet, '1'),
[all …]

1234