Home
last modified time | relevance | path

Searched refs:autoHeight (Results 1 – 25 of 130) sorted by relevance

123456

/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/owl.carousel/docs_src/templates/pages/demos/
H A Dautoheight.hbs5 description: autoHeight usage demo
31 To enable use `autoHeight: true`. At the moment works only with 1 item on screen.
37 autoHeight: false,
48 autoHeight:true
60 autoHeight:true
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/owl.carousel/docs_src/templates/pages/demos/
H A Dautoheight.hbs5 description: autoHeight usage demo
31 To enable use `autoHeight: true`. At the moment works only with 1 item on screen.
37 autoHeight: false,
48 autoHeight:true
60 autoHeight:true
/dports/www/p5-Catalyst-Plugin-AutoCRUD/Catalyst-Plugin-AutoCRUD-2.200002/lib/Catalyst/Plugin/AutoCRUD/templates/extjs2/javascript/update/
H A Dwindow.tt13 ,autoHeight: true
25 ,autoHeight: true
34 ,autoHeight: true
42 ,autoHeight: true
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DLabel.pm18 autoHeight => 0,
46 $p-> {autoHeight} = 0 if
47 ! exists $p-> {autoHeight} and (
246 return $self-> reset_lines unless $self->{autoHeight};
309 if ( $self-> {autoHeight}) {
326 if $self-> {autoHeight};
343 return if $self-> {autoHeight} == $ah;
344 $self-> {autoHeight} = $ah;
383 sub autoHeight {($#_)?($_[0]-> set_auto_height( $_[1])) :return $_[0]-> {autoHeight} } subroutine
H A DComboBox.pm64 autoHeight => 1,
98 $p-> {autoHeight} = 0
H A DButtons.pm45 autoHeight => 1,
56 $p-> {autoHeight} = 0
93 $self-> { autoHeight} = $profile{ autoHeight};
331 sub autoHeight subroutine
333 return $_[0]-> {autoHeight} unless $#_;
335 return if ( $self-> {autoHeight} ? 1 : 0) == ( $a ? 1 : 0);
336 $self-> {autoHeight} = ( $a ? 1 : 0);
353 if ( $self-> {autoWidth} || $self-> {autoHeight}) {
356 $sets{ geomHeight} = $geomSize[1] if $self-> {autoHeight};
H A DMenus.pm1116 autoHeight => 1,
1128 $p-> {autoHeight} = 0 if !exists $p->{autoHeight} && (
1139 $self->{autoHeight} = 1;
1153 sub autoHeight subroutine
1155 return $_[0]->{autoHeight} unless $#_;
1156 my ( $self, $autoHeight ) = @_;
1157 $self->{autoHeight} = $autoHeight;
1159 if $autoHeight;
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DBlockContainerLayoutManager.java68 private boolean autoHeight = true; field in BlockContainerLayoutManager
176 if (autoHeight) { in getContentAreaBPD()
230 if (autoHeight && inlineElementList) { in getNextKnuthElements()
324 autoHeight = false; in setupAreaDimensions()
333 autoHeight = true; in setupAreaDimensions()
380 if (autoHeight) { in generateNonInlinedBox()
423 autoHeight = false; in getNextKnuthElementsAbsolute()
474 autoHeight = true; in getNextKnuthElementsAbsolute()
518 autoHeight = true; in getNextKnuthElementsAbsolute()
535 breaker.doLayout((autoHeight ? 0 : relDims.bpd), autoHeight); in getNextKnuthElementsAbsolute()
[all …]
H A DStaticContentLayoutManager.java122 boolean autoHeight = false; in doLayout()
129 autoHeight = true; in doLayout()
140 breaker.doLayout(targetBPD, autoHeight); in doLayout()
142 if (!autoHeight) { in doLayout()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/viewcreator/
H A Dmultilinetextlabelcreator.cpp75 bool autoHeight;
76 if (attributes.getBooleanAttribute (kAttrAutoHeight, autoHeight))
77 label->setAutoHeight (autoHeight);
/dports/print/limereport/LimeReport-1.5.35/demo_r1/demo_reports/
H A DdemoReport1_report_header_group_subdetail.lrxml35 <autoHeight Type="bool" Value="0"/>
108 <autoHeight Type="bool" Value="0"/>
131 <autoHeight Type="bool" Value="0"/>
145 <autoHeight Type="bool" Value="0"/>
170 <autoHeight Type="bool" Value="0"/>
193 <autoHeight Type="bool" Value="0"/>
216 <autoHeight Type="bool" Value="0"/>
276 <autoHeight Type="bool" Value="1"/>
359 <autoHeight Type="bool" Value="0"/>
469 <autoHeight Type="bool" Value="1"/>
[all …]
H A Dcategories.lrxml41 <autoHeight Value="1" Type="bool"/>
70 <autoHeight Value="1" Type="bool"/>
93 <autoHeight Value="0" Type="bool"/>
107 <autoHeight Value="1" Type="bool"/>
/dports/print/limereport/LimeReport-1.5.35/demo_r2/demo_reports/
H A DdemoReport1_report_header_group_subdetail.lrxml35 <autoHeight Type="bool" Value="0"/>
108 <autoHeight Type="bool" Value="0"/>
131 <autoHeight Type="bool" Value="0"/>
145 <autoHeight Type="bool" Value="0"/>
170 <autoHeight Type="bool" Value="0"/>
193 <autoHeight Type="bool" Value="0"/>
216 <autoHeight Type="bool" Value="0"/>
276 <autoHeight Type="bool" Value="1"/>
359 <autoHeight Type="bool" Value="0"/>
469 <autoHeight Type="bool" Value="1"/>
[all …]
H A Dcategories.lrxml48 <autoHeight Value="1" Type="bool"/>
83 <autoHeight Value="1" Type="bool"/>
110 <autoHeight Value="0" Type="bool"/>
127 <autoHeight Value="1" Type="bool"/>
154 <autoHeight Value="0" Type="bool"/>
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/interface/
H A DLabel.cpp21 autoHeight(size.Y==-1?true:false) in Label()
51 bool oldAH = autoHeight; in AutoHeight()
52 autoHeight = true; in AutoHeight()
54 autoHeight = oldAH; in AutoHeight()
69 if (autoHeight) in updateTextWrapper()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/area/
H A DBlock.java96 public void addBlock(Block block, boolean autoHeight) { in addBlock() argument
97 if (autoHeight && allowBPDUpdate && block.isStacked()) { in addBlock()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DGradient.cpp26 autoWidth = autoHeight = 0; in Gradient()
38 if (autoHeight == AUTO_VIRTUALHEIGHT) in onUpdate()
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/owl.carousel/docs_src/templates/pages/docs/
H A Dsupport-changelog.hbs30 * fixed autoHeight plugin
32 * added autoHeight demo
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/owl.carousel/docs_src/templates/pages/docs/
H A Dsupport-changelog.hbs30 * fixed autoHeight plugin
32 * added autoHeight demo
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dctextlabel.h103 bool getAutoHeight () const { return autoHeight; } in getAutoHeight()
121 bool autoHeight {false};
H A Dctextlabel.cpp206 if (autoHeight == state) in setAutoHeight()
208 autoHeight = state; in setAutoHeight()
209 if (autoHeight && isAttached ()) in setAutoHeight()
286 if (autoHeight && isAttached ()) in setText()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dctextlabel.h111 bool getAutoHeight () const { return autoHeight; } in getAutoHeight()
129 bool autoHeight {false};
H A Dctextlabel.cpp213 if (autoHeight == state) in setAutoHeight()
215 autoHeight = state; in setAutoHeight()
216 if (autoHeight && isAttached ()) in setAutoHeight()
296 if (autoHeight && isAttached ()) in setText()
/dports/www/drupal7-wysiwyg/wysiwyg/editors/
H A Dyui.inc129 'autoHeight' => FALSE,
135 $form['appearance']['autoHeight'] = array(
138 '#default_value' => $settings['autoHeight'],
140 …<a href="@url">@setting</a> setting internally.', array('@setting' => 'autoHeight', '@url' => url(…
192 if (!empty($config['autoHeight'])) {
193 $settings['autoHeight'] = TRUE;
/dports/print/limereport/LimeReport-1.5.35/limereport/items/
H A Dlrtextitem.h53 Q_PROPERTY(bool autoHeight READ autoHeight() WRITE setAutoHeight)
102 bool autoHeight() const {return m_autoHeight;} in autoHeight() function

123456