docs: de-uglify
authorMichael Wallner <mike@php.net>
Sat, 12 Feb 2022 13:20:10 +0000 (14:20 +0100)
committerMichael Wallner <mike@php.net>
Sat, 12 Feb 2022 13:20:10 +0000 (14:20 +0100)
commitd2513f170e2fb5cfef83b087e884f53374769be2
treef9110d26bb7c3ed6c118f0a8fc3d40c0f82c9ad0
parent7981b73f9601f9550090e6e714fb2e0a2f1c6ec3
docs: de-uglify
152 files changed:
.gitignore
docs/Dockerfile [deleted file]
docs/Makefile
docs/README.md
docs/docker-compose.yml [deleted file]
docs/docker/Dockerfile.composer [new file with mode: 0644]
docs/docker/Dockerfile.php [new file with mode: 0644]
docs/docker/compose.yml [new file with mode: 0644]
docs/mdref.json [new file with mode: 0644]
docs/v0.1/index.css
docs/v0.1/index.html
docs/v0.1/index.js
docs/v0.1/ion.html
docs/v0.1/ion/: Contributing.html
docs/v0.1/ion/: Security.html
docs/v0.1/ion/Catalog.html
docs/v0.1/ion/Catalog/__construct.html
docs/v0.1/ion/Catalog/add.html
docs/v0.1/ion/Catalog/find.html
docs/v0.1/ion/Catalog/findBest.html
docs/v0.1/ion/Catalog/remove.html
docs/v0.1/ion/Decimal.html
docs/v0.1/ion/Decimal/Context.html
docs/v0.1/ion/Decimal/Context/Dec128.html
docs/v0.1/ion/Decimal/Context/Dec32.html
docs/v0.1/ion/Decimal/Context/Dec64.html
docs/v0.1/ion/Decimal/Context/DecMax.html
docs/v0.1/ion/Decimal/Context/Rounding.html
docs/v0.1/ion/Decimal/Context/__construct.html
docs/v0.1/ion/Decimal/__construct.html
docs/v0.1/ion/Decimal/equals.html
docs/v0.1/ion/Decimal/isInt.html
docs/v0.1/ion/Decimal/toInt.html
docs/v0.1/ion/Decimal/toString.html
docs/v0.1/ion/Exception.html
docs/v0.1/ion/LOB.html
docs/v0.1/ion/LOB/__construct.html
docs/v0.1/ion/Reader.html
docs/v0.1/ion/Reader/Buffer.html
docs/v0.1/ion/Reader/Buffer/Reader.html
docs/v0.1/ion/Reader/Buffer/Reader/__construct.html
docs/v0.1/ion/Reader/Buffer/getBuffer.html
docs/v0.1/ion/Reader/Options.html
docs/v0.1/ion/Reader/Options/__construct.html
docs/v0.1/ion/Reader/Reader.html
docs/v0.1/ion/Reader/Stream.html
docs/v0.1/ion/Reader/Stream/Reader.html
docs/v0.1/ion/Reader/Stream/Reader/__construct.html
docs/v0.1/ion/Reader/Stream/getStream.html
docs/v0.1/ion/Reader/Stream/resetStream.html
docs/v0.1/ion/Reader/Stream/resetStreamWithLength.html
docs/v0.1/ion/Reader/countAnnotations.html
docs/v0.1/ion/Reader/getAnnotation.html
docs/v0.1/ion/Reader/getAnnotationSymbol.html
docs/v0.1/ion/Reader/getAnnotationSymbols.html
docs/v0.1/ion/Reader/getAnnotations.html
docs/v0.1/ion/Reader/getDepth.html
docs/v0.1/ion/Reader/getFieldName.html
docs/v0.1/ion/Reader/getFieldNameSymbol.html
docs/v0.1/ion/Reader/getPosition.html
docs/v0.1/ion/Reader/getType.html
docs/v0.1/ion/Reader/getValueLength.html
docs/v0.1/ion/Reader/getValueOffset.html
docs/v0.1/ion/Reader/hasAnnotation.html
docs/v0.1/ion/Reader/hasAnnotations.html
docs/v0.1/ion/Reader/isInStruct.html
docs/v0.1/ion/Reader/isNull.html
docs/v0.1/ion/Reader/readBool.html
docs/v0.1/ion/Reader/readDecimal.html
docs/v0.1/ion/Reader/readFloat.html
docs/v0.1/ion/Reader/readInt.html
docs/v0.1/ion/Reader/readLob.html
docs/v0.1/ion/Reader/readLobPart.html
docs/v0.1/ion/Reader/readNull.html
docs/v0.1/ion/Reader/readString.html
docs/v0.1/ion/Reader/readStringPart.html
docs/v0.1/ion/Reader/readSymbol.html
docs/v0.1/ion/Reader/readTimestamp.html
docs/v0.1/ion/Reader/seek.html
docs/v0.1/ion/Serializer.html
docs/v0.1/ion/Serializer/PHP.html
docs/v0.1/ion/Serializer/PHP/__construct.html
docs/v0.1/ion/Serializer/serialize.html
docs/v0.1/ion/Symbol.html
docs/v0.1/ion/Symbol/Enum.html
docs/v0.1/ion/Symbol/Enum/toSID.html
docs/v0.1/ion/Symbol/Enum/toString.html
docs/v0.1/ion/Symbol/Enum/toSymbol.html
docs/v0.1/ion/Symbol/ImportLocation.html
docs/v0.1/ion/Symbol/ImportLocation/__construct.html
docs/v0.1/ion/Symbol/PHP.html
docs/v0.1/ion/Symbol/PHP/asTable.html
docs/v0.1/ion/Symbol/System.html
docs/v0.1/ion/Symbol/System/asTable.html
docs/v0.1/ion/Symbol/Table.html
docs/v0.1/ion/Symbol/Table/Local.html
docs/v0.1/ion/Symbol/Table/Local/__construct.html
docs/v0.1/ion/Symbol/Table/Local/import.html
docs/v0.1/ion/Symbol/Table/Shared.html
docs/v0.1/ion/Symbol/Table/Shared/__construct.html
docs/v0.1/ion/Symbol/Table/add.html
docs/v0.1/ion/Symbol/Table/find.html
docs/v0.1/ion/Symbol/Table/findLocal.html
docs/v0.1/ion/Symbol/Table/getMaxId.html
docs/v0.1/ion/Symbol/__construct.html
docs/v0.1/ion/Symbol/equals.html
docs/v0.1/ion/Symbol/toString.html
docs/v0.1/ion/Timestamp.html
docs/v0.1/ion/Timestamp/Format.html
docs/v0.1/ion/Timestamp/Precision.html
docs/v0.1/ion/Timestamp/__construct.html
docs/v0.1/ion/Type.html
docs/v0.1/ion/Unserializer.html
docs/v0.1/ion/Unserializer/PHP.html
docs/v0.1/ion/Unserializer/PHP/__construct.html
docs/v0.1/ion/Unserializer/unserialize.html
docs/v0.1/ion/Writer.html
docs/v0.1/ion/Writer/Buffer.html
docs/v0.1/ion/Writer/Buffer/Writer.html
docs/v0.1/ion/Writer/Buffer/Writer/__construct.html
docs/v0.1/ion/Writer/Buffer/getBuffer.html
docs/v0.1/ion/Writer/Buffer/resetBuffer.html
docs/v0.1/ion/Writer/Options.html
docs/v0.1/ion/Writer/Options/__construct.html
docs/v0.1/ion/Writer/Stream.html
docs/v0.1/ion/Writer/Stream/Writer.html
docs/v0.1/ion/Writer/Stream/Writer/__construct.html
docs/v0.1/ion/Writer/Stream/getStream.html
docs/v0.1/ion/Writer/Writer.html
docs/v0.1/ion/Writer/appendLob.html
docs/v0.1/ion/Writer/finish.html
docs/v0.1/ion/Writer/finishContainer.html
docs/v0.1/ion/Writer/finishLob.html
docs/v0.1/ion/Writer/flush.html
docs/v0.1/ion/Writer/getDepth.html
docs/v0.1/ion/Writer/startContainer.html
docs/v0.1/ion/Writer/startLob.html
docs/v0.1/ion/Writer/writeAnnotation.html
docs/v0.1/ion/Writer/writeBLob.html
docs/v0.1/ion/Writer/writeBool.html
docs/v0.1/ion/Writer/writeCLob.html
docs/v0.1/ion/Writer/writeDecimal.html
docs/v0.1/ion/Writer/writeFieldName.html
docs/v0.1/ion/Writer/writeFloat.html
docs/v0.1/ion/Writer/writeInt.html
docs/v0.1/ion/Writer/writeNull.html
docs/v0.1/ion/Writer/writeString.html
docs/v0.1/ion/Writer/writeSymbol.html
docs/v0.1/ion/Writer/writeTimestamp.html
docs/v0.1/ion/Writer/writeTypedNull.html
docs/v0.1/ion/serialize.html
docs/v0.1/ion/unserialize.html