OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ramsey
/
uuid
/
docs
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📄
.gitignore
9 bytes
08/12/2024 10:33:34 AM
rw-r--r--
📄
Makefile
654 bytes
08/12/2024 10:33:34 AM
rw-r--r--
📄
README.md
771 bytes
08/12/2024 10:33:34 AM
rw-r--r--
📁
_static
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📄
conf.py
3.32 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
copyright.rst
375 bytes
08/12/2024 10:33:34 AM
rw-r--r--
📁
customize
-
08/12/2024 10:34:32 AM
rwxr-xr-x
📄
customize.rst
2.3 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
database.rst
8.12 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
faq.rst
5.35 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
index.rst
1.22 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
introduction.rst
1012 bytes
08/12/2024 10:33:34 AM
rw-r--r--
📁
nonstandard
-
08/12/2024 10:34:32 AM
rwxr-xr-x
📄
nonstandard.rst
1.42 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
quickstart.rst
3.94 KB
08/12/2024 10:33:34 AM
rw-r--r--
📁
reference
-
08/12/2024 10:34:33 AM
rwxr-xr-x
📄
reference.rst
837 bytes
08/12/2024 10:33:34 AM
rw-r--r--
📄
requirements.txt
73 bytes
08/12/2024 10:33:34 AM
rw-r--r--
📁
rfc4122
-
08/12/2024 10:34:33 AM
rwxr-xr-x
📄
rfc4122.rst
2.59 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
testing.rst
6.11 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
tidelift.rst
3.14 KB
08/12/2024 10:33:34 AM
rw-r--r--
📁
upgrading
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📄
upgrading.rst
167 bytes
08/12/2024 10:33:34 AM
rw-r--r--
Editing: nonstandard.rst
Close
.. _nonstandard: ================= Nonstandard UUIDs ================= .. toctree:: :titlesonly: :hidden: nonstandard/version6 nonstandard/guid nonstandard/other Outside of `RFC 4122`_, other types of UUIDs are in-use, following rules of their own. Some of these are on their way to becoming accepted standards, while others have historical reasons for remaining valid today. Still, others are completely random and do not follow any rules. For these cases, ramsey/uuid provides a special functionality to handle these alternate, nonstandard forms. Version 6: Reordered Time This is a new version of UUID that combines the features of a :ref:`version 1 UUID <rfc4122.version1>` with a *monotonically increasing* UUID. For more details, see :ref:`nonstandard.version6`. Globally Unique Identifiers (GUIDs) A globally unique identifier, or GUID, is often used as a synonym for UUID. A key difference is the order of the bytes. Any `RFC 4122`_ version UUID may be represented as a GUID. For more details, see :ref:`nonstandard.guid`. Other Nonstandard UUIDs Sometimes, UUID string or byte representations don't follow `RFC 4122`_. Rather than reject these identifiers, ramsey/uuid returns them with the special Nonstandard\\Uuid instance type. For more details, see :ref:`nonstandard.other`. .. _RFC 4122: https://tools.ietf.org/html/rfc4122