Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alaxli/ansible_ui
/ functions
Functions
930 in github.com/alaxli/ansible_ui
⨍
Functions
930
◇
Types & classes
59
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
Function
a
(t,n)
desktop/core/static/ext/js/jquery/jquery.bsFormAlerts.min.js:7
Function
add_ldap_users
(request)
desktop/apps/account/views.py:83
Function
add_project
(request)
desktop/apps/ansible/views.py:570
Method
authenticate
Attempts to bind the provided username and password to LDAP. A successful LDAP bind authenticates the user.
desktop/core/auth/backend.py:72
Method
available_inventories
(self)
desktop/apps/ansible/models.py:272
Method
available_packages
(self)
desktop/apps/ansible/models.py:298
Method
available_playbooks
(self)
desktop/apps/ansible/models.py:246
Method
available_varfiles
(self)
desktop/apps/ansible/models.py:285
Method
bind_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
Function
c
()
desktop/core/static/admin/js/prepopulate.min.js:1
Function
cY
(a,b,c)
desktop/core/static/ext/js/jquery/jquery-1.8.1.min.js:2
Function
cZ
(a,b,c,d,e)
desktop/core/static/ext/js/jquery/jquery-1.8.1.min.js:2
Method
celery_task
(self)
desktop/apps/ansible/models.py:434
Function
clear
()
desktop/apps/ansible/elfinder/static/elfinder/js/elfinder.full.js:6143
Function
create_inventory_file
(project_name,f_name,f_content)
desktop/apps/ansible/path_utils.py:132
Function
credential
user's credential , for ansible jobs
desktop/apps/account/views.py:57
Function
dateToDate
(dt)
desktop/core/static/ext/js/bootstrap-datetimepicker.min.js:26
Function
db
()
desktop/core/static/ext/js/highcharts.js:18
Function
db
(a)
desktop/core/static/admin/js/jquery.min.js:48
Function
decorate
(job)
desktop/core/static/ext/prettify/run_prettify.js:922
Function
decorate
(job)
desktop/core/static/ext/prettify/prettify.js:701
Function
delegate
( event )
desktop/core/static/admin/js/jquery.js:2175
Function
delete_job
(request,project_name)
desktop/apps/ansible/views.py:806
Function
delete_project
(request,project_name)
desktop/apps/ansible/views.py:547
Function
delete_template
(request,project_name)
desktop/apps/ansible/views.py:292
Function
delete_user
delete user
desktop/apps/account/views.py:25
Function
deploykey
(request,project_name)
desktop/apps/ansible/views.py:750
Function
dirCheck
( dir, cur, doneName, checkSet, nodeCheck, isXML )
desktop/core/static/admin/js/jquery.js:3604
Function
dirNodeCheck
( dir, cur, doneName, checkSet, nodeCheck, isXML )
desktop/core/static/admin/js/jquery.js:3573
Function
dismissAddAnotherPopup
(win, newId, newRepr)
desktop/core/static/admin/js/admin/RelatedObjectLookups.js:69
Function
dismissRelatedLookupPopup
(win, chosenId)
desktop/core/static/admin/js/admin/RelatedObjectLookups.js:44
Method
dispatch
(self, *args, **kwargs)
desktop/apps/ansible/elfinder/views.py:101
Function
do_autopaginate
Splits the arguments to the autopaginate tag and formats them correctly.
desktop/core/pagination/templatetags/pagination_tags.py:19
Function
done
(data)
desktop/apps/ansible/elfinder/static/elfinder/js/elfinder.full.js:856
Method
driver_id
Return the driver id. Used as a part of volume id.
desktop/apps/ansible/elfinder/volumes/base.py:154
Function
dt_login
(request)
desktop/core/auth/views.py:30
Function
dt_logout
Log out the user
desktop/core/auth/views.py:56
← previous
next →
701–800 of 930, ranked by callers