Home
last modified time | relevance | path

Searched refs:stylesheet (Results 76 – 100 of 124) sorted by relevance

12345

/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown19 <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.5.9/slick.css"/>
22 <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.5.9/slick-theme.css"…
/plugin/layeranimation/
H A DREADME.md38 …you want that otherwise, you can define the following in your template stylesheet: ``#layeranimati…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak245 protected String stylesheet;
250 public StylesheetAction(String stylesheet) {
251 this.stylesheet = stylesheet;
264 .getResource(stylesheet).toString());
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md101 * `PhpCssEmbedFilter`: embeds image data in your stylesheet
294 <link href="{{ asset_url }}" type="text/css" rel="stylesheet" />
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm105 <link rel="stylesheet" type="text/css" href="#spellercss#" />
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm107 <link rel="stylesheet" type="text/css" href="#spellercss#" />
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js32388 CSSHover.prototype.doHover = function (document, position, stylesheet) { argument
32630 stylesheet.accept(function (candidate) {
32655 var links = this.findUnresolvedLinks(document, stylesheet);
32673 links = this.findUnresolvedLinks(document, stylesheet);
32701 CSSNavigation.prototype.findUnresolvedLinks = function (document, stylesheet) { argument
32716 stylesheet.accept(function (candidate) {
32741 stylesheet.accept(function (node) {
32790 CSSNavigation.prototype.findDocumentColors = function (document, stylesheet) { argument
32792 stylesheet.accept(function (node) {
32981 function getSelectionRanges(document, positions, stylesheet) { argument
[all …]
/plugin/syntaxhighlighter4/
H A DREADME.md115 $event->data['link'][] = array('rel' => 'stylesheet',
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst21 <link rel="stylesheet" href="style.css" />
/plugin/codeprettify/code-prettify/
H A DREADME.md211 default stylesheet, `prettify.css`.
/plugin/topbarsyntax/
H A Dcsshover3.htc129 …// because the expression is added to the stylesheet, and styles are always applied to html that is
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js6513 temp = this.stylesheet;
6520 this.stylesheet = this.getDefaultStylesheet();
6564 this.stylesheet = temp;
8078 darkStylesheet = graph.stylesheet;
8079 graph.stylesheet = graph.getDefaultStylesheet()
8253 temp = graph.stylesheet;
8254 graph.stylesheet = graph.getDefaultStylesheet()
8267 graph.stylesheet = temp;
8361 tempGraph = editorUi.createTemporaryGraph(graph.stylesheet);
8465 graph.stylesheet = darkStylesheet;
H A DMinimal.js1808 this.sidebar.graph.stylesheet.styles =
1809 mxUtils.clone(graph.stylesheet.styles);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md43 …href="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.css" rel="stylesheet" />
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js.map1 … [\"lang\", /^css$/i, \"css\"],\n [\"type\", /^(text\\/)?(x-)?(stylesheet|css)$/i, \"css\"…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js3608 …var defs = (ss.vertices.length >= 1) ? graph.stylesheet.getDefaultVertexStyle() : graph.stylesheet
4815 …var defs = (ss.vertices.length >= 1) ? graph.stylesheet.getDefaultVertexStyle() : graph.stylesheet
6204 var defaultStyle = graph.stylesheet.getDefaultVertexStyle();
6209 defaultStyle = graph.stylesheet.getDefaultEdgeStyle();
6353 var defaultStyle = graph.stylesheet.getDefaultVertexStyle();
6358 defaultStyle = graph.stylesheet.getDefaultEdgeStyle();
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);
/plugin/pgn4web/pgn4web/
H A DREADME.txt185 <link href="fonts/pgn4web-font-LiberationSans.css" type="text/css" rel="stylesheet" />
186 <link href="fonts/pgn4web-font-ChessSansPiratf.css" type="text/css" rel="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/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak410 // Loads the defalt stylesheet from an external file
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md29 <link type="text/css" href="amcharts/plugins/export/export.css" rel="stylesheet">
36 <link type="text/css" href="//cdn.amcharts.com/lib/3/plugins/export/export.css" rel="stylesheet">
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css7 Welcome to the stylesheet impress.js demo presentation.
/plugin/edittable/lib/
H A Dhandsontable.less835 Handsontable Mobile Text Editor stylesheet

12345