Compare commits
No commits in common. "eb9834ca20aebcb61b46f9002d45f9ec7404b0b0" and "974fc860c69c644d91366b6f2b4b261b401e954f" have entirely different histories.
eb9834ca20
...
974fc860c6
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Länge',
|
|
||||||
'height' => 'Höhe',
|
|
||||||
'width' => 'Breite',
|
|
||||||
'number_of_copies' => 'Anzahl / Stückzahl',
|
|
||||||
'weight' => 'Gewicht',
|
|
||||||
'diameter' => 'Durchmesser',
|
|
||||||
'wall' => 'Wandungsstärke',
|
|
||||||
'number_of_parts' => 'Anzahl von Teilen',
|
|
||||||
'die_axis' => 'Stempelstellung',
|
|
||||||
'length_socle' => 'Länge (Sockel)',
|
|
||||||
'height_socle' => 'Höhe (Sockel)',
|
|
||||||
'width_socle' => 'Breite (Sockel)',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Kopien',
|
|
||||||
'specimen' => 'Exemplare',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Bestandteile',
|
|
||||||
'pages' => 'Seiten',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
@ -1,16 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$measurement_type_set = array (
|
|
||||||
'length' => 'Length',
|
|
||||||
'height' => 'Height',
|
|
||||||
'width' => 'Width',
|
|
||||||
'number_of_copies' => 'Number of copies',
|
|
||||||
'weight' => 'Weight',
|
|
||||||
'diameter' => 'Diameter',
|
|
||||||
'wall' => 'Wall',
|
|
||||||
'number_of_parts' => 'Number of parts',
|
|
||||||
'die_axis' => 'Die-axis',
|
|
||||||
'length_socle' => 'Length of socle',
|
|
||||||
'height_socle' => 'Height of socle',
|
|
||||||
'width_socle' => 'Width of socle',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_copies_set = array (
|
|
||||||
'copies' => 'Copies',
|
|
||||||
'specimen' => 'Specimen',
|
|
||||||
);
|
|
@ -1,6 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_count_parts_set = array (
|
|
||||||
'parts' => 'Parts',
|
|
||||||
'pages' => 'Pages',
|
|
||||||
);
|
|
@ -1,5 +0,0 @@
|
|||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
$units_die_axis_set = array (
|
|
||||||
'h' => 'h',
|
|
||||||
);
|
|
Loading…
x
Reference in New Issue
Block a user