Home
last modified time | relevance | path

Searched refs:getStyle (Results 1 – 25 of 108) sorted by relevance

12345

/plugin/refnotes/
H A Drendering.php36 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 Dadmin.js372 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 Dnamespace.php323 public function getStyle($name) { function in refnotes_namespace
454 switch ($this->getStyle('scoping')) {
/plugin/odt/ODT/
H A DODTImport.php153 $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 DAIChatButton.js31 this.#root.appendChild(this.getStyle());
70 getStyle() {
59 getStyle() { global() method in AIChatButton
H A DAIChatChat.js28 this.#root.appendChild(this.getStyle());
68 getStyle() {
53 getStyle() { global() method in AIChatChat
/plugin/odt/ODT/elements/
H A DODTElementTable.php320 $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 DODTStateElement.php102 public function getStyle() { function in ODTStateElement
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js380 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 DSchemaGraphComponent.java95 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 DTextRun.php53 public function getStyle() function in Google\\Service\\Slides\\TextRun
H A DParagraphMarker.php51 public function getStyle() function in Google\\Service\\Slides\\ParagraphMarker
H A DAutoText.php57 public function getStyle() function in Google\\Service\\Slides\\AutoText
H A DUpdateParagraphStyleRequest.php89 public function getStyle() function in Google\\Service\\Slides\\UpdateParagraphStyleRequest
H A DUpdateTextStyleRequest.php89 public function getStyle() function in Google\\Service\\Slides\\UpdateTextStyleRequest
/plugin/barcodes/lib/
H A DBarcodesWrapper.php91 public function getStyle() { function in DokuWiki\\Barcodes\\BarcodesWrapper
147 return '<img style="' . $this->getStyle() . '" src="' . $this->getImgSrc() . '" />';
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js321 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() );
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js6 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 DtableCell.js.unc60 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 DtableCell.js1getStyle("width"),10);!isNaN(n)&&this.setValue(n);!isNaN(m)&&this.setValue(m)},commit:function(l){…
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js6 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 DBorder.php73 public function getStyle() function in Google\\Service\\Sheets\\Border
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1getStyle("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 DChannelSectionSnippet.php115 public function getStyle() function in Google\\Service\\YouTube\\ChannelSectionSnippet
/plugin/button/
H A Dsyntax.php116 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

12345