Home
last modified time | relevance | path

Searched refs:styles (Results 351 – 375 of 455) sorted by last modified time

1...<<111213141516171819

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3116 var styles = { };
3124 return styles;
20524 styles: null,
20572 this.styles = options ? (options.styles || { }) : { };
20590 if (!this.styles) {
20647 return styles;
21031 if (this.styles && this.styles[lineIndex] && (decl = this.styles[lineIndex][i])) {
21189 if (this.styles[i] && this.styles[i][j] && this.styles[i][j].textBackgroundColor) {
21306 return (this.styles[lineIndex] && this.styles[lineIndex][charIndex])
21340 if (this.styles[lineIndex] && this.styles[lineIndex][charIndex]) {
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/topbarsyntax/
H A Dcsshover3.htc129 …// because the expression is added to the stylesheet, and styles are always applied to html that is
/plugin/anewssystem/
H A Dsyntax.php891 $styles .= ' width: '.$token.';';
898 $styles .= ' background-color: '.$token.';';
906 $styles .= ' text-align: '.substr(trim($token),1).';';
922 $styles .= ' float: '.substr(trim($token),1).';';
928 $styles .= ' text-transform: '.$token.';';
937 $output = '<div class="'.$div_class.'" style="'.$styles.'">'.NL;
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1910 setStyle: function(element, styles) { argument
1913 if (Object.isString(styles)) {
1914 element.style.cssText += ';' + styles;
1915 return styles.include('opacity') ?
1916 element.setOpacity(styles.match(/opacity:\s*(\d?\.?\d*)/)[1]) : element;
1918 for (var property in styles)
1919 if (property == 'opacity') element.setOpacity(styles[property]);
1923 property] = styles[property];
/plugin/bugzillaint/
H A Dstyle.css4 /* styles for bzrefs */
24 /* styles for bzextras */
62 /* styles for links */
67 /* styles for lists */
94 /* styles for trees */
/plugin/embedover/
H A Dsyntax.php34 public $styles = array(); variable in syntax_plugin_embedover
/plugin/odp/
H A Drenderer.php114 var $styles = array( variable in renderer_plugin_odp
531 foreach ($this->styles as $stylename=>$stylexml) {
/plugin/tfslink/
H A Dstyle.css1 /* tfs link plugin styles */
/plugin/subjectindex/plugins/
H A Dbible_verses.txt29726 …ves in well-arranged dress, with modesty and soundness of mind, not with styles of hair braiding a…
/plugin/twcheckliste/
H A Drenderer.php.old73 <link rel="stylesheet" href="'.DOKU_BASE.'lib/styles/style.css" type="text/css" media="screen" />
/plugin/html2pdf/snorriheim/
H A Dstyle.ini6 ; print, screen and rtl are supported. rtl styles are loaded additionally
7 ; to screen styles if a right-to-left language is selected (eg. hebrew)
H A Dstyle.ini.dist6 ; print, screen and rtl are supported. rtl styles are loaded additionally
7 ; to screen styles if a right-to-left language is selected (eg. hebrew)
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog62 * Fixed: list number not is formatted using the same styles as
H A Dxhtml.style.inc.php5 $styles = array();
8 $styles = array_merge(array($matches[2].process_style_content($matches[3]).$matches[4]),
13 return $styles;
34 function insert_styles($html, $styles) { argument
38 $html = preg_replace('#</head>#', join("\n", $styles)."\n</head>", $html);
H A Dxhtml.utils.inc.php337 $styles = process_style($html);
352 $html = insert_styles($html, $styles);
366 $styles = process_style($html);
432 $html = insert_styles($html, $styles);
/plugin/dokumicrobugtracker/css/
H A Ddemo_table.css16 * The styles given here are suitable for the demos that are used with the standard DataTables
17 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
H A Ddemo_table_jui.css16 * The styles given here are suitable for the demos that are used with the standard DataTables
17 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
/plugin/dokumicrobugtracker/
H A Dstyle.css16 * The styles given here are suitable for the demos that are used with the standard DataTables
17 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
555 * The styles given here are suitable for the demos that are used with the standard DataTables
556 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css2 * This file provides the main design styles for the
H A Dstructure.css2 * This file provides styles for the general layout structure.
H A Dprint.css2 * This file provides the styles for printing.
H A Dbasic.css2 * This file provides the most basic styles.
457 /* additional to what's already in DokuWiki's lib/styles/all.css: */
462 /* @deprecated: has been in lib/styles/screen.css since Angua */
H A Dcontent.css2 * This file provides the main design styles for the page content.
52 /* embedded images (styles are already partly set in DokuWiki's lib/styles/all.css) */
138 …please add '.qq-upload-button' to the according styles (which don't really exist in this template)…
H A Dincludes.css2 * This file provides styles for included seperate html files

1...<<111213141516171819