Searched refs:shortComment (Results 1 – 3 of 3) sorted by relevance
/dports/editors/yudit/yudit-3.0.7/mytool/ |
H A D | Main.cpp | 61 char shortComment[MAX_COMMENT_SIZE]; variable 432 shortComment[0] = 0; in main() 460 …inputFiles[i].item = processKMap (inputFiles[i].name, is, nocomment, 0, shortComment, inputName, &… in main() 463 …inputFiles[i].item = processKMap (inputFiles[i].name, is, nocomment, 1, shortComment, inputName, &… in main() 466 …inputFiles[i].item = processMYS (inputFiles[i].name, is, nocomment, 0, shortComment, inputName, &i… in main() 469 …inputFiles[i].item = processMYS (inputFiles[i].name, is, nocomment, 1, shortComment, inputName, &i… in main() 499 else if (shortComment[0] != 0) in main() 501 map.setComment ((const unsigned char*) shortComment, strlen (shortComment)); in main() 510 sprintf (shortComment, "created by mytool %04d-%02d-%02d", in main() 512 map.setComment ((const unsigned char*) shortComment, in main() [all …]
|
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/t/ |
H A D | Writer.t | 387 my $shortComment = 'short comment'; 388 $exifTool->SetNewValue(Comment => $shortComment); 393 if ($$info{Comment} and $$info{Comment} eq $shortComment) {
|
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/t/ |
H A D | Writer.t | 387 my $shortComment = 'short comment'; 388 $exifTool->SetNewValue(Comment => $shortComment); 393 if ($$info{Comment} and $$info{Comment} eq $shortComment) {
|