Home
last modified time | relevance | path

Searched refs:autoWidth (Results 1 – 25 of 81) sorted by relevance

1234

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/xy/
H A DIntervalXYDelegate.java99 private boolean autoWidth; field in IntervalXYDelegate
133 public IntervalXYDelegate(XYDataset dataset, boolean autoWidth) { in IntervalXYDelegate() argument
136 this.autoWidth = autoWidth; in IntervalXYDelegate()
149 return this.autoWidth; in isAutoWidth()
164 this.autoWidth = b; in setAutoWidth()
228 this.autoWidth = false; in setFixedIntervalWidth()
392 if (this.autoWidth) { in datasetChanged()
452 if (this.autoWidth != that.autoWidth) { in equals()
482 hash = HashUtilities.hashCode(hash, this.autoWidth); in hashCode()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DLabel.pm19 autoWidth => 1,
39 $p-> { autoWidth} = 0 if
40 ! exists $p->{autoWidth} and (
314 if ( $self-> {autoWidth}) {
335 return if $self-> {autoWidth} == $aw;
336 $self-> {autoWidth} = $aw;
382 sub autoWidth {($#_)?($_[0]-> set_auto_width( $_[1])) :return $_[0]-> {autoWidth} } subroutine
H A DButtons.pm46 autoWidth => 1,
53 $p-> { autoWidth} = 0
94 $self-> { autoWidth} = $profile{ autoWidth};
340 sub autoWidth subroutine
342 return $_[0]-> {autoWidth} unless $#_;
344 return if ( $self-> {autoWidth} ? 1 : 0) == ( $a ? 1 : 0);
345 $self-> {autoWidth} = ( $a ? 1 : 0);
353 if ( $self-> {autoWidth} || $self-> {autoHeight}) {
355 $sets{ geomWidth} = $geomSize[0] if $self-> {autoWidth};
H A DDetailedList.pm45 autoWidth => 0,
H A DDetailedOutline.pm46 autoWidth => 0,
H A DLists.pm1589 autoWidth => 1,
1601 $self-> {autoWidth} = 0;
1605 $self-> autoWidth( $profile{autoWidth});
1616 $self-> itemWidth( $self-> {maxWidth}) if $self-> {autoWidth};
1669 $self-> itemWidth( $self-> {maxWidth}) if $self-> {autoWidth};
1704 if $self-> {autoWidth} && $self-> {maxWidth} < $mw;
1708 $self-> itemWidth( $self-> {maxWidth}) if $self-> {autoWidth};
1752 if ( $self-> {autoWidth}) {
1825 if $self-> {autoWidth} && $self-> {maxWidth} > $maxWidth;
1895 sub autoWidth {($#_)?$_[0]-> {autoWidth} = $_[1] :return $_[0]-> {autoWidth} } subroutine
/dports/print/limereport/LimeReport-1.5.35/demo_r1/demo_reports/
H A DdemoReport1_report_header_group_subdetail.lrxml34 <autoWidth Type="enumAndFlags" Value="0"/>
107 <autoWidth Type="enumAndFlags" Value="0"/>
130 <autoWidth Type="enumAndFlags" Value="0"/>
169 <autoWidth Type="enumAndFlags" Value="0"/>
192 <autoWidth Type="enumAndFlags" Value="0"/>
215 <autoWidth Type="enumAndFlags" Value="0"/>
238 <autoWidth Type="enumAndFlags" Value="0"/>
261 <autoWidth Type="enumAndFlags" Value="0"/>
304 <autoWidth Type="enumAndFlags" Value="0"/>
344 <autoWidth Type="enumAndFlags" Value="0"/>
[all …]
H A Dcategories.lrxml69 <autoWidth Value="0" Type="enumAndFlags"/>
92 <autoWidth Value="0" Type="enumAndFlags"/>
/dports/print/limereport/LimeReport-1.5.35/demo_r2/demo_reports/
H A DdemoReport1_report_header_group_subdetail.lrxml34 <autoWidth Type="enumAndFlags" Value="0"/>
107 <autoWidth Type="enumAndFlags" Value="0"/>
130 <autoWidth Type="enumAndFlags" Value="0"/>
169 <autoWidth Type="enumAndFlags" Value="0"/>
192 <autoWidth Type="enumAndFlags" Value="0"/>
215 <autoWidth Type="enumAndFlags" Value="0"/>
238 <autoWidth Type="enumAndFlags" Value="0"/>
261 <autoWidth Type="enumAndFlags" Value="0"/>
304 <autoWidth Type="enumAndFlags" Value="0"/>
344 <autoWidth Type="enumAndFlags" Value="0"/>
[all …]
H A Dcategories.lrxml82 <autoWidth Value="0" Type="enumAndFlags"/>
109 <autoWidth Value="0" Type="enumAndFlags"/>
153 <autoWidth Value="0" Type="enumAndFlags"/>
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DGradient.cpp26 autoWidth = autoHeight = 0; in Gradient()
33 if (autoWidth == AUTO_VIRTUALWIDTH) in onUpdate()
H A DGradient.h36 int autoWidth, autoHeight; variable
H A DQuad.h95 char autoWidth, autoHeight; // char to save space variable
H A DQuad.cpp241 autoWidth = autoHeight = 0; in initQuad()
753 if (autoWidth == AUTO_VIRTUALWIDTH) in onUpdate()
755 else if (autoWidth == AUTO_VIRTUALHEIGHT) in onUpdate()
/dports/print/limereport/LimeReport-1.5.35/limereport/items/
H A Dlrtextitem.h52 Q_PROPERTY(AutoWidth autoWidth READ autoWidth() WRITE setAutoWidth)
105 AutoWidth autoWidth() const {return m_autoWidth;} in autoWidth() function
H A Dlrtextitem.cpp312 if (autoHeight() || autoWidth() || hasFollower()) in setContent()
326 if (!isLoading() && (autoHeight() || autoWidth() || hasFollower()) ) in updateItemSize()
788 if ((autoHeight() || autoWidth()) || hasFollower()){ in isNeedUpdateSize()
793 (m_textSize.width()>geometry().width()&&autoWidth()) || in isNeedUpdateSize()
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/owl.carousel/docs_src/templates/pages/demos/
H A Dautowidth.hbs40 autoWidth:true,
71 autoWidth:true,
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/owl.carousel/docs_src/templates/pages/demos/
H A Dautowidth.hbs40 autoWidth:true,
71 autoWidth:true,
/dports/textproc/R-cran-DT/DT/inst/examples/DT-filter/
H A Dserver.R15 options = list(autoWidth = TRUE) nameattr
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/src/ui/public/filter_editor/
H A Dfilter_editor.less21 .uiSelectChoices--autoWidth {
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/font/
H A Dbase_font_bitmap.cpp352 bool autoWidth = false; in TOKEN_DEF() local
400 parser.scanStr(params, "%b", &autoWidth); in TOKEN_DEF()
454 if (autoWidth) { in TOKEN_DEF()
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/font/
H A Dbase_font_bitmap.cpp371 bool autoWidth = false; in TOKEN_DEF() local
426 parser.scanStr(params, "%b", &autoWidth); in TOKEN_DEF()
488 if (autoWidth) { in TOKEN_DEF()
/dports/www/p5-Catalyst-Plugin-AutoCRUD/Catalyst-Plugin-AutoCRUD-2.200002/lib/Catalyst/Plugin/AutoCRUD/templates/extjs2/
H A Dlist.tt22 ,autoWidth: true
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dkeys.pl106 autoWidth => 1,
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A DVectorRenderer.h68 bool autoWidth, autoHeight; member
102 autoWidth = autoHeight = false; in DrawStep()

1234