Home
last modified time | relevance | path

Searched refs:styles (Results 326 – 350 of 455) sorted by relevance

1...<<111213141516171819

/plugin/lytebox/
H A Dlytebox.js343 var styles = this.frameArray[this.activeFrame][2];
344 var aStyles = styles.split(';');
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc33 // Add the CSS styles for anchor placeholders.
/plugin/admnote/
H A Dstyle.css2 * DokuWiki Plugin admnote (CSS styles)
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc33 // Add the CSS styles for anchor placeholders.
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-embedded.css38 /* For safety - reset parent styles, that can break glyph codes*/
/plugin/fetchmedia/
H A Dyarn.lock77 ansi-styles@^2.2.1:
79 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e46…
81 ansi-styles@^3.1.0:
83 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346da…
833 ansi-styles "^2.2.1"
843 ansi-styles "^3.1.0"
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock27 ansi-styles@^2.2.1:
29 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e46…
31 ansi-styles@~1.0.0:
33 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67…
882 ansi-styles "^2.2.1"
892 ansi-styles "~1.0.0"
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D32.32.js.map1 … // Almost full HTML tag matching, complete with embedded scripts & styles\n tag: [\n …
/plugin/topbarsyntax/
H A Dcsshover3.htc129 …// because the expression is added to the stylesheet, and styles are always applied to html that is
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn.css35 /* For safety - reset parent styles, that can break glyph codes*/
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc61 "styles": "Style",
214 "styles": "Styles",
470 "styles": "Style",
/plugin/ckgedit/ckeditor/lang/
H A Dfr.js.unc61 "styles": "Style",
214 "styles": "Styles",
470 "styles": "Style",
/plugin/issuetracker/
H A Dprototype.js2382 setStyle: function(element, styles) { argument
2385 if (Object.isString(styles)) {
2386 element.style.cssText += ';' + styles;
2387 return styles.include('opacity') ?
2388 element.setOpacity(styles.match(/opacity:\s*(\d?\.?\d*)/)[1]) : element;
2390 for (var property in styles)
2391 if (property == 'opacity') element.setOpacity(styles[property]);
2395 property] = styles[property];
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt162 + " and styles of code. </OL> You can then edit your code and when finished, click OK",
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md212 Markdown supports two styles of headers, [Setext] [1] and [atx] [2].
550 In both styles, the link text is delimited by [square brackets].
806 for links, allowing for two styles: *inline* and *reference*.
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md53 new FileAsset('/path/to/src/styles.less', array(new LessFilter())),
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css2 * This file provides the styles for the fullscreen media manager
/plugin/edittable/lib/
H A Dhandsontable.less30 * Fix for bootstrap styles
393 /*overwrite styles potentionally made by a framework*/
/plugin/odt/ODT/
H A DODTDocument.php2252 foreach ($styles_list as $styles) {
2253 foreach ($styles as $style) {
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js52 Editor.styles = [{},
1831 if (config.styles != null)
1833 Editor.styles = config.styles;
3283 var styles = document.getElementsByTagName('style');
3285 for (var i = 0; i < styles.length; i++)
3288 if (mxUtils.getTextContent(styles[i]).indexOf('MathJax') > 0)
3290 defs[0].appendChild(styles[i].cloneNode(true));
/plugin/boxwh/boxwh/
H A Dprint.css12 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
H A Dstyle.css10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
/plugin/dokutexit/
H A DREADME.md33 …* *conf/commands.tex* is where the TeX macros for dokuwiki styles will be held (this is common for…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md100 noStyles | false | If set to true no styles will be applied to "Data loading" curtain
/plugin/box2/
H A Dprint.css10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…

1...<<111213141516171819