Home
last modified time | relevance | path

Searched refs:stylesheet (Results 1 – 25 of 124) sorted by last modified time

12345

/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/siteexport/inc/
H A DreadCSS.patch41 $regexp = '/<link[^>]*rel=["\']stylesheet["\'][^>]*href=["\']([^>"\']*)["\'].*?>/si';
48 $regexp = '/<link[^>]*href=["\']([^>"\']*)["\'][^>]*?rel=["\']stylesheet["\'].*?>/si';
87 // and fix url paths (including background-images) relative to stylesheet
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md259 - Default stylesheet - `mpdf.css` - updated.
355 - Tables - cellSpacing and cellPadding taking preference over CSS stylesheet
425 - background images using data:image\/(jpeg|gif|png);base64 format - error when reading in stylesheet
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js261 style.setAttribute("rel","stylesheet");
1457 FBL.ns(function(){with(FBL){var oSTR={NoMembersWarning:"There are no properties to show for this object.",EmptyStyleSheet:"There are no rules in this stylesheet.",EmptyElementCSS:"This element has no style rules.",AccessRestricted:"Access to restricted URI denied.","net.label.Parameters":"Parameters","net.label.Source":"Source",URLParameters:"Params",EditStyle:"Edit Element Style...",NewRule:"New Rule...",NewProp:"New Property...",EditProp:'Edit "%s"',DeleteProp:'Delete "%s"',DisableProp:'Disable "%s"'};
4435 }var stylesheet=getStyleSheetByHref(sourceLink.href,context);
4436 if(stylesheet){var ownerNode=stylesheet.ownerNode;
4439 }var panel=context.getPanel("stylesheet");
4440 if(panel&&panel.getRuleByLine(stylesheet,sourceLink.line)){return Firebug.chrome.select(sourceLink)
6878 }}}}if(FBTrace.DBG_CSS){FBTrace.sysout("FBL.processAllStyleSheets","all stylesheet rules processed in "+(new Date().getTime()-start)+"ms")
7217 }}}if(this.name=="stylesheet"){dispatch([Firebug.A11yModel],"onInlineEditorClose",[this,row.firstChild,true])
7219 this.markChange(this.name=="stylesheet")
[all...]
/plugin/combo/resources/theme/default/components/css/
H A Dblockquote.css3 /* p and ul have a default bottom margin via the default browser stylesheet that makes the content not in the middle */
H A Dcell.css1 /* p bottom margin of zero from the default stylesheet makes the first p touching the top of the background */
H A Ddokuwiki.css2 * A stylesheet to fight the dokuwiki template css rules
H A Dnote.css1 /* p and ul have a default bottom margin via the default browser stylesheet that makes the content not in the middle */
H A Dtest.css1 /*test internal stylesheet*/
/plugin/combo/resources/theme/default/pages/partials/
H A Dbody-beforeend-partial.hbs3 {{{ preloaded-stylesheet-html }}}
/plugin/combo/
H A DREADME.md30 * [Theme as you wish](https://combostrap.com/stylesheet)
/plugin/codify/
H A Daction.php47 'rel' => 'stylesheet',
/plugin/edittable/lib/
H A Dhandsontable.less835 Handsontable Mobile Text Editor stylesheet
/plugin/advanced/lang/en/config/
H A Dmime.txt17 **Note:** because the stylesheet used for assigning the fileicons gets cached you need to force a r…
H A Dstyleini.txt13 The stylesheet can also be a ''.less'' file. (See [[doku>devel:less|LESS]]).
H A Duserstyle.txt9 There are five types of stylesheet modes:
/plugin/ckgedit/action/
H A Dedit.php525 $stylesheet = DOKU_PLUGIN . 'ckgedit/ckeditor/css/_style.css';
526 if(file_exists($stylesheet)) {
529 if($fh = fopen($stylesheet,"r")) {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md387 …/ckeditor/ckeditor-dev/issues/582): Fixed: Double slash in the path to stylesheet needed by the [T…
H A Dckeditor.js.unc2126 rel: "stylesheet",
7937 m = g.getCustomData("stylesheet");
7938 …ext(k), k = new CKEDITOR.dom.element(k.ownerNode || k.owningElement), g.setCustomData("stylesheet",
8060 if (b.getCustomData("stylesheet")) {
8063 b.removeCustomData("stylesheet").remove())
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less12 * Include this stylesheet on your page to get a more printer-friendly calendar.
13 * When including this stylesheet, use the media='print' attribute of the <link> tag.
14 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
57 /* undo the min-height from each view's specific stylesheet */ }
/plugin/layeranimation/
H A DREADME.md38 …you want that otherwise, you can define the following in your template stylesheet: ``#layeranimati…
/plugin/zerolinecss/
H A DREADME.md31 $clear[] = array ( 'rel' => 'stylesheet');
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js1 (function(stylesheet, stencils)
244 if (stylesheet != null)
246 var xmlDoc = mxUtils.parseXml(stylesheet);
821 mxClientOnLoad(stylesheet, initGraph);
H A Dviewer-static.min.js1263 …aph.prototype.model=null;mxGraph.prototype.view=null;mxGraph.prototype.stylesheet=null;mxGraph.pro… method in mxGraph
1277 …ype.getStylesheet=function(){return this.stylesheet};mxGraph.prototype.setStylesheet=function(a){t…
1310 …Edge(a)?this.stylesheet.getDefaultEdgeStyle():this.stylesheet.getDefaultVertexStyle();null!=b&&(a=…
2349 Graph.createOffscreenGraph=function(b){var c=new Graph(document.createElement("div"));c.stylesheet.…
3293stylesheet,t=this.shapeForegroundColor,y=this.shapeBackgroundColor,this.shapeForegroundColor="dark…
3295 y,this.shapeForegroundColor=t,this.stylesheet=x,this.refresh());return C};var E=Graph.prototype.cre…
3336 …imation=!1;null!=e.themes&&"darkTheme"==e.defaultThemeName&&(v=e.stylesheet,e.stylesheet=e.getDefa…
3337 e.refresh());c.open(null,null,g,!0);e.enableFlowAnimation=p;null!=v&&(e.stylesheet=v,e.refresh())}e…
3338 …5*f,g=null;null!=e.themes&&"darkTheme"==e.defaultThemeName&&(g=e.stylesheet,e.stylesheet=e.getDefa…
3339 …],l=B==b.currentPage?e:null;if(null==l){var l=b.createTemporaryGraph(e.stylesheet),m=!0,x=!1,N=nul…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js268 Graph = function(container, model, renderHint, stylesheet, themes, standalone) argument
270 mxGraph.call(this, container, model, renderHint, stylesheet);
777 if (stylesheet == null)
1347 Graph.createOffscreenGraph = function(stylesheet) argument
1350 graph.stylesheet.styles = mxUtils.clone(stylesheet.styles);

12345