__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
�

o��gaC�� �SSKrSSKr\RRS5 \R"SS5 SSKrSSKrSSKrSSKrSSKr\R"5r
Sr	SrSrSr
S	rS
rSrSrS
rSrSrSr"SS5r"SS5r"SS\5r"SS5r"SS5r"SS5rSr\rSr SSK!r!\ \!RHS'"S S!\5r%S"r&S#r'S$r(S%r)S&r*S'r+S(r,S)r-S*r.g!\"a SSK#r!NBf=f)+�Nz/usr/lib/libreoffice/program�
[email protected]:/usr/lib/libreoffice/program/fundamentalrcc��[$)zHReturns the UNO component context used to initialize the Python runtime.)�_component_context���%/usr/lib/python3/dist-packages/uno.py�getComponentContextr	#s
���rc�,�[R"5$)z�Returns the current context.

See http://udk.openoffice.org/common/man/concept/uno_contexts.html#current_context
for an explanation on the current context concept.
)�pyuno�getCurrentContextrrrrr)s���"�"�$�$rc�.�[R"U5$)a]Sets newContext as new UNO context.

The newContext must implement the XCurrentContext interface. The
implementation should handle the desired properties and delegate
unknown properties to the old context. Ensure that the old one
is reset when you leave your stack, see
http://udk.openoffice.org/common/man/concept/uno_contexts.html#current_context
)r�setCurrentContext)�
newContexts rrr3s���"�"�:�.�.rc�.�[R"U5$)zBLooks up the value of an IDL constant by giving its explicit name.)r�getConstantByName)�constants rrr@s���"�"�8�,�,rc�.�[R"U5$)z�Returns a `uno.Type` instance of the type given by typeName.

If the type does not exist, a `com.sun.star.uno.RuntimeException` is raised.
)r�
getTypeByName��typeNames rrrFs�����x�(�(rc�$�[U5"U0UD6$)a�Creates a UNO struct or exception given by typeName.

Can be called with:

1) No additional argument.
   In this case, you get a default constructed UNO structure.
   (e.g. `createUnoStruct("com.sun.star.uno.Exception")`)
2) Exactly one additional argument that is an instance of typeName.
   In this case, a copy constructed instance of typeName is returned
   (e.g. `createUnoStruct("com.sun.star.uno.Exception" , e)`)
3) As many additional arguments as the number of elements within typeName
   (e.g. `createUnoStruct("com.sun.star.uno.Exception", "foo error" , self)`).
4) Keyword arguments to give values for each element of the struct by name.
5) A mix of 3) and 4), such that each struct element is given a value exactly once,
   either by a positional argument or by a keyword argument.

The additional and/or keyword arguments must match the type of each struct element,
otherwise an exception is thrown.
)�getClass)r�args�kwargss   r�createUnoStructrOs��*�H��t�.�v�.�.rc�.�[R"U5$)zDReturns the class of a concrete UNO exception, struct, or interface.)rrrs rrrgs���>�>�(�#�#rc�.�[R"U5$)z5Returns True, when obj is a class of a UNO interface.)r�isInterface)�objs rrrms�����S�!�!rc�,�[R"5$)zmReturns a 16 byte sequence containing a newly generated uuid or guid.

For more information, see rtl/uuid.h.
)r�generateUuidrrrr!r!ss������rc�.�[R"U5$)z-Returns a file URL for the given system path.)r�systemPathToFileUrl)�
systemPaths rr#r#|s���$�$�Z�0�0rc�.�[R"U5$)ziReturns a system path.

This path is determined by the system that the Python interpreter is running on.
)r�fileUrlToSystemPath)�urls rr&r&�s���$�$�S�)�)rc�.�[R"X5$)z1Returns an absolute file url from the given urls.)r�
absolutize)�path�relativeUrls  rr)r)�s�����D�.�.rc�0�\rSrSrSrSrSrSrSrSr	g)	�Enum�z�Represents a UNO enum.

Use an instance of this class to explicitly pass an enum to UNO.

:param typeName: The name of the enum as a string.
:param value: The actual value of this enum as a string.
c�H�XlX l[R"U5 g�N)r�valuer�	checkEnum)�selfrr1s   r�__init__�
Enum.__init__�s�� �
��
�
����rc�@�SUR<SUR<S3$)Nz<Enum instance � (�)>�rr1�r3s r�__repr__�
Enum.__repr__�s��,0�M�M�4�:�:�F�Frc��[U[5(dgURUR:H=(a URUR:H$�NF)�
isinstancer-rr1�r3�thats  r�__eq__�Enum.__eq__�s7���$��%�%���
�
����.�N�T�Z�Z�4�:�:�5M�Nrc�.�URU5(+$r0�rB�r3�others  r�__ne__�Enum.__ne__�����;�;�u�%�%�%rr9N�
�__name__�
__module__�__qualname__�__firstlineno__�__doc__r4r;rBrH�__static_attributes__rrrr-r-�s����
G�O�&rr-c�6�\rSrSrSrSrSrSrSrSr	Sr
g	)
�Type�z�Represents a UNO type.

Use an instance of this class to explicitly pass a type to UNO.

:param typeName: Name of the UNO type
:param typeClass: Python Enum of TypeClass, see com/sun/star/uno/TypeClass.idl
c�H�XlX l[R"U5 gr0)r�	typeClassr�	checkType)r3rrVs   rr4�
Type.__init__�s�� �
�"��
����rc�@�SUR<SUR<S3$)Nz<Type instance r7r8)rrVr:s rr;�
Type.__repr__�s��,0�M�M�4�>�>�J�Jrc��[U[5(dgURUR:H=(a URUR:H$r>)r?rSrVrr@s  rrB�Type.__eq__�s7���$��%�%���~�~����/�R�D�M�M�T�]�]�4R�Rrc�.�URU5(+$r0rErFs  rrH�Type.__ne__�rJrc�6�URR5$r0)r�__hash__r:s rr`�
Type.__hash__�s���}�}�%�%�'�'r)rVrN)rLrMrNrOrPr4r;rBrHr`rQrrrrSrS�s"����
K�S�&�(rrSc��\rSrSrSrSrSrg)�Bool��z�Represents a UNO boolean.

Use an instance of this class to explicitly pass a boolean to UNO.

Note: This class is deprecated. Use Python's True and False directly instead.
c��Sn[R"U[5 [U[5(aUS:Xag[U[5(aUS:XagU(agg)NzKThe Bool class is deprecated. Use Python's True and False directly instead.�trueT�falseF)�warnings�warn�DeprecationWarningr?�str)�clsr1�messages   r�__new__�Bool.__new__�sL��_���
�
�g�1�2��e�S�!�!�e�v�o���e�S�!�!�e�w�&6����rrN)rLrMrNrOrPrnrQrrrrcrc�s���
rrcc�0�\rSrSrSrSrSrSrSrSr	g)	�Char��aARepresents a UNO char.

Use an instance of this class to explicitly pass a char to UNO.

For Python 3, this class only works with unicode (str) objects. Creating
a Char instance with a bytes object or comparing a Char instance
to a bytes object will raise an AssertionError.

:param value: A Unicode string with length 1
c��[U[5(dS[U5-5e[U5S:XdS5e[	US5S::dS5eXlg)Nz$Expected str object, got %s instead.�z!Char value must have length of 1.ri��z#Char value must be UTF-16 code unit)r?rk�type�len�ordr1�r3r1s  rr4�
Char.__init__�s^���%��%�%�[�'M�PT�UZ�P[�'[�[�%��5�z�Q��C� C�C���5��8�}��&�M�(M�M�&��
rc�$�SUR<S3$)Nz<Char instance �>�r1r:s rr;�
Char.__repr__�s��'+�z�z�3�3rc���[U[5(a"[U5S:�agURUS:H$[U[5(aURUR:H$g)NrtFr)r?rkrvr1rqr@s  rrB�Char.__eq__�sS���d�C� � ��4�y�1�}���:�:��a��(�(��d�D�!�!��:�:����+�+�rc�.�URU5(+$r0rErFs  rrH�Char.__ne__rJrr|NrKrrrrqrq�s��	��4�
�&rrqc�H�\rSrSrSrSrSrSrSrSr	Sr
S	rS
rSr
g)
�ByteSequencei	z�Represents a UNO ByteSequence value.

Use an instance of this class to explicitly pass a byte sequence to UNO.

:param value: A string or bytesequence
c��[U[5(aXlg[U[5(aURUlg[	S[U5-5e)Nz6Expected bytes object or ByteSequence, got %s instead.)r?�bytesr1r��	TypeErrorrurxs  rr4�ByteSequence.__init__sF���e�U�#�#��J�
��|�
,�
,����D�J��T�W[�\a�Wb�b�c�crc�$�SUR<S3$)Nz<ByteSequence instance 'z'>r|r:s rr;�ByteSequence.__repr__s��15���=�=rc��[U[5(aURU:H$[U[5(aURUR:H$gr>)r?r�r1r�r@s  rrB�ByteSequence.__eq__sA���d�E�"�"��:�:��%�%��d�L�)�)��:�:����+�+�rc�,�[UR5$r0)rvr1r:s r�__len__�ByteSequence.__len__'s���4�:�:��rc� �URU$r0r|)r3�indexs  r�__getitem__�ByteSequence.__getitem__*s���z�z�%� � rc�6�URR5$r0)r1�__iter__r:s rr��ByteSequence.__iter__-s���z�z�"�"�$�$rc��[U[5(a[URU-5$[U[5(a"[URUR-5$[	S[U5-5e)NzCan't add ByteString and %s.)r?r�r�r1r�ru)r3�bs  r�__add__�ByteSequence.__add__0s^���a������
�
�Q��/�/�
��<�
(�
(���
�
�Q�W�W� 4�5�5��:�T�!�W�D�E�Erc�6�URR5$r0)r1�hashr:s rr`�ByteSequence.__hash__:s���z�z��� � rr|N)rLrMrNrOrPr4r;rBr�r�r�r�r`rQrrrr�r�	s1���d�>���!�%�F�!rr�c��\rSrSrSrSrSrg)�Anyi>zeRepresents a UNO Any value.

Use only in connection with uno.invoke() to pass an explicit typed Any.
c�h�[U[5(aXlO[U5UlX lgr0)r?rSrurr1)r3rur1s   rr4�Any.__init__Ds%���d�D�!�!��I�%�d�+�D�I��
r)rur1N)rLrMrNrOrPr4rQrrrr�r�>s���
rr�c�0�[R"XU5$)zKUse this function to pass exactly typed Anys to the callee (using uno.Any).)r�invoke)�object�
methodname�argTuples   rr�r�Ms���<�<��H�5�5rc	���[U/UQ70UD6$![axn[U5SSURS05URS05URS/5/[	U5S-upEnU(a[US5(aeUnSnAOSnAff=fSn[Rn	URS5H4n
X�;aX�nO[R"U
5nUcUeURn	M6 [R"S5nUH�nX�;dM
S	n
[R"US-U-5X�'Ol!Uac [X5X�'OV!UaI [US-U-5X�'O9!Ua( [X5X�'O!![ a S
n
Of=ff=ff=ff=fU
(dM�[U<SU<SU<S35nUR#UR$5nS
UlUe U$)
zJOverrides built-in import to allow directly importing LibreOffice classes.N��globals�locals�fromlist�_uno_import_failed�.�!com.sun.star.uno.RuntimeExceptionFTz (or 'z
' is unknown))�_builtin_import�ImportError�list�getrv�hasattr�sys�modules�splitr�	__class__�__dict__rr-r�_impl_getConstantGroupByName�
ValueError�with_traceback�
__traceback__r�)�name�optargsr�er�r�r��
py_import_exc�mod�d�module�RuntimeException�
class_name�failed�uno_import_excs               r�_uno_importr�Ys
����t�8�g�8��8�8���
�$(��M�"�1�$5����I�r�9R�TZ�T^�T^�_g�ik�Tl�9?���J�PR�9S�9U�UX�Y`�Ua�Ub�9d�%d�!����7�1�&:�;�;���
��
���C����A��*�*�S�/���;��)�C��/�/�&�)�C��;����L�L��"��~�~�&I�J���
����F�
*� %���t�c�z�J�/F� G��
��#�

*�*�$(��$:�A�M��'�	*�*�(9�$��*�z�:Q�(R��
��+�*�*�,H��,Z�A�M��)�*�%)�F�*��	*��		*��	

*���v�,"-�.;�T�:�.O�"P��"0�!>�!>�}�?Z�?Z�![��48��1�$�$�e�h�Js���
B�A.B�B�D5�5F�<
E�F�E(�%F�(F	�/
F�<F�=F�F�F	�
F�F�F�F	�F�F�
__import__c�0�\rSrSrSrS/rSrSrSrSr	g)	�_ConstantGroupi�z'Represents a group of UNOIDL constants.�
_constantsc��Xlgr0�r�)r3�	constantss  rr4�_ConstantGroup.__init__�s��#�rc�6�URR5$r0)r��keysr:s r�__dir__�_ConstantGroup.__dir__�s�����#�#�%�%rc�Z�XR;aURU$[SU-5e)Nz%The constant '%s' could not be found.)r��AttributeError�r3r�s  r�__getattr__�_ConstantGroup.__getattr__�s,���?�?�"��?�?�4�(�(��D�t�K�L�Lrr�N)
rLrMrNrOrP�	__slots__r4r�r�rQrrrr�r��s��1���I�$�&�Mrr�c�.�[SS5n[SS5n[RS5nURX4U5nUS-U-nUH:nURU:XdM[[
SUR555s $ [SU-5e)	z#Gets UNOIDL constant group by name.zcom.sun.star.uno.TypeClass�	CONSTANTSz2com.sun.star.reflection.TypeDescriptionSearchDepth�ONEz=/singletons/com.sun.star.reflection.theTypeDescriptionManagerr�c3�v# �UH/nURRS5SUR4v� M1 g7f)r����N)�Namer��
ConstantValue)�.0�cs  r�	<genexpr>�/_impl_getConstantGroupByName.<locals>.<genexpr>�s2���'.�,�A������c�"�2�&����8�,�s�79z+The constant group '%s' could not be found.)	r-r�getValueByName� createTypeDescriptionEnumerationr�r��dict�	Constantsr�)r��groupr��one�
type_desc_mgr�
type_descs�qualified_name�	type_descs        rr�r��s����1�;�?�I�
�C�U�
K�C�&�5�5�6u�v�M��?�?���VY�Z�J��c�\�E�)�N��	��>�>�^�+�!�$�'.�"�,�,�'.�#.�/�
/� ��B�^�S�
T�Trc��[U5S:Xa@[U5S:Xa1[USSS5UR:XaUSURS'g[R
"URRU40UD6up4UR5H;nURU5(aM[R"S5nU"SU-S5e X0RS'g)z�Initializes a UNO struct.

Referenced from the pyuno shared library.

This function can be called with either an already constructed UNO struct, which it
will then just reference without copying, or with arguments to create a new UNO struct.
rrtr�Nr1r�z2_uno_struct__init__: unused keyword argument '%s'.)
rv�getattrr�r�r�_createUnoStructHelper�__pyunostruct__r�r�r)r3rr�struct�used�kwargr�s       r�_uno_struct__init__r��s����6�{�a��C��I��N�w�t�A�w��T�/R�VZ�Vd�Vd�/d�!%�a���
�
�g���3�3�D�N�N�4R�4R�TX�c�\b�c����[�[�]�E��8�8�E�?�?�#(�>�>�2U�#V� �&�'[�^c�'c�ei�j�j�#�
"(�
�
�g�rc�4�[URSU5$)zKGets attribute from UNO struct.

Referenced from the pyuno shared library.
r1)r�r�r�s  r�_uno_struct__getattr__r��s���4�=�=��)�4�0�0rc�4�[URSX5$)zISets attribute on UNO struct.

Referenced from the pyuno shared library.
r1)�setattrr�)r3r�r1s   r�_uno_struct__setattr__r��s���4�=�=��)�4�7�7rc�2�[URS5$)zXConverts a UNO struct to a printable string.

Referenced from the pyuno shared library.
r1)�reprr�r:s r�_uno_struct__repr__r�s����
�
�g�&�'�'rc�2�[URS5$)z"Converts a UNO struct to a string.r1)rkr�r:s r�_uno_struct__str__rs���t�}�}�W�%�&�&rc�.�URU5(+$r0rErFs  r�_uno_struct__ne__rs���{�{�5�!�!�!rc�d�[US5(aURSURS:H$g)zECompares two UNO structs.

Referenced from the pyuno shared library.
r1F)r�r�r@s  r�_uno_struct__eq__rs1���t�W����}�}�W�%����w�)?�?�?�rc�L�SR[R"U55$)zXExtracts a printable stacktrace.

Referenced from pyuno shared lib and pythonscript.py.
�)�join�	traceback�	format_tb)�traces r�!_uno_extract_printable_stacktracer$s���7�7�9�&�&�u�-�.�.r)/r��osr*�append�putenvrrrh�socketr	rrrrrrrrr!r#r&r)r-rSr�rcrqr�r�r�r�r�r��__builtin__r��builtinsr�r�r�r�r�r�r�rrrrrrr�<module>rsF��������.�/��	�	�/�]�^�&
�
�����.�.�0���%�
/�-�)�/�0$�"� �1�*�/�&�&�6(�(�<�6��0$&�$&�N2!�2!�j��6���U�p#��
&1����\�"�M�V�M�$U�$(�.1�8�(�'�
"�	�/��c�#�"�#�s�D�
D
�D


Filemanager

Name Type Size Permission Actions
apport_python_hook.cpython-313.pyc File 9.37 KB 0644
debconf.cpython-313.pyc File 11.02 KB 0644
distro_info.cpython-313.pyc File 30.18 KB 0644
jsonpatch.cpython-313.pyc File 33.95 KB 0644
jsonpointer.cpython-313.pyc File 13.3 KB 0644
language_support_pkgs.cpython-313.pyc File 12.18 KB 0644
monotonic.cpython-313.pyc File 6.88 KB 0644
problem_report.cpython-313.pyc File 42.83 KB 0644
typing_extensions.cpython-313.pyc File 139.31 KB 0644
uno.cpython-313.pyc File 21.22 KB 0644
unohelper.cpython-313.pyc File 15.41 KB 0644
Filemanager