view release on metacpan or search on metacpan
lib/Apache2/SSI/File/Type.pm view on Meta::CPAN
This is equivalent to option C<-c> of L<file(1)>.
=head2 check_magic
Set or gets the boolean value used to decide whether the magic data are checked.
=head2 data( $some_data )
Guess the mime type based upon the data provided with C<$some_data> and returns it.
lib/Apache2/SSI/File/Type.pm view on Meta::CPAN
# on the command line:
./my_script.pl 2>my_magic
=head2 error_returns_undef
Sets or gets the boolean value to decide whether this module will return a default value (see L</default_type>) or C<undef> when there is an error.
By default this is set to false, and the module will return a default value upon error.
=head2 file( '/some/file/path.txt' )
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/SiteControl.pm view on Meta::CPAN
eval($factory) or $r->log_error("Evaluation failed: $@");
return $managers{$name};
}
# This is the method that receives the login form data and decides if the
# user is allowed to log in.
sub authen_cred
{
my $this = shift; # Package name (same as AuthName directive)
my $r = shift; # Apache request object
view all matches for this distribution
view release on metacpan or search on metacpan
that should be provided before the module is installed.
A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it get an idea of the modules uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.
INSTALLATION
To install this module, run the following commands:
view all matches for this distribution
view release on metacpan or search on metacpan
signals that the *Uri Translation Phase* is done and no further
handlers are to be called in this phase. The second alternative says
that subsequent handlers are to be called. Thus, "mod_alias" or the
core translation handler see the request.
Setting $RC your action decide what is returned.
$RC is also set by the "PerlHandler" action. Modperl generated
responses are normally not associated with a single file on disk.
$DEBUG
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.06';
view all matches for this distribution
view release on metacpan or search on metacpan
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
view all matches for this distribution
view release on metacpan or search on metacpan
src/ApacheBench.xs view on Meta::CPAN
** which is Copyright (c) 1996 by Zeus Technology Ltd. http://www.zeustech.net/
**
** This software is provided "as is" and any express or implied waranties,
** including but not limited to, the implied warranties of merchantability and
** fitness for a particular purpose are disclaimed. In no event shall
** Zeus Technology Ltd. be liable for any direct, indirect, incidental, special,
** exemplary, or consequential damaged (including, but not limited to,
** procurement of substitute good or services; loss of use, data, or profits;
** or business interruption) however caused and on theory of liability. Whether
** in contract, strict liability or tort (including negligence or otherwise)
** arising in any way out of the use of this software, even if advised of the
view all matches for this distribution
view release on metacpan or search on metacpan
bin/loghack view on Meta::CPAN
my $outfile = $outpath . $datestring . ".$hour$tzout.$chunk.tsv.gz";
push(@loaded, $outfile);
#warn "writing $outfile\n";
if(-e $outfile) {
# XXX how to decide whether to skip completely?
die "already have $outfile\n";
}
$chunk = 1; # from now on
if($skipper) { # TODO how to reset skipcount?
my $skipfile = skipfilename($opt, $outfile);
view all matches for this distribution
view release on metacpan or search on metacpan
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
view all matches for this distribution
view release on metacpan or search on metacpan
script/acme-cpanauthors view on Meta::CPAN
#
## borrowed from PERLANCAR::File::HomeDir 0.04
#sub _get_my_home_dir {
# if ($^O eq 'MSWin32') {
# # File::HomeDir always uses exists($ENV{x}) first, does it want to avoid
# # accidentally creating env vars?
# return $ENV{HOME} if $ENV{HOME};
# return $ENV{USERPROFILE} if $ENV{USERPROFILE};
# return join($ENV{HOMEDRIVE}, "\\", $ENV{HOMEPATH})
# if $ENV{HOMEDRIVE} && $ENV{HOMEPATH};
# } else {
script/acme-cpanauthors view on Meta::CPAN
#
## from PERLANCAR::File::HomeDir 0.03, with minor modification
#sub _get_my_home_dir {
# if ($^O eq 'MSWin32') {
# # File::HomeDir always uses exists($ENV{x}) first, does it want to avoid
# # accidentally creating env vars?
# return $ENV{HOME} if $ENV{HOME};
# return $ENV{USERPROFILE} if $ENV{USERPROFILE};
# return join($ENV{HOMEDRIVE}, "\\", $ENV{HOMEPATH})
# if $ENV{HOMEDRIVE} && $ENV{HOMEPATH};
# } else {
script/acme-cpanauthors view on Meta::CPAN
#(with C<backend> set to the value of this environment variable) instead of the
#default L<Text::Table::Sprintf>. This is useful if you want to output text table
#in a different format, for example to generate Org tables (make sure
#L<Text::Table::Org> backend is already installed):
#
# % FORMAT_PRETTY_TABLE_BACKEND=Text::Table::Org lcpan rdeps Getopt::Lucid
#
#For convenience, a default is chosen for you under certain condition. When
#inside Emacs (environment C<INSIDE_EMACS> is set), C<Text::Table::Org> is used
#as default.
#
view all matches for this distribution
view release on metacpan or search on metacpan
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/AdditivesUtils.pm view on Meta::CPAN
args => {
%args_common,
},
examples => [
{args=>{quantity=>'ppm'}, summary=>'Show all possible conversions'},
{args=>{quantity=>'250 ppm', to_unit=>'ppm-as-benzoic-acid'}, summary=>'Convert from ppm (as sodium benzoate) to ppm (as benzoic acid)'},
],
};
sub convert_benzoate_unit {
require Physics::Unit;
Physics::Unit::InitUnit(
['ppm'], '1 mg/kg',
['ppm-as-benzoic-acid'], '1.18006878480183 mg/kg', # benzoic acid's molecular weight = 122.12, sodium benzoate's molecular weight = 144.11
['ppm-as-sodium-benzoate'], '1 mg/kg',
['ppm-as-na-benzoate'], '1 mg/kg',
['ppm-as-potassium-benzoate'], '0.899506897197428 mg/kg', # potassium benzoate's molecular weight = 160.21
['ppm-as-k-benzoate'], '0.959326321395287 mg/kg',
['ppm-as-calcium-benzoate'], '1.02093443377847 mg/kg', # calcium benzoate's molecular weight = 282.31 (2 benzoate groups per molecule)
lib/App/AdditivesUtils.pm view on Meta::CPAN
return [200, "OK", $new_amount];
} else {
my @rows;
for my $u (
'ppm',
'ppm-as-benzoic-acid',
'ppm-as-sodium-benzoate',
'ppm-as-na-benzoate',
'ppm-as-potassium-benzoate',
'ppm-as-k-benzoate',
'ppm-as-calcium-benzoate',
lib/App/AdditivesUtils.pm view on Meta::CPAN
[
200,
"OK",
[
{ amount => 1, unit => "ppm" },
{ amount => 0.847408229824443, unit => "ppm-as-benzoic-acid" },
{ amount => 1, unit => "ppm-as-sodium-benzoate" },
{ amount => 1, unit => "ppm-as-na-benzoate" },
{ amount => 1.11172021372563, unit => "ppm-as-potassium-benzoate" },
{ amount => 1.04239816806606, unit => "ppm-as-k-benzoate" },
{ amount => 0.979494830337937, unit => "ppm-as-calcium-benzoate" },
{ amount => 0.979494830337937, unit => "ppm-as-ca-benzoate" },
],
{},
]
=item * Convert from ppm (as sodium benzoate) to ppm (as benzoic acid):
convert_benzoate_unit(quantity => "250 ppm", to_unit => "ppm-as-benzoic-acid");
Result:
[200, "OK", 211.852057456111, {}]
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.00';
view all matches for this distribution
view release on metacpan or search on metacpan
t/sql/sakila-data.sql view on Meta::CPAN
--
-- Dumping data for table address
--
SET AUTOCOMMIT=0;
INSERT INTO address VALUES (1,'47 MySakila Drive',NULL,'Alberta',300,'','','2006-02-15 04:45:30'),(2,'28 MySQL Boulevard',NULL,'QLD',576,'','','2006-02-15 04:45:30'),(3,'23 Workhaven Lane',NULL,'Alberta',300,'','14033335568','2006-02-15 04:45:30'),(4...
COMMIT;
--
-- Dumping data for table category
--
t/sql/sakila-data.sql view on Meta::CPAN
--
-- Dumping data for table city
--
SET AUTOCOMMIT=0;
INSERT INTO city VALUES (1,'A Corua (La Corua)',87,'2006-02-15 04:45:25'),(2,'Abha',82,'2006-02-15 04:45:25'),(3,'Abu Dhabi',101,'2006-02-15 04:45:25'),(4,'Acua',60,'2006-02-15 04:45:25'),(5,'Adana',97,'2006-02-15 04:45:25'),(6,'Addis Abeba',31,'2006...
COMMIT;
--
-- Dumping data for table country
--
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.19';
view all matches for this distribution
view release on metacpan or search on metacpan
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
view all matches for this distribution
view release on metacpan or search on metacpan
- new connection should connect new connectors
=> we need to know who we are connecting to
=> or this could be done by the asciio object
- asciio asks the box to add a connection
this let ascioo decide where they should be placed instead for
deciding it's around the box
- the user can add connectors with the same mechanism
- the connector must be handled when resizing the box object
by the box object or by the connector itself
#Box added via 'B' shortcut should be selected
#script using cononize_connection doesn't work, path was changed
#make a script library
!update_diagram should be called when running in script mode
let the script writer decide if they want "optimized" connections or not
# proper setup structure
#editable arrow has connections!! use resize/info/highlight points instead
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/AutoBuild.pm view on Meta::CPAN
clean: unlink output files/meta file (.autobuild_meta)
=head1 DESCRIPTION
After writing a makefile for my 30th C project, I decided this was dumb and it (the computer) should figure out which object files should be linked in or recompiled. The idea behind this module is you create a build.pl that uses App::AutoBuild and c...
App::AutoBuild will figure out all the object files your C file depends on. A list of included header files (.h) will be computed by GCC and remembered in a cache. At build time, stat() is called on each header file included by your .c file. If an...
This tool isn't supposed to be a make replacement-- there are plenty of those, and at least one great one already in Perl. The idea is that the build system should know enough about the source code to do what you want for you. This replaces all the...
lib/App/AutoBuild.pm view on Meta::CPAN
for(qw(cc osuffix))
{
$ab->{$_} = $opts->{$_} if($opts->{$_});
}
$ab->{'rules'} = $opts->{'rules'} || []; # HACK for now until I decide the right way to do this
for my $bin (keys %{ $opts->{'programs'} })
{
if($ab->{'clean'} || !$ab->{'default'} || $ab->{'default'}{$bin})
{
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.19';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/Additives.pm view on Meta::CPAN
args => {
%args_common,
},
examples => [
{args=>{quantity=>'ppm'}, summary=>'Show all possible conversions'},
{args=>{quantity=>'250 ppm', to_unit=>'ppm-as-benzoic-acid'}, summary=>'Convert from ppm (as sodium benzoate) to ppm (as benzoic acid)'},
],
};
sub convert_benzoate_unit {
require Physics::Unit;
Physics::Unit::InitUnit(
['ppm'], '1 mg/kg',
['ppm-as-benzoic-acid'], '1.18006878480183 mg/kg', # benzoic acid's molecular weight = 122.12, sodium benzoate's molecular weight = 144.11
['ppm-as-sodium-benzoate'], '1 mg/kg',
['ppm-as-na-benzoate'], '1 mg/kg',
['ppm-as-potassium-benzoate'], '0.959326321395287 mg/kg', # potassium benzoate's molecular weight = 150.22
['ppm-as-k-benzoate'], '0.959326321395287 mg/kg',
['ppm-as-calcium-benzoate'], '0.432574120647515 mg/kg', # calcium benzoate's molecular weight = 282.31
lib/App/BPOMUtils/Additives.pm view on Meta::CPAN
return [200, "OK", $new_amount];
} else {
my @rows;
for my $u (
'ppm',
'ppm-as-benzoic-acid',
'ppm-as-sodium-benzoate',
'ppm-as-na-benzoate',
'ppm-as-potassium-benzoate',
'ppm-as-k-benzoate',
'ppm-as-calcium-benzoate',
lib/App/BPOMUtils/Additives.pm view on Meta::CPAN
[
200,
"OK",
[
{ amount => 1, unit => "ppm" },
{ amount => 0.847408229824443, unit => "ppm-as-benzoic-acid" },
{ amount => 1, unit => "ppm-as-sodium-benzoate" },
{ amount => 1, unit => "ppm-as-na-benzoate" },
{ amount => 1.04239816806606, unit => "ppm-as-potassium-benzoate" },
{ amount => 1.04239816806606, unit => "ppm-as-k-benzoate" },
{ amount => 2.31174254831314, unit => "ppm-as-calcium-benzoate" },
{ amount => 2.31174254831314, unit => "ppm-as-ca-benzoate" },
],
{},
]
=item * Convert from ppm (as sodium benzoate) to ppm (as benzoic acid):
convert_benzoate_unit(quantity => "250 ppm", to_unit => "ppm-as-benzoic-acid");
Result:
[200, "OK", 211.852057456111, {}]
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/NutritionFacts.pm view on Meta::CPAN
ve => {summary => 'Vitamin E, in mg alpha-TE (tocopherol-equivalent)', schema => 'ufloat*'},
vk => {summary => 'Vitamin K, in mcg', schema => 'ufloat*'},
vb1 => {summary => 'Vitamin B1, in mg/100g', schema => 'ufloat*'},
vb2 => {summary => 'Vitamin B2, in mg/100g', schema => 'ufloat*'},
vb3 => {summary => 'Vitamin B3, in mg/100g', schema => 'ufloat*'},
vb5 => {summary => 'Vitamin B5 (pantothenic acid), in mg/100g', schema => 'ufloat*'},
vb6 => {summary => 'Vitamin B6, in mg/100g', schema => 'ufloat*'},
folate => {summary => 'Folate (vitamin B9), in mcg/100g', schema => 'ufloat*'},
vb12 => {summary => 'Vitamin B12, in mcg/100g', schema => 'ufloat*'},
biotin => {summary => 'Biotin, in mcg/100g', schema => 'ufloat*'},
choline => {summary => 'Choline, in mg/100g', schema => 'ufloat*'},
lib/App/BPOMUtils/NutritionFacts.pm view on Meta::CPAN
(No description)
=item * B<vb5> => I<ufloat>
Vitamin B5 (pantothenic acid), in mgE<sol>100g.
=item * B<vb5_nufact> => I<ufloat>
Vitamin B5 (pantothenic acid), in mgE<sol>100g (value to be used in nutrition facts table instead the lab test result).
=item * B<vb5_nufact_note> => I<str>
(No description)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/NutritionLabelRef.pm view on Meta::CPAN
[
200,
"OK",
[
"Alpha_Linoleic_Acid",
"Biotin",
"Ca",
# ...snipped 31 lines for brevity...
"VD",
"VE",
view all matches for this distribution
view release on metacpan or search on metacpan
- Adjust to Data::Sah::Value::perl::Path::filenames 0.004.
0.011 2023-03-16 Released-By: PERLANCAR; Urgency: high
- [bugfix] A line of code was accidentally deleted causing PDF type
check to always fail.
0.010 2023-03-16 Released-By: PERLANCAR; Urgency: medium
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/RPO/Ingredients.pm view on Meta::CPAN
Ingredient,%weight,"Ingredient name for label (Indonesian)","Ingredient name for label (English)","QUID?","Note (Indonesian)","Note (English)","Ingredient group for label (Indonesian)","Ingredient group for label (English)","Inner ingredient (Ind...
Air,78.48,Air,Water,,,,,
Gula,16.00,Gula,Sugar,,"mengandung pengawet sulfit","contains sulfite preservative",,,,
"Nata de coco",5.00,"Nata de coco","Nata de coco",1,"mengandung pengawet sulfit","contains sulfit preservative",,,,
"Asam sitrat",0.25,"Asam sitrat","Citric acid",,,,"Pengatur keasaman","Acidity regulator",,,
"Asam malat",0.10,"Asam malat","Malic acid",,,,"Pengatur keasaman","Acidity regulator",,,
"Grape extract",0.10,Anggur,Grape,,,,"Ekstrak buah","Fruit extract","buah anggur","grape fruit","60-70"
"Tea flavor",0.05,Teh,Tea,,,,"Perisa sintetik","Synthetic flavoring",,,
"Natrium benzoat",0.02,"Natrium benzoat","Sodium benzoate",,,,Pengawet,Preservative,,,
It can then group the ingredients based on the ingredient group and generate
lib/App/BPOMUtils/RPO/Ingredients.pm view on Meta::CPAN
Ingredient,%weight
Water,78.48
Sugar (contains sulfite preservative),16.00
"Nata de coco 5% (contains sulfite preservative)",5.00
"Acidity regulator (Citric acid, Malic acid)",0.35
"Fruit extract (Grape 0.1% (containing grape fruit 0.06-0.07%))",0.1
"Synthetic flavoring (Tea)",0.05
"Preservative Sodium benzoate",0.02
_
lib/App/BPOMUtils/RPO/Ingredients.pm view on Meta::CPAN
Ingredient,%weight,"Ingredient name for label (Indonesian)","Ingredient name for label (English)","QUID?","Note (Indonesian)","Note (English)","Ingredient group for label (Indonesian)","Ingredient group for label (English)","Inner ingredient (Indone...
Air,78.48,Air,Water,,,,,
Gula,16.00,Gula,Sugar,,"mengandung pengawet sulfit","contains sulfite preservative",,,,
"Nata de coco",5.00,"Nata de coco","Nata de coco",1,"mengandung pengawet sulfit","contains sulfit preservative",,,,
"Asam sitrat",0.25,"Asam sitrat","Citric acid",,,,"Pengatur keasaman","Acidity regulator",,,
"Asam malat",0.10,"Asam malat","Malic acid",,,,"Pengatur keasaman","Acidity regulator",,,
"Grape extract",0.10,Anggur,Grape,,,,"Ekstrak buah","Fruit extract","buah anggur","grape fruit","60-70"
"Tea flavor",0.05,Teh,Tea,,,,"Perisa sintetik","Synthetic flavoring",,,
"Natrium benzoat",0.02,"Natrium benzoat","Sodium benzoate",,,,Pengawet,Preservative,,,
It can then group the ingredients based on the ingredient group and generate
lib/App/BPOMUtils/RPO/Ingredients.pm view on Meta::CPAN
Ingredient,%weight
Water,78.48
Sugar (contains sulfite preservative),16.00
"Nata de coco 5% (contains sulfite preservative)",5.00
"Acidity regulator (Citric acid, Malic acid)",0.35
"Fruit extract (Grape 0.1% (containing grape fruit 0.06-0.07%))",0.1
"Synthetic flavoring (Tea)",0.05
"Preservative Sodium benzoate",0.02
This function is not exported by default, but exportable.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/Table/FoodCategory.pm view on Meta::CPAN
"Susu diasamkan adalah produk susu yang diperoleh dari susu segar atau susu pasteurisasi atau susu rekonstitusi atau susu rekombinasi yang diasamkan, dengan atau tanpa penambahan mikroba, vitamin dan bahan pangan lain. Jenis asam yang dapat digun...
"Aktif",
],
[
"0102010104",
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi)",
"Susu asidofilus adalah produk susu yang diperoleh dari fermentasi susu dengan menggunakan bakteri asam laktat Lactobacillus acidophilus, dapat ditambahkan bakteri lain yang sesuai.<br> Karakteristik dasar:<br> \xE2\x{20AC}\xA2 Total padatan susu...
"Aktif",
],
[
"0102010105",
"Yogurt (Plain) (Tanpa Pemanasan Setelah Difermentasi)",
lib/App/BPOMUtils/Table/FoodCategory.pm view on Meta::CPAN
"Susu diasamkan adalah produk susu yang diperoleh dari susu segar atau susu pasteurisasi atau susu rekonstitusi atau susu rekombinasi yang diasamkan, dengan atau tanpa penambahan mikroba, vitamin dan bahan pangan lain. Jenis asam yang dapat digun...
"Aktif",
],
[
"0102010204",
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi)",
"Susu asidofilus adalah produk susu yang diperoleh dari fermentasi susu dengan menggunakan bakteri asam laktat Lactobacillus acidophilus, dapat ditambahkan bakteri lain yang sesuai.<br> Karakteristik dasar:<br> \xE2\x{20AC}\xA2 Total padatan susu...
"Aktif",
],
[
"0102010205",
"Yogurt (Plain) (Dengan Pemanasan Setelah Difermentasi)",
lib/App/BPOMUtils/Table/FoodCategory.pm view on Meta::CPAN
"Serbuk lemak adalah produk lemak nabati dan atau lemak hewani yang berbentuk serbuk dengan atau tanpa penambahan bahan pengisi. Contoh : Serbuk Lemak Kelapa Sawit, Serbuk Lemak Kelapa Virgin, Serbuk Lemak Kelapa, Serbuk Minyak Ikan.",
"Aktif",
],
[
"02010243",
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil)",
"Rapeseed oil\xE2\x{20AC}\x{201C}low erucic acid adalah minyak yang dihasilkan dari minyak rendah asam erusat biji Brassica napus L., Brassica rapa L. and Brassica juncea L.",
"Aktif",
],
[
"02010244",
"Minyak Goreng (Frying oil)",
lib/App/BPOMUtils/Table/FoodCategory.pm view on Meta::CPAN
"Tidak Aktif",
],
[
"0402020214",
"Mete Gelondong",
"Mete gelondong adalah produk kering yang diperoleh dari buah tanaman jambu mede (Anacardium occidaentale Linn.) yang telah dikeringkan.",
"Tidak Aktif",
],
[
"0402020215",
"Kentang Kering Serpih (Flakes)",
lib/App/BPOMUtils/Table/FoodCategory.pm view on Meta::CPAN
"Aktif",
],
[
1401020127,
"Sari Buah Raspberry",
"Sari buah raspberry adalah produk sari buah yang diperoleh dari buah raspberry (Rubus occidentalis L.).<br> Karakteristik dasar:<br> Level brix untuk sari buah rekonstitusi dan puree rekonstitusi tidak kurang dari 11,0",
"Aktif",
],
[
1401020128,
"Sari Buah Stroberi",
lib/App/BPOMUtils/Table/FoodCategory.pm view on Meta::CPAN
"Aktif",
],
[
150205,
"Kacang Mede",
"Kacang mede adalah biji dari buah tanaman jambu mete (Anacardium occidentale) yang telah dikupas kulitnya, dikeringkan dan dapat dipanggang atau digoreng.",
"Tidak Aktif",
],
[150206, "Kipang Kacang Mete", "", "Aktif"],
[
150207,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
"NO",
"YES",
],
[
204,
"Vitamin B5 (Pantothenic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
"NO",
"YES",
],
[
208,
"Vitamin B9 (Folic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
209,
"Vitamin C (Ascorbic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
"NO",
"YES",
],
[
1679,
"Gamma Aminobutyric Acid (GABA) (Untuk Minuman Teh)",
"Bahan Baku",
"NO",
"NO",
"YES",
"YES",
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
"NO",
"YES",
],
[
2351,
"Ceremai (Phyllanthus acidus (L.) Skeells)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
"YES",
],
[2567, "Asafoetida", "Bahan Baku", "NO", "NO", "NO", "YES"],
[
2568,
"Asam Amino Premiks (Amino Acid Premix)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
"NO",
"YES",
],
[
2572,
"Asam Folat (Folic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2573,
"Asam Fosfat (Acid Phosphoric)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
"NO",
"YES",
],
[
2578,
"Asam Linoleat (Linoleic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2579,
"Asam Linoleat Terkonjugasi (Conjugated Linoleic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2580,
"Asam Nukleat (Nucleic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2581,
"Asam Oktanoat (Octanoate Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
"NO",
"YES",
],
[
2583,
"Asam Palmitat (Palmitic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2584,
"Asam Stearat (Stearic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2585,
"Asam Sulfat (Sulfic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm view on Meta::CPAN
150,
46326,
"0118",
"Pangan olahan hasil fermentasi susu",
"010201010002",
"Susu Asidofilus (Acidophilus Milk) (Tanpa Pemanasan Setelah Proses Fermentasi)",
750000,
600000,
400000,
"Aktif",
],
lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm view on Meta::CPAN
161,
46326,
"0120",
"Pangan olahan hasil fermentasi susu yang dipasteurisasi",
"010201020002",
"Susu Asidofilus (Acidophilus Milk) (Dengan Pemanasan Setelah Proses Fermentasi)",
750000,
600000,
400000,
"Aktif",
],
lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm view on Meta::CPAN
350,
46315,
"0205",
"Lemak dan minyak nabati",
"020102000037",
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil)",
300000,
200000,
150000,
"Aktif",
],
lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm view on Meta::CPAN
351,
46315,
"0205",
"Lemak dan minyak nabati",
"020102000037",
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil)",
300000,
200000,
150000,
"Aktif",
],
lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm view on Meta::CPAN
2091,
46326,
1321,
"Pangan olahan untuk keperluan medis khusus bayi/ anak bentuk bubuk",
130103000002,
"PKMK untuk Pasien Kelainan Metabolik Isovaleric Acidemia",
3000000,
2500000,
1500000,
"Aktif",
],
lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm view on Meta::CPAN
2092,
46339,
1321,
"Pangan olahan untuk keperluan medis khusus bayi/ anak bentuk bubuk",
130103000002,
"PKMK untuk Pasien Kelainan Metabolik Isovaleric Acidemia",
3000000,
2500000,
1500000,
"Aktif",
],
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/Table/MicrobeInput.pm view on Meta::CPAN
"Susu (Rasa) Pasteurisasi (01010212)",
"Jumlah Sampel - Salmonella",
],
[
8264,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Salmonella (negatif/25 g)",
],
[
8265,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Jumlah Sampel - Salmonella",
"\x{2265}",
],
[
8266,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Salmonella (/25 g)",
],
[
8267,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Jumlah Sampel - Salmonella",
"\x{2265}",
],
[
8268,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/Table/FoodAdditive.pm view on Meta::CPAN
[13, "Amonium karbonat (Ammonium carbonate)", ""],
[14, "Amonium karbonat (Ammonium carbonate)", ""],
[15, "Amonium karbonat (Ammonium carbonate)", ""],
[16, "Amonium klorida (Ammonium chloride)", ""],
[17, "Antosianin (Anthocyanins)", ""],
[18, "Asam 5- inosinat (5-Inosinic acid)", ""],
[19, "Asam 5-guanilat (5-Guanylic acid)", ""],
[20, "Asam adipat (Adipic acid) ", ""],
[21, "Asam adipat (Adipic acid)", ""],
[22, "Asam alginat (Alginic acid)", ""],
[23, "Asam alginat (Alginic acid)", ""],
[24, "Asam alginat (Alginic acid)", ""],
[25, "Asam alginat (Alginic acid)", ""],
[26, "Asam alginat (Alginic acid)", ""],
[27, "Asam asetat (Acetic acid)", ""],
[28, "Asam askorbat (Ascorbic acid)", ""],
[29, "Asam benzoate (Benzoic acid)", ""],
[30, "Asam eritorbat (Erythorbic acid)", ""],
[31, "Asam fosfat (Orthophosphoric acid)", ""],
[32, "Asam fumarat (Fumaric acid)", ""],
[33, "Asam fumarat (Fumaric acid)", ""],
[34, "Asam hidroklorida (Hydrochloric acid)", ""],
[35, "Asam laktat (Lactic acid)", ""],
[36, "Asam L-glutamat (L-Glutamic acid)", ""],
[37, "Asam malat (Malic acid)", ""],
[38, "Asam propionat (Propionic acid)", ""],
[39, "Asam siklamat (Cyclamic acid)", ""],
[40, "Asam sitrat (Citric acid)", ""],
[41, "Asam sorbat (Sorbic acid) ", ""],
[42, "Asam tartrat (Tartaric acid)", ""],
[43, "Asesulfam-K (Acesulfame potassium)", ""],
[44, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
[45, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
[46, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
[47, "Askorbil palmitat (Ascorbyl palmitate)", ""],
lib/App/BPOMUtils/Table/FoodAdditive.pm view on Meta::CPAN
[107, "Ekstrak Rosemari (Rosemary Extract)", "Antioksidan"],
[108, "Eritritol (Erythritol)", ""],
[109, "Eritrosin CI. No. 45430 (Erythrosine)", ""],
[
110,
"Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
"",
],
[
111,
"Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
"",
],
[
112,
"Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
"",
],
[
113,
"Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fatty acid esters of glycerol)",
"",
],
[
114,
"Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fattya acid esters of glycerol)",
"",
],
[
115,
"Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltartaric and fatty acid esters of glycerol)",
"",
],
[
116,
"Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
"",
],
[
117,
"Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
"",
],
[
118,
"Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
"",
],
[
119,
"Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
"",
],
[
120,
"Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
"",
],
[
121,
"Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
"",
],
[
122,
"Ester gliserol resin kayu (Glycerol ester of wood Rosin)",
lib/App/BPOMUtils/Table/FoodAdditive.pm view on Meta::CPAN
"Ester gliserol resin kayu (Glycerol ester of wood Rosin)",
"",
],
[
126,
"Ester poligliserol asam lemak (Polyglycerol esters of fatty acids)",
"",
],
[
127,
"Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
"",
],
[
128,
"Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
"",
],
[
129,
"Ester propilen glikol asam lemak (Propylene glycol esters of fatty acids)",
"",
],
[
130,
"Ester sukrosa asam lemak (Sucrose esters of fatty acids)",
"",
],
[
131,
"Etil ester dari beta-apo-8asam karotenoat CI. No. 40825 (beta-apo-8-Carotenoic acid ethyl ester)",
"",
],
[132, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
[133, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
[134, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
lib/App/BPOMUtils/Table/FoodAdditive.pm view on Meta::CPAN
[349, "Metil selulosa (Methyl cellulose)", ""],
[350, "Metil selulosa (Methyl cellulose)", ""],
[351, "Minyak Atsiri Paprika (Paprika Oleoresin)", ""],
[
352,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[
353,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[
354,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[
355,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[
356,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[357, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
[358, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
[359, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
lib/App/BPOMUtils/Table/FoodAdditive.pm view on Meta::CPAN
[441, "Papain (Papain)", ""],
[442, "Pati asetat (Starch acetate)", ""],
[443, "Pati asetat (Starch acetate)", ""],
[444, "Pati asetat (Starch acetate)", ""],
[445, "Pati asetat (Starch acetate)", ""],
[446, "Pati modifikasi asam (Acid treated starch)", ""],
[447, "Pati modifikasi asam (Acid treated starch)", ""],
[448, "Pati modifikasi asam (Acid treated starch)", ""],
[449, "Pati modifikasi asam (Acid treated starch)", ""],
[450, "Pati modifikasi basa (Alkaline treated starch)", ""],
[451, "Pati modifikasi basa (Alkaline treated starch)", ""],
[452, "Pati modifikasi basa (Alkaline treated starch)", ""],
[453, "Pati modifikasi enzim (Enzymed treated starch)", ""],
[454, "Pati modifikasi enzim (Enzymed treated starch)", ""],
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Susu diasamkan adalah produk susu yang diperoleh dari susu segar atau susu pasteurisasi atau susu rekonstitusi atau susu rekombinasi yang diasamkan, dengan atau tanpa penambahan mikroba, vitamin dan bahan pangan lain. Jenis asam yang dapat digun...
"Aktif",
],
[
"0102010104",
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi)",
"Susu asidofilus adalah produk susu yang diperoleh dari fermentasi susu dengan menggunakan bakteri asam laktat Lactobacillus acidophilus, dapat ditambahkan bakteri lain yang sesuai.<br> Karakteristik dasar:<br> \xE2\x{20AC}\xA2 Total padatan susu...
"Aktif",
],
[
"0102010105",
"Yogurt (Plain) (Tanpa Pemanasan Setelah Difermentasi)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Susu diasamkan adalah produk susu yang diperoleh dari susu segar atau susu pasteurisasi atau susu rekonstitusi atau susu rekombinasi yang diasamkan, dengan atau tanpa penambahan mikroba, vitamin dan bahan pangan lain. Jenis asam yang dapat digun...
"Aktif",
],
[
"0102010204",
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi)",
"Susu asidofilus adalah produk susu yang diperoleh dari fermentasi susu dengan menggunakan bakteri asam laktat Lactobacillus acidophilus, dapat ditambahkan bakteri lain yang sesuai.<br> Karakteristik dasar:<br> \xE2\x{20AC}\xA2 Total padatan susu...
"Aktif",
],
[
"0102010205",
"Yogurt (Plain) (Dengan Pemanasan Setelah Difermentasi)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Serbuk lemak adalah produk lemak nabati dan atau lemak hewani yang berbentuk serbuk dengan atau tanpa penambahan bahan pengisi. Contoh : Serbuk Lemak Kelapa Sawit, Serbuk Lemak Kelapa Virgin, Serbuk Lemak Kelapa, Serbuk Minyak Ikan.",
"Aktif",
],
[
"02010243",
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil)",
"Rapeseed oil\xE2\x{20AC}\x{201C}low erucic acid adalah minyak yang dihasilkan dari minyak rendah asam erusat biji Brassica napus L., Brassica rapa L. and Brassica juncea L.",
"Aktif",
],
[
"02010244",
"Minyak Goreng (Frying oil)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Tidak Aktif",
],
[
"0402020214",
"Mete Gelondong",
"Mete gelondong adalah produk kering yang diperoleh dari buah tanaman jambu mede (Anacardium occidaentale Linn.) yang telah dikeringkan.",
"Tidak Aktif",
],
[
"0402020215",
"Kentang Kering Serpih (Flakes)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Aktif",
],
[
1401020127,
"Sari Buah Raspberry",
"Sari buah raspberry adalah produk sari buah yang diperoleh dari buah raspberry (Rubus occidentalis L.).<br> Karakteristik dasar:<br> Level brix untuk sari buah rekonstitusi dan puree rekonstitusi tidak kurang dari 11,0",
"Aktif",
],
[
1401020128,
"Sari Buah Stroberi",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Aktif",
],
[
150205,
"Kacang Mede",
"Kacang mede adalah biji dari buah tanaman jambu mete (Anacardium occidentale) yang telah dikupas kulitnya, dikeringkan dan dapat dipanggang atau digoreng.",
"Tidak Aktif",
],
[150206, "Kipang Kacang Mete", "", "Aktif"],
[
150207,
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"NO",
"YES",
],
[
204,
"Vitamin B5 (Pantothenic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"NO",
"YES",
],
[
208,
"Vitamin B9 (Folic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
209,
"Vitamin C (Ascorbic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"NO",
"YES",
],
[
1679,
"Gamma Aminobutyric Acid (GABA) (Untuk Minuman Teh)",
"Bahan Baku",
"NO",
"NO",
"YES",
"YES",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"NO",
"YES",
],
[
2351,
"Ceremai (Phyllanthus acidus (L.) Skeells)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"YES",
],
[2567, "Asafoetida", "Bahan Baku", "NO", "NO", "NO", "YES"],
[
2568,
"Asam Amino Premiks (Amino Acid Premix)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"NO",
"YES",
],
[
2572,
"Asam Folat (Folic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2573,
"Asam Fosfat (Acid Phosphoric)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"NO",
"YES",
],
[
2578,
"Asam Linoleat (Linoleic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2579,
"Asam Linoleat Terkonjugasi (Conjugated Linoleic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2580,
"Asam Nukleat (Nucleic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2581,
"Asam Oktanoat (Octanoate Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"NO",
"YES",
],
[
2583,
"Asam Palmitat (Palmitic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2584,
"Asam Stearat (Stearic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
],
[
2585,
"Asam Sulfat (Sulfic Acid)",
"Bahan Baku",
"NO",
"NO",
"NO",
"YES",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
[13, "Amonium karbonat (Ammonium carbonate)", ""],
[14, "Amonium karbonat (Ammonium carbonate)", ""],
[15, "Amonium karbonat (Ammonium carbonate)", ""],
[16, "Amonium klorida (Ammonium chloride)", ""],
[17, "Antosianin (Anthocyanins)", ""],
[18, "Asam 5- inosinat (5-Inosinic acid)", ""],
[19, "Asam 5-guanilat (5-Guanylic acid)", ""],
[20, "Asam adipat (Adipic acid) ", ""],
[21, "Asam adipat (Adipic acid)", ""],
[22, "Asam alginat (Alginic acid)", ""],
[23, "Asam alginat (Alginic acid)", ""],
[24, "Asam alginat (Alginic acid)", ""],
[25, "Asam alginat (Alginic acid)", ""],
[26, "Asam alginat (Alginic acid)", ""],
[27, "Asam asetat (Acetic acid)", ""],
[28, "Asam askorbat (Ascorbic acid)", ""],
[29, "Asam benzoate (Benzoic acid)", ""],
[30, "Asam eritorbat (Erythorbic acid)", ""],
[31, "Asam fosfat (Orthophosphoric acid)", ""],
[32, "Asam fumarat (Fumaric acid)", ""],
[33, "Asam fumarat (Fumaric acid)", ""],
[34, "Asam hidroklorida (Hydrochloric acid)", ""],
[35, "Asam laktat (Lactic acid)", ""],
[36, "Asam L-glutamat (L-Glutamic acid)", ""],
[37, "Asam malat (Malic acid)", ""],
[38, "Asam propionat (Propionic acid)", ""],
[39, "Asam siklamat (Cyclamic acid)", ""],
[40, "Asam sitrat (Citric acid)", ""],
[41, "Asam sorbat (Sorbic acid) ", ""],
[42, "Asam tartrat (Tartaric acid)", ""],
[43, "Asesulfam-K (Acesulfame potassium)", ""],
[44, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
[45, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
[46, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
[47, "Askorbil palmitat (Ascorbyl palmitate)", ""],
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
[107, "Ekstrak Rosemari (Rosemary Extract)", "Antioksidan"],
[108, "Eritritol (Erythritol)", ""],
[109, "Eritrosin CI. No. 45430 (Erythrosine)", ""],
[
110,
"Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
"",
],
[
111,
"Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
"",
],
[
112,
"Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
"",
],
[
113,
"Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fatty acid esters of glycerol)",
"",
],
[
114,
"Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fattya acid esters of glycerol)",
"",
],
[
115,
"Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltartaric and fatty acid esters of glycerol)",
"",
],
[
116,
"Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
"",
],
[
117,
"Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
"",
],
[
118,
"Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
"",
],
[
119,
"Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
"",
],
[
120,
"Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
"",
],
[
121,
"Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
"",
],
[
122,
"Ester gliserol resin kayu (Glycerol ester of wood Rosin)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Ester gliserol resin kayu (Glycerol ester of wood Rosin)",
"",
],
[
126,
"Ester poligliserol asam lemak (Polyglycerol esters of fatty acids)",
"",
],
[
127,
"Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
"",
],
[
128,
"Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
"",
],
[
129,
"Ester propilen glikol asam lemak (Propylene glycol esters of fatty acids)",
"",
],
[
130,
"Ester sukrosa asam lemak (Sucrose esters of fatty acids)",
"",
],
[
131,
"Etil ester dari beta-apo-8asam karotenoat CI. No. 40825 (beta-apo-8-Carotenoic acid ethyl ester)",
"",
],
[132, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
[133, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
[134, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
[349, "Metil selulosa (Methyl cellulose)", ""],
[350, "Metil selulosa (Methyl cellulose)", ""],
[351, "Minyak Atsiri Paprika (Paprika Oleoresin)", ""],
[
352,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[
353,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[
354,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[
355,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[
356,
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
"",
],
[357, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
[358, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
[359, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
[441, "Papain (Papain)", ""],
[442, "Pati asetat (Starch acetate)", ""],
[443, "Pati asetat (Starch acetate)", ""],
[444, "Pati asetat (Starch acetate)", ""],
[445, "Pati asetat (Starch acetate)", ""],
[446, "Pati modifikasi asam (Acid treated starch)", ""],
[447, "Pati modifikasi asam (Acid treated starch)", ""],
[448, "Pati modifikasi asam (Acid treated starch)", ""],
[449, "Pati modifikasi asam (Acid treated starch)", ""],
[450, "Pati modifikasi basa (Alkaline treated starch)", ""],
[451, "Pati modifikasi basa (Alkaline treated starch)", ""],
[452, "Pati modifikasi basa (Alkaline treated starch)", ""],
[453, "Pati modifikasi enzim (Enzymed treated starch)", ""],
[454, "Pati modifikasi enzim (Enzymed treated starch)", ""],
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Susu (Rasa) Pasteurisasi (01010212)",
"Jumlah Sampel - Salmonella",
],
[
8264,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Salmonella (negatif/25 g)",
],
[
8265,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Jumlah Sampel - Salmonella",
"\x{2265}",
],
[
8266,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Salmonella (/25 g)",
],
[
8267,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Jumlah Sampel - Salmonella",
"\x{2265}",
],
[
8268,
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Kalsium alginat (Calcium alginate)",
],
[
764,
"Bahan Tambahan Pangan (99)",
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
],
[
765,
"Bahan Tambahan Pangan (99)",
"Kalsium karbonat (Calcium carbonate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Magnesium silikat (Magnesium silicate)",
],
[
779,
"Bahan Tambahan Pangan (99)",
"Asam askorbat (Ascorbic acid)",
],
[
780,
"Bahan Tambahan Pangan (99)",
"Natrium askorbat (Sodium ascorbate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Propil galat (Propyl gallate)",
],
[
790,
"Bahan Tambahan Pangan (99)",
"Asam eritorbat (Erythorbic acid)",
],
[
791,
"Bahan Tambahan Pangan (99)",
"Natrium eritorbat (Sodium erythorbate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Kalsium polifosfat (Calcium polyphosphate)",
],
[
816,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
],
[
817,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
],
[
818,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
],
[
819,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltartaric and fatty acid esters of glycerol)",
],
[
820,
"Bahan Tambahan Pangan (99)",
"Natrium glukonat (Sodium gluconate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
],
[844, "Bahan Tambahan Pangan (99)", "Aspartam (Aspartame)"],
[
845,
"Bahan Tambahan Pangan (99)",
"Asam siklamat (Cyclamic acid)",
],
[
846,
"Bahan Tambahan Pangan (99)",
"Kalsium siklamat (Calcium cyclamate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Polietilen glikol (Polyethylene glycol)",
],
[
858,
"Bahan Tambahan Pangan (99)",
"Asam alginat (Alginic acid)",
],
[
859,
"Bahan Tambahan Pangan (99)",
"Natrium alginat (Sodium alginate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
[
871,
"Bahan Tambahan Pangan (99)",
"Kalsium karbonat (Calcium carbonate)",
],
[872, "Bahan Tambahan Pangan (99)", "Asam asetat (Acetic acid)"],
[
873,
"Bahan Tambahan Pangan (99)",
"Natrium asetat (Sodium acetate)",
],
[
874,
"Bahan Tambahan Pangan (99)",
"Kalsium asetat (Calcium acetate)",
],
[875, "Bahan Tambahan Pangan (99)", "Asam laktat (Lactic acid)"],
[876, "Bahan Tambahan Pangan (99)", "Asam malat (Malic acid)"],
[
877,
"Bahan Tambahan Pangan (99)",
"Asam fumarat (Fumaric acid)",
],
[
878,
"Bahan Tambahan Pangan (99)",
"Natrium laktat (Sodium lactate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
[
881,
"Bahan Tambahan Pangan (99)",
"L-amonium laktat (L-ammonium lactate)",
],
[882, "Bahan Tambahan Pangan (99)", "Asam sitrat (Citric acid)"],
[
883,
"Bahan Tambahan Pangan (99)",
"Natrium dihidrogen sitrat (Sodium dihydrogen citrate)",
],
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Trikalsium sitrat (Tricalcium citrate)",
],
[
889,
"Bahan Tambahan Pangan (99)",
"Asam tartrat (Tartaric acid)",
],
[
890,
"Bahan Tambahan Pangan (99)",
"Kalium hidrogen tartrat (Potassium hydrogen tartrate)",
],
[
891,
"Bahan Tambahan Pangan (99)",
"Asam fosfat (Orthophosphoric acid)",
],
[
892,
"Bahan Tambahan Pangan (99)",
"Natrium hidrogen malat (Sodium hydrogen malate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
[
894,
"Bahan Tambahan Pangan (99)",
"Kalsium DL-malat (Calcium DL-malate)",
],
[895, "Bahan Tambahan Pangan (99)", "Asam adipat (Adipic acid)"],
[
896,
"Bahan Tambahan Pangan (99)",
"Natrium adipat (Sodium adipates)",
],
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Magnesium karbonat (Magnesium carbonate)",
],
[
905,
"Bahan Tambahan Pangan (99)",
"Asam hidroklorida (Hydrochloric acid)",
],
[
906,
"Bahan Tambahan Pangan (99)",
"Natrium sulfat (Sodium sulphate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
[
915,
"Bahan Tambahan Pangan (99)",
"Kalsium glukonat (Calcium gluconate)",
],
[916, "Bahan Tambahan Pangan (99)", "Asam sorbat (Sorbic acid)"],
[
917,
"Bahan Tambahan Pangan (99)",
"Natrium sorbat (Sodium sorbate)",
],
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Kalsium sorbat (Calcium sorbate)",
],
[
920,
"Bahan Tambahan Pangan (99)",
"Asam benzoate (Benzoic acid)",
],
[
921,
"Bahan Tambahan Pangan (99)",
"Natrium benzoat (Sodium benzoate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Kalium nitrat (Potassium nitrate)",
],
[
939,
"Bahan Tambahan Pangan (99)",
"Asam propionat (Propionic acid)",
],
[
940,
"Bahan Tambahan Pangan (99)",
"Natrium propionat (Sodium propionate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Trikalium fosfat (Tripotassium orthophosphate)",
],
[
968,
"Bahan Tambahan Pangan (99)",
"Asam alginat (Alginic acid)",
],
[
969,
"Bahan Tambahan Pangan (99)",
"Natrium alginat (Sodium alginate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Natrium karboksimetil selulosa (Sodium carboxymethyl cellulose)",
],
[
1006,
"Bahan Tambahan Pangan (99)",
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
],
[
1007,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
],
[
1008,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
],
[
1009,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
],
[
1010,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fattya acid esters of glycerol)",
],
[
1011,
"Bahan Tambahan Pangan (99)",
"Ester sukrosa asam lemak (Sucrose esters of fatty acids)",
],
[
1012,
"Bahan Tambahan Pangan (99)",
"Ester poligliserol asam lemak (Polyglycerol esters of fatty acids)",
],
[
1013,
"Bahan Tambahan Pangan (99)",
"Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
],
[
1014,
"Bahan Tambahan Pangan (99)",
"Ester propilen glikol asam lemak (Propylene glycol esters of fatty acids)",
],
[
1015,
"Bahan Tambahan Pangan (99)",
"Natrium stearoil-2-laktilat (Sodium stearoyl-2-lactylate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Polidekstrosa (Polydextroses)",
],
[
1021,
"Bahan Tambahan Pangan (99)",
"Pati modifikasi asam (Acid treated starch)",
],
[
1022,
"Bahan Tambahan Pangan (99)",
"Pati pucat (Bleached starch)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Kalsium laktat (Calcium lactate)",
],
[
1039,
"Bahan Tambahan Pangan (99)",
"Asam alginat (Alginic acid)",
],
[
1040,
"Bahan Tambahan Pangan (99)",
"Natrium alginat (Sodium alginate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Natrium karboksimetil selulosa hidrolisa enzim (Sodium carboxymethyl cellulose, enzymatically hydrolysed)",
],
[
1071,
"Bahan Tambahan Pangan (99)",
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
],
[
1072,
"Bahan Tambahan Pangan (99)",
"Kalium klorida (Potassium chloride)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
],
[1078, "Bahan Tambahan Pangan (99)", "Dekstrin (Dextrins)"],
[
1079,
"Bahan Tambahan Pangan (99)",
"Pati modifikasi asam (Acid treated starch)",
],
[
1080,
"Bahan Tambahan Pangan (99)",
"Pati modifikasi basa (Alkaline treated starch)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Kalsium glukonat (Calcium gluconate)",
],
[
1101,
"Bahan Tambahan Pangan (99)",
"Asam L-glutamat (L-Glutamic acid)",
],
[
1102,
"Bahan Tambahan Pangan (99)",
"Mononatrium L-glutamate (Monosodium L-glutamate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Kalsium di-L-glutamat (Calsium di-L-glutamate)",
],
[
1105,
"Bahan Tambahan Pangan (99)",
"Asam 5-guanilat (5-Guanylic acid)",
],
[
1106,
"Bahan Tambahan Pangan (99)",
"Dinatrium 5-guanilat (Disodium 5- guanylate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Kalsium 5-guanilat (Calcium 5- guanylate)",
],
[
1109,
"Bahan Tambahan Pangan (99)",
"Asam 5- inosinat (5-Inosinic acid)",
],
[
1110,
"Bahan Tambahan Pangan (99)",
"Dinatrium 5- inosinat (Disodium 5- inosinate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Natrium laktat (Sodium lactate)",
],
[
1116,
"Bahan Tambahan Pangan (99)",
"Asam alginat (Alginic acid)",
],
[
1117,
"Bahan Tambahan Pangan (99)",
"Natrium alginat (Sodium alginate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Natrium karboksimetil selulosa (Sodium carboxymethyl cellulose)",
],
[
1132,
"Bahan Tambahan Pangan (99)",
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
],
[
1133,
"Bahan Tambahan Pangan (99)",
"Kalsium sulfat (Calcium sulphate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Polidekstrosa (Polydextroses)",
],
[
1135,
"Bahan Tambahan Pangan (99)",
"Pati modifikasi asam (Acid treated starch)",
],
[
1136,
"Bahan Tambahan Pangan (99)",
"Pati modifikasi basa (Alkaline treated starch)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Kalsium asetat (Calcium acetate)",
],
[
1149,
"Bahan Tambahan Pangan (99)",
"Asam fumarat (Fumaric acid)",
],
[1150, "Bahan Tambahan Pangan (99)", "Lesitin (Lecithins)"],
[
1151,
"Bahan Tambahan Pangan (99)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Trikalsium fosfat (Tricalcium orthophosphate)",
],
[
1169,
"Bahan Tambahan Pangan (99)",
"Asam adipat (Adipic acid)",
],
[
1170,
"Bahan Tambahan Pangan (99)",
"Asam alginat (Alginic acid)",
],
[
1171,
"Bahan Tambahan Pangan (99)",
"Natrium alginat (Sodium alginate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Natrium karboksimetil selulosa hidrolisa enzim (Sodium carboxymethyl cellulose, enzymatically hydrolysed)",
],
[
1213,
"Bahan Tambahan Pangan (99)",
"Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
],
[
1214,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
],
[
1215,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
],
[
1216,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
],
[
1217,
"Bahan Tambahan Pangan (99)",
"Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fatty acid esters of glycerol)",
],
[
1218,
"Bahan Tambahan Pangan (99)",
"Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
],
[
1219,
"Bahan Tambahan Pangan (99)",
"Natrium karbonat (Sodium carbonate)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
],
[1235, "Bahan Tambahan Pangan (99)", "Dekstrin (Dextrins)"],
[
1236,
"Bahan Tambahan Pangan (99)",
"Pati modifikasi asam (Acid treated starch)",
],
[
1237,
"Bahan Tambahan Pangan (99)",
"Pati modifikasi basa (Alkaline treated starch)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Beta-apo-8-karotenal CI. No. 40820 (beta-Apo-8-Carotenal)",
],
[
1279,
"Bahan Tambahan Pangan (99)",
"Etil ester dari beta-apo-8asam karotenoat CI. No. 40825 (beta-apo-8-Carotenoic acid ethyl ester)",
],
[1280, "Bahan Tambahan Pangan (99)", "Merah bit (Beet red)"],
[
1281,
"Bahan Tambahan Pangan (99)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"=3",
],
[
3551,
"Formula Bayi Cair (1308)",
"Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
"=1",
],
[
3552,
"Formula Bayi Cair (1308)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"=3",
],
[
3571,
"Formula Bayi Padat (1307)",
"Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
"=1",
],
[
3572,
"Formula Bayi Padat (1307)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"=3",
],
[
3652,
"Formula Untuk Keperluan Medis Khusus Bayi Dengan Alergi Protein Susu Sapi Cair (1342)",
"Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
"=1",
],
[
3653,
"Formula Untuk Keperluan Medis Khusus Bayi Dengan Alergi Protein Susu Sapi Cair (1342)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"=3",
],
[
3676,
"Formula Untuk Keperluan Medis Khusus Bayi Dengan Alergi Protein Susu Sapi Padat (1341)",
"Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
"=1",
],
[
3677,
"Formula Untuk Keperluan Medis Khusus Bayi Dengan Alergi Protein Susu Sapi Padat (1341)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"=0.1",
],
[
8367,
"Minyak Biji Rami/Flaxseed Oil/Flax Oil/Linseed Oil (02010249)",
"Bilangan asam (acid value) untuk Lemak dan minyak yang dimurnikan (refined fats and oils) (mg KOH/g lemak atau minyak)",
"=0.6",
],
[
8368,
"Minyak Biji Rami/Flaxseed Oil/Flax Oil/Linseed Oil (02010249)",
"Bilangan asam (acid value) untuk Lemak dan minyak cold pressed (cold pressed fats and oils) (mg KOH/g lemak atau minyak)",
"=4",
],
[
8369,
"Minyak Biji Rami/Flaxseed Oil/Flax Oil/Linseed Oil (02010249)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"=3",
],
[
9303,
"Pangan Olahan Keperluan Medis Khusus Bagi Bayi Intoleransi Laktosa (Cair) (1397)",
"Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
"=1",
],
[
9304,
"Pangan Olahan Keperluan Medis Khusus Bagi Bayi Intoleransi Laktosa (Cair) (1397)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"=3",
],
[
9324,
"Pangan Olahan Keperluan Medis Khusus Bagi Bayi Intoleransi Laktosa (Padat) (1396)",
"Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
"=1",
],
[
9325,
"Pangan Olahan Keperluan Medis Khusus Bagi Bayi Intoleransi Laktosa (Padat) (1396)",
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Timbal (Pb) (mg/kg)",
"=1",
],
[
10454,
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
"Kadar asam erusat (%)",
"=2",
],
[
10455,
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
"Bilangan penyabunan (mg KOH/g)",
"=193",
"=182",
],
[
10456,
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
"Bilangan iod (Wijs)",
"=126",
"=105",
],
[
10457,
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
"Arsen (As) (ppm atau mg/kg)",
"=0.1",
],
[
10458,
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
"Kadmium (Cd) (ppm atau mg/kg)",
"=0.1",
],
[
10459,
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
"Merkuri (Hg) (ppm atau mg/kg)",
"=0.05",
],
[
10460,
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
"Timah (Sn) pangan olahan yang dikemas dalam kaleng (ppm atau mg/kg)",
"=250",
],
[
10461,
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
"Timah (Sn) yang tidak dikemas dalam kaleng (ppm atau mg/kg)",
"=40",
],
[
10462,
"Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
"Timbal (Pb) (ppm atau mg/kg)",
"=0.1",
],
[
10463,
lib/App/BPOMUtils/Table.pm view on Meta::CPAN
"Aflatoksin M1 (ppb atau mcg/kg)",
"=0.5",
],
[
12602,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Arsen (As) (mg/kg)",
"=0.1",
],
[
12603,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Kadmium (Cd)(mg/kg)",
"=0.05",
],
[
12604,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Merkuri (Hg) (mg/kg)",
"=0.02",
],
[
12605,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Timah (Sn) Dikemas dalam Kaleng (mg/kg)",
"=250",
],
[
12606,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Timah (Sn) Tidak Dikemas dalam Kaleng (mg/kg) ",
"=40",
],
[
12607,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Timbal (Pb) (mg/kg)",
"=0.02",
],
[
12608,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Total padatan susu bukan lemak (%)",
"",
"=6.6",
],
[
12609,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Kadar asam laktat (%)",
"",
"=0.5",
],
[
12610,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
"Aflatoksin M1 (ppb)",
"=0.5",
],
[
12611,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Arsen (As) (mg/kg)",
"=0.1",
],
[
12612,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Kadmium (Cd) (mg/kg)",
"=0.05",
],
[
12613,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Merkuri (Hg) (mg/kg)",
"=0.02",
],
[
12614,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Timah (Sn) Dikemas dalam Kaleng (mg/kg)",
"=250",
],
[
12615,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Timah (Sn) Tidak Dikemas dalam Kaleng (mg/kg)",
"=40",
],
[
12616,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Timbal (Pb) (mg/kg)",
"=0.02",
],
[
12617,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Total padatan susu bukan lemak (%)",
"",
"=6.6",
],
[
12618,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Kadar asam laktat (%)",
"",
"=0.5",
],
[
12619,
"Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
"Aflatoksin M1 (mcg/kg)",
"=0.5",
],
[
12620,
view all matches for this distribution