/plugin/refnotes/ |
H A D | rendering.php | 36 protected function getStyle($name) { function in refnotes_renderer_base 37 return $this->namespace->getStyle($name); 78 $this->referenceRenderer = $this->createRenderer($this->getStyle('reference-render')); 79 $this->noteRenderer = $this->createRenderer($this->getStyle('note-render')); 125 $style = $this->getStyle('notes-separator'); 339 return ($reference->getAttribute('use-' . $name) === false) ? $default : $this->getStyle($name); 442 $backRefFormat = $this->getStyle('back-ref-format'); 498 switch ($this->getStyle('note-preview')) { 519 return $this->renderBase($this->getStyle('reference-base')); 533 $result = $this->renderFormat($this->getStyle('referenc [all...] |
H A D | admin.js | 372 this.getStyle = function (name) { 419 this.getStyle = function (name) { 426 result = getParent().getStyle(name); 489 setSelection(current.getStyle(styleName)); 497 setSelection(current.getStyle(styleName)); 523 edit.val(current.getStyle(styleName)); 532 edit.val(current.getStyle(styleName));
|
H A D | namespace.php | 323 public function getStyle($name) { function in refnotes_namespace 454 switch ($this->getStyle('scoping')) {
|
/plugin/odt/ODT/ |
H A D | ODTImport.php | 153 $style = $params->styleset->getStyle($name); 163 $style = $params->styleset->getStyle($name); 215 $style = $params->styleset->getStyle($name); 222 $firstStyle = $params->styleset->getStyle($name); 224 $lastStyle = $params->styleset->getStyle($name); 357 $style = $params->styleset->getStyle($name); 364 $firstStyle = $params->styleset->getStyle($name); 366 $lastStyle = $params->styleset->getStyle($name); 506 $style = $params->styleset->getStyle($name); 612 $style = $params->styleset->getStyle($name); [all …]
|
/plugin/aichat/script/ |
H A D | AIChatButton.js | 31 this.#root.appendChild(this.getStyle()); 70 getStyle() { 59 getStyle() { global() method in AIChatButton
|
H A D | AIChatChat.js | 28 this.#root.appendChild(this.getStyle()); 68 getStyle() { 53 getStyle() { global() method in AIChatChat
|
/plugin/odt/ODT/elements/ |
H A D | ODTElementTable.php | 320 $cell_style = $cell->getStyle(); 339 $style_obj = $params->document->getStyle($style_name); 359 $tableStyle = $this->getStyle(); 427 $style_obj = $params->document->getStyle($table_style_name); 459 $tableStyle = $this->getStyle(); 470 $style_obj = $params->document->getStyle($style_name);
|
H A D | ODTStateElement.php | 102 public function getStyle() { function in ODTStateElement
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | effects.js | 380 this.originalLeft = parseFloat(this.element.getStyle('left') || '0'); 418 this.elementPositioning = this.element.getStyle('position'); 428 var fontSize = this.element.getStyle('font-size') || '100%'; 565 position: element.getStyle('position'), 644 top: element.getStyle('top'), 645 left: element.getStyle('left'), 672 top: element.getStyle('top'), 673 left: element.getStyle('left') }; 695 var oldInnerBottom = element.down().getStyle('bottom'); 724 var oldInnerBottom = element.down().getStyle('bottom'); [all …]
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | SchemaGraphComponent.java | 95 return mxUtils.getInt(state.getStyle(), "sourceRow", -1); in getColumn() 99 return mxUtils.getInt(state.getStyle(), "targetRow", -1); in getColumn()
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | TextRun.php | 53 public function getStyle() function in Google\\Service\\Slides\\TextRun
|
H A D | ParagraphMarker.php | 51 public function getStyle() function in Google\\Service\\Slides\\ParagraphMarker
|
H A D | AutoText.php | 57 public function getStyle() function in Google\\Service\\Slides\\AutoText
|
H A D | UpdateParagraphStyleRequest.php | 89 public function getStyle() function in Google\\Service\\Slides\\UpdateParagraphStyleRequest
|
H A D | UpdateTextStyleRequest.php | 89 public function getStyle() function in Google\\Service\\Slides\\UpdateTextStyleRequest
|
/plugin/barcodes/lib/ |
H A D | BarcodesWrapper.php | 94 public function getStyle() { 150 return '<img style="' . $this->getStyle() . '" src="' . $this->getImgSrc() . '" />'; 91 public function getStyle() { global() function in DokuWiki\\Barcodes\\BarcodesWrapper
|
/plugin/stlviewer/stlviewer/ |
H A D | CanvasRenderer.js | 321 setFillStyle( background.getStyle() );
572 setFillStyle( material.color.getStyle() );
585 setStrokeStyle( material.color.getStyle() );
586 setFillStyle( material.color.getStyle() );
599 setFillStyle( material.color.getStyle() );
639 setStrokeStyle( material.color.getStyle() );
643 var colorStyle1 = element.vertexColors[ 0 ].getStyle();
644 var colorStyle2 = element.vertexColors[ 1 ].getStyle();
819 setStrokeStyle( color.getStyle() );
829 setFillStyle( color.getStyle() );
[all...] |
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 6 a.getStyle("list-style-type")||g[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(… 8 …bel:b.type,id:"type",style:"width: 100%;",items:h,setup:function(a){a=a.getStyle("list-style-type"…
|
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/ |
H A D | tableCell.js.unc | 60 widthStyle = parseInt( element.getStyle( 'width' ), 10 ); 90 …var widthMatch = widthPattern.exec( selectedCell.getStyle( 'width' ) || selectedCell.getAttribute(… 212 bgColorStyle = element.getStyle( 'background-color' ); 261 borderColorStyle = element.getStyle( 'border-color' );
|
H A D | tableCell.js | 1 …getStyle("width"),10);!isNaN(n)&&this.setValue(n);!isNaN(m)&&this.setValue(m)},commit:function(l){…
|
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 6 a.getStyle("list-style-type")||h[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(… 9 a.getStyle("list-style-type")||h[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | Border.php | 73 public function getStyle() function in Google\\Service\\Sheets\\Border
|
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 1 …getStyle("width")||m.getAttribute("width"));if(n){return n[2]}}return{title:e.title,minWidth:CKEDI…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | ChannelSectionSnippet.php | 115 public function getStyle() function in Google\\Service\\YouTube\\ChannelSectionSnippet
|
/plugin/button/ |
H A D | syntax.php | 116 protected function getStyle($name) 213 $data['css'] = $this->getStyle($data['css']); 217 $data['css'] = $this->getStyle('default') . ' ; ' . $data['css']; 87 protected function getStyle($name) { global() function in syntax_plugin_button
|