From professional translators, enterprises, web pages and freely available translation repositories.
parse::debianchangelog
parse::debianchangelog
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
guna parse::debianchangelog;
use parse::debianchangelog;
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
parse::debianchangelog, model perl tersembunyi
parse::debianchangelog, the underlying perl module
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
parse::debianchangelog, parse::debianchangelog::entry
parse::debianchangelog, parse::debianchangelog::entry
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
parse::debianchangelog::entry, parse::debianchangelog::changesfilters
parse::debianchangelog::entry, parse::debianchangelog::changesfilters
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
mengambil objek parse::debianchangelog::entry sebagai argumen pertama.
takes a parse::debianchangelog::entry object as first argument.
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
arse::debianchangelog::util - fungsi utiliti untuk menghurai log penukaran debian
parse::debianchangelog::util - utility functions for parsing debian changelogs
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
parse::debianchangelog::entry - mewakili satu masukan dalam log penukaran debian
parse::debianchangelog::entry - represents one entry in a debian changelog
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
parse::debianchangelog - hurai log penukaran debian changelogs dan outputkannya dalam format lain
parse::debianchangelog - parse debian changelogs and output them in other formats
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
kini hanya digunakan secara dalaman oleh parse::debianchangelog. masih terdapat perubahan api sehinggalah modul ini dimuktamadkan.
this is currently only used internally by parse::debianchangelog. there may be still api changes until this module is finalized.
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
kini yang digunakan sebagai dalaman oleh parse::debianchangelog dan belum lagi didokumenkan. terdapat lagi perubahan api sehinggalah modul ini dimuktamadkan.
this is currently only used internally by parse::debianchangelog and is not yet documented. there may be still api changes until this module is finalized.
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
selain memberi capai kepada perincian fail terhurai melalui kaedah l, parse::debianchangelog juga menyokong pertukaran log penukaran ini ke pelbagai format lain. buat masa ini:
beside giving access to the details of the parsed file via the l method, parse::debianchangelog also supports converting these changelogs to various other formats. these are currently:
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
periksa jika objek sebenarnya diawalkan dengan data. disebabkan batasan dalam parse::debianchangelog ini hanya periksa jika salah satu medan source, version, maintainer, date, atau changes diawalkan.
checks if the object is actually initialized with data. due to limitations in parse::debianchangelog this currently simply checks if one of the fields source, version, maintainer, date, or changes is initalized.
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
# yang berikut adalah sama secara semantik my $chglog = parse::debianchangelog->init(); $chglog->parse( { infile => 'debian/changelog' } ); $chglog->html( { outfile => 'changelog.html' } );
# the following is semantically equivalent my $chglog = parse::debianchangelog->init(); $chglog->parse( { infile => 'debian/changelog' } ); $chglog->html( { outfile => 'changelog.html' } );
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting