Home
last modified time | relevance | path

Searched refs:MINIMUM_SCALE (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Module/
H A DTimelineChartModule.php58 protected const MINIMUM_SCALE = 1; define in Fisharebest\\Webtrees\\Module\\TimelineChartModule
161 $scale = max($scale, self::MINIMUM_SCALE);
231 'scale' => max(self::MINIMUM_SCALE, $scale - (int) ($scale * 0.2 + 1)),
/dports/databases/p5-DBD-CSV/DBD-CSV-0.58/lib/DBD/CSV/
H A DTypeInfo.pm31 MINIMUM_SCALE => 13,
/dports/databases/p5-DBD-InterBase/DBD-InterBase-0.48/lib/DBD/InterBase/
H A DTypeInfo.pm37 MINIMUM_SCALE => 13,
/dports/graphics/milton/milton-1.9.1/src/
H A Dmilton_configuration.h37 #define MINIMUM_SCALE (1 << 4) macro
H A Dmilton.cc1282 i32 min_scale = MINIMUM_SCALE; in milton_update_and_render()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/map/
H A DMapPanel.java59 private static final int MINIMUM_SCALE = 2; field in MapPanel
265 final int scale = Math.max(MINIMUM_SCALE, Math.min(MAP_HEIGHT / mapHeight, MAP_WIDTH / mapWidth)); in update()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/lib/DBD/
H A DSQLite2.pm239 MINIMUM_SCALE =>13,
/dports/databases/p5-DBI/DBI-1.643/lib/DBD/
H A DSponge.pm122 MINIMUM_SCALE => 13,
H A DExampleP.pm210 MINIMUM_SCALE => 13,
/dports/databases/p5-DBI/DBI-1.643/lib/DBI/DBD/
H A DMetadata.pm376 MINIMUM_SCALE => 13,
H A DSqlEngine.pm913 MINIMUM_SCALE => 13,
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DBaseDiagram.cxx46 const double MINIMUM_SCALE = 0.002; variable
126 SG_CLAMP_RANGE(m_scale, MINIMUM_SCALE, MAXIMUM_SCALE); in paint()
657 SG_CLAMP_RANGE(m_scale, MINIMUM_SCALE, MAXIMUM_SCALE); in wheelEvent()
/dports/databases/p5-DBD-Sybase/DBD-Sybase-1.16/
H A DSybase.pm399 MINIMUM_SCALE => 13,
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/expected/
H A Dcatalogfunctions.out17 MINIMUM_SCALE: SMALLINT(5) digits: 0, nullable
H A Dcatalogfunctions_1.out17 MINIMUM_SCALE: SMALLINT(5) digits: 0, nullable
/dports/databases/p5-DBD-LDAP/DBD-LDAP-1.00/lib/DBD/
H A DLDAP.pm922 MINIMUM_SCALE =>13,
/dports/databases/p5-DBD-Excel/DBD-Excel-0.06/
H A DExcel.pm350 MINIMUM_SCALE => 13,
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/postgresql/
H A Dpq_databasemetadata.cxx2197 static const sal_Int32 MINIMUM_SCALE = 13; // short ==> minimum scale supported in pgTypeInfo2ResultSet() local
2251 row[MINIMUM_SCALE] <<= OUString("0"); // TODO: what is this ? in pgTypeInfo2ResultSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/postgresql/
H A Dpq_databasemetadata.cxx2223 static const sal_Int32 MINIMUM_SCALE = 13; // short ==> minimum scale supported in pgTypeInfo2ResultSet() local
2277 row[MINIMUM_SCALE] <<= OUString("0"); // TODO: what is this ? in pgTypeInfo2ResultSet()
/dports/databases/p5-DBD-Pg/DBD-Pg-3.15.0/
H A DPg.pm1284 MINIMUM_SCALE => 13,
/dports/lang/bwbasic/bwbasic-3.20/
H A Dbwbasic.h1025 #ifndef MINIMUM_SCALE
1032 #define MINIMUM_SCALE 0 macro
H A Dbwb_fnc.c726 if (x < MINIMUM_SCALE || x > MAXIMUM_SCALE) in IntrinsicFunction_execute()
749 else if (y < MINIMUM_SCALE || y > MAXIMUM_SCALE) in IntrinsicFunction_execute()
H A Dbwb_var.c2766 MINIMUM_SCALE, MAXIMUM_SCALE); in bwb_OPTION_SCALE()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/resources/
H A Dinfo-column-remarks.properties25 SYSTEM_ALLTYPEINFO_MIN_SCALE_ACT=same as MINIMUM_SCALE except for data types whose minimum scale ca…
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl2121 <b>MINIMUM_SCALE</b> short => minimum scale supported

12