Home
last modified time | relevance | path

Searched refs:CSS (Results 26 – 50 of 392) sorted by path

12345678910>>...16

/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach((fu…
23CSS&&e.CSS.escape)return e.CSS.escape;var t=function(e){if(0==arguments.length)throw new TypeError…
H A Ddmn-navigated-viewer.production.min.js16 …1;var e={},n=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","non…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js24070 var cssSupports = window.CSS && window.CSS.supports;
24075 touchMap[val] = cssSupports ? window.CSS.supports('touch-action', val) : true;
28279 if (root.CSS && root.CSS.escape) {
28280 return root.CSS.escape;
28362 if (!root.CSS) {
28363 root.CSS = {};
28366 root.CSS.escape = cssEscape;
H A Dbpmn-modeler.production.min.js33 …1;var e={},n=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","non…
34CSS&&e.CSS.escape)return e.CSS.escape;var t=function(e){if(0==arguments.length)throw new TypeError…
/plugin/bugzillalinks/
H A Dstyle.css3 * CSS for the Bugzilla-links syntax plugin
/plugin/button/
H A Dstyle.css22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
54 If you want standard CSS here, just copy it below, and add a space between 'a' and the class
/plugin/c3chart/
H A DREADME.md65 | `width` | Width of the chart, specified in CSS format, e.g. 50% or 320px. |
/plugin/c3chart/assets/
H A Dc3.min.js2 …function(t){var e=this.generateTargetClass(t);return window.CSS&&window.CSS.escape?window.CSS.esca…
/plugin/cacherevisionseraser/
H A DREADME.md106 * .css files (Cached CSS-Sheet) (Default ASK).
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md213 …3): Fixed: Missing [Widget](http://ckeditor.com/addon/widget) drag handler CSS when there are mult…
220 * [#14535](http://dev.ckeditor.com/ticket/14535): Fixed: CSS syntax corrections. Thanks to [mdjdeno…
445 * [#13279](http://dev.ckeditor.com/ticket/13279): Reviewed CSS vendor prefixes.
573 * [#12777](http://dev.ckeditor.com/ticket/12777): Fixed: The `table-layout` CSS property should be …
660 * [#12218](http://dev.ckeditor.com/ticket/12218): Fixed: Minor syntax issue in CSS files.
792 …OR.config-cfg-image2_alignClasses) option to configure the way images are aligned with CSS classes.
800 …R.editor-method-addContentsCss) method that can be used for [adding custom CSS files](http://docs.…
802 …rentImageData) property which contains transparent image data to be used in CSS or as image source.
988 * [#11066](http://dev.ckeditor.com/ticket/11066): Widget's private parts use CSS reset.
1047 * [#10915](http://dev.ckeditor.com/ticket/10915): Fixed: Invalid CSS filter in the Kama skin.
[all …]
H A Dckeditor.js39 …e("ckCsrfToken",a)}return a},escapeCss:function(a){return a?window.CSS&&CSS.escape?CSS.escape(a):i…
H A Dcontents-default.css6 This CSS applies to the old 'default' Dokuwiki template
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified67 …ified for the "%1" field must be a positive number with or without a valid CSS measurement unit (p…
70 …cssLengthTooltip: "Enter a number for a value in pixels or a number with a valid CSS unit (px, %, …
H A Den.js.unc5CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified…
H A Dfr.js.unc40 "cssClass": "Classe CSS",
77 …r le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, …
80 … un nombre pour une valeur en pixels ou un nombre avec une unité de mesure CSS valide (px, %, in, …
190 "cssClassInputLabel": "Classe CSS",
441 "cssClasses": "Classe CSS",
H A Dlang_array.txt71 …ied for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (p…
74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc33 // Add the CSS styles for anchor placeholders.
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Dreadme.md21 CSS parts:
22 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
34 - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md23 CSS parts:
24 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
36 - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/ckgedit/ckeditor/
H A DCHANGES.md267 * [#1010](https://github.com/ckeditor/ckeditor-dev/issues/1010): Fixed: The CSS `border` shorthand …
358 * [#566](https://github.com/ckeditor/ckeditor-dev/issues/566): Fixed: The CSS `border` shorthand pr…
422 …m/docs/ckeditor4/latest/api/CKEDITOR.filter.html) incorrectly transforms the `margin` CSS property.
633 …xed: Missing [Widget](https://ckeditor.com/cke4/addon/widget) drag handler CSS when there are mult…
640 * [#14535](https://dev.ckeditor.com/ticket/14535): Fixed: CSS syntax corrections. Thanks to [mdjden…
865 * [#13279](https://dev.ckeditor.com/ticket/13279): Reviewed CSS vendor prefixes.
993 * [#12777](https://dev.ckeditor.com/ticket/12777): Fixed: The `table-layout` CSS property should be…
1080 * [#12218](https://dev.ckeditor.com/ticket/12218): Fixed: Minor syntax issue in CSS files.
1408 * [#11066](https://dev.ckeditor.com/ticket/11066): Widget's private parts use CSS reset.
1467 * [#10915](https://dev.ckeditor.com/ticket/10915): Fixed: Invalid CSS filter in the Kama skin.
[all …]
H A Dckeditor.js41 …e("ckCsrfToken",a)}return a},escapeCss:function(a){return a?window.CSS&&CSS.escape?CSS.escape(a):i…
H A Dckeditor.js.unc802 …return a ? window.CSS && CSS.escape ? CSS.escape(a) : isNaN(parseInt(a.charAt(0), 10)) ? a : "\\3"…
H A Dcontents-default.css6 This CSS applies to the old 'default' Dokuwiki template
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified71 …ied for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (p…
74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…

12345678910>>...16