end-of-file-fixer

This commit is contained in:
Marcello Teodori
2022-02-23 23:01:56 +01:00
parent ce04a8f4b4
commit 20b29ea2e2
157 changed files with 125 additions and 177 deletions

View File

@@ -17,4 +17,3 @@ sudo service docker restart
popd
set +vex
echo "=========================== Finishing Init Script =========================="

View File

@@ -23,4 +23,4 @@ popd
set +vex
echo "=========================== Finishing SourceClear Script =========================="
exit ${SUCCESS}
exit ${SUCCESS}

View File

@@ -10,4 +10,4 @@ sha1sum -c <<< "$VERACODE_WRAPPER_SHA1 vosp-api-wrappers-java-$VERACODE_WRAPPER_
popd
set +vex
echo "=========================== Finishing Static Analysis Init Script =========================="
echo "=========================== Finishing Static Analysis Init Script =========================="

View File

@@ -20,4 +20,4 @@ transform:
config: ${IMAGEMAGICK_CONFIG:}
tika:
pdfBox:
notExtractBookmarksTextDefault: ${PDFBOX_NOTEXTRACTBOOKMARKS_DEFAULT:false}
notExtractBookmarksTextDefault: ${PDFBOX_NOTEXTRACTBOOKMARKS_DEFAULT:false}

View File

@@ -1 +1 @@
#logging.level.org.alfresco.transformer.metadataExtractors=debug
#logging.level.org.alfresco.transformer.metadataExtractors=debug

View File

@@ -9425,4 +9425,3 @@ Creative Commons Notice
restriction does not form part of the License.
Creative Commons may be contacted at http://creativecommons.org/.

View File

@@ -326,4 +326,4 @@ public class AIOTransformRegistryTest
return text;
}
}
}

View File

@@ -13,4 +13,4 @@ docker run -it --rm -v `pwd`:/opt/alfresco/imagemagick alfresco/alfresco-base-ja
```bash
bash-3.2$ ls rpms
ImageMagick-7.0.10-59.x86_64.centos7.rpm ImageMagick-libs-7.0.10-59.x86_64.centos7.rpm
```
```

View File

@@ -35,4 +35,4 @@ rpmbuild -bb ~/rpmbuild/SPECS/ImageMagick.spec
#Copy RPMs to well known directory.
mkdir -p /opt/alfresco/imagemagick/rpms
cp ~/rpmbuild/RPMS/x86_64/ImageMagick-$IMAGEMAGICK_VERSION.x86_64.rpm /opt/alfresco/imagemagick/rpms/ImageMagick-$IMAGEMAGICK_VERSION.x86_64.centos7.rpm
cp ~/rpmbuild/RPMS/x86_64/ImageMagick-libs-$IMAGEMAGICK_VERSION.x86_64.rpm /opt/alfresco/imagemagick/rpms/ImageMagick-libs-$IMAGEMAGICK_VERSION.x86_64.centos7.rpm
cp ~/rpmbuild/RPMS/x86_64/ImageMagick-libs-$IMAGEMAGICK_VERSION.x86_64.rpm /opt/alfresco/imagemagick/rpms/ImageMagick-libs-$IMAGEMAGICK_VERSION.x86_64.centos7.rpm

View File

@@ -3,4 +3,4 @@
* This transformer uses LibreOffice from The Document Foundation. See the license at
[https://www.libreoffice.org/download/license/](https://www.libreoffice.org/download/license/)
or the [libreoffice.txt](src/main/resources/licenses/3rd-party/libreoffice.txt)
file placed in the root directory of the docker image.
file placed in the root directory of the docker image.

View File

@@ -11,4 +11,4 @@ transform:
timeout: ${LIBREOFFICE_TIMEOUT:1200000}
portNumbers: ${LIBREOFFICE_PORT_NUMBERS:8100}
templateProfileDir: ${LIBREOFFICE_TEMPLATE_PROFILE_DIR:}
isEnabled: ${LIBREOFFICE_IS_ENABLED:true}
isEnabled: ${LIBREOFFICE_IS_ENABLED:true}

View File

@@ -1 +1 @@
#logging.level.org.alfresco.transformer.LibreOfficeController=debug
#logging.level.org.alfresco.transformer.LibreOfficeController=debug

View File

@@ -9425,4 +9425,3 @@ Creative Commons Notice
restriction does not form part of the License.
Creative Commons may be contacted at http://creativecommons.org/.

View File

@@ -5,4 +5,3 @@ The quick brown fox jumps over the lazy dog
Blank Page

View File

@@ -2,4 +2,4 @@
<document>
<text>The quick brown fox jumps over the lazy dog</text>
</document>
</document>

View File

@@ -211,4 +211,4 @@ faadb081f196af190c6a98242f8467912ab0a651ad6a5a548d8cc3c1aafb6121653923699635d3ca
\lsdpriority49 \lsdlocked0 List Table 4 Accent 5;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 5;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 5;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 5;
\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 6;\lsdpriority47 \lsdlocked0 List Table 2 Accent 6;\lsdpriority48 \lsdlocked0 List Table 3 Accent 6;\lsdpriority49 \lsdlocked0 List Table 4 Accent 6;
\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 6;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 6;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 6;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Mention;
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Smart Hyperlink;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Hashtag;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Unresolved Mention;}}{\*\datastore }}
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Smart Hyperlink;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Hashtag;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Unresolved Mention;}}{\*\datastore }}

View File

@@ -1 +1 @@
target/docker/
target/docker/

View File

@@ -4,4 +4,4 @@ transform:
core:
version: @project.version@
config:
location: classpath:misc_engine_config.json
location: classpath:misc_engine_config.json

View File

@@ -48,4 +48,3 @@ public class Sample
return new Sample(mimeType, extension, path, false);
}
}

View File

@@ -12,4 +12,4 @@
"{http://www.alfresco.org/model/content/1.0}subjectline" : "The quick brown fox jumps over the lazy dog",
"{http://www.alfresco.org/model/imap/1.0}messageFrom" : "Nevin Nollop <nevin.nollop@alfresco.com>",
"{http://www.alfresco.org/model/content/1.0}originator" : "Nevin Nollop <nevin.nollop@alfresco.com>"
}
}

View File

@@ -2,4 +2,4 @@
"{http://www.alfresco.org/model/content/1.0}author": "Nevin Nollop",
"{http://www.alfresco.org/model/content/1.0}description": "Gym class featuring a brown fox and lazy dog",
"{http://www.alfresco.org/model/content/1.0}title": "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -1,3 +1,3 @@
{
"{http://www.alfresco.org/model/content/1.0}title" : "確認した結果を添付しますので、確認してください"
}
}

View File

@@ -38,4 +38,3 @@ Content-ID: <image001.jpg@01D146F0.63006280>
image
----_=_NextPart1_03fb5278-acd0-44a8-88cd-bfd1347fd423--

View File

@@ -28,4 +28,3 @@ Content-Transfer-Encoding: quoted-printable
perezoso&nbsp;<br></div>
------=_NextPart_000_0009_01D06BC5.14D754D0--

View File

@@ -13,4 +13,4 @@
"{http://www.alfresco.org/model/content/1.0}subjectline" : "The quick brown fox jumps over the lazy dog",
"{http://www.alfresco.org/model/imap/1.0}messageFrom" : "john.doe@alfresco.com",
"{http://www.alfresco.org/model/content/1.0}originator" : "john.doe@alfresco.com"
}
}

View File

@@ -2,4 +2,4 @@
"{http://www.alfresco.org/model/content/1.0}author": "Nevin Nollop",
"{http://www.alfresco.org/model/content/1.0}description": "Gym class featuring a brown fox and lazy dog",
"{http://www.alfresco.org/model/content/1.0}title": "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -2,4 +2,4 @@
<document>
<text>The quick brown fox jumps over the lazy dog</text>
</document>
</document>

View File

@@ -12,7 +12,3 @@ The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog

View File

@@ -14,4 +14,3 @@ The Dog
--------------------
The quick brown fox jumps over the lazy dog.

View File

@@ -211,4 +211,4 @@ faadb081f196af190c6a98242f8467912ab0a651ad6a5a548d8cc3c1aafb6121653923699635d3ca
\lsdpriority49 \lsdlocked0 List Table 4 Accent 5;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 5;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 5;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 5;
\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 6;\lsdpriority47 \lsdlocked0 List Table 2 Accent 6;\lsdpriority48 \lsdlocked0 List Table 3 Accent 6;\lsdpriority49 \lsdlocked0 List Table 4 Accent 6;
\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 6;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 6;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 6;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Mention;
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Smart Hyperlink;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Hashtag;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Unresolved Mention;}}{\*\datastore }}
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Smart Hyperlink;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Hashtag;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Unresolved Mention;}}{\*\datastore }}

View File

@@ -6,4 +6,4 @@ transform:
config:
location: classpath:pdfrenderer_engine_config.json
pdfrenderer:
exe: ${PDFRENDERER_EXE:/usr/bin/alfresco-pdf-renderer}
exe: ${PDFRENDERER_EXE:/usr/bin/alfresco-pdf-renderer}

View File

@@ -1 +1 @@
target/docker/
target/docker/

View File

@@ -7,4 +7,4 @@ transform:
location: classpath:tika_engine_config.json
tika:
pdfBox:
notExtractBookmarksTextDefault: ${PDFBOX_NOTEXTRACTBOOKMARKS_DEFAULT:false}
notExtractBookmarksTextDefault: ${PDFBOX_NOTEXTRACTBOOKMARKS_DEFAULT:false}

View File

@@ -89,4 +89,4 @@
"{http://ns.adobe.com/photoshop/1.0/}Instructions" : "The quick brown fox jumps over the lazy dog",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorName" : "Alfresco",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorURL" : "www.alfresco.com"
}
}

View File

@@ -89,4 +89,4 @@
"{http://ns.adobe.com/photoshop/1.0/}Instructions" : "The quick brown fox jumps over the lazy dog",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorName" : "Alfresco",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorURL" : "www.alfresco.com"
}
}

View File

@@ -89,4 +89,4 @@
"{http://ns.adobe.com/photoshop/1.0/}Instructions" : "The quick brown fox jumps over the lazy dog",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorName" : "Alfresco",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorURL" : "www.alfresco.com"
}
}

View File

@@ -89,4 +89,4 @@
"{http://ns.adobe.com/photoshop/1.0/}Instructions" : "The quick brown fox jumps over the lazy dog",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorName" : "Alfresco",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorURL" : "www.alfresco.com"
}
}

View File

@@ -89,4 +89,4 @@
"{http://ns.adobe.com/photoshop/1.0/}Instructions" : "The quick brown fox jumps over the lazy dog",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorName" : "Alfresco",
"{http://ns.useplus.org/ldf/xmp/1.0/}LicensorURL" : "www.alfresco.com"
}
}

View File

@@ -2,4 +2,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : "2016-03-29T21:01:55Z",
"{http://www.alfresco.org/model/content/1.0}author" : "Udintsev, Anton (external - Project)",
"{http://www.alfresco.org/model/content/1.0}title" : null
}
}

View File

@@ -6,4 +6,4 @@
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null,
"{http://www.alfresco.org/model/audio/1.0}channelType" : "Stereo"
}
}

View File

@@ -6,4 +6,4 @@
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null,
"{http://www.alfresco.org/model/audio/1.0}channelType" : "Stereo"
}
}

View File

@@ -2,4 +2,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : "2011-05-17T13:34:11Z",
"{http://www.alfresco.org/model/content/1.0}author" : "Nevin Nollop",
"{http://www.alfresco.org/model/content/1.0}title" : "test file cs5"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/exif/1.0}pixelXDimension" : "409",
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null
}
}

View File

@@ -1 +1 @@
"The quick brown fox jumps over the lazy dog"
"The quick brown fox jumps over the lazy dog"
1 The quick brown fox jumps over the lazy dog

View File

@@ -4,4 +4,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : "2005-05-26T12:57:00Z",
"{http://www.alfresco.org/model/content/1.0}author" : "Nevin Nollop",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : "2010-01-06T17:32:00Z",
"{http://www.alfresco.org/model/content/1.0}author" : "Nevin Nollop",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -1,4 +1,4 @@
{
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/exif/1.0}pixelXDimension" : "409",
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null
}
}

View File

@@ -28,4 +28,4 @@
public class quick
{
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/exif/1.0}pixelXDimension" : "409",
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null
}
}

View File

@@ -1,4 +1,4 @@
{
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null
}
}

View File

@@ -10,4 +10,4 @@
"{http://www.alfresco.org/model/content/1.0}author" : "Hauskaz",
"{http://www.alfresco.org/model/audio/1.0}album" : "About a dog and a fox",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -6,4 +6,4 @@
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null,
"{http://www.alfresco.org/model/audio/1.0}channelType" : "Stereo"
}
}

View File

@@ -6,4 +6,4 @@
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null,
"{http://www.alfresco.org/model/audio/1.0}channelType" : "Mono"
}
}

View File

@@ -10,4 +10,4 @@
"{http://www.alfresco.org/model/content/1.0}author" : "Hauskaz",
"{http://www.alfresco.org/model/audio/1.0}album" : "About a dog and a fox",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -6,4 +6,4 @@
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null,
"{http://www.alfresco.org/model/audio/1.0}channelType" : "Mono"
}
}

View File

@@ -6,4 +6,4 @@
"{http://www.alfresco.org/model/content/1.0}subjectline" : "This is a quick test",
"{http://www.alfresco.org/model/content/1.0}author" : "Mark Rogers",
"{http://www.alfresco.org/model/content/1.0}originator" : "Mark Rogers"
}
}

View File

@@ -1,4 +1,4 @@
{
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : 1138362922000,
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : 1138362371000,
"{http://www.alfresco.org/model/content/1.0}author" : "Derek Hulley",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : null,
"{http://www.alfresco.org/model/content/1.0}author" : "Derek Hulley",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : 845336008000,
"{http://www.alfresco.org/model/content/1.0}author" : "Derek Hulley",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : 1126049640000,
"{http://www.alfresco.org/model/content/1.0}author" : "Jesper Steen Møller",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -10,4 +10,4 @@
"{http://www.alfresco.org/model/content/1.0}author" : "Hauskaz",
"{http://www.alfresco.org/model/audio/1.0}album" : "About a dog and a fox",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : 1138362371000,
"{http://www.alfresco.org/model/content/1.0}author" : "Derek Hulley",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : 1179313846000,
"{http://www.alfresco.org/model/content/1.0}author" : "Derek Hulley",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : 845336008000,
"{http://www.alfresco.org/model/content/1.0}author" : "Derek Hulley",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : 1126049640000,
"{http://www.alfresco.org/model/content/1.0}author" : "Jesper Steen Møller",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -1,4 +1,4 @@
{
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/content/1.0}created" : "2005-05-26T19:52:58Z",
"{http://www.alfresco.org/model/content/1.0}author" : "Nevin Nollop",
"{http://www.alfresco.org/model/content/1.0}title" : "The quick brown fox jumps over the lazy dog"
}
}

View File

@@ -3,4 +3,4 @@
"{http://www.alfresco.org/model/exif/1.0}pixelXDimension" : "409",
"{http://www.alfresco.org/model/content/1.0}author" : null,
"{http://www.alfresco.org/model/content/1.0}title" : null
}
}

Some files were not shown because too many files have changed in this diff Show More