| /plugin/code2/ |
| D | syntax_plugin_code_styles.xml | 10 To do so, export the wiki:syntax page, edit it's style definitions 15 …asis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:st… 17 <style:font-face style:name="StarSymbol" svg:font-family="StarSymbol"/> 18 …<style:font-face style:name="Bitstream Vera Sans Mono" svg:font-family="'Bitstream Vera Sans … 19 …<style:font-face style:name="Bitstream Vera Sans" svg:font-family="'Bitstream Vera Sans'… 20 …<style:font-face style:name="Bitstream Vera Sans1" svg:font-family="'Bitstream Vera Sans&apos… 21 …<style:font-face style:name="Bitstream Vera Sans2" svg:font-family="'Bitstream Vera Sans&apos… 24 <style:default-style style:family="graphic"> 25 …style:graphic-properties draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line… 26 …<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style… [all …]
|
| /plugin/odt/ |
| D | styles.xml | 6 You probably want to replace this file with a style fitting your corporate identity. 8 To do so, export the wiki:syntax page, edit it's style definitions (be sure to keep 12 …asis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:st… 14 …<style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-charset="x-symbol… 15 …<style:font-face style:name="StarSymbol1" svg:font-family="StarSymbol" style:font-charset="x-symbo… 16 <style:font-face style:name="StarSymbol" svg:font-family="StarSymbol"/> 17 …<style:font-face style:name="Bitstream Vera Sans Mono" svg:font-family="'Bitstream Vera Sans … 18 …<style:font-face style:name="Bitstream Vera Sans" svg:font-family="'Bitstream Vera Sans'… 19 …<style:font-face style:name="Bitstream Vera Sans1" svg:font-family="'Bitstream Vera Sans&apos… 20 …<style:font-face style:name="Bitstream Vera Sans2" svg:font-family="'Bitstream Vera Sans&apos… [all …]
|
| /plugin/odt/ODT/ |
| D | ODTDefaultStyles.php | 8 * This is also used if a ODT template is used, as the style names 21 <style:page-layout style:name="pm1"> 22 …style:page-layout-properties fo:page-width="21cm" fo:page-height="29.7cm" style:num-format="1" sty… 23 …style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.1cm" style:distance-after-se… 24 </style:page-layout-properties> 25 <style:header-style/> 26 <style:footer-style/> 27 </style:page-layout> 28 <style:style style:name="sub" style:family="text"> 29 <style:text-properties style:text-position="-33% 80%"/> [all …]
|
| /plugin/odt/ODT/styles/ |
| D | ODTStyleStyle.php | 3 * ODTStyleStyle: class for ODT style styles. 4 * (Elements style:style and style:default-style) 27 // Style properties/attributes common to each 28 // style:style and style:default-style element 30 …'style-name' => array ('style:name', 'style', false), 31 …'style-display-name' => array ('style:display-name', 'style', false), 32 …'style-parent' => array ('style:parent-style-name', 'style', false), 33 … 'style-class' => array ('style:class', 'style', true), 34 … 'style-family' => array ('style:family', 'style', true), 35 … 'style-next' => array ('style:next-style-name', 'style', true), [all …]
|
| D | ODTMasterPageStyle.php | 18 // Fields belonging to "style:master-page" 19 …'style-name' => array ('style:name', 'style', false), 20 …'style-display-name' => array ('style:display-name', 'style', false), 21 …'style-page-layout-name' => array ('style:page-layout-name', 'style', false), 22 …'draw-style-name' => array ('draw:style-name', 'style', false), 23 … 'style-next' => array ('style:next-style-name', 'style', true), 27 // Fields belonging to "style:header", "style:footer", 28 // "style:header-left" and "style:footer-left" 29 // The content/child-elements of "style:header" are saved as is 30 …'style-display' => array ('style:display', 'header', true), [all …]
|
| D | ODTPageLayoutStyle.php | 18 // Fields belonging to "style:master-page" 19 … 'style-name' => array ('style:name', 'style', false), 20 … 'style-page-usage' => array ('style:page-usage', 'style', false), 24 // Fields belonging to "style:page-layout-properties" 27 …'num-format' => array ('style:num-format', 'props', true), 28 …'num-letter-sync' => array ('style:num-letter-sync', 'props', true), 29 …'num-prefix' => array ('style:num-prefix', 'props', true), 30 …'num-suffix' => array ('style:num-suffix', 'props', true), 31 …'paper-tray-name' => array ('style:paper-tray-name', 'props', true), 32 …'print-orientation' => array ('style:print-orientation', 'props', true), [all …]
|
| D | ODTUnknownStyle.php | 3 * ODTUnknownStyle: class for unknown/not implemented ODT style families. 4 * The goal is to at least read in not supported style faimlies and return 24 …'style-name' => array ('style:name', 'style', false), 25 …'style-family' => array ('style:family', 'style', false), 31 * Get the element name for the ODT XML encoding of the style. 49 * Set style properties by importing values from a properties array. 51 * The style must have been previously created. 62 * Check if a style is a common style. 64 * @return bool Is common style 82 * Set style content. This will be returned on toString(). [all …]
|
| D | ODTTextStyle.php | 33 … 'font-style' => array ('fo:font-style', 'text', true), 34 … 'font-style-asian' => array ('style:font-style-asian', 'text', true), 35 … 'font-style-complex' => array ('style:font-style-complex', 'text', true), 37 … 'font-weight-asian' => array ('style:font-weight-asian', 'text', true), 38 … 'font-weight-complex' => array ('style:font-weight-complex', 'text', true), 40 … 'font-size-asian' => array ('style:font-size-asian', 'text', true), 41 … 'font-size-complex' => array ('style:font-size-complex', 'text', true), 43 … 'font-family-asian' => array ('style:font-family-asian', 'text', true), 44 … 'font-family-complex' => array ('style:font-family-complex', 'text', true), 47 … 'vertical-align' => array ('style:vertical-align', 'text', true), [all …]
|
| D | ODTTextListStyle.php | 19 // Fields belonging to "text:list-style" 20 …'style-name' => array ('style:name', 'style',… 21 …'style-display-name' => array ('style:display-name', 'style',… 22 …cutive-numbering' => array ('text:consecutive-numbering', 'style', true), 26 // Fields belonging to "text:list-level-style-number" 27 … => array ('text:level', 'style-attr', true), 28 …'text-style-name' => array ('text:style-name', 'style-a… 29 …'num-format' => array ('style:num-format', 'style-a… 30 …'num-letter-sync' => array ('style:num-letter-sync', 'style-a… 31 …'num-prefix' => array ('style:num-prefix', 'style-a… [all …]
|
| D | ODTParagraphStyle.php | 21 …'line-height-at-least' => array ('style:line-height-at-least', 'paragraph', … 22 …'line-spacing' => array ('style:line-spacing', 'paragraph', … 23 …'font-independent-line-spacing' => array ('style:font-independent-line-spacing', 'paragraph', … 26 …'justify-single-word' => array ('style:justify-single-word', 'paragraph', … 30 …'tab-stop-distance' => array ('style:tab-stop-distance', 'paragraph', … 33 …'register-true' => array ('style:register-true', 'paragraph', … 35 …'auto-text-indent' => array ('style:auto-text-indent', 'paragraph', … 49 …'border-line-width' => array ('style:border-line-width', 'paragraph', … 50 …'border-line-width-top' => array ('style:border-line-width-top', 'paragraph', … 51 …'border-line-width-bottom' => array ('style:border-line-width-bottom', 'paragraph', … [all …]
|
| D | ODTTableCellStyle.php | 20 …'vertical-align' => array ('style:vertical-align', 'table-cell', tru… 21 …'text-align-source' => array ('style:text-align-source', 'table-cell', tru… 22 …'direction' => array ('style:direction', 'table-cell', tru… 23 …'glyph-orientation-vertical' => array ('style:glyph-orientation-vertical', 'table-cell', tru… 24 …'writing-mode' => array ('style:writing-mode', 'table-cell', tru… 25 …'shadow' => array ('style:shadow', 'table-cell', tru… 32 …'diagonal-tl-br' => array ('style:diagonal-tl-br', 'table-cell', tru… 33 …'diagonal-tl-br-widths' => array ('style:diagonal-tl-br-widths', 'table-cell', tru… 34 …'diagonal-bl-tr' => array ('style:diagonal-bl-tr', 'table-cell', tru… 35 …'diagonal-bl-tr-widths' => array ('style:diagonal-bl-tr-widths', 'table-cell', tru… [all …]
|
| D | ODTStyle.php | 32 * Get the element name for the ODT XML encoding of the style. 40 * Set style properties by importing values from a properties array. 42 * The style must have been previously created. 50 * Check if a style is a common style. 52 * @return bool Is common style 57 * Encode current style values in a string and return it. 59 * @return string ODT XML encoded style 108 * Create new style by importing ODT style definition. 110 * @param $xmlCode Style definition in ODT XML format 111 * @return ODTStyle New specific style [all …]
|
| D | ODTTextOutlineStyle.php | 19 // Fields belonging to "text:outline-style" 20 …'style-name' => array ('style:name', 'style',… 22 // Fields belonging to "text:outline-level-style" 24 …'text-style-name' => array ('text:style-name', 'level',… 25 …'num-format' => array ('style:num-format', 'level',… 26 …'num-letter-sync' => array ('style:num-letter-sync', 'level',… 27 …'num-prefix' => array ('style:num-prefix', 'level',… 28 …'num-suffix' => array ('style:num-suffix', 'level',… 32 // Fields belonging to "style-list-level-properties" 37 …'font-name' => array ('style:font-name', 'level-l… [all …]
|
| D | ODTTableColumnStyle.php | 20 … 'column-width' => array ('style:column-width', 'table-column', true), 21 … 'rel-column-width' => array ('style:rel-column-width', 'table-column', true), 22 … 'use-optimal-column-width' => array ('style:use-optimal-column-width', 'table-column', true), 35 * Set style properties by importing values from a properties array. 37 * The style must have been previously created. 45 $this->setProperty('style-family', $this->getFamily()); 49 * Check if a style is a common style. 51 * @return bool Is common style 58 * Get the style family of a style. 60 * @return string Style family [all …]
|
| D | ODTTableRowStyle.php | 23 'row-height' => array ('style:row-height', 'table-row', true), 24 'min-row-height' => array ('style:min-row-height', 'table-row', true), 25 'use-optimal-row-height' => array ('style:use-optimal-row-height', 'table-row', true), 33 // (see '<define name="style-background-image"> in relax-ng schema)' 34 …'repeat' => array ('style:repeat', 'table-row-background-i… 35 …'position' => array ('style:position', 'table-row-background-i… 36 …'style:filter-name' => array ('style:filter-name', 'table-row-background-i… 54 * Set style properties by importing values from a properties array. 56 * The style must have been previously created. 64 $this->setProperty('style-family', $this->getFamily()); [all …]
|
| D | ODTTableStyle.php | 23 'width' => array ('style:width', 'table', true), 24 'rel-width' => array ('style:rel-width', 'table', true), 31 'page-number' => array ('style:page-number', 'table', true), 35 'shadow' => array ('style:shadow', 'table', true), 37 'may-break-between-rows' => array ('style:may-break-between-rows', 'table', true), 39 'writing-mode' => array ('style:writing-mode', 'table', true), 43 // (see '<define name="style-background-image"> in relax-ng schema)' 44 …'repeat' => array ('style:repeat', 'table-background-image… 45 …'position' => array ('style:position', 'table-background-image… 46 …'style:filter-name' => array ('style:filter-name', 'table-background-image… [all …]
|
| /plugin/fckg/fckeditor/editor/plugins/fonts/ |
| D | fonts.html | 27 document.body.style.padding = '0px' ; 47 var style = font_node.getAttribute('style'); 48 if(!style || (typeof style == 'object' && !style.cssText)) { 51 style = "font-size: 12pt; font-weight: bold; color:black; background-color: white;"; 54 if(style.cssText) style = style.cssText; //IE 56 matches = style.match(/font-size:\s*((\d+)(\w+|%))/i); 80 matches = style.match(/font-weight:\s*(\w+)/i); 90 matches = style.match(/[^\-]color:\s*([\#\w\s\d,\(\)]+)/i); 98 matches = style.match(/background[-]color:\s*([#\w\s\d,\(\)]+)/i); 170 font_node.setAttribute('style', "font-weight:normal; font-size:auto;"); [all …]
|
| /plugin/wysiwyg/fckeditor/ |
| D | fckstyles.xml | 22 * This is the sample style definitions file. It makes the styles combo 35 <Style name="Heading 1" element="h1" /> 36 <Style name="Heading 2" element="h2" /> 37 <Style name="Heading 3" element="h3" /> 38 <Style name="Heading 4" element="h4" /> 39 <Style name="Heading 5" element="h5" /> 40 <Style name="Heading 6" element="h6" /> 41 <Style name="Paragraph" element="p" /> 42 <Style name="Document Block" element="div" /> 43 <Style name="Preformatted Text" element="pre" /> [all …]
|
| /plugin/block/exe/ |
| D | block.php | 112 _dom('user_block').style.borderWidth = width; 117 _dom('user_block').style.borderStyle = s; 133 _dom(panels[i]).style.display='none'; 135 _dom(id).style.display='block'; 156 activeColorElement.style.backgroundColor = color; 160 activeColorElement.style.borderColor = color; 164 activeColorElement.style.color = color; 180 _dom('user_block').style.fontSize = size; 187 _dom('user_block').style.fontFamily = font; 195 _dom('user_block').style.width = width; [all …]
|
| /plugin/odp/ |
| D | renderer.php | 43 <style:page-layout style:name="pm1"> 44 …style:page-layout-properties fo:page-width="21cm" fo:page-height="29.7cm" style:num-format="1" sty… 45 …style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.1cm" style:distance-after-se… 46 </style:page-layout-properties> 47 <style:header-style/> 48 <style:footer-style/> 49 </style:page-layout>', 51 <style:style style:name="sub" style:family="text"> 52 <style:text-properties style:text-position="-33% 80%"/> 53 </style:style>', [all …]
|
| /plugin/odt/helper/ |
| D | stylefactory.php | 35 …s ODT text style definition in $style with the wanted properties. Returns NULL, if no relevant pro… 36 'params' => array('$style' => 'string', 40 'return' => array('ODT text style name' => 'string'), 44 …T paragrap style definition in $style with the wanted properties. Returns NULL, if no relevant pro… 45 'params' => array('$style' => 'string', 49 'return' => array('ODT paragraph style name' => 'string'), 53 … ODT table style definition in $style with the wanted properties. Returns NULL, if no relevant pro… 54 'params' => array('$style' => 'string', 58 'return' => array('ODT table style name' => 'string'), 62 … table row style definition in $style with the wanted properties. Returns NULL, if no relevant pro… [all …]
|
| /plugin/freechat/phpfreechat/ |
| D | checkmd5.php | 5 $files_ok[] = "<span style=\"color:#3A3\">ok - ./version.txt</span> 8 …$files_ko[] = "<span style=\"color:#F33\">corrupted - ./version.txt (please replace this file by a… 11 $files_ok[] = "<span style=\"color:#3A3\">ok - ./COPYING.txt</span> 14 …$files_ko[] = "<span style=\"color:#F33\">corrupted - ./COPYING.txt (please replace this file by a… 17 $files_ok[] = "<span style=\"color:#3A3\">ok - ./misc/doc-archi1.svg</span> 20 …$files_ko[] = "<span style=\"color:#F33\">corrupted - ./misc/doc-archi1.svg (please replace this f… 23 $files_ok[] = "<span style=\"color:#3A3\">ok - ./misc/login.svg</span> 26 …$files_ko[] = "<span style=\"color:#F33\">corrupted - ./misc/login.svg (please replace this file b… 29 $files_ok[] = "<span style=\"color:#3A3\">ok - ./misc/tabs.svg</span> 32 …$files_ko[] = "<span style=\"color:#F33\">corrupted - ./misc/tabs.svg (please replace this file by… [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fcktoolbarstylecombo.js | 24 var FCKToolbarStyleCombo = function( tooltip, style ) argument 29 this.CommandName = 'Style' ; 32 this.Style = style ? style : FCK_TOOLBARITEM_ICONTEXT ; 42 return FCKLang.Style ; 52 var style = allStyles[ styleName ] ; 53 if ( !style.IsCore ) 54 styles[ styleName ] = style ; 63 // Add the Editor Area CSS to the panel so the style classes are previewed correctly. 76 var style = styles[ styleName ] ; 79 var caption = style.GetType() == FCK_STYLE_OBJECT ? [all …]
|
| /plugin/mellelexport/ |
| D | mapping-old.php | 4 <p style='ps-0' dir='ltr'> 5 <c style='cs-0' lang='tl-0'>Test</c> 7 <p style='ps-0' dir='ltr'> 8 <c style='cs-0' lang='tl-0' over='co-0'>Fett</c><c style='cs-0' lang='tl-0' over='co-1'/> 9 <c style='cs-0' lang='tl-0' over='co-2'>Kursiv</c><c style='cs-0' lang='tl-0' over='co-1'/> 10 …<c style='cs-0' lang='tl-0' over='co-3'>Unterstrichen</c><c style='cs-0' lang='tl-0' over='co-4'> … 12 <p style='ps-0' dir='ltr'> 13 <c style='cs-0' lang='tl-0' over='co-4'>Test String am Ende.</c> 14 <c style='cs-0'> 19 <p style='ps-1' dir='ltr'> [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/unittest/ |
| D | test.white-space.2.html | 1 <div id="div-normal" style="white-space: normal; width: 10em; border: solid black 1px; margin: 10px… 2 first <span style="color: red;">Hello 4 second line <span style="color: blue;">World</span> third 7 <div id="div-pre" style="white-space: pre; width: 10em; border: solid black 1px; margin: 10px; padd… 8 first <span style="color: red;">Hello 10 second line <span style="color: blue;">World</span> third 13 <div id="div-pre2" style="white-space: pre; width: 10em; border: solid black 1px; margin: 10px; pad… 15 second line <span style="color: blue;">World</span> third 18 <div id="div-pre3" style="white-space: pre; width: 10em; border: solid black 1px; margin: 10px; pad… 19 first <span style="color: red;">Hello [all …]
|