| /plugin/odt/ODT/ |
| D | ODTParagraph.php | 25 * @param string|null $styleName The style to use. 29 …public static function paragraphOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $a… argument 33 if ( empty($styleName) ) { 34 $styleName = $params->document->getStyleName('body'); 53 if ($styleName == $params->document->getStyleName('list content')) { 54 $styleName = $params->document->getStyleName('list first'); 55 } else if ($styleName == $params->document->getStyleName('numbering content')) { 56 $styleName = $params->document->getStyleName('numbering first'); 60 $styleNameFirst = 'FirstListParagraph_'.$styleName; 70 $styleBody = $params->document->getStyle($styleName); [all …]
|
| D | ODTList.php | 19 * @param string $styleName Name of style to use for the list 21 …static public function listOpen(ODTInternalParams $params, $continue=false, $styleName, $element=N… argument 27 $list = new ODTElementList($styleName, $continue); 180 $styleName = $params->document->getStyleName('body'); 185 $styleName = $params->document->getStyleName('list content'); 188 $styleName = $params->document->getStyleName('numbering content'); 192 $params->document->paragraphOpen($styleName);
|
| D | ODTUtility.php | 30 * @param string $styleName Link style name 33 … replaceLocalLinkPlaceholders(&$content, array $toc, array $bookmarks, $styleName, $visitedStyleNa… argument 64 $linkStyle = 'text:style-name="'.$styleName.'"'; 649 …atic function createTextStyle (ODTInternalParams $params, $element, $attributes, $styleName=NULL) { argument 651 if (!isset($styleName) || !$params->document->styleExists($styleName)) { 656 if (!isset($styleName)) { 660 $properties ['style-name'] = $styleName; 668 return $styleName; 672 …function createParagraphStyle (ODTInternalParams $params, $element, $attributes, $styleName=NULL) { argument 674 if (!isset($styleName) || !$params->document->styleExists($styleName)) { [all …]
|
| D | ODTDocument.php | 332 * @param string $styleName The style to use. 335 function spanOpen($styleName, $element=NULL, $attributes=NULL){ argument 341 ODTSpan::spanOpen($this->params, $styleName, $element, $attributes); 406 * @param string $styleName The style to use. 409 function paragraphOpen($styleName=NULL, $element=NULL, $attributes=NULL){ argument 411 ODTParagraph::paragraphOpen($this->params, $styleName, $element, $attributes); 458 $styleName = $this->getStyleName('horizontal line'); 459 $this->paragraphOpen($styleName); 463 $this->preventDeletetionStyles [] = $styleName; 777 $styleName = $this->getStyleName('local link'); [all …]
|
| D | ODTSpan.php | 16 * @param string $styleName The style to use. 18 …public static function spanOpen(ODTInternalParams $params, $styleName, $element=NULL, $attributes=… argument 27 $span = new ODTElementSpan ($styleName);
|
| D | ODTImport.php | 763 $styleName = $params->styleset->getStyleName('body'); 764 $body = $params->styleset->getStyle($styleName); 793 $styleName = $params->styleset->getStyleName('body'); 794 $body = $params->styleset->getStyle($styleName); 810 $styleName = $params->styleset->getStyleName('footnote'); 811 $footnote = $params->styleset->getStyle($styleName);
|
| D | ODTTable.php | 215 …public static function tableRowOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $at… argument 231 $row = new ODTElementTableRow($styleName); 429 $styleName = $properties ['style-name']; 431 self::tableAddColumn ($params, $styleName, $styleNameGet);
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckstyles.js | 61 AttachStyleStateChange : function( styleName, callback, callbackOwner ) argument 63 var callbacks = this._Callbacks[ styleName ] ; 66 callbacks = this._Callbacks[ styleName ] = [] ; 82 for ( var styleName in styles ) 84 var callbacks = this._Callbacks[ styleName ] ; 88 var style = styles[ styleName ] ; 100 callback.call( callbackOwner || window, styleName, state ) ; 107 CheckStyleInSelection : function( styleName ) argument 222 GetStyle : function( styleName ) argument 224 return this.GetStyles()[ styleName ] ; [all …]
|
| D | fckdomtools.js | 880 for ( var styleName in styleDict ) 881 style[ styleName ] = styleDict[ styleName ] ;
|
| /plugin/columns/ |
| D | syntax.php | 195 protected function getStyle($attribute, $attributeName, $styleName = '') { argument 198 if ($styleName == '') { 199 $styleName = $attributeName; 201 $result = $styleName . ':' . $result . ';'; 310 $styleName = $this->getOdtTableStyleName($this->getAttribute($attribute, 'block-id')); 311 $style = '<style:style style:name="' . $styleName . '" style:family="table">'; 323 $renderer->autostyles[$styleName] = $style; 332 $styleName = $this->getOdtTableStyleName($blockId, $columnId); 334 $style = '<style:style style:name="' . $styleName . '" style:family="table-column">'; 345 $renderer->autostyles[$styleName] = $style; [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fcktoolbarstylecombo.js | 50 for ( var styleName in allStyles ) 52 var style = allStyles[ styleName ] ; 54 styles[ styleName ] = style ; 74 for ( var styleName in styles ) 76 var style = styles[ styleName ] ; 80 styleName : 81 FCKToolbarStyleCombo_BuildPreview( style, style.Label || styleName ) ; 83 var item = targetSpecialCombo.AddItem( styleName, caption ) ;
|
| /plugin/asciidocjs/node_modules/chalk/source/ |
| D | templates.js | 84 for (const [styleName, styles] of Object.entries(enabled)) { 89 if (!(styleName in current)) { 90 throw new Error(`Unknown Chalk style: ${styleName}`); 93 current = styles.length > 0 ? current[styleName](...styles) : current[styleName];
|
| D | index.js | 60 for (const [styleName, style] of Object.entries(ansiStyles)) { 61 styles[styleName] = { 64 Object.defineProperty(this, styleName, {value: builder});
|
| /plugin/refnotes/ |
| D | admin.js | 453 function Field(styleName) { argument 454 this.element = jQuery('#field-' + styleName); 457 return styleName; 463 .addClass(current.getStyleInheritance(styleName)); 467 function SelectField(styleName) { argument 469 this.baseClass(styleName); 484 current.setStyle(styleName, value); 489 setSelection(current.getStyle(styleName)); 497 setSelection(current.getStyle(styleName)); 502 function TextField(styleName, validate) { argument [all …]
|
| D | action.php | 460 foreach ($ns as $styleName => &$style) { 461 $style = $this->translateStyle($styleName, $style, $from, $to); 471 private function translateStyle($styleName, $style, $from, $to) { argument 519 if (array_key_exists($styleName, $dictionary)) { 520 $key = array_search($style, $dictionary[$styleName][$from]); 523 $style = $dictionary[$styleName][$to][$key];
|
| /plugin/asciidocjs/node_modules/ansi-styles/ |
| D | index.js | 124 for (const [styleName, style] of Object.entries(group)) { 125 styles[styleName] = { 130 group[styleName] = styles[styleName];
|
| /plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
| D | fckcorestylecommand.js | 55 _OnStyleStateChange : function( styleName, isActive ) argument
|
| D | fckstylecommand.js | 31 Execute : function( styleName, styleComboItem ) argument
|
| /plugin/odt/ODT/elements/ |
| D | ODTElementTable.php | 98 $styleName = $this->getTableColumnStyleName($index); 99 if (!empty($styleName)) { 100 $column_defs .= '<table:table-column table:style-name="'.$styleName.'"/>';
|
| /plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/ |
| D | fckstylecommand.js | 34 FCKStyleCommand.prototype.Execute = function( styleName, styleComboItem ) argument
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFileAnalysis.php | 188 $this->styleName = $names[2]; 190 $this->styleName = 'Regular';
|
| D | OtlDump.php | 105 var $styleName; variable in Mpdf\\OtlDump 557 $this->styleName = $names[2]; 559 $this->styleName = 'Regular';
|
| D | TTFontFile.php | 148 var $styleName; variable in Mpdf\\TTFontFile 770 $this->styleName = $names[2]; 772 $this->styleName = 'Regular';
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 1758 for (var styleName in styleNames) 1759 styles[styleNames[styleName]] = parseInt(style.getPropertyCSSValue(styleName).cssText) || 0;
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 643 for(var styleName in styleNames){styles[styleNames[styleName]]=parseInt(style.getPropertyCSSValue(s…
|