MCPcopy Create free account

hub / github.com/alaxli/ansible_ui / functions

Functions930 in github.com/alaxli/ansible_ui

Method__init__
Default constructor
desktop/apps/ansible/elfinder/volumes/base.py:32
Method__repr__
(self)
desktop/core/pagination/paginator.py:76
Method__str__
(self)
desktop/core/lib/exceptions.py:23
Method__unicode__
(self)
desktop/apps/ansible/models.py:34
Method__unicode__
(self)
desktop/apps/ansible/models.py:53
Method__unicode__
(self)
desktop/apps/account/models.py:30
Method_archive
**Command**: Create a new archive file containing all files in ``targets`` param. This method should not be invoked
desktop/apps/ansible/elfinder/connector.py:649
Method_archive
Create archive and return its path
desktop/apps/ansible/elfinder/volumes/filesystem.py:324
Method_archive
Create a new archive file and return its path. This implementation temporarily copies the remote storage files to the **local
desktop/apps/ansible/elfinder/volumes/storage.py:475
Method_configure
Configure after successful mount.
desktop/apps/ansible/elfinder/volumes/filesystem.py:61
Method_configure
If the storage does not implement the `delete() <https://docs.djangoproject.com/en/dev/ref/files/storage/#django.core.files.storage.
desktop/apps/ansible/elfinder/volumes/storage.py:96
Method_dim
**Command**: Return image dimensions. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderConnector.ex
desktop/apps/ansible/elfinder/connector.py:706
Method_dimensions
Return object width and height Ususaly used for images, but can be realize for video etc... Can Raise a NotAnImageError
desktop/apps/ansible/elfinder/volumes/filesystem.py:161
Method_dimensions
Return object width and height. Ususaly used for images. It could raise a ``NotAnImageError`` exception.
desktop/apps/ansible/elfinder/volumes/storage.py:242
Method_duplicate
**Command**: Duplicate a file. Create a copy with "{suffix} %d" suffix, where "%d" is an integer and ``suffix`` an argument that defa
desktop/apps/ansible/elfinder/connector.py:465
Method_extract
**Command**: Extract files from archive. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderConnecto
desktop/apps/ansible/elfinder/connector.py:631
Method_extract
Extract files from archive.
desktop/apps/ansible/elfinder/volumes/filesystem.py:387
Method_extract
Extract files from archive.
desktop/apps/ansible/elfinder/volumes/storage.py:583
Method_fclose
Close opened file
desktop/apps/ansible/elfinder/volumes/filesystem.py:209
Method_fclose
Close opened file.
desktop/apps/ansible/elfinder/volumes/storage.py:282
Method_file
**Command**: Get a file Required to output file in browser when volume URL is not set. Used to download the file as
desktop/apps/ansible/elfinder/connector.py:316
Method_get_available_name
Get an available name for this file name.
desktop/apps/ansible/elfinder/volumes/filesystem.py:106
Method_get_contents
Get file contents
desktop/apps/ansible/elfinder/volumes/filesystem.py:310
Method_get_contents
Get file contents
desktop/apps/ansible/elfinder/volumes/storage.py:444
Method_get_count
Returns the total number of objects, across all pages.
desktop/core/pagination/paginator.py:51
Method_get_num_pages
Returns the total number of pages.
desktop/core/pagination/paginator.py:58
Method_get_page_range
Returns a 1-based range of pages for iterating through within a template for loop.
desktop/core/pagination/paginator.py:65
Method_info
**Command**: Return file info (used by client "places" ui). This method should not be invoked directly, the :meth:`elfinder.connecto
desktop/apps/ansible/elfinder/connector.py:681
Method_ls
**Command**: Return a directory's file list. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderConne
desktop/apps/ansible/elfinder/connector.py:266
Method_media
Set the widget's javascript and css
desktop/apps/ansible/elfinder/widgets.py:31
Method_mimetype
Attempt to read the file's mimetype
desktop/apps/ansible/elfinder/volumes/filesystem.py:175
Method_mimetype
Attempt to read the file's mimetype.
desktop/apps/ansible/elfinder/volumes/storage.py:256
Method_mkdir
**Command**: Create a new directory. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderConnector.exe
desktop/apps/ansible/elfinder/connector.py:409
Method_mkfile
**Command**: Create a new, empty file. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderConnector.e
desktop/apps/ansible/elfinder/connector.py:427
Method_mkfile
Create file and return it's path or False on failed
desktop/apps/ansible/elfinder/volumes/filesystem.py:236
Method_move
Move file into a different parent directory. Return new file path or raise ``os.error``.
desktop/apps/ansible/elfinder/volumes/storage.py:361
Method_normpath
Return normalized path. The root path of this driver is always `'.'`, so we just need to return the path. Return sta
desktop/apps/ansible/elfinder/volumes/storage.py:180
Method_openimage
Open an image file.
desktop/apps/ansible/elfinder/volumes/filesystem.py:215
Method_parents
**Command**: Return parents dir for required directory. this method should not be invoked directly, the :meth:`elfinder.connector.El
desktop/apps/ansible/elfinder/connector.py:288
Method_paste
**Command**: Copy/move ``targets`` files into a new destination ``dst``. This method should not be invoked directly
desktop/apps/ansible/elfinder/connector.py:551
Method_put
**Command**: Save ``content`` into a text file. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderCo
desktop/apps/ansible/elfinder/connector.py:614
Method_put_contents
Write a string to a file.
desktop/apps/ansible/elfinder/volumes/filesystem.py:316
Method_put_contents
Write a string to a file.
desktop/apps/ansible/elfinder/volumes/storage.py:450
Method_rename
**Command**: Rename a file. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderConnector.execute`
desktop/apps/ansible/elfinder/connector.py:445
Method_resize
**Command**: Resize ``target`` image. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderConnector.ex
desktop/apps/ansible/elfinder/connector.py:717
Method_rm
**Command**: Remove directories or files. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderConnecto
desktop/apps/ansible/elfinder/connector.py:491
Method_rmdir
Remove dir
desktop/apps/ansible/elfinder/volumes/filesystem.py:273
Method_rmdir_callable
Remove directory when using a `FileSystemStorage <https://docs.djangoproject.com/en/dev/ref/files/storage/#the-filesystemstorage-cla
desktop/apps/ansible/elfinder/volumes/storage.py:403
Method_save
Create new file and write into it from file pointer. Return new file path or raise an Exception.
desktop/apps/ansible/elfinder/volumes/filesystem.py:279
Method_save
Create new file and write into it from file pointer. Return new file path or raise an ``Exception``.
desktop/apps/ansible/elfinder/volumes/storage.py:411
Method_save_uploaded
Save the django UploadedFile object and return its new path
desktop/apps/ansible/elfinder/volumes/filesystem.py:297
Method_save_uploaded
Save the Django `UploadedFile <https://docs.djangoproject.com/en/dev/topics/http/file-uploads/#django.core.files.uploadedfile.Uploade
desktop/apps/ansible/elfinder/volumes/storage.py:430
Method_saveimage
Save an image file
desktop/apps/ansible/elfinder/volumes/filesystem.py:221
Method_saveimage
Save an image file.
desktop/apps/ansible/elfinder/volumes/storage.py:304
Method_scandir
Return files list in directory. The '.' and '..' special directories are omitted.
desktop/apps/ansible/elfinder/volumes/storage.py:265
Method_stat
Return stat for given path. See :func:`elfinder.volumes.base.ElfinderVolumeDriver._stat`.
desktop/apps/ansible/elfinder/volumes/filesystem.py:121
Method_stat
Return stat for given path. See :func:`elfinder.volumes.base.ElfinderVolumeDriver._stat`.
desktop/apps/ansible/elfinder/volumes/storage.py:202
Method_subdirs
Return True if path is dir and has at least one childs directory
desktop/apps/ansible/elfinder/volumes/filesystem.py:152
Method_subdirs
Return ``True`` if path is a directory and has at least one child directory.
desktop/apps/ansible/elfinder/volumes/storage.py:230
Method_symlink
Create symlink
desktop/apps/ansible/elfinder/volumes/filesystem.py:246
Method_tmb
**Command**: Return new automatically-created thumbnails list. This method should not be invoked directly, the :meth:`elfinder.conne
desktop/apps/ansible/elfinder/connector.py:299
Method_tree
**Command**: Return subdirs for required directory. This method should not be invoked directly, the :meth:`elfinder.connector.Elfind
desktop/apps/ansible/elfinder/connector.py:277
Method_upload
**Command**: Save uploaded files. This method should not be invoked directly, the :meth:`elfinder.connector.ElfinderConnector.execut
desktop/apps/ansible/elfinder/connector.py:515
Functiona
(t,n)
desktop/core/static/ext/js/jquery/jquery.bsFormAlerts.min.js:7
Functionadd_ldap_users
(request)
desktop/apps/account/views.py:83
Functionadd_project
(request)
desktop/apps/ansible/views.py:570
Methodauthenticate
Attempts to bind the provided username and password to LDAP. A successful LDAP bind authenticates the user.
desktop/core/auth/backend.py:72
Methodavailable_inventories
(self)
desktop/apps/ansible/models.py:272
Methodavailable_packages
(self)
desktop/apps/ansible/models.py:298
Methodavailable_playbooks
(self)
desktop/apps/ansible/models.py:246
Methodavailable_varfiles
(self)
desktop/apps/ansible/models.py:285
Methodbind_ldap
Implements the specific logic necessary to bind a given username and password to the particular LDAP server. Override this m
desktop/core/auth/backend.py:80
Functionc
()
desktop/core/static/admin/js/prepopulate.min.js:1
FunctioncY
(a,b,c)
desktop/core/static/ext/js/jquery/jquery-1.8.1.min.js:2
FunctioncZ
(a,b,c,d,e)
desktop/core/static/ext/js/jquery/jquery-1.8.1.min.js:2
Methodcelery_task
(self)
desktop/apps/ansible/models.py:434
Functionclear
()
desktop/apps/ansible/elfinder/static/elfinder/js/elfinder.full.js:6143
Functioncreate_inventory_file
(project_name,f_name,f_content)
desktop/apps/ansible/path_utils.py:132
Functioncredential
user's credential , for ansible jobs
desktop/apps/account/views.py:57
FunctiondateToDate
(dt)
desktop/core/static/ext/js/bootstrap-datetimepicker.min.js:26
Functiondb
()
desktop/core/static/ext/js/highcharts.js:18
Functiondb
(a)
desktop/core/static/admin/js/jquery.min.js:48
Functiondecorate
(job)
desktop/core/static/ext/prettify/run_prettify.js:922
Functiondecorate
(job)
desktop/core/static/ext/prettify/prettify.js:701
Functiondelegate
( event )
desktop/core/static/admin/js/jquery.js:2175
Functiondelete_job
(request,project_name)
desktop/apps/ansible/views.py:806
Functiondelete_project
(request,project_name)
desktop/apps/ansible/views.py:547
Functiondelete_template
(request,project_name)
desktop/apps/ansible/views.py:292
Functiondelete_user
delete user
desktop/apps/account/views.py:25
Functiondeploykey
(request,project_name)
desktop/apps/ansible/views.py:750
FunctiondirCheck
( dir, cur, doneName, checkSet, nodeCheck, isXML )
desktop/core/static/admin/js/jquery.js:3604
FunctiondirNodeCheck
( dir, cur, doneName, checkSet, nodeCheck, isXML )
desktop/core/static/admin/js/jquery.js:3573
FunctiondismissAddAnotherPopup
(win, newId, newRepr)
desktop/core/static/admin/js/admin/RelatedObjectLookups.js:69
FunctiondismissRelatedLookupPopup
(win, chosenId)
desktop/core/static/admin/js/admin/RelatedObjectLookups.js:44
Methoddispatch
(self, *args, **kwargs)
desktop/apps/ansible/elfinder/views.py:101
Functiondo_autopaginate
Splits the arguments to the autopaginate tag and formats them correctly.
desktop/core/pagination/templatetags/pagination_tags.py:19
Functiondone
(data)
desktop/apps/ansible/elfinder/static/elfinder/js/elfinder.full.js:856
Methoddriver_id
Return the driver id. Used as a part of volume id.
desktop/apps/ansible/elfinder/volumes/base.py:154
Functiondt_login
(request)
desktop/core/auth/views.py:30
Functiondt_logout
Log out the user
desktop/core/auth/views.py:56
← previousnext →701–800 of 930, ranked by callers