Home
last modified time | relevance | path

Searched refs:stylesheet (Results 51 – 75 of 124) sorted by relevance

12345

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm32 <link href="../sample.css" rel="stylesheet" type="text/css" />
H A Dsample04.cfm31 <link href="../sample.css" rel="stylesheet" type="text/css" />
H A Dsample04_mx.cfm31 <link href="../sample.css" rel="stylesheet" type="text/css" />
H A Dsample03_mx.cfm31 <link href="../sample.css" rel="stylesheet" type="text/css" />
H A Dsample02_mx.cfm32 <link href="../sample.css" rel="stylesheet" type="text/css" />
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java245 protected String stylesheet; field in EditorActions.StylesheetAction
250 public StylesheetAction(String stylesheet) { in StylesheetAction() argument
251 this.stylesheet = stylesheet; in StylesheetAction()
264 .getResource(stylesheet).toString()); in actionPerformed()
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js1 …"javascript"]],style:[["lang",/^css$/i,"css"],["type",/^(text\/)?(x-)?(stylesheet|css)$/i,"css"],[…
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample03.asp33 <link href="../sample.css" rel="stylesheet" type="text/css" />
H A Dsample04.asp33 <link href="../sample.css" rel="stylesheet" type="text/css" />
H A Dsample02.asp33 <link href="../sample.css" rel="stylesheet" type="text/css" />
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp30 <link href="../sample.css" rel="stylesheet" type="text/css" />
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md47 <link href="components/normalize/normalize.css" rel="stylesheet">
58 <link href="components/require.css" rel="stylesheet" type="text/css">
/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/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/divalign2/
H A DChangeLog39 * print.css: Added file for print-view stylesheet.
/plugin/dokumicrobugtracker/
H A DREADME.md77 | 2011-10-18 | Fix link to the stylesheet in action.php, fix the delete feature. |
/plugin/twcheckliste/
H A Drenderer.php.old73 <link rel="stylesheet" href="'.DOKU_BASE.'lib/styles/style.css" type="text/css" media="screen" />
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties129 stylesheet=Stylesheet key
H A Deditor.properties.bak125 stylesheet=Stylesheet
H A Deditor_zh-CN.properties125 stylesheet=Stylesheet key
H A Deditor_de.properties133 stylesheet=Stylesheet key
H A Deditor_de.properties.bak126 stylesheet=Stylesheet
/plugin/formatplus2/
H A DREADME43 The included stylesheet is intended for browsers that fully support CSS2.
/plugin/formatplus/
H A DREADME43 The included stylesheet is intended for browsers that fully support CSS2.
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js887 temp = graph.stylesheet;
888 graph.stylesheet = graph.getDefaultStylesheet();
904 graph.stylesheet = temp;

12345